#!/usr/bin/env tcsh

cat $1 | uniq > $1.org
mv -f $1.org $1

#cat $1 | sort -t @ -k1 > $1.org
#mv -f $1.org $1
