Hi,
i have an input file with the following:
A 1 0000 0187 PRX03
A 2 0188 0266 PRX03
A 3 0267 0439 PRX03
A 4 0440 0684 PRX03
B 1 0685 0749 PRX03
B 2 0750 0832 PRX03
B 3 0833 1029 PRX03
B 4 1030 1121 PRX03
i want to create the output lookup file like:
range splitstage
0000 A1
0001 A1
.
....
....
0188 A2
0189 A2
.
..
0267 A3
and so on..
that is the range value is continuous from 0000 to 9999 (which used to appear befor in the input file in the range; where as in the output al the values are stripped and each value is specified) the split stge value is taken from the interval of high and low range!
Please,advice on how to go abt this..im new to unix...but for this particulat instance im supposed to deliver in unix!!
Thank you
joseph
i have an input file with the following:
A 1 0000 0187 PRX03
A 2 0188 0266 PRX03
A 3 0267 0439 PRX03
A 4 0440 0684 PRX03
B 1 0685 0749 PRX03
B 2 0750 0832 PRX03
B 3 0833 1029 PRX03
B 4 1030 1121 PRX03
i want to create the output lookup file like:
range splitstage
0000 A1
0001 A1
.
....
....
0188 A2
0189 A2
.
..
0267 A3
and so on..
that is the range value is continuous from 0000 to 9999 (which used to appear befor in the input file in the range; where as in the output al the values are stripped and each value is specified) the split stge value is taken from the interval of high and low range!
Please,advice on how to go abt this..im new to unix...but for this particulat instance im supposed to deliver in unix!!
Thank you
joseph