Return to Snippet

Revision: 5716
at March 28, 2008 19:55 by mandric


Updated Code
vim `find . -name \*.html -exec grep -l search_str {} \;`

Revision: 5715
at March 28, 2008 19:54 by mandric


Initial Code
vim `find . -name \*.html -exec grep -l get_admin_url {} \;`

Initial URL


Initial Description
find command just returns a list of HTML files that have 'search_str' in it, vim takes a list of files.

Initial Title
Editing files from a find result

Initial Tags
unix, find

Initial Language
Bash