as of tar verison 1.15, you no longer need to specify the compression method used to uncompress it. I thought that was pretty cool. I bet most of you still specify by force of habit, I was until today.
Page 1 of 1
Tar
no longer need to specify compression
Tweet
#2
Posted 03 October 2005 - 01:23 PM
from working on diffrent systems like IRIX and Solaris I still pipe my tar.gz files
gunzip < file.tar.gz | tar xvf -
gunzip < file.tar.gz | tar xvf -
Page 1 of 1
Sign In »
Register Now!
Help

Back to top
MultiQuote