Skip to content

Instantly share code, notes, and snippets.

@naseer
Created May 15, 2012 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naseer/2703848 to your computer and use it in GitHub Desktop.
Save naseer/2703848 to your computer and use it in GitHub Desktop.
Sed inline replace in makefiles
find . -name "*.mk" | xargs -I{} sed -i "s/something/something else/g" {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment