Skip to content

Instantly share code, notes, and snippets.

@ibrahimsn98
Last active August 24, 2018 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrahimsn98/e5b2261aa53964183c561437c02f8740 to your computer and use it in GitHub Desktop.
Save ibrahimsn98/e5b2261aa53964183c561437c02f8740 to your computer and use it in GitHub Desktop.
Extract all zip files to the same folder
find . -name "*.zip" -exec unzip {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment