Remove duplicate lines from a text file

Posted Over 12 years ago. Visible to the public.

You can use this shell command:

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