diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2002-02-11 10:49:40 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2002-02-11 10:49:40 +0000 |
commit | 14aa8989b2b1ba0affd08466195f413a558006a9 (patch) | |
tree | c2662a28515c8ec6f21ed3735ede754a0844389e /misc/since/pkg-descr | |
parent | 021900e87b07f2ece8a80a72e37f61d05917ca36 (diff) | |
download | ports-14aa8989b2b1ba0affd08466195f413a558006a9.tar.gz ports-14aa8989b2b1ba0affd08466195f413a558006a9.zip |
Notes
Diffstat (limited to 'misc/since/pkg-descr')
-rw-r--r-- | misc/since/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/since/pkg-descr b/misc/since/pkg-descr new file mode 100644 index 000000000000..f75d266e7306 --- /dev/null +++ b/misc/since/pkg-descr @@ -0,0 +1,10 @@ +Paraphrasing since(1): + + since is similar to tail(1) since it also displays the tail of a file. + However, since displays only the data which has been added since the last + time since was run. If since has not been run before, the entire file is + displayed. since is useful for watching over log files. + +Author: Marc Welz <marc@jade.cs.uct.ac.za> + +-- Johann Visagie <wjv@FreeBSD.org> |