I was wondering if it would be possible to obtain the CPU temperature and embed it into the command prompt.
This is my output for sensors:
$}-sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +55.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +55.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +52.0°C (high = +87.0°C, crit = +105.0°C)
Could you please show me how to use the grep function to embed the temperature into my command prompt?