Sorry, I had a typo.&nbsp; Its only one - before exec.<br><br>find / -iname &#39;*.htm&#39; -exec mv {} {}l \;<br><br><br>Try running it without the &#39;exec&#39; section first, just to make sure you like what it is going to do.
<br><br><br><div><span class="gmail_quote">On 3/27/07, <b class="gmail_sendername">Zach</b> &lt;<a href="mailto:netrek@gmail.com">netrek@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Cool. This should work for all .htm files on the filesystem right:<br><br>find /&nbsp;&nbsp;-iname &#39;*.htm&#39; --exec mv {} {}l \;<br><br><br>Zach<br>_______________________________________________<br>wplug mailing list<br><a href="mailto:wplug@wplug.org">
wplug@wplug.org</a><br><a href="http://www.wplug.org/mailman/listinfo/wplug">http://www.wplug.org/mailman/listinfo/wplug</a><br></blockquote></div><br>