Created
April 18, 2019 05:17
-
-
Save wamith/f28d0315545eec66f52198925d45799b to your computer and use it in GitHub Desktop.
creating folders 00 to 99
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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