142
56
I want a list of the folders from the current directory or one that I specify with their size.
I have tried with du but I only get the size of the directories I specify (du . ./f1), and ls doesn't show the size of the folders.
How do I do this without any scripting ?
not to sound like a jerk, but 'man du' ;) – Jakub – 2010-08-03T19:47:11.020
5Thanks ;-) but I've already tried and couldn't find anything. And try Googling du! – kevin – 2010-08-05T06:39:36.357