# # # extract the strain rate columns and scale to 1/yr # awk ' NR > 1 {print $1,$2,$5*3.156e16 }' < interseismic_table.txt > exx.dat awk ' NR > 1 {print $1,$2,$6*3.156e16 }' < interseismic_table.txt > eyy.dat awk ' NR > 1 {print $1,$2,$7*3.156e16 }' < interseismic_table.txt > exy.dat