Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created September 3, 2014 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelcambre/53d01cb7ded99f2652f6 to your computer and use it in GitHub Desktop.
Save adelcambre/53d01cb7ded99f2652f6 to your computer and use it in GitHub Desktop.
Simple script to make lots of test files
for i in `seq 1000`; do
echo $i
touch $i
# or dd if=/dev/zero of=$i count=100 bs=1m
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment