SyntaxFix
Write A Post
Hire A Developer
Questions
Some awk version.
awk
awk '/19:55/{c=5} c-->0' awk '/19:55/{c=5} c && c--'
When pattern found, set c=5 If c is true, print and decrease number of c
c=5
c