Skip to content

Instantly share code, notes, and snippets.

@nixjs
Created September 7, 2024 04:25
Show Gist options
  • Save nixjs/97790f963f830cde4e57a5bd2a2e89c3 to your computer and use it in GitHub Desktop.
Save nixjs/97790f963f830cde4e57a5bd2a2e89c3 to your computer and use it in GitHub Desktop.
Changing file extensions for all files in a directory on OS X

If you're using the zsh shell

autoload -U zmv
zmv '(**/)(*).txt' '$1$2.md'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment