Difference between revisions of "Linux multitail"

From Ever changing code
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...")
(No difference)

Revision as of 01:19, 29 September 2018

Multitail allows to view many logs in multi window terminal.

Install

sudo apt-get install multitail

Key bindings

  • G select window
  • q exit
  • u hide all windows except the one selected
  • U un-hide all windows
  • d delete window
  • m limit of lines to display, equivalent eg. tail -500