mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00

* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
429 B
429 B
uptime
Tell how long the system has been running and other information. More information: https://www.gnu.org/software/coreutils/uptime.
- Print current time, uptime, number of logged-in users and other information:
uptime
- Show only the amount of time the system has been booted for:
uptime --pretty
- Print the date and time the system booted up at:
uptime --since
- Display version:
uptime --version