linux: Find large files

Published by

Posted on December 15, 2010


du -k /home/ | sort -n | tail -10

or
du -h | grep M | sort -n | tail -20