Path: utzoo!attcan!uunet!convex!kole From: kole@convex.com (John P. Kole) Newsgroups: comp.unix.shell Subject: Re: using set in a csh script Message-ID: <107688@convex.convex.com> Date: 25 Oct 90 19:14:28 GMT Sender: usenet@convex.com Organization: Convex Computer Corporation, Richardson, Tx. Lines: 10 >> $ set t="Mon 5" >> $ echo $t >> $ Mon 5 >> You might try this: % set t="Mon 5" % echo $t:q % Mon 5