mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
acpi: add proc example (#4526)
This commit is contained in:
parent
c2d5c49913
commit
9f1c79f134
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# acpi
|
||||
|
||||
> Shows battery status or thermal information.
|
||||
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
||||
|
||||
- Show battery information:
|
||||
|
||||
|
@ -21,3 +22,7 @@
|
|||
- Show all information:
|
||||
|
||||
`acpi -V`
|
||||
|
||||
- Extract information from `/proc` instead of `/sys`:
|
||||
|
||||
`acpi -p`
|
||||
|
|
Loading…
Add table
Reference in a new issue