Created
May 29, 2014 01:27
-
-
Save keithmorris/afe82ff878e8e82780ce to your computer and use it in GitHub Desktop.
Rename multiple files from command prompt
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
for i in .ebextensions/*.dev.yaml; do cp "$i" "`echo $i | sed 's/\.dev\.yaml/\.config/g'`"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment