." intlink tagname rest
.de intlink
. ie \\n[www-html] \{\
. HTML \\$1\\$2
. \}
. el \{ \fB\\$1\fR\\$2 \}
..
." extlink URL text rest
.de extlink
. ie \\n[www-html] \{\
. HTML \\$2\\$3
. \}
. el \{ \fB\\$1\fR\\$3 \}
..
.de manlink
. ie \\n[www-html] \{\
. HTML \\$2\\$3
. \}
. el \{ \fB\\$2\fR\\$3 \}
..
.de paragraph
.HTML
.P
..
.de section
. ie \\n[www-html] \{\
.HTML
\\$1
. \}
. el \{
.SH \\$1
. \}
..
.de subsection
. ie \\n[www-html] \{\
.HTML
\\$1
. \}
. el \{
.SS \\$1
. \}
..
." type name (args ..."
.de func
.HTML
.HTML -
\\$1 \fB\\$2\fR\\$3
..
.de args
.br
.HTML
-
\\$1
..
.de endfunc
.br
.HTML
.P
..
.de options
. HTML
..
.de option
. ie \\n[www-html] \{\
. HTML "- \\$1
- "
. \}
. el \{
.HP
\\$1
.br
. \}
..
.de optionparagraph
.HTML
.IP
..
.de endoptions
. HTML
..
.de list
.HTML
..
.de entry
. ie \\n[www-html] \{\
. HTML "- \\$1"
. \}
. el \{ .TP 3
*
\\$1
\}
..
.de endlist
.HTML
..
.ds PA uschedule
.ds VE 0.7.1
.ds CL admin
.TH uschedulelist 1 \*(VE \*(PA
.hy 0
.URL "Uwe Ohse" ../uwe.html
.br
.URL "The uschedule package" ../uschedule.html
.paragraph
.SH NAME
uschedulelist - list uschedule jobs
.LINE
.SH SYNOPSIS
\fBuschedulelist\fR [-.] [-d DIR] [-c ID] [-s] [-S] [JOB-ID ...]
.SH DESCRIPTION
\fBuschedulelist\fR reads information about scheduled jobs
from \fIDIR\fR, or, if this is not given, from \fI~/.uschedule/\fR.
The current working directory will be used instead of \fI~\fR if the
\fI-.\fR or \fI--dot-as-home\fR option is given.
.paragraph
It sorts the jobs by time and ID, and prints a few lines of information
about every job or the jobs with the identifiers \fIJOB-ID\fR ...
.paragraph
If the \fI-c\fR (\fI--commands\fR) option is used the command will not list scheduled
jobs but registered commands.
.paragraph
The \fI-s\fR (\fI--short\fR) option makes \fBuschedulelist\fR print
less information.
.paragraph
The \fI-S\fR (\fI--show-command\fR) option makes \fBuschedulelist\fR list
the full command in addition to the listing output. This may be
useful to distinguish between multiple similary named commands.
.SH AUTHOR
Uwe Ohse, uwe@ohse.de
.SH "SEE ALSO"
.manlink uschedule.html uschedule(8) ,
.manlink intro.html uschedule_intro(7) .
.HTML