Mostly Linux & Python syntax notes and hyperlinks.

Friday, March 19, 2010

Linux: uncompress tar.Z when your Linux doesn't have uncompress

The second time I've had to look this up, so posting it here:
zcat filename.tar.Z | tar xvf -
or
gzcat filename.tar.gz | tar xvf -

No comments:

Post a Comment

Blog Archive