linux unrar怎么解压到指定目录
要将一个RAR文件解压到指定目录,你可以使用以下命令:
unrar x /path/to/file.rar /path/to/destination
其中,/path/to/file.rar
是要解压的RAR文件的路径,/path/to/destination
是要解压到的目标目录的路径。
你也可以使用unrar e
命令来解压RAR文件,不过它会将文件解压到当前工作目录下。
阅读剩余
THE END
要将一个RAR文件解压到指定目录,你可以使用以下命令:
unrar x /path/to/file.rar /path/to/destination
其中,/path/to/file.rar
是要解压的RAR文件的路径,/path/to/destination
是要解压到的目标目录的路径。
你也可以使用unrar e
命令来解压RAR文件,不过它会将文件解压到当前工作目录下。