On Thu, Oct 1, 2015 at 10:10 AM, Loren Tedford <lorentedford at gmail.com> wrote: > > While we are on this topic of how can i delete any audio that is 180 days old off the system automatically with a cron or shell script? Add something like the following to cron: find /yourarchivedir -type f -mtime +180 -delete Tom KD7LXL