标签:
tar zcvf 压缩包 文件
打包:尽量切换到打包目录的上级目录,然后用相对路径打包
tar zcvf [随意路径] /框 [相对路径] 一堆苹果
tar tf 查看内容
-z --gzip --ungzip
filter the archive through gzip||调用gzip来压缩归档文件
-c --create
create a new archive ||建立新的归档文件
-v --verbose
verbosely list files processed||处理过程中输出相关信息
-f --file [HOSTNAME:]
标签:
原文地址:http://www.cnblogs.com/bossbo/p/5661367.html