/hello/
{
//print FILENAME;
print "**1**" $0;
//nextfile;
print "----------------";
}
print "**2**" $0;
nextfile;
END
print "== END OF PROGRAM ==";