1
0
Fork 0
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:
Paul Galow 2019-05-12 12:40:28 +02:00 committed by Ivan Aracki
parent d8f986edb5
commit 76e0337df1

View file

@ -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}}`