Skip to content

Instantly share code, notes, and snippets.

@Sacristan
Created January 29, 2015 09:12
Show Gist options
  • Select an option

  • Save Sacristan/d06b1e2d8ebcbf29d159 to your computer and use it in GitHub Desktop.

Select an option

Save Sacristan/d06b1e2d8ebcbf29d159 to your computer and use it in GitHub Desktop.
replace with sed
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