Created
September 25, 2015 18:20
-
-
Save rusty-key/21e52220521ed8c59eb7 to your computer and use it in GitHub Desktop.
Mass recursive rename (file extension change)
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
find . -depth -name "*.scss" -exec sh -c 'mv "$1" "${1%.scss}.css"' _ {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment