mirror of
https://github.com/wader/fq.git
synced 2024-11-23 18:56:52 +03:00
691688022f
Hopefully can be reused for docs generation
21 lines
1.9 KiB
Plaintext
21 lines
1.9 KiB
Plaintext
# echo test | gzip -N > test.gz
|
|
$ fq -d gzip verbose /test.gz
|
|
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.: {} /test.gz (gzip) 0x0-0x18.7 (25)
|
|
0x00|1f 8b |.. | identification: "\x1f\x8b" (Correct) 0x0-0x1.7 (2)
|
|
0x0|74 65 73 74 0a| |test.| | uncompressed: 746573740a 0x0-0x4.7 (5)
|
|
0x00| 08 | . | compression_method: deflate (8) 0x2-0x2.7 (1)
|
|
| | | flags: {} 0x3-0x3.7 (1)
|
|
0x00| 00 | . | text: false 0x3-0x3 (0.1)
|
|
0x00| 00 | . | header_crc: false 0x3.1-0x3.1 (0.1)
|
|
0x00| 00 | . | extra: false 0x3.2-0x3.2 (0.1)
|
|
0x00| 00 | . | name: false 0x3.3-0x3.3 (0.1)
|
|
0x00| 00 | . | comment: false 0x3.4-0x3.4 (0.1)
|
|
0x00| 00 | . | reserved: 0 0x3.5-0x3.7 (0.3)
|
|
0x00| 41 02 ea 5f | A.._ | mtime: 1609171521 0x4-0x7.7 (4)
|
|
0x00| 00 | . | extra_flags: unknown (0) 0x8-0x8.7 (1)
|
|
0x00| 03 | . | os: Unix (3) 0x9-0x9.7 (1)
|
|
0x00| 2b 49 2d 2e e1 02| +I-...| compressed: 2b492d2ee10200 0xa-0x10.7 (7)
|
|
0x10|00 |. |
|
|
0x10| c6 35 b9 3b | .5.; | crc32: Correct (3bb935c6) 0x11-0x14.7 (4)
|
|
0x10| 05 00 00 00| | ....| | isize: 5 0x15-0x18.7 (4)
|