#! /bin/csh # # create links with label 2df_sgp and 2df_ran to # 2df_apm which covers the areaof both. # foreach i ( 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22) ln -s $i.2df_apm $i.2df_ran ln -s $i.2df_apm $i.2df_sgp ln -s sel$i.2df_apm sel$i.2df_ran ln -s sel$i.2df_apm sel$i.2df_sgp end exit