summaryrefslogtreecommitdiffstats
path: root/system/multitail/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-13 00:41:04 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:41:04 +0200
commit860c1ac6d2152925197e5c7c12d882c3baf82efe (patch)
tree59557ddcdc95075ef538521eb3a097449138f201 /system/multitail/README
parent0a1a1ca01566fb10d9068a7b2f1143a369ef7815 (diff)
downloadslackbuilds-860c1ac6d2152925197e5c7c12d882c3baf82efe.tar.gz
slackbuilds-860c1ac6d2152925197e5c7c12d882c3baf82efe.tar.xz
system/multitail: Updated for version 5.2.5
Diffstat (limited to 'system/multitail/README')
-rw-r--r--system/multitail/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/multitail/README b/system/multitail/README
index 301dd551d4..01f558bd9e 100644
--- a/system/multitail/README
+++ b/system/multitail/README
@@ -2,14 +2,3 @@ MultiTail lets you view one or multiple files like the original tail program.
The difference is that it creates multiple windows on your console (with
ncurses). It can also monitor wildcards: if another file matching the wildcard
has a more recent modification date, it will automatically switch to that file.
-
-That way you can, for example, monitor a complete directory of files. Merging
-of 2 or even more logfiles is possible. It can also use colors while displaying
-the logfiles (through regular expressions), for faster recognition
-of what is important and what not. It can also filter lines (again with regular
-expressions). It has interactive menus for editing given regular expressions
-and deleting and adding windows.
-
-One can also have windows with the output of shell scripts and other software.
-When viewing the output of external software, MultiTail can mimic the
-functionality of tools like 'watch' and such.