Created
March 9, 2015 17:56
-
-
Save micahblu/6b3a220f53bda40e7d6d to your computer and use it in GitHub Desktop.
search and replace all filenames
This file contains 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 . -name '*.scss' -exec bash -c 'mv "$1" "${1/.scss/.less}"' -- {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment