Friday, July 6, 2007

TAR-TIPS

tar -xvf file.tarunzip tar file
tar -t file.tarlist contents of tar file
tar -xvfz file.tar.gzunzip tar.gz file
tar -xvfj file.tar.bz2unzip tar.bz2 file
gunzip file.gzunzip gzip file
unzip file.zipunzip zip file
bunzip2 file.bz2unzip bzip2 fil

No comments: