xref
: /
netbsd-src
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
find-fluff
(revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
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