Path: utzoo!mnetor!uunet!husc6!think!ames!pasteur!ucbvax!WS001.AMS.COM!EWR From: EWR@WS001.AMS.COM (Betsy Ramsey) Newsgroups: comp.os.vms Subject: Re: question on patterns and pattern operators in TPU Message-ID: <574280994.0.EWR@WS001.AMS.COM> Date: 13 Mar 88 18:29:54 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 I had this problem, too, when I was trying to search for two patterns. You have to anchor the search (see the TPU manual for instructions on how to do this). Otherwise TPU defaults to searching the whole buffer for the first pattern, and then for the second pattern. -------