netgear ma311 failures (wi0 driver)
Mike Jackson
mjj at isorauta.ntc.nokia.com
Mon Apr 21 22:11:43 PDT 2003
ext Cliff L. Biffle (cbiffle at safety.net) 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. :-)
Hi,
Make a text file one word per line called TEXT.
#!/bin/sh
for x in `cat TEXT`
do
echo -e "$x\n"
done
--
mike
More information about the freebsd-mobile
mailing list