Keep only one copy of a line that may repeated many times, or only once.
- 
I wish to search a file and keep only one copy of a line that may be repeated many times, or only once. The output, then is one copy of every line type, with all repetition removed.
 - 
@Robert-Or-Janet-Diebel said in Keep only one copy of a line that may repeated many times, or only once.:
I wish to search a file and keep only one copy of a line that may be repeated many times, or only once. The output, then is one copy of every line type, with all repetition removed.
Edit | Line Operations | Remove Duplicate Lines does that.