mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 04:52:58 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Encode a file using Base64 instead of the default uuencode encoding and write the result to a file:
|
||||
|
||||
`uuencode -m -o {{path/to/output_file}} {{path/to/input_file}} {{output_file_name_after_decoding}}`
|
||||
`uuencode {{[-m|--base64]}} -o {{path/to/output_file}} {{path/to/input_file}} {{output_file_name_after_decoding}}`
|
||||
|
||||
Reference in New Issue
Block a user