Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu extract rar file

// 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
 
PREVIOUS NEXT
Tagged: #ubuntu #extract #rar #file
ADD COMMENT
Topic
Name
3+8 =