Skip to content

Instantly share code, notes, and snippets.

@garciparedes
Created November 13, 2019 10:35
Show Gist options
  • Select an option

  • Save garciparedes/1e2edf6a61791ddad00e60b986df37a1 to your computer and use it in GitHub Desktop.

Select an option

Save garciparedes/1e2edf6a61791ddad00e60b986df37a1 to your computer and use it in GitHub Desktop.
#!/bin/bash
for x in *.zip ; do unzip -d . -o -u $x ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment