Hi All,
I have a script that creates a file with the following format of contents:
329//1110 15
329//1110 106
329//1110 170
329//1091 21
329//1092 201
329//1093 36
329//1093 201
329//1094 161
329//1094 43
329//1095 144
329//1095 140
329//1095 170
329//1095 33
329//1099 38
329//1099 298
329//1102 113
329//1102 38
329//1105 24
329//1108 161
I need to open this file and sort the contents dependant on the second field (which is page number). The first number will always be 329 as it is this year's volume.
I have tried doing the open command and other stuff but I am not getting back the results I want!
Any ideas?
Cheers
Jimbo
I have a script that creates a file with the following format of contents:
329//1110 15
329//1110 106
329//1110 170
329//1091 21
329//1092 201
329//1093 36
329//1093 201
329//1094 161
329//1094 43
329//1095 144
329//1095 140
329//1095 170
329//1095 33
329//1099 38
329//1099 298
329//1102 113
329//1102 38
329//1105 24
329//1108 161
I need to open this file and sort the contents dependant on the second field (which is page number). The first number will always be 329 as it is this year's volume.
I have tried doing the open command and other stuff but I am not getting back the results I want!
Any ideas?
Cheers
Jimbo