mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
at: add examples (#16002)
This commit is contained in:
parent
543956336f
commit
d11c05f8b7
1 changed files with 8 additions and 0 deletions
|
@ -23,3 +23,11 @@
|
||||||
- Execute commands from a given file next Tuesday:
|
- Execute commands from a given file next Tuesday:
|
||||||
|
|
||||||
`at -f {{path/to/file}} 9:30 PM Tue`
|
`at -f {{path/to/file}} 9:30 PM Tue`
|
||||||
|
|
||||||
|
- List all queued jobs for the current user (same as `atq`):
|
||||||
|
|
||||||
|
`at -l`
|
||||||
|
|
||||||
|
- View a specied job:
|
||||||
|
|
||||||
|
`at -c {{job_number}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue