mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-10 12:51:12 -05:00
3 lines
93 B
Bash
3 lines
93 B
Bash
sed -i 's/\<foo\>/bar/' $(git grep -l foo)
|
|
# foo: phrase to find
|
|
# bar: phrase to replace foo |