help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

remove duplicates lines in a buffer


From: GH
Subject: remove duplicates lines in a buffer
Date: Thu, 22 Dec 2022 19:59:45 +0100

A program give me huge logs with duplicated lines
I _need_ to simplify this huge file removing duplicated lines.

any tool to do it? maybe a func?

I think in a function that do a list with lines maybe using

  (push (NEWELT PLACE)) ...

in a while cycle

but dont push a line if it exist in the list, maybe checking it with

    (dolist ...)

then to write the list in a new buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]