Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save etagwerker/1080280 to your computer and use it in GitHub Desktop.

Select an option

Save etagwerker/1080280 to your computer and use it in GitHub Desktop.
search and replace with sed and find for cucumber feature files
find features/*.feature -type f -print0 | xargs -0 sed -i -f 's/And I press "Actualizar"/And I press "Guardar"/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment