#!/usr/bin/gawk -f BEGIN { IGNORECASE=1 } BEGIN { IGNORECASE=1 } /@attribute/ { A++ } /@data/ { print A; exit }