T TCFan Oct 29 0 2018-02-15 #1 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?
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?
T TCFan Oct 29 0 2018-02-15 #3 AnrDaemon said: /Ln will display n context lines, according to help file. Click to expand... Looks like you're right. I read through the help, and didn't catch that, until you mentioned it. Ok, thanks. Anr.
AnrDaemon said: /Ln will display n context lines, according to help file. Click to expand... Looks like you're right. I read through the help, and didn't catch that, until you mentioned it. Ok, thanks. Anr.