Created
June 17, 2016 01:25
-
-
Save sheniff/7ed9d9e82c91867059c209ec3750d0d8 to your computer and use it in GitHub Desktop.
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
# I can choose multiple folders with {} and random depth levels with ** | |
for file in client/{app,components}/**/*.js | |
do | |
mv "$file" "${file%.js}.ts" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment