How do I search if there are more than one match in the file? Let's say I'm searching for 'apple' and the text file has this:

orange
applepie
appleshake
banana
applesmoothie

if I do a $read(filename.txt,w,apple*) that will only show me 'applepie'. So how do I get it to show me the other matches too, like 'appleshake' and 'applesmoothie'?


I registered; you should too.