Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site utcsrgv.UUCP Path: utzoo!utcsrgv!dave From: dave@utcsrgv.UUCP (Dave Sherman) Newsgroups: net.unix Subject: Re: How to store a blank in a /bin/sh variable? [solution found] Message-ID: <4963@utcsrgv.UUCP> Date: Thu, 26-Jul-84 08:43:46 EDT Article-I.D.: utcsrgv.4963 Posted: Thu Jul 26 08:43:46 1984 Date-Received: Thu, 26-Jul-84 09:29:49 EDT References: <4962@utcsrgv.UUCP> Organization: The Law Society of Upper Canada, Toronto Lines: 19 In article <4962@utcsrgv.UUCP> dave@utcsrgv.UUCP (Dave Sherman) writes: ~| I am using sh, and type from the terminal ~| rn -foo -bar -bletch "-F~| " ~| ~| and this works fine.... ~| Problem: how do I store the above string in shell variable R in ~| my .profile, so I can type $R and invoke rn with the flags I want? What I needed was: R='eval rn -foo -bar -bletch "-F~| "' which works (as you can see above). Thanks to utai!rayan for the solution. I'll cancel the original article but post this, since I think the answer is of some interest to people. Dave Sherman Toronto -- {allegra,cornell,decvax,ihnp4,linus,utzoo}!utcsrgv!dave