#! /bin/csh -f

grep -n "^Q" | \
    awk -F: '{ print $2 ":" $3 " (line " $1+20 ")" }'
