Hi
I need some help with my large file compare. I have data with contains many block of messages, each block starts with ==== in two lines and ends with ==== in two lines as below. I want to delete any duplicates in each block.
For examples, 1st block below have 3 appears 2 times, I want to delete dupicate value, in 2nd block, there are no duplicates, 3rd block have again 2 duplicated, 4th block no duplicates.
Can some one help me urgently?
====
====
1
3
5
3
6
7
====
====
4
5
6
7
8
====
====
1
2
3
4
5
2
====
====
2
3
4
5
6
====
====
I need some help with my large file compare. I have data with contains many block of messages, each block starts with ==== in two lines and ends with ==== in two lines as below. I want to delete any duplicates in each block.
For examples, 1st block below have 3 appears 2 times, I want to delete dupicate value, in 2nd block, there are no duplicates, 3rd block have again 2 duplicated, 4th block no duplicates.
Can some one help me urgently?
====
====
1
3
5
3
6
7
====
====
4
5
6
7
8
====
====
1
2
3
4
5
2
====
====
2
3
4
5
6
====
====