mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 22:41:36 +00:00
22 lines
395 B
Plaintext
22 lines
395 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/>.
|
|
|
|
- Print "Hello, world!":
|
|
|
|
`hello`
|
|
|
|
- Print "hello, world", the traditional type:
|
|
|
|
`hello --traditional`
|
|
|
|
- Print a text message:
|
|
|
|
`hello --greeting="{{greeting_text}}"`
|