[Gllug] Odd (but apparently correct) behaviour from du

John Winters john at sinodun.org.uk
Wed Jul 16 14:30:10 UTC 2008


John Winters wrote:
> for $root in *; do; du -sk $root; done

That should of course read:

for root in *; do du -sk $root; done
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list