#!/usr/local/bin/bash
for f
do	/usr/bin/grep -H '^P:' $f
done
