Skip to content

Instantly share code, notes, and snippets.

@vlio20
Last active October 26, 2016 20:58
Show Gist options
  • Save vlio20/8e8a3deed4754621a4cdd51c51d07378 to your computer and use it in GitHub Desktop.
Save vlio20/8e8a3deed4754621a4cdd51c51d07378 to your computer and use it in GitHub Desktop.
rename extension
for f in $(find `pwd` -name "*.js"); do
cp "$f" "${f%.js}.ts"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment