Not use any programming language. Only use regular expression. is it possible?
For example input>>
11
22
22 <-must remove
33
44
44 <-must remove
55
Output>>
11
22
33
44
55
|
1
|
Not use any programming language. Only use regular expression. is it possible? For example input>>
Output>>
|
||||||||||||||
|
|
|
Regular-expressions.info has a page on Deleting Duplicate Lines From a File |
||
|
|
|
|
See my request for more info, I'm answering in the easy way now.
If you do mind re-run multiple passes, than it's more difficult, so before we work on that, please say so in the question! EDIT: in your edit you weren't very clear, but it looks like you want just a single-pass duplicate ADJACENT lines removal! Well, that's much easier! A simple:
( |
|||
|
|