I used \A.*$\r\n
to remove first line in text, using Powergrep,
Is there a way to multiply this command? Need to select and remove first 3 lines in text, and last 3 lines in text?
Tried this solution Perl/regex to remove first 3 lines and last 3 lines of a string but it doesn't work in Powergrep.