Skip to content

Instantly share code, notes, and snippets.

@gbraccialli
Created August 3, 2016 23:49
Show Gist options
  • Save gbraccialli/6c2da4804b999efb39f281217cc1e59f to your computer and use it in GitHub Desktop.
Save gbraccialli/6c2da4804b999efb39f281217cc1e59f to your computer and use it in GitHub Desktop.
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