Answers for "unzip all files in a directory linux"

5

bash unzip all files

$ unzip \*.zip
Posted by: Guest on June-11-2020
0

unzip all files in a directory linux

unzip '*.zip'
Posted by: Guest on August-30-2021

Code answers related to "unzip all files in a directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language