From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 21 16:28:20 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BD337B401 for ; Mon, 21 Apr 2003 16:28:20 -0700 (PDT) Received: from gw.gbch.net (gw.gbch.net [203.143.238.93]) by mx1.FreeBSD.org (Postfix) with SMTP id B24B643FD7 for ; Mon, 21 Apr 2003 16:28:18 -0700 (PDT) (envelope-from gjb@gbch.net) Received: (qmail 37812 invoked by uid 1001); 22 Apr 2003 09:28:16 +1000 Message-ID: Date: Tue, 22 Apr 2003 09:28:16 +1000 From: Greg Black To: "Cliff L. Biffle" References: <20030417205051.GA1232@isorauta.ntc.nokia.com> <20030421095256.M2827@znfgre.tberna.bet> <016a01c30850$2680ffa0$15b55042@vizion2000.net> <200304211607.27258.cbiffle@safety.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ksq4alxdE/AwthTb" Content-Disposition: inline In-Reply-To: <200304211607.27258.cbiffle@safety.net> User-Agent: Mutt/1.4.1i X-Uptime: 5 days X-Operating-System: FreeBSD 4.2-RELEASE i386 X-Location: Brisbane, Australia; 27.49841S 152.98439E X-URL: http://www.gbch.net/gjb.html X-Image-URL: http://www.gbch.net/gjb/gjb-auug048.gif X-PGP-Key-Fingerprint: EBB2 2A92 A79D 1533 AC00 3C46 5D83 B6FB 4B04 B7D6 X-Request-PGP: http://www.gbch.net/keys/4B04B7D6.asc cc: mobile@freebsd.org Subject: Re: netgear ma311 failures (wi0 driver) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 23:28:21 -0000 --Ksq4alxdE/AwthTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=20 > for-loop over -lines- in a file instead of -words- in a file? I've tried= =20 > 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. --=20 Greg Black GPG signed mail preferred; further information in headers. --Ksq4alxdE/AwthTb Content-Type: application/pgp-signature Content-Disposition: inline -----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----- --Ksq4alxdE/AwthTb--