Tuesday, 10 August 2010

print a sequence of letters like 'seq' for numbers

echo {a..z} {a..z}{a..z} {a..z}{a..z}{a..z}
you will get a sequence from a to zzz
|a...z.aa...az.ba...zz.aaz...zzz|
there is a bash build-in :
{start..end}

No comments:

Labels

Search This Blog