Re: How to locate small file consumption creep

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Ryan Rix
Date:  
To: Main PLUG discussion list
Subject: Re: How to locate small file consumption creep
>
> find / -atime +1 </tmp/fileage # put list of files starting at / into a tmp file called fileage
>
>
> I believe that should be

find / -atime +1 > /tmp/fileage

Note the reverse in the redirect symbol.

Night.
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss