<?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: Unix Scripting: Time and Date</title>
	<atom:link href="http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Converting date and time to Unix epoch in Perl &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1959</link>
		<dc:creator>Converting date and time to Unix epoch in Perl &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Tue, 17 Feb 2009 23:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1959</guid>
		<description>[...] subroutines needed simple seconds-based arithmetics with time. As you probably remember from  my date and time in Unix scripts article, the easiest way to approach this task is to deal with the raw representation of date and [...]</description>
		<content:encoded><![CDATA[<p>[...] subroutines needed simple seconds-based arithmetics with time. As you probably remember from  my date and time in Unix scripts article, the easiest way to approach this task is to deal with the raw representation of date and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1954</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Tue, 17 Feb 2009 07:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1954</guid>
		<description>Hi Abbadi, glad you liked the article! I post new links more or less every Tuesday, so if I come across such a site I&#039;ll definitely share it with everyone. I plan to cover a lot of basics myself, so feel free to submit your questions/topics.</description>
		<content:encoded><![CDATA[<p>Hi Abbadi, glad you liked the article! I post new links more or less every Tuesday, so if I come across such a site I'll definitely share it with everyone. I plan to cover a lot of basics myself, so feel free to submit your questions/topics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbadi</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1953</link>
		<dc:creator>Abbadi</dc:creator>
		<pubDate>Tue, 17 Feb 2009 07:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1953</guid>
		<description>Please can you tell me about any site that explains unix scripts for fresh programmer in unix</description>
		<content:encoded><![CDATA[<p>Please can you tell me about any site that explains unix scripts for fresh programmer in unix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbadi</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1952</link>
		<dc:creator>Abbadi</dc:creator>
		<pubDate>Tue, 17 Feb 2009 07:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1952</guid>
		<description>Thanks for all ......

BR,</description>
		<content:encoded><![CDATA[<p>Thanks for all &#8230;&#8230;</p>
<p>BR,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1795</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Thu, 22 Jan 2009 07:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1795</guid>
		<description>Hi Dave,

time command is a great tool when you need to measure the time for running a command or a whole script, your example is perfect.

But what I&#039;m explaining in this post is timing parts of the script, i.e. a certain execution path within the same script - and last time I checked you couldn&#039;t use time command as such a stopwatch.

Thanks for stopping by! I&#039;ll update the post to make it include your example and explain my point a bit better.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>time command is a great tool when you need to measure the time for running a command or a whole script, your example is perfect.</p>
<p>But what I'm explaining in this post is timing parts of the script, i.e. a certain execution path within the same script &#8211; and last time I checked you couldn't use time command as such a stopwatch.</p>
<p>Thanks for stopping by! I'll update the post to make it include your example and explain my point a bit better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveQB</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1793</link>
		<dc:creator>DaveQB</dc:creator>
		<pubDate>Thu, 22 Jan 2009 00:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1793</guid>
		<description>Why not just use the &#039;time&#039; command ?

eg

time dd if=/dev/zero of=test.img bs=512 count 30000

??</description>
		<content:encoded><![CDATA[<p>Why not just use the 'time' command ?</p>
<p>eg</p>
<p>time dd if=/dev/zero of=test.img bs=512 count 30000</p>
<p>??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: date - getting and setting current time and date in Unix &#124; Unix Commands</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1395</link>
		<dc:creator>date - getting and setting current time and date in Unix &#124; Unix Commands</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1395</guid>
		<description>[...] Hi! If you&#039;re new here, you may want to subscribe to my RSS feed. Thanks for visiting!date is a basic Unix command for getting or setting the current time and date on your system. Because it&#039;s the easiest way to get current time, this command is extensively used in Unix scripting. [...]</description>
		<content:encoded><![CDATA[<p>[...] Hi! If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!date is a basic Unix command for getting or setting the current time and date on your system. Because it's the easiest way to get current time, this command is extensively used in Unix scripting. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confirm the Day of the Week Based on a Timestamp &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-1280</link>
		<dc:creator>Confirm the Day of the Week Based on a Timestamp &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-1280</guid>
		<description>[...] time and date in Unix [...]</description>
		<content:encoded><![CDATA[<p>[...] time and date in Unix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Easy date calculations in Unix scripts with GNU date &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-888</link>
		<dc:creator>Easy date calculations in Unix scripts with GNU date &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Fri, 19 Sep 2008 13:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-888</guid>
		<description>[...] of Unix. You can follow me on Twitter, too! Thanks for visiting!When I was writing a post about using date command to confirm date and time in your Unix scripts, I made a note in my future posts list to cover the date calculations - finding out the date of [...]</description>
		<content:encoded><![CDATA[<p>[...] of Unix. You can follow me on Twitter, too! Thanks for visiting!When I was writing a post about using date command to confirm date and time in your Unix scripts, I made a note in my future posts list to cover the date calculations &#8211; finding out the date of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parsing text files line by line in Unix script &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/06/unix-scripting-time-and-date/comment-page-1/#comment-713</link>
		<dc:creator>Parsing text files line by line in Unix script &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Wed, 03 Sep 2008 08:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=55#comment-713</guid>
		<description>[...] Unix scripting: time and date    Please share: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</description>
		<content:encoded><![CDATA[<p>[...] Unix scripting: time and date    Please share: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
