Problem
- I open the
apachelog (for example, using thecat) and watch everything mixed up on the screen. This is due to the transfer of lines to put everything on one screen.
What do you need
- disable non-wrap
Environment
- ubuntu
- bash
- console (xterm driver)
What I tried
... | less -RS... | less -RSseems to solve everything, but it does not work well and it is not always possiblestty columns 2000should increase the virtual size of the string, but nothing worksxterm +awdoes exactly what you need, just disables the line feed, but you cannot make friends with the gnome / xfce terminal, any parameterization results in an error*** VTE ***: Failed to load terminal capabilities from '/etc/termcap'( https : //bugzilla.gnome.org/show_bug.cgi? id = 640940 )