Trying to uncompress txt.gz files on Linux. gzip, gunzip, unzip are not recognizing the file format. The archive is guaranteed to be not corrupted.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
This will tell you, if it is a |
|||||||
|

gzip -dwill do it. – Chris Down Nov 16 '12 at 13:24file txt.gzsay? – angus Nov 16 '12 at 13:26filedoesn't recognize (try it: rename one tofile.txtand open it in an editor), or you should talk with whoever guaranteed you they aren't corrupted. – angus Nov 16 '12 at 13:40hd file.txt.gz | head - 8to your question and we will be able to answer. – Jim Paris Nov 16 '12 at 15:54