Sunday, December 23, 2018

Linux Shell - How To Remove Duplicate Text Lines


I need to sort data from a log file, but there are too many duplicate lines. How do I remove all duplicate lines from a text file under GNU/Linux?

The post Linux Shell - How To Remove Duplicate Text Lines appeared first on nixCraft.