<?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: Determine Yesterday&#8217;s Date in a unix environment using ksh and date()</title>
	<atom:link href="http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=determine-yesterdays-date-with-unix-date</link>
	<description>Tutorials for Users and Administrators</description>
	<lastBuildDate>Fri, 05 Aug 2011 01:27:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Johnny Five</title>
		<link>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/comment-page-1/#comment-1198</link>
		<dc:creator>Johnny Five</dc:creator>
		<pubDate>Thu, 19 Mar 2009 04:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.toastboy.com/index.php/2008/04/01/get-yesterdays-date-with-unix-date/#comment-1198</guid>
		<description>I used it on freebsd 6.0 and also ubuntu linux.  I also had it working on a solaris workstation. Can&#039;t remember which version though.  Thanks for the perl one liner, I love PERL</description>
		<content:encoded><![CDATA[<p>I used it on freebsd 6.0 and also ubuntu linux.  I also had it working on a solaris workstation. Can&#8217;t remember which version though.  Thanks for the perl one liner, I love PERL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Tepoorten</title>
		<link>http://www.toastboy.com/main/unixlinux/determine-yesterdays-date-with-unix-date/comment-page-1/#comment-1197</link>
		<dc:creator>Jason Tepoorten</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.toastboy.com/index.php/2008/04/01/get-yesterdays-date-with-unix-date/#comment-1197</guid>
		<description>Hi.

Thanks for the above lines of code.

Unfortunately, I wasn&#039;t able to get it working on Sun Solaris 10 or MEPIS Linux 7.5.

Alternatively, I&#039;ve got a one line code that requires PERL:

  perl -e &#039;print scalar(localtime(time - 86400)), &quot;\n&quot;&#039;

Thanks for the contribution.  Which LINUX/UNIX did you run the above script on?

Kind Regards,

Jason</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Thanks for the above lines of code.</p>
<p>Unfortunately, I wasn&#8217;t able to get it working on Sun Solaris 10 or MEPIS Linux 7.5.</p>
<p>Alternatively, I&#8217;ve got a one line code that requires PERL:</p>
<p>  perl -e &#8216;print scalar(localtime(time &#8211; 86400)), &#8220;\n&#8221;&#8216;</p>
<p>Thanks for the contribution.  Which LINUX/UNIX did you run the above script on?</p>
<p>Kind Regards,</p>
<p>Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>

