Too many nested gosubs

Bill Campbell bill at celestial.com
Thu Nov 14 10:57:12 PST 2013


On Thu, Nov 14, 2013, Richard Kreiss wrote:

>I have a routine I just wrote to delete pdf files older the 60 days from
>the current date.

If you're running on a *nix box, at the command line:

find /path/to-dir -name '*.pdf' -mtime +60 | xargs rm

Put it in cron and run nightly.

Bill
-- 
INTERNET:   bill at celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186  Skype: jwccsllc (206) 855-5792

When we must wait for Washington to tell us when to sow and when to reap,
we shall soon want bread -- Thomas Jefferson


More information about the Filepro-list mailing list