Skip to main content
Question Protected by dr_
Tweeted twitter.com/#!/StackUnix/status/600339694048645122
added 1 character in body
Source Link
terdon
  • 252.2k
  • 69
  • 480
  • 718

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 anand 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?

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 and 0..9.

Is there any elegant way of doing this in bash at all?

added 38 characters in body
Source Link
ardevd
  • 341
  • 1
  • 3
  • 7

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.

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?

Source Link
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.

Is there any elegant way of doing this in bash at all?