mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 00:53:40 +00:00
Update cheatsheets
This commit is contained in:
21
hello
Normal file
21
hello
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}"`
|
||||
Reference in New Issue
Block a user