I would like to know what are the commands line used to unzip and unrar a file from terminal.
Asked
Active
Viewed 9,326 times
1 Answers
1
cd into the directory which contains the file and
type this command in the terminal :
tar -xvf filename.gz
Sooraj Soman
- 1,111