Linux.com

Where has my disk space gone?

Posted by: Anonymous [ip: 69.209.51.46] on December 17, 2008 08:52 PM
In order to get the size of all the subdirectories and files in the current directory run:

$ du -sh `ls`

#

Return to Where has my disk space gone?