1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 04:55:30 +02:00
tldr/pages/common/on_ac_power.md
Kristopher 042ed8d864
on_ac_power: add page (#16977)
Create on_ac_power.md
2025-06-26 19:34:53 +03:00

9 lines
240 B
Markdown

# 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`