Last Updated: February 25, 2016
·
213
· inconceivableduck

Get the top 10 biggest directories in Linux

du -a /mnt | sort -n -r | head -n 10

Where /mnt is the directory to search.