bug-bash
[Top][All Lists]
Advanced

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

Re: problems with sort -nu


From: Paul Jarc
Subject: Re: problems with sort -nu
Date: Fri, 08 Feb 2002 11:03:00 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu)

tobias@gerndt.de (IceCube) wrote:
> I encountered a problem while sorting a table of ip-addresses.
>  "cat file.txt | sort -un" cuts some valid lines

This isn't a bash problem.  Assuming your sort is GNU sort, report
this to bug-gnu-utils@gnu.org.

(Also, that's a useless use of cat: "sort -un < file.txt" has the same
effect but uses one less process.)


paul



reply via email to

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