Skip to content

Instantly share code, notes, and snippets.

@oCroso
Created April 30, 2018 17:52
Show Gist options
  • Save oCroso/ce938ff42500fdd7a6f672081348ac7d to your computer and use it in GitHub Desktop.
Save oCroso/ce938ff42500fdd7a6f672081348ac7d to your computer and use it in GitHub Desktop.
finds paths, changes them
grep -r versions.yml | cut -d ":" -f 1 | xargs -I{} sed -i 's/aws-ansible\/group_vars\///' {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment