-1

I would like to know what are the commands line used to unzip and unrar a file from terminal.

1 Answers1

1

cd into the directory which contains the file and

type this command in the terminal :

tar -xvf filename.gz
Sooraj S
  • 1,101