Sunday, July 1, 2012

find large log-files

find . -size +1000k -name *.log -print0 | xargs -0 ls –lSh

No comments:

Post a Comment