Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!netsys!macomh!macom1!rikki From: rikki@macom1.UUCP (R. L. Welsh) Newsgroups: comp.unix.questions Subject: Re: Help with strings in Bourne shell Message-ID: <4846@macom1.UUCP> Date: 27 Apr 89 14:25:20 GMT References: <19311@adm.BRL.MIL> Organization: CENTEL Federal Systems, Reston, VA. 22091-1506 Lines: 15 > Jim Rudolf writes: ... >> However, I want to read from stdin (or maybe a redirected pipe), and I >> can't get it to work no matter what strange combination of quotes I use! >> I would like to do something like: >> read args >> for i in $args Try: \"x = value\" This worked for me -- you need to get the " passed to the for line. -- - Rikki (UUCP: grebyn!macom1!rikki)