Skip to content

Instantly share code, notes, and snippets.

@Josiassejod1
Created May 24, 2025 04:45
Show Gist options
  • Select an option

  • Save Josiassejod1/a148c22c673d47f0acca032b07b20a6e to your computer and use it in GitHub Desktop.

Select an option

Save Josiassejod1/a148c22c673d47f0acca032b07b20a6e to your computer and use it in GitHub Desktop.
bulk rename
cd /Users/dalvin/Documents/JorgesJourney/assets/sounds/numbers && for f in *.wav; do mv "$f" "${f%.wav}.mp3"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment