Monday, June 2, 2008

Find your most sized files

It is very easy with 'find' unix tool:


$ find / -size +100000k -exec ls -lh '{}' \;