NetBSD/gnu/dist/postfix/mantools/find-fluff

8 lines
66 B
Bash
Executable File

#!/bin/sh
for i in $*
do
echo === $i ===
grep '<p> *$' $i
done