Created
August 3, 2016 23:49
-
-
Save gbraccialli/6c2da4804b999efb39f281217cc1e59f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for fieldA in A B C D E F G H | |
do | |
for fieldB in O P Q R S T U V W X Y Z | |
do | |
for i in {1..100000} | |
do | |
echo $fieldA,$fieldB,$i,$RANDOM | |
done | |
done | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment