Skip to content

Instantly share code, notes, and snippets.

@pentatonicfunk
Last active February 10, 2023 14:56
Show Gist options
  • Save pentatonicfunk/c6a199da9bcc40e4f7f4bdec05fb5548 to your computer and use it in GitHub Desktop.
Save pentatonicfunk/c6a199da9bcc40e4f7f4bdec05fb5548 to your computer and use it in GitHub Desktop.
forminator
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
#!/bin/bash
for i in {0001..1000}
do
echo "some text" > "file_${i}.txt"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment