<?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: Bash, For loop, Files with spaces</title>
	<atom:link href="http://lackoftalent.org/michael/blog/2008/09/27/bash-for-loop-files-with-spaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://lackoftalent.org/michael/blog/2008/09/27/bash-for-loop-files-with-spaces/</link>
	<description>The occasional rambling of a digital library artisan</description>
	<lastBuildDate>Mon, 22 Feb 2010 22:08:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hikaricore</title>
		<link>http://lackoftalent.org/michael/blog/2008/09/27/bash-for-loop-files-with-spaces/comment-page-1/#comment-92302</link>
		<dc:creator>hikaricore</dc:creator>
		<pubDate>Tue, 06 Jan 2009 01:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=154#comment-92302</guid>
		<description>You sir are a freaking genius.

I&#039;ve been trying to find a way around these damned spaced for years.</description>
		<content:encoded><![CDATA[<p>You sir are a freaking genius.</p>
<p>I&#039;ve been trying to find a way around these damned spaced for years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanh</title>
		<link>http://lackoftalent.org/michael/blog/2008/09/27/bash-for-loop-files-with-spaces/comment-page-1/#comment-91786</link>
		<dc:creator>Thanh</dc:creator>
		<pubDate>Thu, 23 Oct 2008 00:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=154#comment-91786</guid>
		<description>Thank you so much!</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Farrell</title>
		<link>http://lackoftalent.org/michael/blog/2008/09/27/bash-for-loop-files-with-spaces/comment-page-1/#comment-91654</link>
		<dc:creator>Gabriel Farrell</dc:creator>
		<pubDate>Thu, 02 Oct 2008 19:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=154#comment-91654</guid>
		<description>Good tip.  Odds that I will remember it at a useful time are low.  I&#039;ll just bug you whenever I try to do anything fancy with bash, and someday maybe you can point me back at this.</description>
		<content:encoded><![CDATA[<p>Good tip.  Odds that I will remember it at a useful time are low.  I&#039;ll just bug you whenever I try to do anything fancy with bash, and someday maybe you can point me back at this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Dueber</title>
		<link>http://lackoftalent.org/michael/blog/2008/09/27/bash-for-loop-files-with-spaces/comment-page-1/#comment-91653</link>
		<dc:creator>Bill Dueber</dc:creator>
		<pubDate>Thu, 02 Oct 2008 19:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=154#comment-91653</guid>
		<description>Also useful: find with -print0 and xargs -0 to use the ASCII 0 for separating values.

  find  [find args] -print0 &#124; xargs -0 [xargs args]

Very useful when dealing with files with spaces</description>
		<content:encoded><![CDATA[<p>Also useful: find with -print0 and xargs -0 to use the ASCII 0 for separating values.</p>
<p>  find  [find args] -print0 | xargs -0 [xargs args]</p>
<p>Very useful when dealing with files with spaces</p>
]]></content:encoded>
	</item>
</channel>
</rss>
