#!/bin/csh -f # # script to gather and unpack all the GMT5SAR test cases # foreach a (`cat filelist`) echo $a rm -r $a.tar.gz cp /Volumes/ers2/Users/zyu/InSAR/$a.tar.gz . end