Skip to content

Instantly share code, notes, and snippets.

@sham-hq
Created September 8, 2017 09:41
Show Gist options
  • Select an option

  • Save sham-hq/6056ad27d542931a6e00dba99e5cca7c to your computer and use it in GitHub Desktop.

Select an option

Save sham-hq/6056ad27d542931a6e00dba99e5cca7c to your computer and use it in GitHub Desktop.
find some file then run unzip on each return file
#!/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