find /home \( \
        \( -name '*.o' -a \! -atime +7 \) \

On 19/01/2018, Martin Guy <martinw...@gmail.com> wrote:
> On 18/01/2018, Jeffrey Walton via cfarm-users
> <cfarm-users@lists.tetaneutral.net> wrote:
>> I can't speak for others, but I would not mind being subject to a
>> script that removes temporary object files that are over N days old.
>> In fact I would welcome it because I am forgetful at times.
>
> Traditionally, such a script is called "fileclean", essentialy a
> humungous "find" that deletes *.tmp ~*, *.o older than a week, core
> older than a day and so on.
>
>    M
>
_______________________________________________
cfarm-users mailing list
cfarm-users@lists.tetaneutral.net
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to