Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simplesessions/a6137d404dac213462bcde3aa75c10c8 to your computer and use it in GitHub Desktop.
Save simplesessions/a6137d404dac213462bcde3aa75c10c8 to your computer and use it in GitHub Desktop.
Recursively change extension
find . -name "*.t1" -exec rename 's/\.t1$/.t2/' '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment