9/04/2012

HP-UX : Finding large files on UNIX/Linux fs. shell

There is a very usefull sample how to find fast growing files on filesystem like logs or tracefiles.

find // -xdev -type f -size +10000000c -exec ls -lad {} \;

No comments:

Post a Comment

Popular Posts