mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 08:58:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Wrap encoded output at a specific width (`0` disables wrapping):
|
||||
|
||||
`base64 {{-w|--wrap}} {{0|76|...}} {{path/to/file}}`
|
||||
`base64 {{[-w|--wrap]}} {{0|76|...}} {{path/to/file}}`
|
||||
|
||||
- Decode a file:
|
||||
|
||||
`base64 {{-d|--decode}} {{path/to/file}}`
|
||||
`base64 {{[-d|--decode]}} {{path/to/file}}`
|
||||
|
||||
- Encode from `stdin`:
|
||||
|
||||
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Decode from `stdin`:
|
||||
|
||||
`{{command}} | base64 {{-d|--decode}}`
|
||||
`{{command}} | base64 {{[-d|--decode]}}`
|
||||
|
||||
Reference in New Issue
Block a user