Delete old files in a directory with Python
After running Python scripts on a routine basis, log files can become unmanageable after some time. This is the situation that I ran into many incidences when I had server scripts routinely initiated using Cron tasks. Most of the scripts...