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