How to find the top 10 largest files or directories in Linux Get link Facebook X Pinterest Email Other Apps December 31, 2010 du -a /var | sort -n -r | head -n 10 Read more