Answers for "how to unzip a zip file in linux using cmd"

20

unzip command in linux

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

how to un zip a file in linux command line

unzip -q file.zip -d directory_path
Posted by: Guest on January-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language