bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

join bug?


From: Tiago Junqueira
Subject: join bug?
Date: Wed, 20 Jun 2007 13:05:14 +0200

Hi,

I was trying to attach 2 files,
join -1 1 -2 1 Received_Packets Sent_Packets

The problem is, after the packet nr82, there is more numbers that
match, and the program just join the files until the packet nr82.

and file Received_Packets is:
4       25.109191
5       25.199239
6       25.289286
7       25.384085
8       25.474132
9       25.56418
10      25.654227
11      25.744274
12      25.834322
13      25.929103
14      26.01915
15      26.109197
16      26.199245
17      26.289292
18      26.384091
19      26.474138
20      26.564186
21      26.654233
22      26.74428
23      26.834327
24      26.929103
25      27.01915
45      27.109197
82      27.199245
120     27.289292
159     27.384091

and Sent_Packets is:
0       25.000000000
1       25.002400000
2       25.004800000
3       25.007200000
4       25.009600000
5       25.012000000
6       25.014400000
7       25.016800000
8       25.019200000
9       25.021600000
10      25.024000000
11      25.026400000
12      25.028800000
13      25.031200000
14      25.033600000
15      25.036000000
16      25.038400000
17      25.040800000
18      25.043200000
19      25.045600000
20      25.048000000
21      25.050400000
22      25.052800000
23      25.055200000
24      25.057600000
25      25.060000000
26      25.062400000
27      25.064800000
28      25.067200000
29      25.069600000
30      25.072000000
31      25.074400000
32      25.076800000
33      25.079200000
34      25.081600000
35      25.084000000
36      25.086400000
37      25.088800000
38      25.091200000
39      25.093600000
40      25.096000000
41      25.098400000
42      25.100800000
43      25.103200000
44      25.105600000
45      25.108000000
46      25.110400000
47      25.112800000
48      25.115200000
49      25.117600000
50      25.120000000
51      25.122400000
52      25.124800000
53      25.127200000
54      25.129600000
55      25.132000000
56      25.134400000
57      25.136800000
58      25.139200000
59      25.141600000
60      25.144000000
61      25.146400000
62      25.148800000
63      25.151200000
64      25.153600000
65      25.156000000
66      25.158400000
67      25.160800000
68      25.163200000
69      25.165600000
70      25.168000000
71      25.170400000
72      25.172800000
73      25.175200000
74      25.177600000
75      25.180000000
76      25.182400000
77      25.184800000
78      25.187200000
79      25.189600000
80      25.192000000
81      25.194400000
82      25.196800000
83      25.199200000
84      25.201600000
85      25.204000000
86      25.206400000
87      25.208800000
88      25.211200000
89      25.213600000
90      25.216000000
91      25.218400000
92      25.220800000
93      25.223200000
94      25.225600000
95      25.228000000
96      25.230400000
97      25.232800000
98      25.235200000
99      25.237600000
100     25.240000000
101     25.242400000
102     25.244800000
103     25.247200000
104     25.249600000
105     25.252000000
106     25.254400000
107     25.256800000
108     25.259200000
109     25.261600000
110     25.264000000
111     25.266400000
112     25.268800000
113     25.271200000
114     25.273600000
115     25.276000000
116     25.278400000
117     25.280800000
118     25.283200000
119     25.285600000
120     25.288000000
121     25.290400000
122     25.292800000
123     25.295200000
124     25.297600000
125     25.300000000
126     25.302400000
127     25.304800000
128     25.307200000
129     25.309600000

Why i get after the command:
4 25.109191 25.009600000
5 25.199239 25.012000000
6 25.289286 25.014400000
7 25.384085 25.016800000
8 25.474132 25.019200000
9 25.56418 25.021600000
10 25.654227 25.024000000
11 25.744274 25.026400000
12 25.834322 25.028800000
13 25.929103 25.031200000
14 26.01915 25.033600000
15 26.109197 25.036000000
16 26.199245 25.038400000
17 26.289292 25.040800000
18 26.384091 25.043200000
19 26.474138 25.045600000
20 26.564186 25.048000000
21 26.654233 25.050400000
22 26.74428 25.052800000
23 26.834327 25.055200000
24 26.929103 25.057600000
25 27.01915 25.060000000
45 27.109197 25.108000000
82 27.199245 25.196800000
(no more)


Kindly, Tiago Junqueira




reply via email to

[Prev in Thread] Current Thread [Next in Thread]