1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/linux/hello.md
2021-10-16 22:56:41 +02:00

16 lines
357 B
Markdown

# hello
> Stampa a schermo "Hello, world!", "hello, world" oppure del testo personalizzabile.
> Maggiori informazioni: <https://www.gnu.org/software/hello/>.
- Stampa a schermo "Hello, world!":
`hello`
- Stampa a schermo "hello, world", nel modo tradizionale:
`hello --traditional`
- Stampa a schermo un messaggio:
`hello --greeting="{{messaggio}}"`