/ Published in: Bash
find command just returns a list of HTML files that have 'search_str' in it, vim takes a list of files.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
vim `find . -name \*.html -exec grep -l search_str {} \;`