freeware

Threads Posts Archives


<< Previous Thread << Previous Post Topic 35 of 16625
Posts 1 of 1
Next Post >> Next Thread >>

Re: Grepping lines.


de John Fitzsimons 02/01/2008 12:56



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 ?


Regards, John.



Re: Grepping lines. John Fitzsimons
 
freeware