Skip to content

Instantly share code, notes, and snippets.

@alexpchin
Last active February 7, 2018 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpchin/2ced507ab4640b3bc52483933af56e7b to your computer and use it in GitHub Desktop.
Save alexpchin/2ced507ab4640b3bc52483933af56e7b to your computer and use it in GitHub Desktop.
Convert all js to ts recursively
find . -iname "*.js" -exec bash -c 'mv "$0" "${0%\.js}.ts"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment