Grep Nth Line après le match
awk 'c&&!--c;/pattern/{c=N}' file
Shiny Stag
awk 'c&&!--c;/pattern/{c=N}' file
awk 'c&&!--c;/your_pattern/{c=3}' file