On Thu, 31 Jan 2008 20:24:22 +1100, "Gary R. Schmidt"
<grschmidt@acm.org> wrote:
>John Fitzsimons wrote:
>> Okay, I have the following list. It is NOT a file. I want to list all
>> the words that contain "i" in. I want to use a windows program.
>> Not DOS, not Unix, etc. What would do that please ?
< snip >
>In vi/vim/gvim, ex, and their sibling *text* editors it's a doddle.
>In vi: :g/i/p
>In ex: g/i/p
< snip >
Thanks Gary, but wouldn't that only give me an item by item result ?
Rather than a list ?