1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:02:08 +02:00
tldr/pages/common/hello.md
2021-10-08 16:34:52 +05:30

16 lines
302 B
Markdown

# hello
> Print "Hello, world!", "hello, world" or a customizable text.
> More information: <https://www.gnu.org/software/hello/>.
- Print "Hello, world!":
`hello`
- Print "hello, world", the traditional type:
`hello --traditional`
- Print a text message:
`hello --greeting="{{greeting_text}}"`