Usage
rar <command> -<switch 1> -<switch N> <archive> <files…> <@listfiles…> <path_to_extract\>
Commands
这里与其他命令不同,不需要使用 -
。
e
: Extract files without archived paths。看其他人文章翻译有误,这里是在解压过程中不将压缩包路径解压出来,这样导致所有压缩包内文件(不含文件夹)都被压缩到同一路径下,会非常混乱;x
: Extract files with full path。这个相比使用命令 e
,就会解压文件夹了,好用很多。
Example