mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Fix format of uptime TLDR page
This commit is contained in:
parent
6f3002811b
commit
47229b4a9c
1 changed files with 6 additions and 14 deletions
|
@ -1,20 +1,12 @@
|
|||
# uptime
|
||||
|
||||
> Tell how long the system has been running and other information.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/uptime-invocation.html>.
|
||||
|
||||
- Print current time, uptime, number of logged-in users and other information:
|
||||
> Shows how long the system has been running.
|
||||
|
||||
- Show system uptime:
|
||||
`uptime`
|
||||
|
||||
- Show only the amount of time the system has been booted for:
|
||||
- Show uptime in pretty format:
|
||||
`uptime -p`
|
||||
|
||||
`uptime {{[-p|--pretty]}}`
|
||||
|
||||
- Print the date and time the system booted up at:
|
||||
|
||||
`uptime {{[-s|--since]}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`uptime {{[-V|--version]}}`
|
||||
- Show uptime since a specific time:
|
||||
`uptime -s`
|
||||
|
|
Loading…
Add table
Reference in a new issue