Created
December 7, 2016 01:54
-
-
Save jonocairns/12501502309903594fe89dd8f58d5d4b to your computer and use it in GitHub Desktop.
Unrar all files inside folder (exe from that folder)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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