watch -n 2 sensors
awk '{ printf "%.f degrees Celsius ", $0 / 1000.0 }' /sys/class/thermal/thermal_zone*/temp
cat /sys/class/thermal/thermal_zone*/temp