Regex - search forward (skipping the previous search result) in multiple files
-
hello, is there any possibility to perform a search skipping the previous result in multiple files (just like google search does) ?
For example. Suppose I just make a search: “father is home”. I receive 6 results in 6 different files:
…
father is home by midnight.
father is home with his daughter.
father is home with his family.
father is home alone.
father is home all day.
…Now I need first search: “father is home by midnight.”
But maybe later, or at the second search, I need to find another result, skipping the previous result. And so on…
And only after I made searches and find all the results, to return to first search again.
How can I do this?