xref
: /
netbsd-src
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
find-fluff
(revision 6a9b3088d8d2341ca1454531d365c15fe9c1c589)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
for
i
in
$*
4
do
5
echo
===
$i
===
6
grep
'<p> *$'
$i
7
done
8