1
0
Fork 0
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:
Managor 2025-03-25 11:44:10 +02:00 committed by GitHub
parent 543956336f
commit d11c05f8b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,3 +23,11 @@
- Execute commands from a given file next Tuesday:
`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}}`