base*: edit pages (#12514)
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
`base32 {{path/to/file}}`
|
||||
|
||||
- Wrap encoded output at a specific width (`0` disables wrapping):
|
||||
|
||||
`base32 --wrap {{0|76|...}} {{path/to/file}}`
|
||||
|
||||
- Decode a file:
|
||||
|
||||
`base32 --decode {{path/to/file}}`
|
||||
|
@@ -7,6 +7,10 @@
|
||||
|
||||
`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