Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

How to decompresses a gzipped file

Answer:

1. Use the gunzip command

# gunzip test.gz

1. Use the gzip command, and the -d flag

# gzip -d test.gz
  1. Show the content of gzipped text file
  2. Can I use gunzip to decompress a zip file?
  3. How to determine the type of a file in Linux
  4. How to easy remove file with strange file name?
  5. Extract a bzipped tar file

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>