mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
shutdown: add absolute time examples (#3011)
This commit is contained in:
parent
d8f986edb5
commit
76e0337df1
1 changed files with 8 additions and 0 deletions
|
@ -17,3 +17,11 @@
|
|||
- Reboot in 5 minutes:
|
||||
|
||||
`shutdown -r +{{5}}`
|
||||
|
||||
- Power off (halt) at 1:00 pm (Uses 24h clock):
|
||||
|
||||
`shutdown -h {{1300}}`
|
||||
|
||||
- Reboot on May 10th 2042 at 11:30 am (Input format: YYMMDDHHMM):
|
||||
|
||||
`shutdown -r {{4205101130}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue