commands.sh

hello

all

Print "Hello, world!", "hello, world", or a customizable text.

More info →

Options (2)

-t, --traditionalboolean

Print "hello, world", the traditional type

Example: hello {{[-t|--traditional]}}
-g, --greetingboolean

Print a text message

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

Examples (3)

Print "Hello, world!"

Print "hello, world", the traditional type

hello [-t|--traditional]

Print a text message

hello [-g|--greeting] "greeting_text"
made by @shridhargupta | data from tldr-pages