Answers for "how to unzip file terminal"

3

terminal unzip

sudo apt-get install unzip
unzip file.zip
Posted by: Guest on April-27-2021
0

how to unzip gzip files in terminal

for a .gz file use: gunzip name_of_file.gz
Posted by: Guest on February-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language