# # Look for duplicate loci in script and update the # information for the first version based on all subsequent versions # deleting the latter # AWK=/bin/gawk SCRIPT="updateped.in" PEDFILE="updateped.ped" HELP=0 if [ $# = 0 ] then HELP=1 else for i in $* do if [ ! -f $i ] then HELP=1 echo "ERROR: $i does not exist" echo fi done fi if [ $HELP = 1 ] then echo "Usage: updateped