Skip to content

Instantly share code, notes, and snippets.

@uudashr
Created March 24, 2017 06:23
Show Gist options
  • Save uudashr/9764203c79ec8c282272fc3caa3a5c05 to your computer and use it in GitHub Desktop.
Save uudashr/9764203c79ec8c282272fc3caa3a5c05 to your computer and use it in GitHub Desktop.
Create big file
#!/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