diff options
Diffstat (limited to 'replace.sh')
-rw-r--r-- | replace.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -sed -i 's/\<wdef4\>/wLastOBP1/' $(git grep -l wdef4)
\ No newline at end of file +sed -i 's/\<foo\>/bar/' $(git grep -l foo) +# foo: phrase to find +# bar: phrase to replace foo
\ No newline at end of file |