<?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: Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2)</title>
	<atom:link href="http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:46:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fuzzycheck</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-28928</link>
		<dc:creator>fuzzycheck</dc:creator>
		<pubDate>Sun, 10 Jan 2010 10:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-28928</guid>
		<description>Example 14: Substitute space with underscore in the file name.

Hi,
  I sometimes use this command in a bash shell to substitute space with underscore in a whole tree (files and directories)

find . -depth -name &#039;* *&#039; -exec sh -c &#039;D=$(dirname &quot;$0&quot;); F=$(basename &quot;$0&quot;); mv &quot;$0&quot; &quot;$D/${F// /_}&quot;&#039; &#039;{}&#039; \;

Regards</description>
		<content:encoded><![CDATA[<p>Example 14: Substitute space with underscore in the file name.</p>
<p>Hi,<br />
  I sometimes use this command in a bash shell to substitute space with underscore in a whole tree (files and directories)</p>
<p>find . -depth -name &#8216;* *&#8217; -exec sh -c &#8216;D=$(dirname &#8220;$0&#8243;); F=$(basename &#8220;$0&#8243;); mv &#8220;$0&#8243; &#8220;$D/${F// /_}&#8221;&#8216; &#8216;{}&#8217; \;</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Beginner&#8217;s Guide to The Geek Stuff &#8211; A Guided Tour</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-27694</link>
		<dc:creator>The Beginner&#8217;s Guide to The Geek Stuff &#8211; A Guided Tour</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-27694</guid>
		<description>[...] Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2) [...]</description>
		<content:encoded><![CDATA[<p>[...] Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mommy, I found it! &#8212; 15 Practical Linux Find Command Examples</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-14637</link>
		<dc:creator>Mommy, I found it! &#8212; 15 Practical Linux Find Command Examples</dc:creator>
		<pubDate>Sat, 15 Aug 2009 18:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-14637</guid>
		<description>[...] If you liked this Mommy article on find command, don&#8217;t forget to check-out the Daddy article of the find command &#8212; Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2) [...]</description>
		<content:encoded><![CDATA[<p>[...] If you liked this Mommy article on find command, don&#8217;t forget to check-out the Daddy article of the find command &#8212; Daddy, I found it!, 15 Awesome Linux Find Command Examples (Part2) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.RAGHU</title>
		<link>http://www.thegeekstuff.com/2009/06/15-practical-unix-linux-find-command-examples-part-2/comment-page-1/#comment-12097</link>
		<dc:creator>S.RAGHU</dc:creator>
		<pubDate>Tue, 30 Jun 2009 05:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=549#comment-12097</guid>
		<description>Thanx for the nice article. multiple find , searching in a single partition are  new to me.</description>
		<content:encoded><![CDATA[<p>Thanx for the nice article. multiple find , searching in a single partition are  new to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
