Revision: 5219
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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