A
A
awak6e2017-11-24 06:21:47
Notepad++
awak6e, 2017-11-24 06:21:47

Notepad how to remove duplicate lines?

Hello. There is a file like:

<offer>
  <uniq>111</uniq>
  <param>001</param>
  <image>image1.jpg</image>
</offer>
<offer>
  <uniq>111</uniq>
  <param>002</param>
  <image>image1.jpg</image>
</offer>
<offer>
  <uniq>222</uniq>
  <param>001</param>
  <image>image2.jpg</image>
</offer>
<offer>
  <uniq>222</uniq>
  <param>002</param>
  <image>image2.jpg</image>
</offer>

How to remove image line duplicates while leaving other duplicates?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iKest, 2017-11-24
@iKest

Search and replace...

A
Anton, 2017-11-24
@MoonMaster

You can use plugins.
answer can be found here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question