1 Oct
2015
1 Oct
'15
5:14 p.m.
On Thu, Oct 1, 2015 at 10:10 AM, Loren Tedford <lorentedford@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