Skip to main content
2 of 3
added 38 characters in body
ardevd
  • 341
  • 1
  • 3
  • 7

All possible combinations of characters and numbers

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?

ardevd
  • 341
  • 1
  • 3
  • 7