Ahh. Reread correctly.<br><br>1. Flog stupid M$ user<br>2. Lock out their account<br>3. use Geoffery&#39;s solution below<br>4. Flog user again to make the point clear<br><br><div class="gmail_quote">On Fri, Jan 22, 2010 at 12:53 PM, Geoffrey <span dir="ltr">&lt;<a href="mailto:lists@serioustechnology.com">lists@serioustechnology.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Terry Bailey wrote:<br>
&gt; I don&#39;t want to change any characters in a file.  I want to change<br>
&gt; each &quot; &quot; to a &quot;_&quot; within the file name itself.<br>
<br>
</div>Multiple spaces in file name:<br>
<br>
mac/home/esoteric&gt; filename=&quot;foo foo  foo&quot;<br>
mac/home/esoteric&gt; ls &quot;$filename&quot;<br>
foo foo  foo<br>
<div class="im">mac/home/esoteric&gt; mv &quot;$filename&quot; $(echo &quot;$filename&quot;|tr &quot; &quot; &quot;_&quot;)<br>
mac/home/esoteric&gt; ls foo_foo__foo<br>
</div>foo_foo__foo<br>
<div><div></div><div class="h5"><br>
&gt;<br>
&gt; At 11:40 AM 1/22/2010, you wrote:<br>
&gt;&gt; Terry Bailey wrote:<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Does anyone know how to use either a command or batch file to change<br>
&gt;&gt;&gt; all the blanks in a file name to another character?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I thought maybe sed would work, but if so, I have not been able to<br>
&gt;&gt;&gt; figure it out.<br>
&gt;&gt; cat filename |tr &quot; &quot; &quot;$NEWCHARACTER&quot;<br>
&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Terry Bailey<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Ale mailing list<br>
&gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Until later, Geoffrey<br>
&gt;&gt;<br>
&gt;&gt; &quot;I predict future happiness for America if they can prevent<br>
&gt;&gt; the government from wasting the labors of the people under<br>
&gt;&gt; the pretense of taking care of them.&quot;<br>
&gt;&gt; - Thomas Jefferson<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;&gt;<br>
&gt;&gt; __________ Information from ESET NOD32 Antivirus, version of virus<br>
&gt;&gt; signature database 4797 (20100122) __________<br>
&gt;&gt;<br>
&gt;&gt; The message was checked by ESET NOD32 Antivirus.<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.eset.com" target="_blank">http://www.eset.com</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Until later, Geoffrey<br>
<br>
&quot;I predict future happiness for America if they can prevent<br>
the government from wasting the labors of the people under<br>
the pretense of taking care of them.&quot;<br>
- Thomas Jefferson<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>Actively in pursuit of Life, Liberty and Happiness         <br><br>