Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uulog(1) [debian man page]

UULOG(1)						      General Commands Manual							  UULOG(1)

NAME
uulog - Display the UUCP log file. SYNOPSIS
uulog [-n number] [-sf system] [-u user] [-DSF] [-I file] [-X debug] DESCRIPTION
Uulog is a program that displays the log file for the Taylor UUCP service. OPTIONS
-n, --lines number Show the given number of lines from the end of the log. -s, --system system Print entries for the named system. -f system, --follow=system Follow entries for the named system. -u, --user user Print entries for the named user. -F, --follow Follow entries for any system. -S, --statslog Show the statistics file. -D, --debuglog Show the debugging file. -X, --debug debug Set the debugging level. -I, --config file Set the configuration file to use. -v, --version Print the software version and exit. --help Print a help screen and exit. BUGS
According to comments in the source, this is a pretty bad implementation of uulog. It only takes a single -s and/or -u switch. SEE ALSO
uucp(1) AUTHOR
This manual page is a quick write-up for Debian done by Kevin Kreamer <kkreamer@etherhogz.org>, by making a manpage out of uulog --help. UULOG(1)

Check Out this Related Man Page

uulog(1)						      General Commands Manual							  uulog(1)

NAME
uulog - display entries in the UUCP log file. SYNOPSIS
uulog [-#] [-n lines] [-sf system] [-u user] [-DSF] [--lines lines] [--system system] [--user user] [--debuglog] [--statslog] [--follow] [--follow=system] DESCRIPTION
The uulog program can be used to display entries in the UUCP log file. It can select the entries for a particular system or a particular user. You can use it to see what has happened to your queued jobs in the past. Different options may be used to select which parts of the file to display. OPTIONS
-#, -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 dis- play 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 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. Standard UUCP options: -X type, --debug type Turn on particular debugging types. The following types are recognized: abnormal, chat, handshake, uucp-proto, proto, port, config, spooldir, execute, incoming, outgoing. --debug option may appear multiple times. A number may also be given, which will turn on that many types from the foregoing list; for example, --debug 2 is equivalent to --debug abnormal,chat. -I file, --config Set configuration file to use. -v, --version Report version information and exit. --help Print a help message and exit. SEE ALSO
uucp(1) AUTHOR
Ian Lance Taylor <ian@airs.com>. Text for this Manpage comes from Taylor UUCP, version 1.07 Info documentation. Taylor UUCP 1.07 uulog(1)
Man Page