Get the top 10 biggest directories in Linux
du -a /mnt | sort -n -r | head -n 10Where /mnt is the directory to search.
Written by Brandon Cannaday
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Tags 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
