Created
January 29, 2015 09:12
-
-
Save Sacristan/d06b1e2d8ebcbf29d159 to your computer and use it in GitHub Desktop.
replace with sed
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
| for CHAR in (ls phrase/locales/phrase.* | cut -d "." -f2) | |
| grep firstdata_lv phrase/locales/phrase.$CHAR.yml | grep code | sed -e 's/firstdata_lv/cps_lv/g' > ~/Documents/cps_translations/$CHAR.yml | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment