diff options
Diffstat (limited to 'misc/xtail/pkg/DESCR')
-rw-r--r-- | misc/xtail/pkg/DESCR | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/xtail/pkg/DESCR b/misc/xtail/pkg/DESCR new file mode 100644 index 00000000000..1b7b5b5906a --- /dev/null +++ b/misc/xtail/pkg/DESCR @@ -0,0 +1,10 @@ +"xtail" watches the growth of files. It's like running a "tail -f" +on a bunch of files at once. The syntax is: + + xtail name ... + +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). |