Thanks
it works
Aaron
On Tue, 2004-10-26 at 22:14, Arnon Klein wrote:
> I take this back. Works alright.
> Yet another case of a enter-happy finger...
>
> I guess bash was smarter than letting a space in a filename fool it into
> thinking it's another word.
>
> Sorry.
>
> Arnon Klein wrote:
>
> > actually, this will not work, since file names with a space in them
> > will be parsed as two (or more) separate words, in the for-loop.
> >
> > Meir Kriheli wrote:
> >
> >> or i in *; do mv "$i" "${i// /}"; done
> >>
> >> If you have lots files in a dir, it could pose a problem, using find
> >> and -exec can help with that.
> >>
> >>
> >> --
> >> Meir Kriheli
> >> http://mksoft.co.il
> >>
> >>
> >
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]