Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hanshoglund/94da26ac9cdff70f85e756f02691b208 to your computer and use it in GitHub Desktop.
Save hanshoglund/94da26ac9cdff70f85e756f02691b208 to your computer and use it in GitHub Desktop.
Global replace
grep -rli 'Cortex.Strat.Vertex' * | xargs -i@ sed -i 's/Cortex.Strat.Vertex.//g' @
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment