Difference between revisions of "Linux multitail"
Jump to navigation
Jump to search
(Created page with "Multitail allows to view many logs in multi window terminal. = Install = <source lang="bash"> sudo apt-get install multitail </source> = Key bindings = *<code>G</code> select...") |
|||
Line 6: | Line 6: | ||
= Key bindings = | = Key bindings = | ||
*<code> | *<code>u</code> select full size window; hide all windows except the one selected | ||
*<code> | *<code>U</code> back to multi-window view; un-hide all windows | ||
*<code> | *<code>b</code> select a window to preview in a pop-up window | ||
*<code> | *<code>G</code> select window to dump to a file | ||
*<code>d</code> delete window | *<code>d</code> delete window | ||
*<code>m</code> limit of lines to display, equivalent eg. tail -500 | *<code>m</code> limit of lines to display, equivalent eg. tail -500 | ||
*<code>q</code> exit | |||
*<code>ctrl</code> + <code>g</code> cancel /or return /or exit | |||
[[Category: linux]] | [[Category: linux]] |
Revision as of 11:01, 9 March 2019
Multitail allows to view many logs in multi window terminal.
Install
sudo apt-get install multitail
Key bindings
u
select full size window; hide all windows except the one selectedU
back to multi-window view; un-hide all windowsb
select a window to preview in a pop-up windowG
select window to dump to a filed
delete windowm
limit of lines to display, equivalent eg. tail -500q
exitctrl
+g
cancel /or return /or exit