Go forward to Invoking uuto.
Go backward to Invoking uuname.
Go up to Invoking the UUCP Programs.
Invoking uulog
==============
uulog [-#] [-n lines] [-sf system] [-u user] [-DSF] [--lines lines]
[--system system] [--user user] [--debuglog] [--statslog]
[--follow] [--follow=system]
The `uulog' program may be used to display the UUCP log file.
Different options may be used to select which parts of the file to
display.
`-#'
`-n lines'
`--lines lines'
Here `#' is a number; e.g., `-10'. The specified number of lines
is displayed from the end of the log file. The default is to
display the entire log file, unless the `-f', `-F', or `--follow'
options are used, in which case the default is to display 10 lines.
`-s system'
`--system system'
Display only log entries pertaining to the specified system.
`-u user'
`--user user'
Display only log entries pertaining to the specified user.
`-D'
`--debuglog'
Display the debugging log file.
`-S'
`--statslog'
Display the statistics log file.
`-F'
`--follow'
Keep displaying the log file forever, printing new lines as they
are appended to the log file.
`-f system'
`--follow=system'
Keep displaying the log file forever, displaying only log entries
pertaining to the specified system.
`-X type'
`--debug type'
`-I file'
`--config file'
`-v'
`--version'
`--help'
See Standard Options. Note that `uulog' specifies the
debugging type using `-X' rather than the usual `-x'.
The operation of `uulog' depends to some degree upon the type of log
files generated by the UUCP programs. This is a compile time option.
If the UUCP programs have been compiled to use HDB style log files,
`uulog' changes in the following ways:
* The new options `-x' and `--uuxqtlog' may be used to list the
`uuxqt' log file.
* It is no longer possible to omit all arguments: one of `-s',
`--system', `-f', `--follow=system', `-D', `--debuglog', `-S',
`--statslog', `-x', or `--uuxqtlog' must be used.
* The option `--system ANY' may be used to list log file entries
which do not pertain to any particular system.