<?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: How to Save Top Command Output to a File	</title>
	<atom:link href="https://www.tecmint.com/save-top-command-output-to-a-file/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/save-top-command-output-to-a-file/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 12:18:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Mukhtar		</title>
		<link>https://www.tecmint.com/save-top-command-output-to-a-file/comment-page-1/#comment-1711795</link>

		<dc:creator><![CDATA[Mukhtar]]></dc:creator>
		<pubDate>Tue, 01 Feb 2022 12:15:33 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28459#comment-1711795</guid>

					<description><![CDATA[Wonderful command saves my time.

for i in {1..4}; do sleep 2 &#038;&#038; top -b -p 678 -n1 &#124; tail -1 ; done &#062;&#062; cron.txt]]></description>
			<content:encoded><![CDATA[<p>Wonderful command saves my time.</p>
<p>for i in {1..4}; do sleep 2 &amp;&amp; top -b -p 678 -n1 | tail -1 ; done &gt;&gt; cron.txt</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
