User:Inductiveload

From Wiktionary, the free dictionary
Jump to navigation Jump to search


Words in the OED, and not at Wiktionary[edit]

This is a very approximate list, generated from a dictd OED dump.

cat oed.index | cut -f 1 | cut -d ' ' -f 1 | sort | uniq | grep -v '^[0-9]' > /tmp/oed
cat enwiktionary-latest-all-titles-in-ns0 | sort > /tmp/enwikt
comm -23 /tmp/oed /tmp/enwikt > /tmp/oed_missing.txt
cat /tmp/oed_missing.txt | awk '{printf "* [[%s]]\n", $1}'