repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
find-fluff
blob
8556f6cc8e40e3c987e4fd4ec970ca33174dd807
1
#!/bin/sh
2
3
for
i
in
$
*
4
do
5
echo
===
$i
===
6
grep
'<p> *$'
$i
7
done