<?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: Shell script to extract isos from a folder</title>
	<atom:link href="http://www.michaelhartog.com/blog/2008/05/shell-script-to-extract-isos-from-a-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelhartog.com/blog/2008/05/shell-script-to-extract-isos-from-a-folder/</link>
	<description>Detailing random internet junk since 2008</description>
	<lastBuildDate>Tue, 01 Jun 2010 16:05:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Apocrypha</title>
		<link>http://www.michaelhartog.com/blog/2008/05/shell-script-to-extract-isos-from-a-folder/comment-page-1/#comment-64</link>
		<dc:creator>Apocrypha</dc:creator>
		<pubDate>Sat, 31 May 2008 07:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.apocryblog.com/?p=59#comment-64</guid>
		<description>Time had more output than I wanted.

And it turns out there are errors in this script, and it uses features from bash which the environment I was running on only has sh. I had to make a few changes and I&#039;ll post that one soon.</description>
		<content:encoded><![CDATA[<p>Time had more output than I wanted.</p>
<p>And it turns out there are errors in this script, and it uses features from bash which the environment I was running on only has sh. I had to make a few changes and I&#8217;ll post that one soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://www.michaelhartog.com/blog/2008/05/shell-script-to-extract-isos-from-a-folder/comment-page-1/#comment-65</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Fri, 30 May 2008 05:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.apocryblog.com/?p=59#comment-65</guid>
		<description>Interesting, nice use of sed :). I wonder if, on a minescule scale, using bash&#039;s built in file searching would be faster than &quot;outsourcing&quot; to ls. Like &quot;for x in *.iso; do..&quot; etc. Also, for timing, couldn&#039;t you just have used &quot;time ./script&quot;? May have saved some trouble.

It&#039;s cool that your getting into shell scripting though, great stuff :)</description>
		<content:encoded><![CDATA[<p>Interesting, nice use of sed <img src='http://www.michaelhartog.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I wonder if, on a minescule scale, using bash&#8217;s built in file searching would be faster than &#8220;outsourcing&#8221; to ls. Like &#8220;for x in *.iso; do..&#8221; etc. Also, for timing, couldn&#8217;t you just have used &#8220;time ./script&#8221;? May have saved some trouble.</p>
<p>It&#8217;s cool that your getting into shell scripting though, great stuff <img src='http://www.michaelhartog.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
