mirror of
https://github.com/wader/fq.git
synced 2024-11-27 14:14:58 +03:00
7 lines
229 B
Plaintext
7 lines
229 B
Plaintext
$ fq -n '"test" | tobytes'
|
|
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f| |
|
|
0x0|74 65 73 74 |test |
|
|
<4 bytes>
|
|
$ fq -n -o raw_output=true '"test" | tobytes'
|
|
test\
|