You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone like me seeing this while searching through GitHub, this is not a feature of the for loop itself, but a general feature called brace expansion. This is useful in a great many ways, such as during file operations with glob filename pattern matching and in the situation posted here.
There is an other use of
for
, it's very useful in some caseIt will be print
a b c ... x y z
or
It will be print
a b c ... k l m 0 1 2 ... 7 8 9 n o u ... x y z
The text was updated successfully, but these errors were encountered: