On Thu, 12 Apr 2018 16:23:52 +0200
Wolfgang Pfeiffer <[email protected]> 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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to