V10/cmd/lcomp/sysfilt

 









for i in $*
do
	if test x$x = x
	then
		x=$i
	else
		x=$x"|"$i
	fi
done
x=\($x\)".*"Page
a="want > 0 { print; want--; next}"
b="/$x/ {print \"\"; print \"\"; print; want=63}"
c="$a $b"
awk "$c"