>> If you know better command let me know >> > > du -sh <directory>
Yes, I was going to suggest "du -s <directory>" as well. A side note: du returns the size of the blocks occupied by that directory and is NOT equal to the sum of the file sizes in that directory. SB -- l...@iitd - http://tinyurl.com/ycueutm
