Saturday, September 25, 2010

How to open filelist with pipe?

find ./ -name *.html | xargs grep -l rapp_document


./file1
./file2
./file3


How to open the filelist ? like "vim file1 file2 file3"


Thanks a lot!

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: