Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Question about handling filenames with "illegal" characters...
Date: Thu, 16 Apr 2020 15:19:58
Message-Id: 20200416161943.1e58db5a@digimed.co.uk
In Reply to: [gentoo-user] Question about handling filenames with "illegal" characters... by tuxic@posteo.de
1 On Thu, 16 Apr 2020 17:15:45 +0200, tuxic@××××××.de wrote:
2
3 > a loop like this
4 >
5 > for fn in asd* ; do
6 > do_something $fn
7 > done
8 >
9 > fails, when a file is named like this:
10 >
11 > List of OSses allowing spaces in filenames.txt
12 >
13
14 do_something "$fn"
15
16 Would this work?
17
18
19 --
20 Neil Bothwick
21
22 C:\BELFRY is where I keep my .BAT files ^^^oo^^^

Replies