mirror of
https://github.com/wader/fq.git
synced 2024-11-24 11:16:09 +03:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
$ fq -i
|
||
|
null> "abc" | topem
|
||
|
"-----BEGIN-----\nYWJj\n-----END-----\n"
|
||
|
null> "abc" | topem | frompem | tostring
|
||
|
"abc"
|
||
|
null>
|
||
|
null> ^D
|