Created
March 24, 2017 06:23
-
-
Save uudashr/9764203c79ec8c282272fc3caa3a5c05 to your computer and use it in GitHub Desktop.
Create big file
This file contains 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
#!/bin/bash | |
for i in {1..10000}; do | |
echo "[$(date)] - Lorem ipsum dolor sit amet, consectetur adipisicing elit -> $i" >> log/app.log; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment