1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 14:35:23 +02:00
tldr/pages/common/on_ac_power.md

10 lines
240 B
Markdown
Raw Normal View History

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