1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:06:01 +02:00
tldr/pages/common/hello.md

17 lines
356 B
Markdown
Raw Normal View History

2020-10-13 11:56:23 +00:00
# hello
> Print "Hello, world!", "hello, world" or a customizable text.
> More information: <https://www.gnu.org/software/hello/manual/html_node/Invoking-hello.html>.
2020-10-13 11:56:23 +00:00
- Print "Hello, world!":
`hello`
- Print "hello, world", the traditional type:
`hello {{[-t|--traditional]}}`
2020-10-13 11:56:23 +00:00
- Print a text message:
`hello {{[-g|--greeting]}} "{{greeting_text}}"`