HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

hello — Print "Hello, world!", "hello, world", or a customizable text. More information: <https://www.gnu.or

Submitted by: @import:tldr-pages··
0
Viewed 0 times
worldcommandcliprinthello

Problem

How to use the hello command: Print "Hello, world!", "hello, world", or a customizable text. More information: <https://www.gnu.org/software/hello/manual/hello.html#Invoking-hello>.

Solution

hello — Print "Hello, world!", "hello, world", or a customizable text. More information: <https://www.gnu.org/software/hello/manual/hello.html#Invoking-hello>.

Print "Hello, world!":
hello


Print "hello, world", the traditional type:
hello {{[-t|--traditional]}}


Print a text message:
hello {{[-g|--greeting]}} "{{greeting_text}}"

Code Snippets

Print "Hello, world!"

hello

Print "hello, world", the traditional type

hello {{[-t|--traditional]}}

Print a text message

hello {{[-g|--greeting]}} "{{greeting_text}}"

Context

tldr-pages: common/hello

Revisions (0)

No revisions yet.