1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
This commit is contained in:
saisankar333 2025-04-29 18:51:08 +00:00 committed by GitHub
commit 861e6afdf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 14 deletions

1
pages/common/example.md Normal file
View file

@ -0,0 +1 @@
# Example Page

View file

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