Created
February 13, 2019 08:48
-
-
Save iKlotho/c7a056ad2b108f5a57e8b0e86edc787d to your computer and use it in GitHub Desktop.
bash commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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