ubuntu unrar解压rar包和unzip 解压zip包

来源:互联网 发布:golang 编辑:程序博客网 时间:2024/06/05 02:18
unrar 解压 rar压缩包 选项如下


       e      Extract files to current directory.

       l      List archive content.

       p      Print file to stdout.

       t      Test archive files.

       v      Verbosely list archive.

       x      Extract files with full path.


如 unrar x patch.rar  表示全路径解压包里的文件


unzip解压命令如下

unzip -x patch.zip  表示全路径解压压缩包里的文件

1 0
原创粉丝点击