mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 04:17:58 +01:00
uptime: fill out some more options (#2165)
This commit is contained in:
parent
fac3666845
commit
775417eb0c
1 changed files with 12 additions and 0 deletions
|
@ -5,3 +5,15 @@
|
|||
- Print current time, uptime, number of logged-in users and other information:
|
||||
|
||||
`uptime`
|
||||
|
||||
- Show only the amount of time the system has been booted for:
|
||||
|
||||
`uptime --pretty`
|
||||
|
||||
- Print the date and time the system booted up at:
|
||||
|
||||
`uptime --since`
|
||||
|
||||
- Show version information:
|
||||
|
||||
`uptime --version`
|
||||
|
|
Loading…
Reference in a new issue