Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!sci.kun.nl!cs.kun.nl!hansm From: hansm@cs.kun.nl (Hans Mulder) Newsgroups: comp.unix.shell Subject: Re: csh setenv with `cat ...` Keywords: csh setenv with `cat ...` Message-ID: <3485@wn1.sci.kun.nl> Date: 26 Apr 91 14:28:26 GMT References: <6291@beryl12.UUCP> Sender: root@sci.kun.nl Distribution: comp Organization: University of Nijmegen, The Netherlands Lines: 15 In <6291@beryl12.UUCP> mostek@motcid.UUCP (Frank B. Mostek) writes: >I am having a problem with the csh setenv command: >$setenv EXINIT `cat ~/.myexrc` >`cat ~/.myexrc`: Ambiguous. >Any ideas? setenv EXINIT "`cat ~/.myexrc`" -- Have a nice day, Hans Mulder hansm@cs.kun.nl