Available Space in Directory Simple Not very usable though. Dumps the current directory size and the immediate directories in it. du -h . Sort by size du -h . | sort -rh Show the top 10 largest directories du -h . | sort -rh | head -n 10