Bryan's thoughts on web design and development

How to auto-remove old files/directories from linux

I usually just keep old backups, perhaps for some undefined historical purposes, but more likely just out of laziness. But clearly, this method (or lack thereof) can eat up disk space rather quickly.
I recently created a simple bash script that will find an remove all files or directories that are older than a specified […]