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