<?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: Download of the day: Easy date manipulation with yest utility under Linux/UNIX</title> <atom:link href="http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Yogesh</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-140784</link> <dc:creator>Yogesh</dc:creator> <pubDate>Mon, 13 Aug 2007 12:46:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-140784</guid> <description>gr8 .... its rocks on tru64
i hav used following command to compile
cc -o yest yest-2.7.0.3.c
now i can do all date manuculation as i used to do it with GNU date
Thanks</description> <content:encoded><![CDATA[<p>gr8 &#8230;. its rocks on tru64<br
/> i hav used following command to compile</p><p>cc -o yest yest-2.7.0.3.c<br
/> now i can do all date manuculation as i used to do it with GNU date</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: Robert</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-140196</link> <dc:creator>Robert</dc:creator> <pubDate>Wed, 13 Jun 2007 17:43:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-140196</guid> <description>What about when timezone identifiers change?
Like MST to MDT?</description> <content:encoded><![CDATA[<p>What about when timezone identifiers change?<br
/> Like MST to MDT?</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-95991</link> <dc:creator>nixcraft</dc:creator> <pubDate>Thu, 22 Mar 2007 10:00:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-95991</guid> <description>May be you need headers files...</description> <content:encoded><![CDATA[<p>May be you need headers files&#8230;</p> ]]></content:encoded> </item> <item><title>By: Don Eytel</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-95190</link> <dc:creator>Don Eytel</dc:creator> <pubDate>Wed, 21 Mar 2007 20:33:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-95190</guid> <description>Problem compiling an idea.
gcc -o /home/deytel/bin/yest /home/deytel/yest-2.7.0.4.c
/home/deytel/yest-2.7.0.4.c: In function `main&#039;:
/home/deytel/yest-2.7.0.4.c:1470: structure has no member named `tm_zone&#039;</description> <content:encoded><![CDATA[<p>Problem compiling an idea.</p><p>gcc -o /home/deytel/bin/yest /home/deytel/yest-2.7.0.4.c<br
/> /home/deytel/yest-2.7.0.4.c: In function `main&#8217;:<br
/> /home/deytel/yest-2.7.0.4.c:1470: structure has no member named `tm_zone&#8217;</p> ]]></content:encoded> </item> <item><title>By: bleh</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-15899</link> <dc:creator>bleh</dc:creator> <pubDate>Sat, 14 Oct 2006 12:24:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-15899</guid> <description>ehm...  you have never tried
date -d &quot;yesterday&quot; or date -d &quot;+10 days&quot; have you?
date already does all this...</description> <content:encoded><![CDATA[<p>ehm&#8230;  you have never tried</p><p>date -d &#8220;yesterday&#8221; or date -d &#8220;+10 days&#8221; have you?</p><p>date already does all this&#8230;</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-15842</link> <dc:creator>nixcraft</dc:creator> <pubDate>Sat, 14 Oct 2006 10:57:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-15842</guid> <description>Tiger
Sometime you have 29, 28 (leap year), 30, 31 as month-end day. Sometime day pattern get repeated as 31, 31 (july, aug).
I don\&#039;t just wanna keep changing at command according to month. I manage 100 of boxes I don\&#039;t have time to keep writing at command for each box. So this tool makes for sense to me.</description> <content:encoded><![CDATA[<p>Tiger</p><p>Sometime you have 29, 28 (leap year), 30, 31 as month-end day. Sometime day pattern get repeated as 31, 31 (july, aug).</p><p>I don\&#8217;t just wanna keep changing at command according to month. I manage 100 of boxes I don\&#8217;t have time to keep writing at command for each box. So this tool makes for sense to me.</p> ]]></content:encoded> </item> <item><title>By: tiger</title><link>http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-15505</link> <dc:creator>tiger</dc:creator> <pubDate>Fri, 13 Oct 2006 19:41:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-unix-linux-easy-date-manipulation-with-yest.html#comment-15505</guid> <description>what about using AT or CRON?
&gt; at 00:00 Aug 31
script goes here
ctrl+D</description> <content:encoded><![CDATA[<p>what about using AT or CRON?</p><p>&gt; at 00:00 Aug 31<br
/> script goes here<br
/> ctrl+D</p> ]]></content:encoded> </item> </channel> </rss>
