[cfarm-users] Please cleanup your /home on farm machines

Martin Guy martinwguy at gmail.com
Fri Jan 19 15:05:48 CET 2018


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


On 19/01/2018, Martin Guy <martinwguy at gmail.com> wrote:
> On 18/01/2018, Jeffrey Walton via cfarm-users
> <cfarm-users at 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
>


More information about the cfarm-users mailing list