The shell (in this case bash) is packed with features. So much so that
you will probably never ever learn them all. Brace expansion is one of
those things.
What is it? In the bash manual it says:
Brace Expansion
Brace expansion is a mechanism by which arbitrary strings may be generated. This mechanism is similar to pathname expansion, but the filenames generated need not exist
So what is it? You can make your shell generate strings, like so: