From 8f30516ce3cc13be728df93890befbd77ba95fb4 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 12 Jul 2025 07:10:24 +0200 Subject: Removing more non-content text --- stage-2.awk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stage-2.awk') diff --git a/stage-2.awk b/stage-2.awk index 46cba76..e3e69fb 100644 --- a/stage-2.awk +++ b/stage-2.awk @@ -11,7 +11,9 @@ BEGIN { } { - if (match($0, /^ *[0-9]* *Constance *Ring *[0-9]* *$/)) { + a = match($0, /[0-9]* *— *Amalie Skram\. [IL]/) + b = match($0, /^ *[0-9]* *Constance *Ring *[0-9]* *$/) + if (a || b) { if (prev != "") { print prev } -- cgit v1.2.3