/ Published in: Bash
finds files with a specific string and loads em up in vim. Secret is backticks. vim happily deals with lists of files.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
vim `find . -name \*.html -exec grep -l get_admin_url {} \;`