Command to find the largest directory in the current directory

0

Command to find the largest directory in the current directory

 du -a | sort -n -r | head -n 5