I’m looking for some ideas as to how to implement the following:
I want to search a file for a string, but then ONLY export the n-th line thereafter. I found various ways to display the searched for line and the next n such as “grep –A” does, but I don’t want to output anything BUT the nth line. TIA