Monday, January 22, 2007

Unzipping in Linux

$gzip -d decompresses a zipped file in linux.

There is no untar command. Do

tar -xvvf foo.tar

or

tar -xvvzf foo.tar.gz.

Comment here if this post [found in a google search] helped prevent violence against computers.

No comments: