Skip to content

Instantly share code, notes, and snippets.

@psteckler
Created August 26, 2021 21:42
Show Gist options
  • Save psteckler/f4f589e493260b963214061801c0bad0 to your computer and use it in GitHub Desktop.
Save psteckler/f4f589e493260b963214061801c0bad0 to your computer and use it in GitHub Desktop.
BEGIN { CUM_LINE=0 }
(match ($0,"Cummulative")) { INCUM = 1; CUM_LINE = 1 }
($0=="") { INCUM = 0 }
(INCUM==1) { if (!CUM_LINE) { print $0 }; CUM_LINE=0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment