Skip to content

Instantly share code, notes, and snippets.

@iKlotho
Created February 13, 2019 08:48
Show Gist options
  • Select an option

  • Save iKlotho/c7a056ad2b108f5a57e8b0e86edc787d to your computer and use it in GitHub Desktop.

Select an option

Save iKlotho/c7a056ad2b108f5a57e8b0e86edc787d to your computer and use it in GitHub Desktop.
bash commands
find -L . -name Makefile | xargs sed -i 's/find/replace/g' -> find file named Makefile and change text inside it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment