tar xvf *.tar.gz
压缩
tar –cvf jpg.tar *.jpg
tar –czf jpg.tar.gz *.jpg
tar –cjf jpg.tar.bz2 *.jpg
tar –cZf jpg.tar.Z *.jpg
rar a jpg.rar *.jpg
zip jpg.zip *.jpg
解压
tar –xvf file.tar
tar -xzvf file.tar.gz
tar -xjvf file.tar.bz2
tar –xZvf file.tar.Z
unrar e file.rar
unzip file.zip
unzip -O cp936 (中文有乱码时候使用)
tar zxvf MY_NAME.tgz