newbedev.com Open in urlscan Pro
2606:4700:3033::6815:5d83  Public Scan

URL: https://newbedev.com/gzip-stdin-has-more-than-one-entry-rest-ignored-and-gzip-tmp-gz-has-more-than-one-entry-unchanged
Submission Tags: falconsandbox
Submission: On November 10 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Menu
NEWBEDEVPythonJavascriptLinuxCheat sheet
Contact

NEWBEDEV
 * Python
 * Javascript
 * Linux
 * Cheat sheet
 * Contact
 * 




"GZIP: STDIN HAS MORE THAN ONE ENTRY--REST IGNORED" AND "GZIP: TMP.GZ HAS MORE
THAN ONE ENTRY -- UNCHANGED"

As explained by 'druuna' at
http://www.linuxquestions.org/questions/linux-software-2/gunzip-%5Bfile%5D-has-more-than-one-entry-unchanged-618990/#post3047709,
this can happen if it's actually a ZIP-file rather than a gz-file, just with a
misleading extension, and it contains multiple files. (gzip -d does support
ZIP-files that contain only one file.)

In my case, that's exactly right:

Facebook denies reports of ignoring research


$ file tmp.gz 
tmp.gz: Zip archive data, at least v2.0 to extract


and using unzip rather than gzip -d worked perfectly.


TAGS:

COMPRESSION

GZIP

GUNZIP


RELATED

Cannot turn off SSLCompression in Apache?Are LTO Hardware compression and
encryption standardized?rsync --compress-level: which compression levels can be
used?Transparent compression filesystem in conjunction with ext4backup files
with many duplicated filesHow can I list the content of a zip archive, but only
the first level?Is there a compression format that supports tail operations?How
to unzip files bigger than 4GB?How to list content from a tar file without
recursion?Faster zlib alternatives


RECENT POSTS

Pandas how to find column contains a certain valueRecommended way to install
multiple Python versions on Ubuntu 20.04Build super fast web scraper with Python
x100 than BeautifulSoup
© 2021 newbedevPrivacy Policy