<?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: When to use shell scripts</title>
	<atom:link href="http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/</link>
	<description>because I don't believe in life before coffee...</description>
	<lastBuildDate>Wed, 23 Nov 2011 03:01:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Khurt L Williams</title>
		<link>http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/comment-page-1/#comment-350710</link>
		<dc:creator>Khurt L Williams</dc:creator>
		<pubDate>Thu, 27 Dec 2007 16:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/#comment-350710</guid>
		<description>I generally do not write much shell scripts these days.  During the 10 years that I have been using Perl I have found it very useful for almost all of the command line work I need to do.  I still write shell scripts when I need to do something that will take a long time but require relatively few commands.  e.g Decompressing a bunch of very large logs files that are individual piped to a perl script for processing for say end of year reporting.</description>
		<content:encoded><![CDATA[<p>I generally do not write much shell scripts these days.  During the 10 years that I have been using Perl I have found it very useful for almost all of the command line work I need to do.  I still write shell scripts when I need to do something that will take a long time but require relatively few commands.  e.g Decompressing a bunch of very large logs files that are individual piped to a perl script for processing for say end of year reporting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Emmons</title>
		<link>http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/comment-page-1/#comment-340896</link>
		<dc:creator>Jon Emmons</dc:creator>
		<pubDate>Fri, 07 Dec 2007 02:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/#comment-340896</guid>
		<description>A good point Al.  Spending 15 minutes to write a script that will save you hours of work is definitely worth it, but often, especially for scripting novices, it may be easier to just perform the task manually.

I&#039;d still stand by this generalization, but yes, there are countless examples where a one-time script can save you time, mistakes and frustration.</description>
		<content:encoded><![CDATA[<p>A good point Al.  Spending 15 minutes to write a script that will save you hours of work is definitely worth it, but often, especially for scripting novices, it may be easier to just perform the task manually.</p>
<p>I&#8217;d still stand by this generalization, but yes, there are countless examples where a one-time script can save you time, mistakes and frustration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/comment-page-1/#comment-339973</link>
		<dc:creator>al</dc:creator>
		<pubDate>Thu, 06 Dec 2007 01:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/#comment-339973</guid>
		<description>&quot;In general there is little point in writing a shell script to do something once. &quot;

I&#039;d have to disagree on this ... quite often you may find yourself needing to do something only once, or once in a very great while, but a script is justified when it saves time.  The time of a sysadmin or a dba is very valuable, even if you only save 10 minutes by writing a script, that&#039;s still worth it in most cases.  Scripts are also very good at repetitive tasks, something humans aren&#039;t very good at, and are likely to screw up; the script on the other hand is much less likely to make a mistake.</description>
		<content:encoded><![CDATA[<p>&#8220;In general there is little point in writing a shell script to do something once. &#8221;</p>
<p>I&#8217;d have to disagree on this &#8230; quite often you may find yourself needing to do something only once, or once in a very great while, but a script is justified when it saves time.  The time of a sysadmin or a dba is very valuable, even if you only save 10 minutes by writing a script, that&#8217;s still worth it in most cases.  Scripts are also very good at repetitive tasks, something humans aren&#8217;t very good at, and are likely to screw up; the script on the other hand is much less likely to make a mistake.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

