Bash script to unrar files to specific folder
I had a problem with files being compressed with rar where stored on my filesystem. I wanted to automatize the uncompressing of those files and put them in a specific folder. I also wanted to have this done every X hours, so I added the bash script into my crontab. The basic setup […]