Link to home
Start Free TrialLog in
Avatar of monocacy570
monocacy570

asked on

how to prevent word wrap on command line in unix

I would like to know the parameter that should go into .Xdefaults file that prevents word wrap on a command line on Linux Redhat.
Avatar of monocacy570
monocacy570

ASKER

would like to know the syntax that should go into .Xdefaults file that would prevents word wrap on a command line on Linux Redhat
This doesn't make sense.  "command line" is normally provided by shell (/bin/sh and the like), but shells are not configured via .Xdefaults.

More details, please?
svs, your point is noted and therefore the question should be asked like this:  how do I prevent word wrap from occuring at the 80 character limit on a command line?
I've seen this happen, but do not recall in which shell and which OS.  sorry.
.Xdefaults has no influence on word wrapping.

bash input is controlled by ~/.inputrc /etc/inputrc

i suspect wrapping at :80 happens because of a wrong TERM setting
ASKER CERTIFIED SOLUTION
Avatar of m_walker
m_walker

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Julian Parker
have you tried not typing in anything bigger than 80 chars?
Thanks to all who responded.