Skip to content

Instantly share code, notes, and snippets.

@jonocairns
Created December 7, 2016 01:54
Show Gist options
  • Save jonocairns/12501502309903594fe89dd8f58d5d4b to your computer and use it in GitHub Desktop.
Save jonocairns/12501502309903594fe89dd8f58d5d4b to your computer and use it in GitHub Desktop.
Unrar all files inside folder (exe from that folder)
find . -name "*.rar" -exec unrar x -o+ {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment