commands.sh

acpi

linux

Show battery status or thermal information.

More info →

Options (5)

-t, --thermalboolean

Show thermal information

Example: acpi {{[-t|--thermal]}}
-c, --coolingboolean

Show cooling device information

Example: acpi {{[-c|--cooling]}}
boolean

Show thermal information in Fahrenheit

Example: acpi {{[-tf|--thermal --fahrenheit]}}
-V, --everythingboolean

Show all information

Example: acpi {{[-V|--everything]}}
-p, --procboolean

Extract information from `/proc` instead of `/sys`

Example: acpi {{[-p|--proc]}}

Examples (6)

Show battery information

Show thermal information

acpi [-t|--thermal]

Show cooling device information

acpi [-c|--cooling]

Show thermal information in Fahrenheit

acpi [-tf|--thermal --fahrenheit]

Show all information

acpi [-V|--everything]

Extract information from `/proc` instead of `/sys`

acpi [-p|--proc]
made by @shridhargupta | data from tldr-pages