Answers for "how to unzip file using 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
0

unzip a zip file ubuntu

"listen_url": "127.0.0.1:3333",
Posted by: Guest on October-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language