ferret 1221833628 learn range and choice notation: {a,b,c}1 and {a..c}1 both expand to a1 b1 c1, {a..c}{1..3} expands to a1 a2 a3 b1 b2 b3 c1 c2 c3 ormaaj 1323214035 forget ormaaj 1323214074 learn Brace and sequence expansion: {a,b,c}1 and {a..c}1 both expand to a1 b1 c1, {a..c}{1..3} expands to a1 a2 a3 b1 b2 b3 c1 c2 c3. http://wiki.bash-hackers.org/syntax/expansion/brace ormaaj 1333947539 forget ormaaj 1333947586 learn Brace and sequence expansion: {a,b,c}1 and {a..c}1 both expand to a1 b1 c1, {a..c}{1..3} expands to a1 a2 a3 b1 b2 b3 c1 c2 c3. http://wiki.bash-hackers.org/syntax/expansion/brace http://mywiki.wooledge.org/BraceExpansion ormaaj 1338013600 forget ormaaj 1338013686 learn Brace and sequence expansion: {a,b,c}1 and {a..c}1 expand to a1 b1 c1, {a..c}{1..3} expands to a1 a2 a3 b1 b2 b3 c1 c2 c3. http://wiki.bash-hackers.org/syntax/expansion/brace http://mywiki.wooledge.org/BraceExpansion http://mywiki.wooledge.org/BashGuide/Patterns#Brace_Expansion geirha 1447011213 forget geirha 1447011221 learn #redirect {}