Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 434 Bytes

mtail - Multiple file tail utility

Tails contents of multiple files in real-time in the console.

Usage

usage: mtail.py [-h] [-n N] [-t T] files...

Arguments:

  • files - Log files to tail in real-time
  • -h, --help - show this help message and exit
  • -n N - Number of lines to tail
  • -t T - Seconds between checks

Installation

pip install git+https://github.com/cvlab-ai/mtail.git