mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 23:01:20 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/atq
Normal file
21
tldr/atq
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# atq
|
||||
|
||||
> Show jobs scheduled by `at` or `batch` commands.
|
||||
> More information: <https://manned.org/atq>.
|
||||
|
||||
- Show the current user's scheduled jobs:
|
||||
|
||||
`atq`
|
||||
|
||||
- Show jobs from the 'a' [q]ueue (queues have single-character names):
|
||||
|
||||
`atq -q {{a}}`
|
||||
|
||||
- Show jobs of all users (run as superuser):
|
||||
|
||||
`sudo atq`
|
||||
Reference in New Issue
Block a user