Skip to content

Instantly share code, notes, and snippets.

@1f0
Created December 31, 2018 03:48
Show Gist options
  • Select an option

  • Save 1f0/94fa599148f778b992bbfc5c6c3fa462 to your computer and use it in GitHub Desktop.

Select an option

Save 1f0/94fa599148f778b992bbfc5c6c3fa462 to your computer and use it in GitHub Desktop.
find . -name "*.zip" | while read filename; do unzip -o -d "`dirname "$filename"`" "$filename"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment