Usage: fileschanged [OPTION...] [FILE]...
Monitors FILEs for alterations.  Display the filenames of FILEs that were
created, changed, deleted, started execution or finished executing.

  -c, --show-created         (Default) Display newly created files
  -C, --show-changed         (Default) Display changed files
  -d, --show-deleted         Display deleted files
  -e, --show-executing       Display executing files
  -E, --show-executed        Display files that have stopped executing
  -a, --show-all             Same as -c -C -d -e -E -p
  -f, --files-to-monitor     (Default) Monitor the FILEs on the command line
  -l, --filelist=FILENAME    Monitor the list of filenames inside FILE
  -r, --recursive            Monitor subdirectories of directories
  -t, --timeout=N            Delay showing changed files for N seconds (Def=2)
  -p, --prepend-action       Also display action when displaying altered files
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

FILEs must already exist before they are monitored, or they will not be
monitored.

Report bugs to <benasselstine@users.sf.net>.
