xref
: /
netbsd-src
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
double
(revision c3ab26950fe8540fb553d1d1dcae454bc98e5a25)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
for
i
in
$*
4
do
5
echo
===
$i
===
6
dehtml
$i
|
tr
A
-Z
a
-z |
double
7
done
8