[CentOS] Feed a list of filenames to vim

Tue May 17 16:36:41 UTC 2011
Bowie Bailey <Bowie_Bailey at BUC.com>

On 5/17/2011 12:19 PM, Jussi Hirvi wrote:
> There are some googlable ways to feed a list of filenames to vim, but I 
> stumble on weird results.
>
> With my filelist, I try to do
>
> 	cat list | xargs vim

Try this:

vim `cat list`

-- 
Bowie