<?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: 8 Practical Examples of Linux &#8220;Touch&#8221; Command	</title>
	<atom:link href="https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 23:14:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: jstars		</title>
		<link>https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1868438</link>

		<dc:creator><![CDATA[jstars]]></dc:creator>
		<pubDate>Sat, 27 Aug 2022 09:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1735#comment-1868438</guid>

					<description><![CDATA[Can you provide a practical example of why you would want to change file access or modification timestamps?]]></description>
			<content:encoded><![CDATA[<p>Can you provide a practical example of why you would want to change file access or modification timestamps?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1210305</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 24 Jul 2019 17:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1735#comment-1210305</guid>

					<description><![CDATA[In example 6, you forgot to include the MM portion of the timestamp.
&lt;pre&gt;
CCYYMMDDHHMM
&lt;/pre&gt;
So, &lt;strong&gt;201912311200&lt;/strong&gt; would be &lt;strong&gt;12:00&lt;/strong&gt; on &lt;strong&gt;12/31/2019&lt;/strong&gt;, for example.]]></description>
			<content:encoded><![CDATA[<p>In example 6, you forgot to include the MM portion of the timestamp.</p>
<pre>
CCYYMMDDHHMM
</pre>
<p>So, <strong>201912311200</strong> would be <strong>12:00</strong> on <strong>12/31/2019</strong>, for example.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1203731</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 15 Jul 2019 06:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1735#comment-1203731</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1201174&quot;&gt;Shillpa&lt;/a&gt;.

@Shilpa,

You can create 100 text files using touch command as shown.
&lt;pre&gt;
# touch shilpa{1..100}.txt
&lt;/pre&gt;
The above command will create files in following order.
&lt;pre&gt;
shilpa1.txt
shilpa2.txt
shilpa3.txt
...
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1201174">Shillpa</a>.</p>
<p>@Shilpa,</p>
<p>You can create 100 text files using touch command as shown.</p>
<pre>
# touch shilpa{1..100}.txt
</pre>
<p>The above command will create files in following order.</p>
<pre>
shilpa1.txt
shilpa2.txt
shilpa3.txt
...
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shillpa		</title>
		<link>https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1201174</link>

		<dc:creator><![CDATA[Shillpa]]></dc:creator>
		<pubDate>Fri, 12 Jul 2019 12:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1735#comment-1201174</guid>

					<description><![CDATA[How to create 100 text files by using single command in Linux]]></description>
			<content:encoded><![CDATA[<p>How to create 100 text files by using single command in Linux</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Felix		</title>
		<link>https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-1018037</link>

		<dc:creator><![CDATA[Felix]]></dc:creator>
		<pubDate>Mon, 23 Jul 2018 15:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1735#comment-1018037</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-933387&quot;&gt;srikanth tummala&lt;/a&gt;.

did you read the other examples ? there you may find plenty of uses which do not involve creating a file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/8-pratical-examples-of-linux-touch-command/comment-page-1/#comment-933387">srikanth tummala</a>.</p>
<p>did you read the other examples ? there you may find plenty of uses which do not involve creating a file.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
