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