mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-27 05:34:56 -04:00
1d9ccc96cc
Also fix replace.sh
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 |