mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 17:55:38 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,6 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`base64 {{path/to/file}}`
|
||||
|
||||
- Wrap encoded output at a specific width (`0` disables wrapping):
|
||||
|
||||
`base64 --wrap {{0|76|...}} {{path/to/file}}`
|
||||
|
||||
- Decode the base64 contents of a file and write the result to `stdout`:
|
||||
|
||||
`base64 --decode {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user