Answers for "how to extract a zip file in linux terminal"

10

how to extract a zip file in linux terminal

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

how to extract a zip file in linux terminal

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

how to extract a zip file in linux terminal

unzip file.zip
Posted by: Guest on May-06-2020

Code answers related to "how to extract a zip file in linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language