[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] help - making a cron job to auto delete files, earlier than a specific date
- Subject: RE: [cobalt-users] help - making a cron job to auto delete files, earlier than a specific date
- From: "Todd Kirk" <tkirk@xxxxxxxxxxxxxx>
- Date: Wed Aug 8 12:13:23 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
Thanks for the help, appreciate it. If I could ask what exactly does xargs
do? I have tried to research and don't really understand.
regards,
Todd Kirk