1756563 Members
2028 Online
108848 Solutions
New Discussion юеВ

Line break hpux 11.00

 
SOLVED
Go to solution
Alex Almaraz
Regular Advisor

Line break hpux 11.00

Experts,

When I type "@" (without quotes) on the hpux command line, it makes a line break like as if I hit .

Any ideas to avoid this?

Regards
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: Line break hpux 11.00

Hi Alex:

Examine your terminal settings:

# stty -a

If you did:

# stty kill '@'

...then this would give the behavior I think you are describing.

Then, to reset do:

# stty kill '^U'

...which is a control_U

Regards!

...JRF...
Steven E. Protter
Exalted Contributor

Re: Line break hpux 11.00

Shalom,

Your stty -a settings may require you to adjust the termcap on the terminal emulator you are using.

How do you enter the system? telnet/ssh, what client.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Alex Almaraz
Regular Advisor

Re: Line break hpux 11.00

It has been solved already with Ferguson's help.
Thanks Steven.

I modified the kill variable.

Regards
Alex Almaraz
Regular Advisor

Re: Line break hpux 11.00

Thanks

By the way i'm using the telnet session.