#!/bin/csh -f

egrep '\([a-z]+\).*\([a-z]+\)' c_sched | sort +2 | awk '{print $1 "   " $2 "\t" $3 "\t" $4}'
