E
E
EvgMul2017-04-24 14:42:43
Text Processing Automation
EvgMul, 2017-04-24 14:42:43

Is there an app to remove duplicate lines?

Hello. I have the following problem.
There are 10 files in which some lines of a line can be repeated. Is there any application that can find duplicates among all 10 files? And ideally to collect the final file with unique lines?
Thanks in advance to all who respond.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav, 2017-04-24
@EvgMul

cat list-1 list-2 list-3 | sort | uniq > new.lst

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question