in reply to Actual use cases for non-filename behaviour of glob?
That's probably a misunderstanding, it's directly related to the behaviour of file-globs in Unix shells
Try something like ls *.{txt,bak} to see what I mean. (untested b/c on Win)
I used it sometimes in production code, and we already had several questions asking for easy permutation syntax.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Actual use cases for non-filename behaviour of glob?
by vrk (Chaplain) on Apr 10, 2017 at 14:52 UTC | |
by LanX (Saint) on Apr 10, 2017 at 17:07 UTC |