LWN.net Logo

Mark Shuttleworth interview (Linux Format)

Mark Shuttleworth interview (Linux Format)

Posted Oct 5, 2006 11:59 UTC (Thu) by nix (subscriber, #2304)
In reply to: Mark Shuttleworth interview (Linux Format) by drag
Parent article: Mark Shuttleworth interview (Linux Format)

cat file|while read i; echo $i;end
I can see how that would be so very different from the POSIX
cat file | while read i; do echo $i; done
(which of course is also a Useless Use Of Cat, but we're going for clarity here)


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds