Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!hao!ames!sdcsvax!ucsdhub!jack!man!nusdhub!rwhite From: rwhite@nusdhub.UUCP Newsgroups: comp.unix.questions Subject: Re: mulltiword arguments in C-shell Message-ID: <181@nusdhub.UUCP> Date: Wed, 28-Oct-87 04:02:55 EST Article-I.D.: nusdhub.181 Posted: Wed Oct 28 04:02:55 1987 Date-Received: Sat, 31-Oct-87 03:48:12 EST References: <2100@sputnik.COM> Distribution: na Organization: National University, San Diego Lines: 13 Summary: this In article <2100@sputnik.COM>, strong@tc.fluke.COM (Norm Strong) writes: > My question, Mr. Anthony, is: How can I get the shell to handle these > multi-word arguments all the way through to the output and dump them out with > the quotes still around them, so that the next program will also recognize them > as a single argument? The simple way would be to use echo \"${ARG1}\" \"${ARG2}\" you get the idea.... "If you want the \"(s) you gotta \\ (quote) the quotes" Rob.