1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

on_ac_power: add page (#16977)

Create on_ac_power.md
This commit is contained in:
Kristopher 2025-06-26 09:34:53 -07:00 committed by GitHub
parent a14097dd2a
commit 042ed8d864
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,9 @@
# 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`