<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Check the Raspberry PI CPU temperature	</title>
	<atom:link href="https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=check-the-raspberry-pi-cpu-temperature</link>
	<description>Tutorials for getting things done in Linux</description>
	<lastBuildDate>Sat, 12 Dec 2020 16:00:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: PragmaticLinux		</title>
		<link>https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/#comment-75</link>

		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Thu, 02 Jul 2020 08:08:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=291#comment-75</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/#comment-74&quot;&gt;Fred Smith&lt;/a&gt;.

That is a nice solution too. Thank you for sharing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/#comment-74">Fred Smith</a>.</p>
<p>That is a nice solution too. Thank you for sharing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fred Smith		</title>
		<link>https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/#comment-74</link>

		<dc:creator><![CDATA[Fred Smith]]></dc:creator>
		<pubDate>Wed, 01 Jul 2020 21:47:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=291#comment-74</guid>

					<description><![CDATA[you can do it in shell pretty much as easily as your example without needing to use awk:

#!/bin/bash

temp=`cat /sys/class/thermal/thermal_zone0/temp`
((foo = temp / 1000))
((bar = temp % 1000))
printf &quot;%s temp=%d.%.3d\302\260C\n&quot; `date +%x-%T` $foo $bar]]></description>
			<content:encoded><![CDATA[<p>you can do it in shell pretty much as easily as your example without needing to use awk:</p>
<p>#!/bin/bash</p>
<p>temp=`cat /sys/class/thermal/thermal_zone0/temp`<br />
((foo = temp / 1000))<br />
((bar = temp % 1000))<br />
printf &#8220;%s temp=%d.%.3d\302\260C\n&#8221; `date +%x-%T` $foo $bar</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Links 1/7/2020: Tails 4.8, Serpent OS &#124; Techrights		</title>
		<link>https://www.pragmaticlinux.com/2020/06/check-the-raspberry-pi-cpu-temperature/#comment-72</link>

		<dc:creator><![CDATA[Links 1/7/2020: Tails 4.8, Serpent OS &#124; Techrights]]></dc:creator>
		<pubDate>Wed, 01 Jul 2020 11:46:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=291#comment-72</guid>

					<description><![CDATA[[&#8230;] Check the Raspberry PI CPU temperature [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Check the Raspberry PI CPU temperature [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
