[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] deleteing old files



>
> 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