less -Sr colourful.log How to view colourful log in less?
Posted
by Vi
on Super User
See other posts from Super User
or by Vi
Published on 2010-05-24T18:04:08Z
Indexed on
2010/05/24
18:11 UTC
Read the original article
Hit count: 290
Both less -r
(preserve terminal control sequences) and less -S
(chop long lines) work well alone. But using them together breaks things. It chops too late and it wrecks the next line.
Reducing COLUMNS environment variable is no op: (man less)
But if you have a windowing system which supports TIOCGWINSZ or WIOCGETD, the window system's idea of the screen size takes precedence over the LINES and COLUMNS environment variables.
How to view colourful logs with less
?
Resoved before asked: less -SR
© Super User or respective owner