Температура Linux
paste <(cat /sys/class/thermal/thermal_zone/type) <(cat /sys/class/thermal/thermal_zone/temp) | column -s $'\t' -t | sed 's/(.)..$/.\1°C/'
https://android-tools.ru/zhelezo/kak-proverit-temperaturu-processora-v-linux/#content4
paste <(cat /sys/class/thermal/thermal_zone/type) <(cat /sys/class/thermal/thermal_zone/temp) | column -s $'\t' -t | sed 's/(.)..$/.\1°C/'
https://android-tools.ru/zhelezo/kak-proverit-temperaturu-processora-v-linux/#content4