Created
October 3, 2016 13:12
-
-
Save jdmonty/f1899bd07dae5b202877fd0e79c5ca78 to your computer and use it in GitHub Desktop.
CLI: find and replace on win w/ msysgit *nix tools (find)
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 '*+*' -execdir bash -c 'mv "$1" "${1//+/-}"' _ {} ; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
used this to replace '+' plus char in some font file name for css linking to font files e.g. 'Open+Sans_400_normal.woff' google font offline serving up