Answers for "how to extract a rar file through terminal"

4

how to extract rar file in ubuntu

sudo apt-get install unrar. Or.
$ sudo apt install unrar. ...
unrar e filename.rar
Posted by: Guest on September-12-2020
0

extract rar file in mac terminal

brew install rar
Posted by: Guest on June-22-2021

Code answers related to "how to extract a rar file through terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language