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


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to