#!/bin/sh
#####!/bin/csh -f
awk 'BEGIN { FS = ":" }\
      { print $1 | "sort" }'
