[Asterisk-Users] Deleting Monitor Files After 2 Months
    Matthew Boehm 
    mboehm at cytelcom.com
       
    Thu May 19 07:04:59 MST 2005
    
    
  
Gavin Hamill wrote:
> On Thursday 19 May 2005 13:51, Steve Totaro wrote:
>> Does anyone know the best way to automate the deletion of monitor
>> files after they age two months?
>
> How about ...
>
> $ find /path/to/files -ctime +60 -exec rm {}\;
>
> Cheers,
> Gavin.
Nice Gavin. I would further turn that into a shell script and pop it into
cron to run nightly.
-Matthew
    
    
More information about the asterisk-users
mailing list