[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] deleteing old files
- Subject: RE: [cobalt-users] deleteing old files
- From: "Chris Demain" <cdemain@xxxxxxxxxxx>
- Date: Tue Jan 15 16:40:16 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> do you do this maualy or do you have some sort of script which runs on its
> own
>
> tom hodkin
>
Tom,
I don't script this kind of thing, but it wouldnt' be hard. It was
theoretical anyway, just trying to provide a solution to a problem :) I'm a
big fan of using for loops (for i in *; do something; something_else; done)
and xargs, especially with find.
--Chris