Skip to content

Instantly share code, notes, and snippets.

@hphoeksma
Last active February 20, 2020 10:51
Show Gist options
  • Save hphoeksma/86e3b5a2ff16e431c33439d82ce6d2df to your computer and use it in GitHub Desktop.
Save hphoeksma/86e3b5a2ff16e431c33439d82ce6d2df to your computer and use it in GitHub Desktop.
Recursively rename file extension
find . -name "*.ts2" -exec rename 's/\.ts2$/\.fusion/' '{}' \;
@hphoeksma
Copy link
Author

Used in 2.3 -> 3.0 Neos upgrades.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment