msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

10 Dec 07 Create a letter sequence in bash

Posted by


echo {a..e}

Produces

a b c d e

And

echo {a..b}{a..b}

Produces

aa ab ba bb

Leave a Comment

You must be logged in to post a comment.