<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4358&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [HOWTO] Backdating Files with the Touch Command]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4358</link>
		<description><![CDATA[The most recent posts in [HOWTO] Backdating Files with the Touch Command.]]></description>
		<lastBuildDate>Sun, 06 Jun 2021 16:54:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[[HOWTO] Backdating Files with the Touch Command]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30060#p30060</link>
			<description><![CDATA[<p>If you ever needed to backdate file, you can do it using the <strong>touch</strong> command with the <strong>-t</strong> flag and the <strong>--time=mtime</strong> option.</p><p>Here&#039;s an example.</p><div class="codebox"><pre><code>$ touch -t 200101012358 --time=mtime foo.txt</code></pre></div><p>This will create/update &quot;foo.txt&quot; in the current directory and set its modification time to 11:58PM on January 1st, 2001.</p><p>This might come in handy if you ever want to generate a RSS/Atom feed for a static website using a shell script. Read <em>man touch</em> for further details.</p>]]></description>
			<author><![CDATA[dummy@example.com (starbreaker)]]></author>
			<pubDate>Sun, 06 Jun 2021 16:54:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30060#p30060</guid>
		</item>
	</channel>
</rss>
