[CentOS] Feed a list of filenames to vim

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


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



More information about the CentOS mailing list