Created
July 25, 2016 10:51
-
-
Save SathyaBhat/25a3cd875975fc4403e67bf9c93eef03 to your computer and use it in GitHub Desktop.
Rename extensions of multiple files
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
rename "s/oldExtension/newExtension/" *.txt | |
via http://unix.stackexchange.com/a/159466/1648 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment