Skip to content

Instantly share code, notes, and snippets.

@snatvb
Created August 8, 2017 10:15
Show Gist options
  • Save snatvb/622ef3f5bfbc73dca5db9d7e062de264 to your computer and use it in GitHub Desktop.
Save snatvb/622ef3f5bfbc73dca5db9d7e062de264 to your computer and use it in GitHub Desktop.
find ./ -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment