Posts tagged as:

delete files older

Delete Files Older Than x Days

by admin on November 23, 2010

The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to figure out what files are older than a certain number of days, and then use the rm command to delete them.

{ 0 comments }