Created
May 24, 2025 04:45
-
-
Save Josiassejod1/a148c22c673d47f0acca032b07b20a6e to your computer and use it in GitHub Desktop.
bulk rename
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
| 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