base64: add the -n option of echo in examples
This commit is contained in:

committed by
Agniva De Sarker

parent
1970f5474c
commit
3b8036fbc2
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
- Encode from stdin:
|
- Encode from stdin:
|
||||||
|
|
||||||
`echo {{plain_text}} | base64`
|
`echo -n {{plain_text}} | base64`
|
||||||
|
|
||||||
- Decode from stdin:
|
- Decode from stdin:
|
||||||
|
|
||||||
`echo {{base64_text}} | base64 -D`
|
`echo -n {{base64_text}} | base64 -D`
|
||||||
|
Reference in New Issue
Block a user