How do I get CR in tty output?

George Turczynski george at hls0.hls.oz
Mon Sep 10 10:32:08 AEST 1990


In article <7010006 at hpfcso.HP.COM>, pld at hpfcso.HP.COM (Paul Dineen) writes:
> 
>  What do I need to set to cause the carriage returns in command output 
>  (including the ksh prompt) to be being obeyed?  I haven't found anything
>  under tset or stty that looks like it would do it.  

Under SunOS 4.0.3 I use this:

	stty onlcr	(to fix your problem)
or
	stty -onlcr	(to create your problem :-})

-- 
| George P. J. Turczynski.          |---------------------------------------------------- 
| Computer Systems Engineer.        | ACSnet: george at highland.oz | I can't speak for the |
| Highland Logic Pty. Ltd.          | Phone: +61 48 683490       | company, I can barely |
| Suite 1, 348-354 Argyle St        | Fax:   +61 48 683474       | speak for myself...   |
| Moss Vale. NSW. Australia. 2577   |---------------------------------------------------- 



More information about the Comp.unix.questions mailing list