AutoSYNC Software User's Guide (Update 19)

Command Interpreter
HP AutoSYNC User’s Guide522580-020
8-84
MONITOR
displays the mode, number of links, group.owner, size, time of last modification for
each file, and pathname.
If the file is a special file, the size field instead contains the major and minor device
numbers. If the file is a symbolic link, the pathname of the linked-to file is also
printed preceded by ->. The attributes of the symbolic link are displayed.
-r
lists all subdirectories recursively, which is equivalent to the -R (upper case) option
in the OSS shell and not the -r (lower case) option.
MONITOR
The MONITOR command sends a command to a monitor process. Refer to
Appendix A, Operations and Management for a list of valid monitor process
commands.
process-name
an executing monitor process. If omitted, the monitor process for the current
MapDB is used.
*
all executing monitor processes. If omitted, the monitor process for the current
MapDB is used.
command-text
all text up to the end of the current command line. A monitor process command
cannot be continued on multiple lines. A semi-colon is neither required nor
recognized as a command terminator.
OBEY
Reads and executes a sequence of AUTOSYNC commands from another device. The
commands are executed serially until an end-of-file condition is detected. An OBEY file
may not contain an OBEY command.
filename
the file containing a sequence of AUTOSYNC commands.
MONITOR [ process-name | * ] command-text
OBEY filename;