[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: system/2208: Incorrect 'join' behaviour?
The following reply was made to PR system/2208; it has been noted by GNATS.
From: Andrew Pinski <pinskia@physics.uc.edu>
To: jmartin@ugrad.cs.ualberta.ca
Cc: gnats@openbsd.org
Subject: Re: system/2208: Incorrect 'join' behaviour?
Date: Tue, 27 Nov 2001 19:45:04 -0500
Here are results from others joins not mentioned in the pr.
Sun's SunOS 4.1.4 (pre-Solaris) returns the something different:
./joint
b 1
x 2 apple
y 2 orange
%/>uname -a
SunOS physung.p 4.1.4 9 sun4m
Also Mac OS X returns the same as OpenBSD:
[zhivago:~/testjoin] pinskia% ./joint
1 a b
x 2 apple
y 2 orange
HPUX returns the same as most other systems.
Thanks,
Andrew Pinski