I Saw The Coolest Thing Today

Code: du -h directory_name reports the size of all directories beneath a given directory and the total at the bottom. If you just want a total for that directory, then use Code: du -hs directory_name If you don’t provide a directory_name, the current directory will be used. As suggested, the manpage has all the options. Code: man du

Check folder size from terminal - Ubuntu Forums
To Tumblr, Love PixelUnion