mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 10:45:05 +01:00
Added at cheatsheet
This commit is contained in:
parent
ba904a2bd6
commit
a44c824f59
17
cheatsheets/at
Normal file
17
cheatsheets/at
Normal file
@ -0,0 +1,17 @@
|
||||
# To schedule a one time task
|
||||
at {time}
|
||||
{command 0}
|
||||
{command 1}
|
||||
Ctrl-d
|
||||
|
||||
# {time} can be either
|
||||
now | midnight | noon | teatime (4pm)
|
||||
HH:MM
|
||||
now + N {minutes | hours | days | weeks}
|
||||
MM/DD/YY
|
||||
|
||||
# To list pending jobs
|
||||
atq
|
||||
|
||||
# To remove a job (use id from atq)
|
||||
atrm {id}
|
Loading…
Reference in New Issue
Block a user