美文网首页
zip文件 解压

zip文件 解压

作者: titvax | 来源:发表于2017-09-21 20:40 被阅读14次

$ sudo pacman -S unzip

简单用法:

$ unzip xxx.zip

其他:

Basic unzip command line:
unzip [-Z] options archive[.zip] [file ...] [-x xfile ...] [-d exdir]

Some examples:
unzip -l foo.zip - list files in short format in archive foo.zip
unzip -t foo - test the files in archive foo
unzip -Z foo - list files using more detailed zipinfo format
unzip foo - unzip the contents of foo in current dir
unzip -a foo - unzip foo and convert text files to local OS

相关文章

网友评论

      本文标题:zip文件 解压

      本文链接:https://www.haomeiwen.com/subject/ycbtextx.html