View Single Post
Old 10-17-2009, 11:29 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
*nix "sh" script

Code:
for x in 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
do
  for y in 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
  do
    echo ${x}${y}
  done
done
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote