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 -zcf <filename> <location to place the file after zipping>
请帮忙...
我这样做
tar acf foo.tar.gz README.txt bar.txt dog.txt
参考