1 #!/bin/sh 2 3 # Finds double words the HISTORY file, starting with 2022. 4 5 LANG=C; export LANG 6 7 sed '1,/^2022/d' HISTORY | mantools/find-double | grep -F -vxf proto/stop.double-history 8
Indexes created Sun Mar 01 05:31:48 UTC 2026