I have a text in such form :
1.2.3.4.5.6
a.b.c.d.e.f
1.a.2.b.3.c
1.2.3.4.5.6
a.b.c.d.e.f
the other text is :
1.2.3.4.5.6
a.b.c.d.e.f
1.a.2.b.3.c
1.2.3.4.5.6
a.b.c.d.e.f
b.c.n.g.k.i
i want to use notepad ++ where i will be able to remove all match lines and keep only lines i need so the text will look like this
b.c.n.g.k.i
where b.c.n.g.k.i
is the new line that i need and the other lines i need to delete.
can someone help?