<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / wdhawes / tag / script</title>
<link>http://netvouz.com/wdhawes/tag/script?feed=rss</link>
<description>wdhawes&#39;s bookmarks tagged &quot;script&quot; on Netvouz</description>
<item><title>Cool Solutions: Space Replace 1.0.1</title>
<link>http://www.novell.com/coolsolutions/tools/15601.html</link>
<description></description>
<category domain="http://netvouz.com/wdhawes?category=6893634074776087993"></category>
<author>wdhawes</author>
<pubDate>Thu, 28 Jun 2007 07:29:33 GMT</pubDate>
</item><item><title>script to remove spaces from multiple filenames - LinuxQuestions.org</title>
<link>http://www.linuxquestions.org/questions/showthread.php?t=265933</link>
<description>#!/bin/bash IFS=&#39; &#39; j=`find $1 -printf &quot;%d&#92;n&quot; | sort -u | tail -n 1` j=$((j-1)) echo &quot;Max dir depth:&quot; $j for (( i=0; i&lt;=j ; i++ )) do for name in `find -mindepth $i -maxdepth $i -iname &quot;* *&quot; -printf &quot;%p&#92;n&quot;` do newname=`echo &quot;$name&quot; | tr &quot; &quot; &quot;_&quot;` echo &quot;$na</description>
<category domain="http://netvouz.com/wdhawes?category=6893634074776087993"></category>
<author>wdhawes</author>
<pubDate>Thu, 28 Jun 2007 07:29:53 GMT</pubDate>
</item></channel></rss>