mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 06:54:43 +00:00
Update cheatsheets
This commit is contained in:
29
linux/uprecords
Normal file
29
linux/uprecords
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# uprecords
|
||||
|
||||
> Displays a summary of historical uptime records.
|
||||
> More information: <https://manned.org/uprecords>.
|
||||
|
||||
- Display a summary of the top 10 historical uptime records:
|
||||
|
||||
`uprecords`
|
||||
|
||||
- Display the top 25 records:
|
||||
|
||||
`uprecords -m {{25}}`
|
||||
|
||||
- Display the downtime between reboots instead of the kernel version:
|
||||
|
||||
`uprecords -d`
|
||||
|
||||
- Show the most recent reboots:
|
||||
|
||||
`uprecords -B`
|
||||
|
||||
- Don't truncate information:
|
||||
|
||||
`uprecords -w`
|
||||
Reference in New Issue
Block a user