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