linux 查看zip文件[root@mysql test]# unzip -o test.zip -d tmp/?unzip -v text.zip?如果要压缩文件为RAR
linux 查看zip文件
[root@mysql test]# unzip -o test.zip -d tmp/
?
unzip -v text.zip
?
如果要压缩文件为RAR格式则用命令:
rar a file
如果要解压缩RAR格式的文件则用命令:
unrar e file
linux 查看zip文件
[root@mysql test]# unzip -o test.zip -d tmp/
?
unzip -v text.zip
?
如果要压缩文件为RAR格式则用命令:
rar a file
如果要解压缩RAR格式的文件则用命令:
unrar e file