【问题标题】:Using Cygwin to zip individual files in a folder and zipping the entire folder使用 Cygwin 压缩文件夹中的单个文件并压缩整个文件夹
【发布时间】:2013-01-11 07:27:32
【问题描述】:

我正在尝试将单个文件压缩到一个文件夹中。我可以使用压缩目录

tar -zcf <filename> <location to place the file after zipping>

请帮忙...

【问题讨论】:

    标签: cygwin 7zip zipfile


    【解决方案1】:

    我是这样做的

    tar acf foo.tar.gz README.txt bar.txt dog.txt
    

    ref

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-09-05
      • 1970-01-01
      • 2012-06-19
      • 1970-01-01
      • 2010-12-14
      • 2021-10-16
      相关资源
      最近更新 更多