So I want to do generate all possible combinations of lower and upper case characters and numbers that can make up a 5 character string.
Possibilities: a..z, A..Z an 0..9.
Is there any elegant way of doing this in bash at all?
So I want to do generate all possible combinations of lower and upper case characters and numbers that can make up a 5 character string.
Possibilities: a..z, A..Z an 0..9.
Is there any elegant way of doing this in bash at all?