Gary,

On 2009-05-29 02:50, Gary Johnson wrote:
> On 2009-05-28, Gene Kwiecinski wrote:
>
>> Sorry, deleted the original email, gotta reply to something else...
>
> You couldn't just create a new thread?
>
>> What about just plain 'vim *' on the command line?  Some reason that
>> doesn't work?
>
> That works fine for simple cases where the file names match some
> pattern, but it doesn't work for cases where you want to edit the
> files that result from some complicated search pipeline such as this
> one:
>
 >      find include src -name \*.[ch] -mtime -3 -print


vim `find include src -name \*.[ch] -mtime -3 -print | xargs`

Regards,

Phil.
-- 
Philip Rhoades

GPO Box 3411
Sydney NSW      2001
Australia
E-mail:  [email protected]

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to