Gumper
October 27th, 2007, 12:13 AM
I need help trying to figure out how to get the temperature of my Cpu to use in Superkaramba. I tried to use the 'GREP' command but it doesn't return any information. What i need to grab is below.
Remote Temp:
+24.00°C (low = -127°C, high = +80°C)
I need the "24.00°C". Is there a way to get this information by using the GREP command?
Here's what I've been trying and the results:
gumper@gumper-desktop:~$ sensors | grep 'Remote Temp'
Remote Temp:
Thanks for any help.
Gumper
Remote Temp:
+24.00°C (low = -127°C, high = +80°C)
I need the "24.00°C". Is there a way to get this information by using the GREP command?
Here's what I've been trying and the results:
gumper@gumper-desktop:~$ sensors | grep 'Remote Temp'
Remote Temp:
Thanks for any help.
Gumper