diff options
author | obraun <obraun@FreeBSD.org> | 2003-04-18 03:18:25 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-04-18 03:18:25 +0800 |
commit | 209bf282199f3d64546a9fa1d54efd731faea675 (patch) | |
tree | 5b2cc205bde788e76a79c6c71d238f15aa0ccb4e /sysutils | |
parent | a6fb9063640e24823da563c82437c47bb679dca2 (diff) | |
download | freebsd-ports-gnome-209bf282199f3d64546a9fa1d54efd731faea675.tar.gz freebsd-ports-gnome-209bf282199f3d64546a9fa1d54efd731faea675.tar.zst freebsd-ports-gnome-209bf282199f3d64546a9fa1d54efd731faea675.zip |
Mention that multitail comes with regular expression support.
Requested by: developer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/multitail/pkg-descr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/multitail/pkg-descr b/sysutils/multitail/pkg-descr index 9ebfe1e071bd..f5e2681d697f 100644 --- a/sysutils/multitail/pkg-descr +++ b/sysutils/multitail/pkg-descr @@ -2,7 +2,8 @@ Multitail lets you view one or multiple files like the original tail program. The difference is that this program creates multiple windows on your console (with ncurses). It can also use colors while displaying the logfiles for faster recognizing which lines are important and which are not. It is optimized for -terminal-sessions through slow links. +terminal-sessions through slow links. It is possible to define for each window +(or for all) what lines should be displayed, by using regular expressions. WWW: http://www.vanheusden.com/multitail/ |