# $Id: README,v 1.1 2004/03/23 01:45:05 petef Exp $ Like tail, but more so. This command "tails" a file up to the "present" from the last point where you ran it. So it shows you all the data since the last time you polled the file. If the file's inode (or device) changed or the size of the file is less than the size last time we rewind to the beginning. Else we pickup at the last point where we left off. Some command line options allow finer control of the stream, and the state file we need to build as a side-car on the file. -- ksb,petef