Find the largest Folder in Your Computer


One of the ways to search for the largest folder/directory in your computer is to use the du command. du is used to display disk usage statistics, in this case we will use du to get a list of all the folders in the order from the smallest to the largest. Using this command du -S | sort -n this process will take some time, depending on your harddrive size and how much content it has. In my case it took a solid 5 minutes.

2007-12-11-042923_1280x800_scrot

Check out the du man page for more info on du: http://www.hmug.org/man/1/du.php



Subscribe without commenting


Leave a Reply

Note: Any comments are permitted only because the site owner is letting you post, and any comments will be removed for any reason at the absolute discretion of the site owner.