Originally posted by: slojuggler
Currently using a default ksh shell.
When I log in as a non-administrative, regular user, I can type a really long command line with no problems.
When I log in as a root user, long multiline commands keep wrapping and displaying a less than (<) symbol. There's no way I can see a full line.
Trying the following on other Unices helps, but doesn't seem to help on AIX:
-
set -o multiline
ksh: multiline: bad option(s)
Is there any way I can set the root environment so that I don't have this wraparound oddness?
Thanks. -slojuggler