bash: how to create directories a-z?

cleverhandle

Diamond Member
Dec 17, 2001
3,566
3
81
Should be easy...

I know I can set up a for/do loop for i in {a,b,c,...,y,z}, but there must be a way to do it without typing in every letter into the list. Right? Some construct with [a-z] or something?