E2TAIL(1) | User commands | E2TAIL(1) |
e2tail - a basic version of the tail command for an ext2 filesystem
e2tail [options] file
The e2tail(1) command implements a basic version of the tail(1) command.
Check `/var/log/messages` on `/dev/sdc1` every 10 seconds
e2tail -s 10 -F /dev/sdc1:/var/log/messages
e2tools(7), e2ln(1), e2ls(1), e2mkdir(1), e2cp(1), e2rm(1), e2mv(1).
The e2tools were written by Keith Sheffield <sheff@pobox.com>.
This manual page was written by Lucas Wall <lwall@debian.org>, for the Debian project (but may be used by others).
2020-02-05 | Linux |