Remove Duplicate Lines

Delete repeated lines.

Overview

Keep only the first occurrence of each line; remove duplicates.

Tips: Case-sensitive: "Apple" and "apple" are different.

FAQ

Yes. The first occurrence of each line is kept; later duplicates are removed.