Skip to content

Instantly share code, notes, and snippets.

@wamith
Created April 18, 2019 05:17
Show Gist options
  • Save wamith/f28d0315545eec66f52198925d45799b to your computer and use it in GitHub Desktop.
Save wamith/f28d0315545eec66f52198925d45799b to your computer and use it in GitHub Desktop.
creating folders 00 to 99
echo "creating folders 00 to 99"
mkdir $(seq -w 00 99)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment