Linux
Command
Library
Commands
Basics
Tips
hello
Print "Hello, world!", "hello, world" or a customizable text.
TLDR
Print "Hello, world!"
$ hello
Print "hello, world", the traditional type
$ hello --traditional
Print a text message
$ hello --greeting="[greeting_text]"
COLLAPSE ALL
Copied to clipboard