Skip to main content

All Questions

Tagged with
0 votes
2 answers
199 views

zcat + pigz = undeletable write-only "zombie" file - what happened?

A colleague (anonymized to protect the innocent, the guilty and wherever in this range accidental demon summoners fall) followed a tutorial that included combining a handful of gzipped files with zcat ...
KeyboardCat's user avatar
8 votes
1 answer
1k views

While trying to see the content of a zipped file, I only get information about the zipping process

In Ubuntu, installed on Windows Subsystem for Linux, I want to see the content of a zip file, using gzip --list. I expected to see a list of included files like this: FileName ratio File1 ...
Dominique's user avatar
  • 2,283
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
1 answer
2k views

How can I restore a MySql database dump direct from S3?

I have a gzipped database backup stored on S3 and would like to restore it to MySql without having to first download it due to disk space constraints. I tried the two commands below but got gzip: ...
KalenGi's user avatar
  • 147
0 votes
1 answer
1k views

Cannot unzip xymon-4.3.18.tar.gz; "No such file or directory" error

I have a problem unzipping an archive. ubuntu:~% sudo gzip -dc xymon-4.3.18.tar.gz | tar xf - gzip: xymon-4.3.18.tar.gz: No such file or directory tar: This does not look like a tar archive tar: ...
Ales Krek's user avatar
3 votes
1 answer
608 views

Not sure gzip has decompressed the whole file

I am decompressing a list of files using gzip: At any time it skips from one file to the next, I read (I am using the verbose option): star_60out.txt.gz: 91.0% -- replaced with star_60out.txt or ...
Argentina's user avatar
  • 133
1 vote
1 answer
652 views

Need help in the shell script - gunzip and file command

This is on Ubuntu 12.04. I have a custom webkit based application where "browser" saves bunch of cache files. When triaging the problems, I have to inspect the cache. The cache directory holds many ...
user871199's user avatar
2 votes
2 answers
875 views

Unzipping a huge file stalls the server

I want to extract a huge .tar.gz file but when I do extract it stalls the server. The server is write heavy and extracting seems to choke the disk. Is there a nice way to extract without stopping the ...
ForeverConfused's user avatar
0 votes
3 answers
11k views

How to remove gzip from Linux

I tried sudo aptitude remove gzip and it looked like it uninstalled but when I typed gzip at the terminal it still ran.
tony_sid's user avatar
  • 14.5k
111 votes
8 answers
290k views

tar: Exiting with failure status due to previous errors

I have written a little script that tars and compresses a list of directories + files. The script appears to run succesfully, in that a useable .tar.gz file is created after the script runs. However,...
morpheous's user avatar
  • 4,393
178 votes
7 answers
309k views

How to password protect gzip files on the command line?

I want to create some tar.gz (and possibly tar.bz2) files, using the tar command on Ubuntu 10.04. I want to password protect the file. What is the command to do this (I have Googled, but found ...
morpheous's user avatar
  • 4,393