On Thu, 12 Apr 2018 16:23:52 +0200
Wolfgang Pfeiffer <r...@gmx.net> wrote:

> I try monitoring the battery status while draining the device with a
> command like this:
> watch -dc 'upower -i /org/freedesktop/UPower/devices/battery_BAT1| grep  -E 
> "present|state|to\ full|percentage|capacity|time\ to empty|time\ to 
> full|technology"

Single quote was missing. 
The correct line, hopefully:
watch -dc 'upower -i /org/freedesktop/UPower/devices/battery_BAT1| grep  -E 
"present|state|to\ full|percentage|capacity|time\ to empty|time\ to 
full|technology"'

Sorry!

-- 
Wolfgang Pfeiffer
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to