-
-
Save fr0der1c/c505c42b71f8a131645b13e68edaf736 to your computer and use it in GitHub Desktop.
Batch unrar on macOS
This file contains 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
brew install unrar | |
find . -name "*.rar" -exec unrar -y -ad x {} \; | |
// https://gotofritz.net/blog/tutorials/batch-unrar-command-line-os-x/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment