Created
May 3, 2021 16:22
-
-
Save lilpolymath/3bff14f91293f904491201d844663b5e to your computer and use it in GitHub Desktop.
How to change the file extension of multiple files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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