zip文件 解压

2017-09-21  本文已影响14人  titvax

$ 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

上一篇 下一篇

猜你喜欢

热点阅读