Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
at: Job spooling tools.
Name: | at |
Vendor: | Fermi National Accelerator Laboratory |
Version: | 3.1.8 |
License: | GPL |
Release: | 60_EL3 |
URL: | |
- Summary
- 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. Batch will execute commands when the system load
levels drop to a particular level. Both commands use /bin/sh.
You should install the at package if you need a utility for
time-oriented job control. Note: If it is a recurring job that will
need to be repeated at the same time every day/week, etc. you should
use crontab instead.
Changelog
- * Tue Oct 5 19:00:00 2004 Jason Vas Dias <jvdias{%}redhat{*}com> 3.1.8-60
- fix bug 131510: no_export env. var. blacklisting should not
- remove 'SHELL' when only 'SHELLOPTS' is blacklisted.
- at(1) man-page should not say 'commands are run with /bin/sh'
- and should explain usage of SHELL environement variable and
- details of blacklisted variables.
- * Tue Sep 28 19:00:00 2004 Rik van Riel <riel{%}redhat{*}com> 3.1.8-58
- fix typo in man page, bug 112303
- (regenerated at-3.1.8-man-timespec-path.patch with fix)
- * Tue Aug 3 19:00:00 2004 Jason Vas Dias <jvdias{%}redhat{*}com>
- fixed bug 125634 - made usage() agree with manpage