mirror of
https://github.com/wader/fq.git
synced 2024-12-02 04:05:35 +03:00
2dc509ab2f
Causes address bar to not be shown in some cases. Will have to rethink and redo the whole dump thing somehow.
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
$ fq -n '"test" | tobytes'
|
|
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|
|
|
0x0|74 65 73 74| |test| |.: raw bits 0x0-0x3.7 (4)
|
|
$ fq -n -o raw_output=true '"test" | tobytes'
|
|
test\
|