Removing duplicate lines in a text file using notepad++

First ensure the TextFx plugin has been installed in your version of notepad++. Some example text: I then copy and paste that block of text to ensure there are duplicate lines: Removing the duplicates involves THREE steps: 1. If you have not already done so, ensure the appropriate TextFX plugin is checked. Select TextFX > …

Continue reading ‘Removing duplicate lines in a text file using notepad++’ »

How to remove lines containing specific text in Notepad++ using the Bookmarks method

How to use Notepad++ to remove all lines containing a specific text. First install Notepad++ if you have not already done so, given that it really is a powerful piece of software: https://notepad-plus-plus.org/download/ Now we can demonstrate an example with the following XML-style text: Suppose we wish to remove all lines containing the text “wpdm” …

Continue reading ‘How to remove lines containing specific text in Notepad++ using the Bookmarks method’ »