How to locate small file consumption creep

Ryan Rix phrkonaleash at gmail.com
Sat Dec 27 23:30:11 MST 2008


>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20081227/83ec91c1/attachment.htm 


More information about the PLUG-discuss mailing list