TheBonsai 1190732089 learn Brace expansion: http://bash-hackers.org/wiki/doku.php?id=syntax:expansion:brace TheBonsai 1291325193 forget TheBonsai 1291325217 learn Brace expansion: http://wiki.bash-hackers.org/doku.php/syntax/expansion/brace TheBonsai 1291354587 forget TheBonsai 1291354617 learn Brace expansion: http://wiki.bash-hackers.org/syntax/expansion/brace greycat 1322862557 forget greycat 1322862559 learn Brace expansion: http://wiki.bash-hackers.org/syntax/expansion/brace http://mywiki.wooledge.org/BashGuide/Patterns#Brace_Expansion ormaaj 1338013392 forget ormaaj 1338013806 learn #redirect { ormaaj 1650841051 forget ormaaj 1650841723 learn Brace and sequence expansion are the first step of word expansion in bash. `{a,b,c}1` or `{a..c}1` → `a1 b1 c1`. `{a..c}{1..3}` → `a1 a2 a3 b1 b2 b3 c1 c2 c3`. Other shells do it differently! https://wiki.bash-hackers.org/syntax/expansion/brace https://mywiki.wooledge.org/BraceExpansion https://mywiki.wooledge.org/BashGuide/Patterns#Brace_Expansion