On 7/31/07, Agi Rivera <[EMAIL PROTECTED]> wrote:
....
> $ cat > sample
> Eggs
> bacon
> ham
> Bread
>
> $ sort sample
> bacon
> Bread
> Eggs
> ham
>
> $ sort -f sample
> bacon
> Bread
> Eggs
> ham
>
> without -f should be:
> Bread
> Eggs
> bacon
> ham
>

Can you try doing something like -
$ LC_ALL=C   sort   sample

- and see if there would be any changes
- I remembered having problems with sort, and putting LC_ALL=C helped.

Regards,
Julius
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to