I need a text document with every possible combination of words on it anywhere from 1-20 character spaces?
Every number and letter. As in, I need a giant text document that goes like
0
1
2
3
4
5
6
7
8
9
10
11
12
13
And continues on like that until every possible combination that the letters and numbers could be in has been achieved. Does anyone know where I could find something that generates that or just a download of it?
Like this
0
1
2
3
4
5
6
7
8
9
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
00
01
02
03
04
05
06
07
08
09
0a
0b
0c
0d
0e
0f
0g
0h
0i
0j
0k
0l
0m
0n
0o
0p
0q
0r
0s
0t
0u
0v
0w
0x
0y
0z
10
11
12
13
14
15
16
17
18
19
1a
1b
1c
It lays up all possible combinations then after it runs out of combinations in one string of characters (a string is how many maximum characters there can be, it adds one more digit to the string and lays up more combinations. It does this until it reaches all possible combinations that can be made with anywhere between 1-20 character spaces. But I don't want to write it all out by hand like I just did with the above example. If someone knows a generator that can do that for me or who knows how to code and can come up with a text document and post it on mediafire or something, that'd be so great of you. Thanks for reading.