Re: netgear ma311 failures (wi0 driver)
Greg Black <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> <http://www.gbch.net/gjb.html> GPG signed mail preferred; further information in headers.
signature.asc
(application/pgp-signature, 249 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) Comment: See http://www.gbch.net/keys.html for my public keys iD8DBQE+pH6QXYO2+0sEt9YRAgvhAKCLAC3KgyAtOtsQShRnr7fJTBvwLACgo5xu /hYRK8W3YSJ9cmVmxC0svbQ= =dJgN -----END PGP SIGNATURE-----