To find the 10 largest folders in the home directory :
du -k /home/ | sort -n | tail -10
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
Name (required)
Mail (won't be published) (required)
Website
Notify me of followup comments via e-mail
recurser is powered by WordPress RSS Entries and RSS Comments
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