Found this gem on GitHub to measure the CPU temperature of your Raspberry Pi in a single line in the terminal and convert to Fahrenheit.
awk '{printf("%.1f°F\n",(($1*1.8)/1e3)+32)}' /sys/class/thermal/thermal_zone0/temp
Found this gem on GitHub to measure the CPU temperature of your Raspberry Pi in a single line in the terminal and convert to Fahrenheit.
awk '{printf("%.1f°F\n",(($1*1.8)/1e3)+32)}' /sys/class/thermal/thermal_zone0/temp