#!/bin/csh

# This version should work for mace-2.2 and mace4-2003-B.

awk '/(--|==) Model/,/end.of.model/' | egrep -v 'Model|end.of.model'

