Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!fluke!strong From: strong@tc.fluke.COM (Norm Strong) Newsgroups: comp.unix.questions Subject: mulltiword arguments in C-shell Message-ID: <2100@sputnik.COM> Date: Tue, 27-Oct-87 15:05:07 EST Article-I.D.: sputnik.2100 Posted: Tue Oct 27 15:05:07 1987 Date-Received: Fri, 30-Oct-87 03:43:10 EST Sender: news@tc.fluke.COM Distribution: na Lines: 19 I have a problem: I'm writing a C-shell script which reads in arguments from the command line, shifts them around in a prearranged fashion, and spits them back out again. The problems is that some of these arguments have more than one word in them. Such arguments have quotes around them, i.e. "boo hoo". When the shell reads these arguments into the program it recognizes the quoted arguments as a single argument--but--it promptly removes the quotes, and the argument is thereafter handled as 2 arguments. 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? Help! Norm (strong@fluke)