Line Grep Nth setelah pertandingan
awk 'c&&!--c;/pattern/{c=N}' file
Shiny Stag
awk 'c&&!--c;/pattern/{c=N}' file
Include -A flag to add lines after match
grep match -A 3 #display match line and 3 after lines