You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at, batch, atq, atrm - queue, examine, or delete jobs for later execution
at and batch read commands from standard input or a specified file which are to be executed at a later time, using /bin/sh.
at executes commands at a specified time.
atq lists the user’s pending jobs, unless the user is the superuser; in that case, everybody’s jobs are listed. The format of the output lines (one for each job) is: Job number, date, hour, queue, and username.
atrm deletes jobs, identified by their job number.
batch executes commands when system load levels permit; in other words, when the load average drops below 1.5, or the value specified in the invocation of atd.
Test suggestion | 测试建议
用例:
echo "ls -l > /tmp/at_output.txt" | at now + 1 minute
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
at (3.2.5-2.1) unstable; urgency=medium
[ Helmut Grohne ]
The text was updated successfully, but these errors were encountered: