Remove duplicate lines from a text file

Updated . Posted . Visible to the public.

You can use this shell command:

uniq -u input.txt output.txt
Profile picture of Henning Koch
Henning Koch
Last edit
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2011-09-27 08:46)