repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update NEWS files for next release
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS
/
clients
/
WebSTONE
/
bin
/
tabs2html
blob
8c7d851c3574fd47358bfcf7505ed31d95ee5fab
1
#! /bin/sh
2
3
nawk
'
4
BEGIN { FS=" " ; print "<BODY><TABLE>" }
5
{
6
print "<TR ALIGN=RIGHT VALIGN=BOTTOM>"
7
for (i=1; i <= NF; i++) {
8
print "<TD>"
$i
"</TD>"
9
}
10
print "</TR>"
11
}
12
END { print "</TABLE></BODY>" }
13
'
$
*