Hi everybody,

I have a question to satisfy my curiosity....

I have a GZIP file (file.tar.gz), and I have executed the command HEXDUMP file.tar.gz

It displays the content of the file i HEXA format...

This information also contains the MAGIC NUMBER which indicates the kind of file it is...(/usr/share/file/magic), but I haven't been able to locate the magic number for a GZIP file into the HEXDUMP show...

Does anyone know where exactly is this information?

Thanks!