1
0
Fork 0
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:
Ray Voice 2020-10-13 02:26:57 +05:00 committed by GitHub
parent c2d5c49913
commit 9f1c79f134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# acpi # acpi
> Shows battery status or thermal information. > Shows battery status or thermal information.
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- Show battery information: - Show battery information:
@ -21,3 +22,7 @@
- Show all information: - Show all information:
`acpi -V` `acpi -V`
- Extract information from `/proc` instead of `/sys`:
`acpi -p`