Created
March 10, 2017 19:45
-
-
Save 7rin0/8322a0e74dc241877393f176703cb9e4 to your computer and use it in GitHub Desktop.
Dir crawler loop
This file contains 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
#/bin/bash | |
# Usually used at cli as inline-command. | |
for abc in $(dir); do touch $abc/README.md; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment