I'm writing small script where I get battery level as following: full=`cat /sys/class/power_supply/bq27200-0/charge_full` now=`cat /sys/class/power_supply/bq27200-0/charge_now` echo "Battery at `expr $now \* 100 \/ ${full}`%" But it doesn't work with KP48 What should I do instead?