(1) How do I perform a search for "word" and have it return every line that this instance is found?
(2) How do I perform a search for "word" and "wordtwo" at the same time to return every line these instances are found so that the order in which these lines are in are left intact. If there's another standard module more suited for this let me know, and no I dont want to use sed :) Thanks -- http://mail.python.org/mailman/listinfo/python-list