Skip to content

Instantly share code, notes, and snippets.

@GopherJ
Created May 24, 2018 09:52
Show Gist options
  • Save GopherJ/6ea7c1e25cc7e6deb9d36c56c64f87d8 to your computer and use it in GitHub Desktop.
Save GopherJ/6ea7c1e25cc7e6deb9d36c56c64f87d8 to your computer and use it in GitHub Desktop.
for f in *.js; do mv "$f" "$(echo $f |sed s/js/ts/)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment