top | item 22780255 Quickly create a nested folder structure via Terminal 3 points| kroger | 5 years ago |robservatory.com 1 comment order hn newest kroger|5 years ago I didn't know about: {A..C}{0..3} "This sequence creates every combination of A to C and 0 to 3—i.e. A0, A1, A2, A3, B0, B1, etc."And: echo {a..z..2} a c e g i k m o q s u w y "The ..2 bit tells the expansion to only output every second letter."
kroger|5 years ago I didn't know about: {A..C}{0..3} "This sequence creates every combination of A to C and 0 to 3—i.e. A0, A1, A2, A3, B0, B1, etc."And: echo {a..z..2} a c e g i k m o q s u w y "The ..2 bit tells the expansion to only output every second letter."
kroger|5 years ago
And:
"The ..2 bit tells the expansion to only output every second letter."