#!/usr/bin/gawk -f #/* vim: set filteype=awk : */ -*- awk -*- BEGIN{ } /Accuracy\: / {print FILENAME " " $0}