Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-27 00:18:38 +00:00
parent 5871f35fe8
commit 9fe6559a97
123 changed files with 660 additions and 357 deletions

View File

@@ -6,7 +6,7 @@ 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/>.
> More information: <https://www.gnu.org/software/hello/manual/html_node/Invoking-hello.html>.
- Print "Hello, world!":
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
- Print "hello, world", the traditional type:
`hello --traditional`
`hello {{[-t|--traditional]}}`
- Print a text message:
`hello --greeting="{{greeting_text}}"`
`hello {{[-g|--greeting]}} "{{greeting_text}}"`