#!/bin/rc ### # print out lower and upper boundary ages ### NAME =$1 awk -F* '$1 ~ /'$NAME'/ {print $1 " base: "$2 ", top: "$3 " Ma"}' unt.g