"10790","F3","F","","00:00","23:59",
"10800A","F3","F","","00:00","23:59"
"10800","F2","F","","00:00","23:59",
"1080","F1","F","","00:00","23:59","
"10810","F3","F","","00:00","23:59",
"10820","G1","G","","00:00","23:59",
"10830","F3","F","","00:00","23:59",
"10840","F3","F","","00:00","23:59",
"10845","C1","C","","00:00","23:59",
"10846","C2","C","","00:00","23:59",
The above data is 'sorted' according to the first field. I have another file which i am trying to match using a field keying on this first field. The problem arises in the way the data above is laid out.
It shows 10800A
10800
1080
when using the same sort option ( just a basic sort ) the other file produces 1080
10800
10800A
which is what i want them both to say.
Has anybody any idea on switching the lines about using sort or any other command?
"10800A","F3","F","","00:00","23:59"
"10800","F2","F","","00:00","23:59",
"1080","F1","F","","00:00","23:59","
"10810","F3","F","","00:00","23:59",
"10820","G1","G","","00:00","23:59",
"10830","F3","F","","00:00","23:59",
"10840","F3","F","","00:00","23:59",
"10845","C1","C","","00:00","23:59",
"10846","C2","C","","00:00","23:59",
The above data is 'sorted' according to the first field. I have another file which i am trying to match using a field keying on this first field. The problem arises in the way the data above is laid out.
It shows 10800A
10800
1080
when using the same sort option ( just a basic sort ) the other file produces 1080
10800
10800A
which is what i want them both to say.
Has anybody any idea on switching the lines about using sort or any other command?