How do I scrolling through multitail output when using command line filters?
3
votes
0
answers
475
views
I'm currently filtering out unwanted lines when using multitail
$ multitail -ev "foo|bar" -kr 0 55 -f /var/log/syslog
The problem is, when I want to scroll back through the output, the only way I know of how to do this is using the b command. The problem is, b brings up a buffer window that has all of the original (unfiltered) lines in it. How do I scroll through the output without seeing the lines that I don't care about?
Asked by FuriousGeorge
(131 rep)
Feb 21, 2017, 10:16 PM
Last activity: Feb 21, 2017, 10:33 PM
Last activity: Feb 21, 2017, 10:33 PM