I'm using this to grab a section of text across multiple lines, how do i get it to exit after the first match?
awk '/foo/,/bar/'
I'm using this to grab a section of text across multiple lines, how do i get it to exit after the first match?
awk '/foo/,/bar/'