<?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: Create/modify a UNIX file with an arbitrary timestamp</title>
	<atom:link href="http://www.tech-recipes.com/rx/440/createmodify-a-unix-file-with-an-arbitrary-timestamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/440/createmodify-a-unix-file-with-an-arbitrary-timestamp/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fracai</title>
		<link>http://www.tech-recipes.com/rx/440/createmodify-a-unix-file-with-an-arbitrary-timestamp/comment-page-1/#comment-1655</link>
		<dc:creator>fracai</dc:creator>
		<pubDate>Fri, 22 Apr 2005 07:46:39 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1655</guid>
		<description>touch -B &lt;#&gt; will set the timestamp to a date in the past by the number of seconds provided

ie.  touch -B 10 will make the file appear 10 seconds older than the current date.

man touch is more helpful than waiting a few months for an answer :)</description>
		<content:encoded><![CDATA[<p>touch -B &lt;#&gt; will set the timestamp to a date in the past by the number of seconds provided</p>
<p>ie.  touch -B 10 will make the file appear 10 seconds older than the current date.</p>
<p>man touch is more helpful than waiting a few months for an answer :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migxi</title>
		<link>http://www.tech-recipes.com/rx/440/createmodify-a-unix-file-with-an-arbitrary-timestamp/comment-page-1/#comment-680</link>
		<dc:creator>Migxi</dc:creator>
		<pubDate>Thu, 16 Sep 2004 06:56:26 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-680</guid>
		<description>Excellent..... now.....

Who to stamp the timeref file with a date like 15 days ago ?</description>
		<content:encoded><![CDATA[<p>Excellent&#8230;.. now&#8230;..</p>
<p>Who to stamp the timeref file with a date like 15 days ago ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/440/createmodify-a-unix-file-with-an-arbitrary-timestamp/comment-page-1/#comment-160</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Tue, 27 Apr 2004 05:56:30 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-160</guid>
		<description>Good question.  I&#039;ve never noticed this behavior before.  I don&#039;t see any options for touch that would make it not follow the link.  If you really need the link to be updated by a touch and it is in the same filesystem as the real file, you could use a hard link.  When you touch a hard link, it updates both the link and the original file.  The hard link doesn&#039;t look like a symbolic link, it just looks like a regular file, which may not be desirable.  That&#039;s the only suggestion that I have.  Anyone else?

Quinn</description>
		<content:encoded><![CDATA[<p>Good question.  I&#8217;ve never noticed this behavior before.  I don&#8217;t see any options for touch that would make it not follow the link.  If you really need the link to be updated by a touch and it is in the same filesystem as the real file, you could use a hard link.  When you touch a hard link, it updates both the link and the original file.  The hard link doesn&#8217;t look like a symbolic link, it just looks like a regular file, which may not be desirable.  That&#8217;s the only suggestion that I have.  Anyone else?</p>
<p>Quinn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gandalf</title>
		<link>http://www.tech-recipes.com/rx/440/createmodify-a-unix-file-with-an-arbitrary-timestamp/comment-page-1/#comment-153</link>
		<dc:creator>gandalf</dc:creator>
		<pubDate>Mon, 26 Apr 2004 04:27:07 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-153</guid>
		<description>How do you handle symbolic links? The touch command affects the target of the symbolic link and not the link itself.</description>
		<content:encoded><![CDATA[<p>How do you handle symbolic links? The touch command affects the target of the symbolic link and not the link itself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
