/ Published in: Bash
URL: http://oakwinter.com/code/
Using this command makes it easy to do a project-wide search-and-replace
Expand |
Embed | Plain Text
$EDITOR `find . -exec grep -q $PATTERN {} ';' -print`
You need to login to post a comment.
