Skip to content

Instantly share code, notes, and snippets.

@fr0der1c
Created April 30, 2019 13:23
Show Gist options
  • Save fr0der1c/c505c42b71f8a131645b13e68edaf736 to your computer and use it in GitHub Desktop.
Save fr0der1c/c505c42b71f8a131645b13e68edaf736 to your computer and use it in GitHub Desktop.
Batch unrar on macOS
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