On 04/16 04:19, Neil Bothwick wrote:
> On Thu, 16 Apr 2020 17:15:45 +0200, [email protected] wrote:
> 
> > a loop like this
> > 
> > for fn in asd* ; do
> >     do_something $fn
> > done
> > 
> > fails, when a file is named like this:
> > 
> >     List of OSses allowing spaces in filenames.txt
> > 
> 
> do_something "$fn"
> 
> Would this work?
> 
> 
> -- 
> Neil Bothwick
> 
> C:\BELFRY is where I keep my .BAT files ^^^oo^^^


Hi Neil,

is this the "Bothwick effect" ?

This was the first I tried after my script failed...and it failed
again after adding the "".
I tried it again...and now it works. 
Only difference: I did it from the commandline (using zsh).

I am baffled.

But it is better, I don't completely understand, whu it is working
now than vice versa ;)

Cheers!
Meino




Reply via email to