Dirk Stoecker wrote:

> So please tell me a way to use the sort program in contexts which allow no
> environment variable settings. I will be happy to accept it.

You can use "env LC_COLLATE=C sort -opts" as the sort command.  Or 'sh
-c "LC_COLLATE=C sort -opts"'.

Brian


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

Reply via email to