gunzip and tar
You *nix gurus probably have know this for a while, but I didn't. To gunzip and untar a *.tar.gz or *.tgz file with one command, try this:
gunzip -c ips6.0.tar.gz* | tar xvf -
It works on Solaris (9) and OS X (10.2.2 with gnutar), and therefore I assume it'll work on Linux. I learned that at the portal class I taught last week. Good stuff, committing to memory...
Posted by Aslak Hellesøy on November 30, 2002 at 04:35 PM MST #
Posted by Matt Raible on November 30, 2002 at 05:01 PM MST #
Posted by Steven on December 16, 2002 at 08:03 AM MST #