X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fmake-abbreviations.lst;fp=src%2Fmake-abbreviations.lst;h=6bcebedcf33743c23f930f6c55e871f983dd094f;hb=b13ea8a082364672c6de2b010e558211ff52ec9a;hp=0000000000000000000000000000000000000000;hpb=01534a94130c1f5a3a230cf4fe18365a235ba271;p=deb_pkgs%2Fscowl.git diff --git a/src/make-abbreviations.lst b/src/make-abbreviations.lst new file mode 100755 index 0000000..6bcebed --- /dev/null +++ b/src/make-abbreviations.lst @@ -0,0 +1,8 @@ +#!/bin/sh + +comm -23 working/abbreviations.lst.pre \ + working/proper-names.lst \ + | sed "s/^\(.*\)/\1 \1's/" | tr ' ' '\n' \ + | sort -u \ + > working/abbreviations.lst +