Skip to content

Instantly share code, notes, and snippets.

@lilpolymath
Created May 3, 2021 16:22
Show Gist options
  • Save lilpolymath/3bff14f91293f904491201d844663b5e to your computer and use it in GitHub Desktop.
Save lilpolymath/3bff14f91293f904491201d844663b5e to your computer and use it in GitHub Desktop.
How to change the file extension of multiple files
zsh -c "autoload zmv && zmv '(*).js' '\$1.jsx'"
Convertinf *.js -> *.jsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment