BEGIN { line=0; } NR < 61 { next } # Page numbers /^ *[0-9][0-9]* *$/ { next } # Page headers /^ *Constance Ring *$/ { next } { print }