71

Linux下zip的操作命令

 5 years ago
source link: https://www.linuxprobe.com/linux-zip.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
1.zip -r myfile.zip ./*

将当前目录下的所有文件和文件夹全部压缩成myfile.zip内联代码块文件,内联代码块-r表示递归压缩子目录下所有文件。

2.unzip
unzip -o -d /home/sunny myfile.zip

myfile.zip文件解压到 /home/sunny/

-o:不提示的情况下覆盖文件;

-d:-d /home/sunny指明将文件解压缩到/home/sunny目录下。

3.其他
zip -d myfile.zip smart.txt

删除压缩文件中smart.txt文件

zip -m myfile.zip ./rpm_info.txt

向压缩文件中myfile.zip中添加rpm_info.txt文件。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK