Random832 wrote:
Just to point out, brace expansion isn't globbing. The most important difference is that brace expansion doesn't care what files exist.
However, it's something that the shell expands into multiple arguments, giving it similar characteristics for the purposes of this discussion. The main difference is that you're unlikely to accidentally get a million file names or 131072 bytes of arguments that way. :-) -- Greg -- https://mail.python.org/mailman/listinfo/python-list