Comment obtenir la température du CPU dans le terminal Linux Pi

cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000)) c"
Graceful Gibbon