snippetbashTip
hello — Print "Hello, world!", "hello, world", or a customizable text. More information: <https://www.gnu.or
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!":
helloPrint "hello, world", the traditional type:
hello {{[-t|--traditional]}}Print a text message:
hello {{[-g|--greeting]}} "{{greeting_text}}"Code Snippets
Print "Hello, world!"
helloPrint "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.