diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-12 08:09:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-12 08:09:16 +0800 |
commit | 8fbdf216ae4283b89a8d9b00f6b636e06e0bfc79 (patch) | |
tree | cca76a43d851925584bee2bb34518dfc0db313e1 /sysutils/Makefile | |
parent | a4b4e419b658a4d5353532fad92baa3be3d3ea63 (diff) | |
download | freebsd-ports-graphics-8fbdf216ae4283b89a8d9b00f6b636e06e0bfc79.tar.gz freebsd-ports-graphics-8fbdf216ae4283b89a8d9b00f6b636e06e0bfc79.tar.zst freebsd-ports-graphics-8fbdf216ae4283b89a8d9b00f6b636e06e0bfc79.zip |
wtail does the equivalent of tail -f on several files at once.
The screen is split into as many parts as there are files to watch.
Compiles on both -STABLE and -CURRENT.
PR: ports/46958
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a46df77e9b7..b3feb218aaa 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -268,6 +268,7 @@ SUBDIR += wmtop SUBDIR += wmzazof SUBDIR += wots + SUBDIR += wtail SUBDIR += x86info SUBDIR += xapply SUBDIR += xbatt |