Created
July 10, 2014 15:55
-
-
Save molekilla/c9912555a0f7b1f0cc13 to your computer and use it in GitHub Desktop.
Generate files in shell
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 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