Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
at - Job spooling tools.
- Description:
At and batch read commands from standard input or from a specified file.
At allows you to specify that a command will be run at a particular time
(now or a specified time in the future). Batch will execute commands
when the system load levels drop to a particular level. Both commands
use /bin/sh to run the commands.
You should install the at package if you need a utility that will do
time-oriented job control. Note: you should use crontab instead, if it is
a recurring job that will need to be repeated at the same time every
day/week/etc.
Packages
at-3.1.8-23m.mo6.i686
[42 KiB] |
Changelog
by Ichiro Nakai (2009-05-30):
- (3.1.8-23m)
- fix build on x86_64
|