#!/bin/sh
sed -e '/^# Troff font width file/,/charset/d' -e 's/	.*$//' -e '/^.$/d' $* | sort -u
