Tag: bedework

  • Delete files using crontab

    Got some files on your *NIX system that need a good deletin on a regular basis?. Well then crontab is going to be your friend. There are tons of articles that painstakingly explain the crontab format when you Google “scheduled job Linux”, but how to actually implement a scheduled job using crontab from start to…