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

Sooraj S
- 1,101