$ find / -size +100000k -exec ls -lh '{}' \;
Monday, June 2, 2008
Find your most sized files
It is very easy with 'find' unix tool:
Subscribe to:
Posts (Atom)
My blog contains crib sheets about system administration tasks. You will find here some notes about cvs/svn repositories, firewalls, scripting, policies, security. This source of knowledge is very useful for me, I hope you find it useful too.
$ find / -size +100000k -exec ls -lh '{}' \;