phil has a blog - Find 10 largest folders in the current dir on Mac / Linux

Find 10 largest folders in the current dir on Mac / Linux

du -k . | sort -n | tail -10