Return to Snippet

Revision: 5219
at February 20, 2008 12:45 by mandric


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

Initial URL


Initial Description
finds files with a specific string and loads em up in vim.  Secret is backticks.  vim happily deals with lists of files.

Initial Title
editing command output in vim

Initial Tags


Initial Language
Bash