Answers for "linux see battery state"

0

linux see battery state

upower -i $(upower -e | grep 'BAT') | grep -E "state|to\ full|percentage"
Posted by: Guest on June-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language