how to see raspberry pi cpu temperature code example
Example 1: raspberry pi temop
vcgencmd measure_temp
Example 2: how to get the temp of cpu in linux terminal raspberry pi
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000)) c"
vcgencmd measure_temp
cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000)) c"