[root@aminglinux-02 d6z]# unzip -l d6z.zip
Archive: d6z.zip
Length Date Time Name
--------- ---------- ----- ----
0 06-23-2017 22:58 tmp/d6z/
802445 06-23-2017 22:55 tmp/d6z/1.txt.zip
--------- -------
802445 2 files
[root@aminglinux-02 d6z]# tar -cvf d6z.tar --exclude /tmp/d6z/*.txt --exclude /tmp/d6z/1.txt.zip /tmp/d6z
tar: 从成员名中删除开头的“/”
/tmp/d6z/
/tmp/d6z/d6z.zip
/tmp/d6z/2.txt.zip
/tmp/d6z/tmp.tar
/tmp/d6z/tmp/
/tmp/d6z/tmp/d6z/
/tmp/d6z/tmp/d6z/1.txt.zip
tar: /tmp/d6z/d6z.tar: 文件是归档文件;未输出
原文地址:http://blog.51cto.com/akui2521/2104140