File: atrun.8.in

package info (click to toggle)
at 3.1.20-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • sloc: sh: 3,080; ansic: 2,487; yacc: 1,137; makefile: 202; lex: 91; perl: 62
file content (23 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.TH ATRUN 8 "Nov 1996" local "Linux Programmer's Manual"
.SH NAME
atrun \- run jobs queued for later execution
.SH SYNOPSIS
.B atrun
.RB [ -l
.IR load_avg ]
.RB [ -d ]
.SH DESCRIPTION
.B atrun
runs jobs queued by
.BR at(1) .
It is a shell script invoking
.B @sbindir@/atd
with the
.I -s
option, and is provided for backward compatibility with older
installations.
.SH SEE ALSO
.BR at (1),
.BR atd (8).
.SH AUTHOR
At was mostly written by Thomas Koenig, ig25@rz.uni-karlsruhe.de.