Create a letter sequence in bash
echo {a..e}
Produces
a b c d e
And
echo {a..b}{a..b}
Produces
aa ab ba bb
A chronological documentation test project, nothing serious, really!
echo {a..e}
Produces
a b c d e
And
echo {a..b}{a..b}
Produces
aa ab ba bb