[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



>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