Simple about SAP basis
Resource for users who want to be familiar with SAP basis
Legal
(Move to ...)
Privacy Policy
▼
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
‹
›
Home
View web version
No comments:
Post a Comment