On Thu, 16 Apr 2020 17:15:45 +0200, tu...@posteo.de 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^^^

Attachment: pgpBgO940ccyi.pgp
Description: OpenPGP digital signature

Reply via email to