in reply to Re: Best way to match items in an array
in thread Best way to match items in an array
Files may not actually exist. That is, I may be working with files that do not at the given time the script is running, exist on the filesystem; so I do not think glob will help me here.
$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;