Python generator which implements `tail -f`-like behaviour, with support for tailing multiple files.
Project description
from multitail import multitail for fn, line in multitail('/var/log1', '/var/log2', '/var/log3'): print '%s: %s' % (fn, line)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
multitail-1.3.tar.gz
(1.7 kB
view details)
File details
Details for the file multitail-1.3.tar.gz
.
File metadata
- Download URL: multitail-1.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e36d2ad2814e8d3ca1cba67a1a01948ea7b67f838776f555c82e826d6df1fb72 |
|
MD5 | 22ac01bd383097c74858d70a085fe6d5 |
|
BLAKE2b-256 | 60d3a1ba7af06022a23f73f7227d71fe75218a765ec4ca971d8aca51993fa15e |