Skip to content

Instantly share code, notes, and snippets.

@molekilla
Created July 10, 2014 15:55
Show Gist options
  • Save molekilla/c9912555a0f7b1f0cc13 to your computer and use it in GitHub Desktop.
Save molekilla/c9912555a0f7b1f0cc13 to your computer and use it in GitHub Desktop.
Generate files in shell
for i in `seq 1 100`; do echo $i; echo 'test 1234567890' > `echo test_$i`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment