[CentOS] Feed a list of filenames to vim

Jussi Hirvi listmember at greenspot.fi
Wed May 18 14:26:41 UTC 2011


On 18.5.2011 16.54, Bowie Bailey wrote:
> You can also do this:
>
> $ vim `ls -1 *.txt`

That one can be accomplished in a simpler way:

	vim *.txt

- Jussi



More information about the CentOS mailing list