bug-coreutils
[Top][All Lists]
Advanced

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

Re: unable to remove duplicate lines from the attached file


From: Pádraig Brady
Subject: Re: unable to remove duplicate lines from the attached file
Date: Fri, 13 Jun 2008 13:51:02 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Joseph Butler wrote:
> 
> Hello Tech Support:
> 
> For some reason, I'm unable to remove duplicate lines using the uniq utility.
> 
> Any solution to this issue would be appreciated.

Trailing whitespace:

sed 's/[ \r]*$//' test03 | sort | uniq -d




reply via email to

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