#! /bin/sh
#
#	This shell script extracts all the two character sequences for
#	inclusion in the DESC file
#
cat cm*10 \
	| sed -e '/	.$/d' -e '/^.$/d' -e '/^..$/d' -e 's/.*	//' \
	| sort -u
