in reply to Regex / "Sophisticated" End of Line

Try something like this in Linux| Cygwin command line
egrep "Homo sapiens" file_name | egrep "NP|XP"
Note: Not tested!