mirror of
https://github.com/wader/fq.git
synced 2024-12-26 23:15:04 +03:00
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
$ fq -i
|
|
null> "abc" | topem
|
|
"-----BEGIN-----\nYWJj\n-----END-----\n"
|
|
null> "abc" | topem | "before" + . + "between" + . + "after" | frompem | tostring
|
|
"abc"
|
|
"abc"
|
|
null>
|
|
null> ^D
|