# # set cfgpath = /2s0/data/users/brian/mooring/eqpac/cfg set can = ep1 set dstpath = /2s0/data/users/brian/mooring/eqpac/ep1/raw #============================================ # Move current deployment data and extract it #============================================ set srcpath = /oasis/eqpac/deployments/199811/raw set name = ep1.19990708 set file = $srcpath/$name echo moving::::: $file cp $file $dstpath/ echo extracting: $dstpath/$name nice /oasis/bin/extract -b -i specprr -c $cfgpath/$can.cfg $dstpath/$name echo removing::: $dstpath/$name rm -f $dstpath/$name