Hi everyone,
first - i dont know XML. My situation:
- i have text file "job_log.txt" , where new row is added few times per day:
1222275068.093750 ue 906.824559 ct 4.546900 fe 3000000000000.000000 nm w3_lhc_symmetric-q2_16__22__s__64.31_59.32__26_28__5__60_1_sixvf_boinc81281_1
1222275666.812498 ue 906.824559 ct 597.187500 fe 3000000000000.000000 nm w3_lhc_symmetric-q2_15__47__s__64.31_59.32__18_20__5__15_1_sixvf_boinc84095_2
1222275993.406248 ue 906.824559 ct 596.515600 fe 3000000000000.000000 nm w3_lhc_symmetric-q2_15__47__s__64.31_59.32__16_18__5__60_1_sixvf_boinc84093_4
- now i need extract first 10 digits from each row and count, how many of they are bigger than number X. (X is number from another XML)
- any idea ??
thank you