Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

29
tldr/linux/upower Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# upower
> System utility to provide power and battery information and statistics.
> More information: <https://upower.freedesktop.org/docs/upower.1.html>.
- Display power and battery information:
`upower --dump`
- List all power devices:
`upower --enumerate`
- Watch for and print power status changes:
`upower --monitor`
- Watch for and print detailed power status changes:
`upower --monitor-detail`
- Display version:
`upower --version`