mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
hello: add page (#4586)
This commit is contained in:
parent
06f9747675
commit
dd2c3fcb18
1 changed files with 16 additions and 0 deletions
16
pages/linux/hello.md
Normal file
16
pages/linux/hello.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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}}"`
|
Loading…
Add table
Reference in a new issue