Richard Penman
Extracting tar balls

16 Feb 2008

I often forget the flags:

tar -xvvf file.tar  
tar -xvvzf file.tar.gz  
tar -zxvf file.tgz  
tar xjvf file.tar.bz2
blog comments powered by Disqus