Unrar recursively multiple archives (linux and mac)
Tagged: Database, Programming, Ubuntu Date: 1st, August 2008It really is a drag when you download full season of your favorite show and see 20+ episodes in separate folders, every episode rared. It takes a bit of time to unpack one by one.
Here’s a little script that should help you with that (and with similar tasks). Download.
Install:
gunzip unrarr.gz
sudo cp unrarr /usr/bin/
sudo chmod +x [...]