FFind - can we display n number of lines after the find?

Oct 15, 2011
23
0
Hi,

Say that we're looking through several files for a string, say

last_name = 'Smith'


We want to return not only the line with the string, but also the next 3 lines (Windows carriage returns/line feeds).

Is that possible?
 

Similar threads