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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to