使用-d解压缩在Linux上运行并一起覆盖

时间:2016-08-31 00:14:42

标签: php linux directory unzip

我正在尝试使用解压缩来提取文件,在本地服务器上提取它们并上传到S3。

我的sctipt因覆盖标志而卡住了:

eplace /home/folder1/tmp/creative_tmp/5a558e1d4337410887ffde9c8aeff90b_Burger_250x350.jpg? [y]es, [n]o, [A]ll, [N]one, [r]ename:

我在服务器上运行以下命令:

unzip -d /home/folder1/tmp/creative_tmp/large_image_file.zip

现在我需要像这样添加-o到unzip命令:

unzip -o /path/to/archive.zip

但我还需要运行-d选项以在正确的位置解压Zip文件。

我尝试了一些组合,但我没有让它发挥作用。我将非常感谢你的帮助。感谢

1 个答案:

答案 0 :(得分:2)

这应该有效:

// Align text
    upperTextField.textAlignment = .Center
    lowerTextField.textAlignment = .Center