netgear ma311 failures (wi0 driver)

Greg Black gjb at gbch.net
Mon Apr 21 16:28:21 PDT 2003


On 2003-04-21, Cliff L. Biffle wrote:

> On a related note, can a bourne shell guru drop me a line and tell me how to 
> for-loop over -lines- in a file instead of -words- in a file?  I've tried 
> changing the delimiter characters with no luck. :-)

Hardly a job for a guru, but this will do it:

$ cat foo.txt | while read data ; do echo ">>> $data" ; done

Replace the echo command with whatever you need.

-- 
Greg Black <gjb at gbch.net> <http://www.gbch.net/gjb.html>
GPG signed mail preferred; further information in headers.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 249 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-mobile/attachments/20030422/3a5d7f2f/attachment.bin


More information about the freebsd-mobile mailing list