Hi and thanks for providing us with agrep.
I am trying to run it on a file with > 9000 lines. The results appear truncated. If i cat and pipe the file into agrep I end up with about 100 results but if I use tac instead of cat, I end up with different results from the end of the file instead. I ran ./configure --enable-largefile but the problem remains.
Please help-Patrick