pkg/DESCR:
"xtail watches the growth of files. It's like running a "tail -f"
on a bunch of files at once. My favorite usage is: xtail /var/log/*
"You can specify both filenames and directories on the command line.
If you specify a directory, it watches all the files in that
directory. It will notice when new files are created (and start
watching them) or when old files are deleted (and stop watching
them).
"The xtail program has been around for a long time. O'Reilly &
Associates even included it in their Unix Power Tools book...
The 3B2 sitting in your cellar would love a copy."
Unlike sysutils/multitail, this outputs everything into one window,
putting the filename before each chunk of output.
-----
Port is at http://www.darwinsys.com/openbsd/myports/xtail.tar.gz
OK?