Posted by Jamsi in
Linux on January 24th, 2006 |
one response
Ever wanted to find the size of a folder under Linux (console)?
du -hs /path/to/folder
Did you like this? Share it:
No related posts.
Leave a Reply
You must be logged in to post a comment.
I find this one even more handy:
It shows you the sizes off all folders in a directory.
Very handy to find out what’s using all the space on your hard disks…