tar 压缩去除目录

tar zcvf fd.tar.gz  *  --exclude=file1 --exclude=dir1

注意:

1、yes: --exclude=file1

     no: --exclude file1

2、yes:  --exclude=dir1  

     no:  --exclude=dir1/

原文地址:https://www.cnblogs.com/zhangxun1/p/5825681.html