and then I have another script B that adds either
- a file that matches the wild card
- a file that does not match the wild card
into that same directory, while the script A is running, how does that
affect the output of script A?
Isaac
It doesn't. The wildcard is expanded only once, when the for
loop is interpreted.
--
Stᅵphane