Skip to content

Instantly share code, notes, and snippets.

@pollenjp
Created April 19, 2019 06:41
Show Gist options
  • Save pollenjp/27826f11f7bae5871adfc8bfa86f3d83 to your computer and use it in GitHub Desktop.
Save pollenjp/27826f11f7bae5871adfc8bfa86f3d83 to your computer and use it in GitHub Desktop.
#!/bin/bash -eux
#for i in {1..5000}; do
# echo ${i}
#done
for i in $(seq -f "%04g" 1 5000); do
mkdir ${i}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment