Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Mac > Mac Programmer > Re: using cat t...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 7 Topic 991 of 1040
Post > Topic >>

Re: using cat to get a list to for in sh or in ksh

by David Spencer <spencer@[EMAIL PROTECTED] > Feb 7, 2008 at 01:58 AM

Bob Harris <nospam.News.Bob@[EMAIL PROTECTED]
> writes:

>    while read line
>    do
>        set -- $line
>        for item
>        do
>            do-something-with-$item
>        done
>    done <file

tr -s '[:space:]' '\n' <file |
while read x
do command $x
done

-- 
dhs spencer@[EMAIL PROTECTED]

 




 7 Posts in Topic:
using cat to get a list to for in sh or in ksh
Robert Peirce <bob@[EM  2008-02-06 20:16:26 
Re: using cat to get a list to for in sh or in ksh
Robert Peirce <bob@[EM  2008-02-06 20:32:05 
Re: using cat to get a list to for in sh or in ksh
Robert Peirce <bob@[EM  2008-02-06 20:44:43 
Re: using cat to get a list to for in sh or in ksh
David Spencer <spencer  2008-02-06 23:03:12 
Re: using cat to get a list to for in sh or in ksh
Robert Peirce <bob@[EM  2008-02-07 02:34:48 
Re: using cat to get a list to for in sh or in ksh
Bob Harris <nospam.New  2008-02-07 01:25:23 
Re: using cat to get a list to for in sh or in ksh
David Spencer <spencer  2008-02-07 01:58:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 9:42:36 CST 2008.