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.
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.
Is there any elegant way of doing this in bash at all?