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

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

Re: remove duplicates lines in a buffer


From: Emanuel Berg
Subject: Re: remove duplicates lines in a buffer
Date: Thu, 22 Dec 2022 20:08:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

GH wrote:

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

Linux shell,

  $ sort $log | uniq

see sort(1) and uniq(1).

Emacs:

  `cl-remove-duplicates'

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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