Skip to main content

Questions tagged [gunzip]

The tag has no usage guidance.

0 votes
1 answer
598 views

gzip: CHARTEVENTS.csv.gz: not in gzip format

I'm trying to expand a file named CHARTEVENTS.csv.gz by using guzip CHARTEVENTS.csv.gz , but always I have this error gzip: CHARTEVENTS.csv.gz: not in gzip format . can any one tell me what is the ...
el abed houssem's user avatar
0 votes
1 answer
1k views

Extracting a file in solaris

I'm try to extract a file in solaris to a folder. I have tried following combinations but no luck. gunzip -c jdk-8u211-solaris-sparcv9.tar.gz > /opt/java/jdk8.2.11 I'm getting a is directory ...
BoomRamada's user avatar
0 votes
2 answers
1k views

How to restore the original file.gz after running a gunzip -f file.gz?

The default behavior of gunzip is to delete the .gz file after it decompresses. There's a way to restore the original file from the decompressed version on Mac OS?
SuperAtic's user avatar
  • 101
5 votes
4 answers
10k views

How do I decompress .bgz files?

Is there any software that will decompress a file named nnnnn.tsv.bgz on a PC running Windows 10? The usual R commands will not do it.
Maringo7's user avatar
1 vote
1 answer
30 views

How to set group for new files that I gunzip?

I am user myuser with primary group myuser. I get ftp'd a stack of files every so often and I want to gunzip them. The newly created unzipped files belong to myuser:myuser. I want the newly created ...
kingledion's user avatar
2 votes
1 answer
6k views

Methods to open huge .sql.gz file?

I have huge 12 GB .sql.gz file that I need to unzip on my Windows 10 computer. So far, I have tried using WinZip, 7-Zip, and the gunzip command in Cygwin. I received the error messages shown below for ...
Bob Loblaw's user avatar
21 votes
2 answers
57k views

"gzip: stdin has more than one entry--rest ignored" and "gzip: tmp.gz has more than one entry -- unchanged"

I have a certain file named tmp.gz. When I try to decompress it using gzip -d, I get an error-message that it has multiple entries: $ gzip -d tmp.gz gzip: tmp.gz has more than one entry -- unchanged ...
ruakh's user avatar
  • 786
9 votes
1 answer
12k views

How to use gzip or gunzip in a pipeline with curl (For binary gz files)

I am using curl to download a file using the following command. curl -O https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz I want to unpack it in a pipeline in the ...
nickg's user avatar
  • 93
1 vote
2 answers
439 views

gunzip multiple archives to specific folder

is there possibility to gunzip multiple files into one folder? I have alot of access logs which I need to exctract do folder. There placed in /var/log/nginx/ and they are named like access.log.2.gz ...
Delirium's user avatar
  • 113
10 votes
4 answers
30k views

how to verify whether a compressed .gz is corrupted or not?

I have many gz downloaded from the internet, and I would like to make sure they are not corrupted. Does the fact that I can open the archive with winzip on windows proves that everything is fine? I ...
ℕʘ��ḆḽḘ's user avatar
1 vote
2 answers
3k views

Gunzip directory of files and pipe output Linux

I'd like to gunzip a directory full of compressed files and pipe the output (preserving the original files) to a different directory. I need the original names to stay the same. So... gunzip -c *.gz ...
KennyC's user avatar
  • 11
10 votes
2 answers
13k views

How to use GNU parallel with gunzip

I have a directory full of .gz, I want to expand each archive in parallel with GNU parallel. However I did not achieve anything. I tried parallel 'gunzip {}' ::: `ls *.gz` parallel gunzip `ls *.gz` ...
gc5's user avatar
  • 340
-3 votes
5 answers
903 views

".gz" extension somehow appended itself to EVERY FILE on my site... how do I undo it?

Somehow I accidentally appended the extension .gz to ALL files in my entire website directory. How do I undo this? I need them to retain their original file extensions (EG: picture.jpg.gz -> picture....
user229025's user avatar
1 vote
2 answers
4k views

How to batch decompress files with gunzip and keep originals?

I have several txt.gz files in a directory that I would like to decompress all in one go to a bunch of .txt files without getting rid of the originals. BUT I don't want them in standard output - as ...
Paulina's user avatar
  • 11
0 votes
1 answer
5k views

zcat or gunzip: proceed on error

When trying to gunzip or zcat a large number of gzip files, zcat/gunzip will terminate with this error: gzip: <gzip-file>: unexpected end of file Is there any way I can get gunzip or zcat to ...
Suman's user avatar
  • 961

15 30 50 per page