Skip to content

Instantly share code, notes, and snippets.

@goravbhootra
Created December 18, 2021 01:12
Show Gist options
  • Select an option

  • Save goravbhootra/5221f2e37f4a85fe17278f91380343e9 to your computer and use it in GitHub Desktop.

Select an option

Save goravbhootra/5221f2e37f4a85fe17278f91380343e9 to your computer and use it in GitHub Desktop.
for f in `find . -iname '*.eex' -type f -print`;do  mv "$f" ${f%.eex}.heex; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment