Answers for "how to unrar in linux"

6

how to unrar in linux

$ sudo apt install unrar
//extract to the current folder
$ sudo unrar x filename.rar
//extract all files without sub folders
$ sudo unrar e filename.rar
Posted by: Guest on August-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language