bug-coreutils
[Top][All Lists]
Advanced

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

Re: bug of sort


From: Paul Eggert
Subject: Re: bug of sort
Date: Wed, 19 Jan 2005 11:03:43 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

<address@hidden> writes:

> would you please give me an example of using the option "-f " that
> shows the difference of with and without the option -f ?

$ export LC_ALL=en_US
$ cat bc
b
B
C
c
$ sort -s bc
b
B
c
C
$ sort -f -s bc
b
B
C
c




reply via email to

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