//echo -s Wildcard dupe: $read(test\database.txt, w, *The.Sentinel*)

In the file there are 3 matching lines - however the echo only outputs the first match... Cant i some how make it output ALL matches?

Perhaps output the first 10/15/25 matches or something like that?