6 examples for unzip
1 2 3 | # unzip many files in one command: must add \ before wildchar # otherwise command will extract first zip and search other files in it unzip -e \*.zip |
1 2 3 | # unzip many files in one command: must add \ before wildchar # otherwise command will extract first zip and search other files in it unzip -e \*.zip |