From: MERC::"uunet!CRVAX.SRI.COM!RELAY-INFO-VAX" 12-FEB-1993 15:22 12-FEB-1993 15:22:00.00 To: info-vax@kl.sri.com CC: Subj: Re: vms posix In article <9302101451.AA24468@relay2.UU.NET> gleeve@galaxy.dnet writes: >(Another thing to be careful of: using posix images from DCL you need >to have the command look something like "posix posix$bin:foo." (or >some variant...I'm not at my regular sys today...) where the trailing >dot is needed since posix images do NOT have ".EXE" at the end. And yet another thing to be careful of... the parameters for a posix utility that is started from the DCL posix command line must be enclosed in double quotes. This makes it nasty but there's of course an easy workaround, e.g. One way to define it: $ grep :== posix posix$bin:grep. Then you use: $ grep "foo * Better way to define it: $ grep :== posix posix$bin:grep. """ So you can use: $ grep foo * >Glenn >Everhart@raxco.com Carl Houseman houseman@hopper.acs.virginia.edu GENICOM Engineering, Waynesboro, VA