On Sun, 23 Feb 2014, Bruce wrote:
> ... if I may be getting a little bit obsessive/compulsive.
> 
> :-)
> B

Oh boy...

$ find -name .project | xargs dirname | xargs du -hs | awk 'BEGIN{t=0;FS="K";} 
{t+=$1;} END{print t " KiB";}'
24355.3 KiB

(Don't know if it counts correctly, though, but it feels correct...)

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to