find-fluff   [plain text]


#!/bin/sh

for i in $*
do
	echo === $i ===
	grep '<p> *$' $i
done