> caveat: output of one grep instance could end up in the midst of a /line/ of > output of another grep instance.
grep -b. but in general if the bio library had an option to output line-wise, then the problem could be avoided. otherwise, one would need to mux the output. - erik
