Find large folders

To find the 10 largest folders in the home directory :

du -k /home/ | sort -n | tail -10



One Response to “Find large folders”  

  1. 1 vovaNux

    Do you know how to list directories with largest number of files? I’ve got many directories and some of them have lots of files, that’s why I’m geting no space left on device error

Leave a Reply