Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在排除单个目录(包含大量数据)的情况下对文件和文件夹列表(都在同一个目录中)进行 tar
tar --exclude=PATTERN xvzf nameof.tar.gz ./*
PATTERN 可以是目录名。GNU焦油。
我认为这可能取决于您的 tar 版本。您可以使用“man tar”或“tar --help”来检查您的版本的详细信息。但我发现的选项是:
tar -X文件名:排除给定文本文件中列出的任何内容 tar --exclude=模式:排除与模式匹配的任何内容