Answers for "how to extract zip files in linux terminal"

15

how to extract a zip file in linux terminal

sudo apt-get install unzip
Posted by: Guest on May-06-2020
20

how to extract a zip file in linux terminal

unzip file.zip -d destination_folder
Posted by: Guest on February-19-2020

Code answers related to "how to extract zip files in linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language