Imagine the following scenario. I needed to have a cronjob that run a script every fifteen minutes, which I logically would place in the /etc/cron.d/ folder. But as I waited and waited, the script never ran. After some intense googling, I finally found a forum post which contained the solution to my problem. By simply not having an empty newline at the end of my cron job file, it would not run!