in reply to Re: Actual use cases for non-filename behaviour of glob?
in thread Actual use cases for non-filename behaviour of glob?
I'm not sure where the misunderstanding is. I often use the set (brace) notation in bash, e.g. when temporarily renaming files (mv file.name{,.old}). The question isn't about the glob syntax -- it's about being able to produce strings from a glob call that have nothing to do with files in the current directory.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Actual use cases for non-filename behaviour of glob?
by LanX (Saint) on Apr 10, 2017 at 17:07 UTC |