preventing case translation

Scott Anderson sra at oddjob.UChicago.UUCP
Thu Mar 7 14:02:58 AEST 1985


>> I would like to be able to call Eunice programs from DCL.  The problem
>> is that I want the arguments untouched.  I get them all lowercased.
>> Even when I quote them, they are lowercased.  Does any one know how to
>> prevent this?
>> 
>> $ echo :== $unix:[usr.bin]echo echo    ! the 2nd echo is for execl argv[0]
>
>Try:
>
>$ echo ^Foo		(same as  $ ECHO ^FOO    ! of course)
>

Yes, this works for echo on our system, but why can't I get multi-column
output with 

$ ls -^C

?

					Scott Anderson
					ihnp4!oddjob



More information about the Comp.os.eunice mailing list