mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# on_ac_power
|
|
|
|
> A simple utility which tests if a computer is running on line power.
|
|
> Returns `0` if yes, and `1` if no.
|
|
> More information: <https://manned.org/on_ac_power>.
|
|
|
|
- Test if a computer is running on line power:
|
|
|
|
`on_ac_power`
|