mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 05:46:03 +02:00
base64: clarify example descriptions that do not edit files inplace (#5656)
This commit is contained in:
parent
3f17e72bf9
commit
85ad9ba247
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
> Encode or decode file or standard input to/from Base64, to standard output.
|
> Encode or decode file or standard input to/from Base64, to standard output.
|
||||||
> More information: <https://www.gnu.org/software/coreutils/base64>.
|
> More information: <https://www.gnu.org/software/coreutils/base64>.
|
||||||
|
|
||||||
- Encode a file:
|
- Encode the contents of a file as base64 and write the result to stdout:
|
||||||
|
|
||||||
`base64 {{filename}}`
|
`base64 {{filename}}`
|
||||||
|
|
||||||
- Decode a file:
|
- Decode the base64 contents of a file and write the result to stdout:
|
||||||
|
|
||||||
`base64 --decode {{filename}}`
|
`base64 --decode {{filename}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue