#!/bin/rc ### # print out stratigraphic synonym(s) ### NAME =$1 #awk -F* '$2 ~ /'$NAME'/ {print $2 " (syn.: " $1 ")"}' aka