1834599 Members
3915 Online
110069 Solutions
New Discussion

stty setting

 
SOLVED
Go to solution
andi_1
Frequent Advisor

stty setting

Hi guys,

I have stty setting eol2. I set it to smth, how I can set it back to ?

Thanks!
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: stty setting

Log out and back in?

Pete

Pete
Martin Johnson
Honored Contributor

Re: stty setting

Try:

stty -eol2

Marty
Mark Greene_1
Honored Contributor
Solution

Re: stty setting

type this in at the command line:

stty eol2 ^-

where the ^_ are the literal characters, not control characters.

mark
the future will be a lot like now, only later
Mark Greene_1
Honored Contributor

Re: stty setting

sorry, I miss typed it the second time, the sequence really is ^-, carat dash.

mark
the future will be a lot like now, only later