Feeds:
Posts
Comments

Archive for April 27th, 2010

To know the size the current including all the subdirectories:
$ du -sh .

-s : only show the total size (ie: not the size of all files and subdirectory)
-h : display in Kb, Mb, Gb instead of byte only

Read Full Post »