The
RemoveDuplicateLines command removes Duplicate lines from the selected text.
Note that:
{RemoveDuplicateLines}
is equivalent to:
{CopySelection}
{RemoveDuplicateLinesClipboard}
{Paste}
Example
In the following expansion:
{Ctrl A}
{RemoveDuplicateLines}
- {Ctrl A} selects all the text,
- and then {RemoveDuplicateLines} removes duplicate lines from the selection.