mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge 47229b4a9c
into ae71920c10
This commit is contained in:
commit
861e6afdf7
2 changed files with 7 additions and 14 deletions
1
pages/common/example.md
Normal file
1
pages/common/example.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Example Page
|
|
@ -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