NAME

monitor - watches streams for keyword changes

SYNOPSIS

monitor filename [key]...

DESCRIPTION

monitor reads the file specified on the first arguments and only prints to stdout whenever one or more of the keywords specified on the command line changes.

If filename is "-" then data is taken from stdin.

If no keys are specified, it acts like tail -f.


Misc index