[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] help - making a cron (NOW with file exclusions)
- Subject: RE: [cobalt-users] help - making a cron (NOW with file exclusions)
- From: "Todd Kirk" <tkirk@xxxxxxxxxxxxxx>
- Date: Wed Aug 8 14:29:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>find /home/sites/site#/web/grunge -type f -ctime +15 | xargs rm
Hello again,
with the command above how would I make exclusion for index.html to never be
deleted?
regards,
Todd Kirk