Linux multitail

From Ever changing code
Revision as of 01:19, 29 September 2018 by Pio2pio (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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