mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 22:02:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# acpi
|
||||
|
||||
> Shows battery status or thermal information.
|
||||
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
||||
> More information: <https://manned.org/acpi>.
|
||||
|
||||
- Show battery information:
|
||||
|
||||
@@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show thermal information:
|
||||
|
||||
`acpi -t`
|
||||
`acpi {{[-t|--thermal]}}`
|
||||
|
||||
- Show cooling device information:
|
||||
|
||||
`acpi -c`
|
||||
`acpi {{[-c|--cooling]}}`
|
||||
|
||||
- Show thermal information in Fahrenheit:
|
||||
|
||||
`acpi -tf`
|
||||
`acpi {{[-tf|--thermal --fahrenheit]}}`
|
||||
|
||||
- Show all information:
|
||||
|
||||
`acpi -V`
|
||||
`acpi {{[-V|--everything]}}`
|
||||
|
||||
- Extract information from `/proc` instead of `/sys`:
|
||||
|
||||
`acpi -p`
|
||||
`acpi {{[-p|--proc]}}`
|
||||
|
||||
Reference in New Issue
Block a user