1
0
Fork 0
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:
saisankar333 2025-04-30 00:19:28 +05:30
parent 6f3002811b
commit 47229b4a9c

View file

@ -1,20 +1,12 @@
# uptime # uptime
> Tell how long the system has been running and other information. > Shows how long the system has been running.
> 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:
- Show system uptime:
`uptime` `uptime`
- Show only the amount of time the system has been booted for: - Show uptime in pretty format:
`uptime -p`
`uptime {{[-p|--pretty]}}` - Show uptime since a specific time:
`uptime -s`
- Print the date and time the system booted up at:
`uptime {{[-s|--since]}}`
- Display version:
`uptime {{[-V|--version]}}`