mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
446 B
Plaintext
22 lines
446 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hello
|
|
|
|
> Print "Hello, world!", "hello, world", or a customizable text.
|
|
> More information: <https://www.gnu.org/software/hello/manual/hello.html#Invoking-hello>.
|
|
|
|
- Print "Hello, world!":
|
|
|
|
`hello`
|
|
|
|
- Print "hello, world", the traditional type:
|
|
|
|
`hello {{[-t|--traditional]}}`
|
|
|
|
- Print a text message:
|
|
|
|
`hello {{[-g|--greeting]}} "{{greeting_text}}"`
|