K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1994-04-16T13:39:24.000000Z
K 24
svn:entry:committed-date
V 27
1994-04-16T13:39:24.000000Z
K 7
svn:log
V 310
Empty fields were not being output for unpairable lines.
ex: printf "bar b\nbar.ugh bu\n" > f1; printf "bar.ugh 99\n" > f2
join -a1 -e FOO -o 1.1 1.2 2.2 f1 f2 put out "bar b\nbar.ugh bu 99"
not "bar b FOO\nbar.ugh bu 99"
From: henry@zoo.toronto.edu (Henry Spencer)
lots of KNF, prettiness police, use err(3)


END
