emacs: inverse search

Posted by Data on Stack Overflow See other posts from Stack Overflow or by Data
Published on 2010-04-14T19:43:05Z Indexed on 2010/04/14 20:23 UTC
Read the original article Hit count: 305

Filed under:

Is there a way to do a inverse search? I have very big log file where a particular pattern fills up for few dozen pages

20100414 alpha beta
20100414 alpha beta
<few dozen pages>
20100414 alpha beta
20100414 gamma delta
20100414 gamma delta
<few dozen pages>
20100414 gamma delta

Problem is, I don't know what text would be after "alpha beta". It could be "gamma delta" or something else. So I would like to skip all the lines that contain "alpha beta".

© Stack Overflow or respective owner

Related posts about emacs