Created
September 8, 2017 09:41
-
-
Save sham-hq/6056ad27d542931a6e00dba99e5cca7c to your computer and use it in GitHub Desktop.
find some file then run unzip on each return file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| find . -name "*.zip" | xargs -n1 unzip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment