mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 15:43:04 +00:00
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# uptime
|
|
|
|
> Tell how long the system has been running and other information.
|
|
> More information: <https://keith.github.io/xcode-man-pages/uptime.1.html>.
|
|
|
|
- Print current time, uptime, number of logged-in users and other information:
|
|
|
|
`uptime`
|