Reconciliation with advent430.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 23 Mar 2023 00:39:36 +0000 (20:39 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 23 Mar 2023 00:39:36 +0000 (20:39 -0400)
tests/newfilter
tests/oldfilter

index dca9f05e0e59c3707fb796a096a3752c360670c3..9ae3da71a8e00cb12cd9ab68f2d6a2e904529259 100755 (executable)
@@ -4,5 +4,7 @@
 # the filtered versions of logs made from advent430.
 sed \
     -e '/bridge now spans the fissure/s//bridge spans the fissure/' \
+    -e '/ground/s//surface/' \
+    -e '/floor/s//surface/' \
 
 # end
index fcda48ed75a61633c3d16a065e6247e7ddc41032..fce82981073eeeed641847f1a564c40d436b0231 100755 (executable)
@@ -14,6 +14,8 @@ sed \
     -e '/DOING/s//doing/' \
     -e '/SOMETHING/s//something/' \
     -e '/EW/s//ew/' \
+    -e '/ground/s//surface/' \
+    -e '/floor/s//surface/' \
 
 
 #end