📜  如何在 ubuntu 中提取 rar 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:52.011000             🧑  作者: Mango

代码示例2
// first download unrar
sudo apt install unrar
// after the unrar installed you can unrar your file with this command
unrar e filename.rar
// and the next command if you wont your file with the orginal directory
unrar x filename.rar