summaryrefslogtreecommitdiffstats
path: root/mantools/check-double-history
blob: f65eae0deab52f840e26f08b61b78c881c7b8a47 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Finds double words the HISTORY file, starting with 2022. 

LANG=C; export LANG

sed '1,/^2022/d' HISTORY | mantools/find-double | grep -F -vxf proto/stop.double-history