Command Selection Remove Duplicate Lines

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}
  1. {Ctrl A} selects all the text,
  2. and then {RemoveDuplicateLines} removes duplicate lines from the selection.