<?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 Schedule a Linux Job Without Cron	</title>
	<atom:link href="https://www.tecmint.com/schedule-job-without-cron-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/schedule-job-without-cron-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 06:42:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: John Doe		</title>
		<link>https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-2027733</link>

		<dc:creator><![CDATA[John Doe]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 22:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13593#comment-2027733</guid>

					<description><![CDATA[Hello, don&#039;t forget the &quot;&lt;strong&gt;at&lt;/strong&gt;&quot; command, which is also used to schedule tasks or commands at a specified time. ]]></description>
			<content:encoded><![CDATA[<p>Hello, don&#8217;t forget the &#8220;<strong>at</strong>&#8221; command, which is also used to schedule tasks or commands at a specified time. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ghouse bagwan		</title>
		<link>https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-904799</link>

		<dc:creator><![CDATA[Ghouse bagwan]]></dc:creator>
		<pubDate>Wed, 02 Aug 2017 15:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13593#comment-904799</guid>

					<description><![CDATA[I tried the first one (&lt;code&gt;$&lt;/code&gt; while true; do date &#062;&#062; date.txt ; sleep 5 ; done &#038;) on my box and its creating a huge file every minute, please provide a way to remove this job.]]></description>
			<content:encoded><![CDATA[<p>I tried the first one (<code>$</code> while true; do date &gt;&gt; date.txt ; sleep 5 ; done &amp;) on my box and its creating a huge file every minute, please provide a way to remove this job.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Quentin MOULINIER		</title>
		<link>https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-755747</link>

		<dc:creator><![CDATA[Quentin MOULINIER]]></dc:creator>
		<pubDate>Sun, 28 Feb 2016 00:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13593#comment-755747</guid>

					<description><![CDATA[Thanks !
And as every advice can be useful, I would like to contribute to your article with another tip I learned from a collegue few month ago : 
How to execute a command without leaving it in history file ? 
- just put an empty space first ! :-)]]></description>
			<content:encoded><![CDATA[<p>Thanks !<br />
And as every advice can be useful, I would like to contribute to your article with another tip I learned from a collegue few month ago :<br />
How to execute a command without leaving it in history file ?<br />
&#8211; just put an empty space first ! :-)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Franck		</title>
		<link>https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-755716</link>

		<dc:creator><![CDATA[Franck]]></dc:creator>
		<pubDate>Sat, 27 Feb 2016 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13593#comment-755716</guid>

					<description><![CDATA[hi, one way among others to exit properly a process sent in background is to use the fg command  (FrontGround) to get it back (if you are still in the same terminal) and then CTRL+C.
Franck]]></description>
			<content:encoded><![CDATA[<p>hi, one way among others to exit properly a process sent in background is to use the fg command  (FrontGround) to get it back (if you are still in the same terminal) and then CTRL+C.<br />
Franck</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prashant Singh		</title>
		<link>https://www.tecmint.com/schedule-job-without-cron-linux/comment-page-1/#comment-743054</link>

		<dc:creator><![CDATA[Prashant Singh]]></dc:creator>
		<pubDate>Fri, 22 Jan 2016 15:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13593#comment-743054</guid>

					<description><![CDATA[excellent !!! 
thanks a lot !!!]]></description>
			<content:encoded><![CDATA[<p>excellent !!!<br />
thanks a lot !!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
