Hi there,
I have a bit of a problem with data manipulation below is the output, would it be possible to use a joint command or anything else to produce output file where the numbers in the middle columns mach each other like the first record in the input file.
Code:
Input
=============================
0.918 100 100 1.32
0.918 101 102 1.328
0.926 102 104 1.336
0.926 103 106 1.344
0.934 104 108 1.352
0.934 105 110 1.36
0.942 106 112 1.368
0.942 107 114 1.376
0.95 108 116 1.384
0.95 109 118 1.392
0.958 110 120 1.4
0.958 111 122 1.408
0.966 112 124 1.416
0.966 113 126 1.424
0.974 114 128 1.432
0.974 115 130 1.44
0.982 116 132 1.448
0.982 117 134 1.456
0.99 118 136 1.464
0.99 119 138 1.472
0.998 120 140 1.48
Output
==============================
0.918 100 100 1.32
0.918 101
0.926 102 102 1.328
0.926 103
0.934 104
0.934 105
0.942 106 106 1.344
Thanks in advance.