You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
417 B

7 years ago
atq
===
列出当前用户的at任务列表
6 years ago
## 说明
7 years ago
**atq命令** 显示系统中待执行的任务列表也就是列出当前用户的at任务列表。
### 语法
```
atq(选项)
```
6 years ago
7 years ago
```
-V显示版本号
-q查询指定队列的任务。
```
### 实例
```
at now + 10 minutes
at> echo 1111
at> <eot>
job 3 at Fri Apr 26 12:56:00 2013
atq
3 Fri Apr 26 12:56:00 2013 a root
```