preventing case translation

Lew Mullen lew at t4test.UUCP
Tue Mar 5 13:29:13 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)

This is similar to what you have to do if you login to a
real Unix system using an upper-case only terminal.
-- 

t4test!lew  ( Lew Mullen  @ Intel/Santa Clara )



More information about the Comp.os.eunice mailing list