is it possible to add °C to echo $(cat /sys/class/power_supply/bq27200-0/temp) | awk '{ print $1/10}' I am not able to to this
echo $(cat /sys/class/power_supply/bq27200-0/temp) | awk '{ print $1/10, "°C"}'