Arguments
- -v
- Returns the command version and exits.
- -u
- Returns command usage information and exits.
- -?
- Same as -u
- -condition
- The condition to be checked. Valid values are:
- bld| build
- Rebuild the log database.
- dlt | delete
- Delete the log database record corresponding to the filename argument value.
- gls | getLastStatusChange
-
Gets and returns the log database record corresponding to the filename argument value.
- -filename
- Use this argument to delete the entry corresponding to the specified value. You can embed blank or special characters, by using double quotation marks. Use * as wildcard character. This argument is required if you specify dlt (delete) or gls (getLastStatusChange) as condition value.
- -database
- Optional extension of the log database to be accessed. If you
specify this value, filewatchdb accesses the
TWA_home/TWS/mozart/filewatchdb.log_extensiondatabase, otherwiseTWA_home/TWS/mozart/filewatchdbis accessed.