Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!ron@brl-vgr From: ron%brl-vgr@sri-unix.UUCP Newsgroups: net.unix Subject: Re: CR defeat Message-ID: <13753@sri-arpa.UUCP> Date: Thu, 17-Nov-83 17:07:24 EST Article-I.D.: sri-arpa.13753 Posted: Thu Nov 17 17:07:24 1983 Date-Received: Sun, 20-Nov-83 00:33:17 EST Lines: 10 From: Ron Natalie It's not the standard output that has the NL -> CRLF mapping it is the terminal output. To disable this feature from the shell type "stty nl" and type "stty -nl" to restore it. To disable it from a program you must use the appropriate IOCTL or STTY for your particular version of UNIX and clear the CRMOD bit. Information is available in the STTY(II) or TTY(IV) section of your UNIX manual. -Ron