bug#37177: sort don't respect the ASCII order

2019-08-24 Thread Eric Blake
tag 37177 notabug thanks On 8/24/19 6:15 PM, Xavier Sanchez wrote: > Linux snake 5.2.0-2-amd64 #1 SMP Debian 5.2.9-2 (2019-08-21) x86_64 GNU/Linux > coreutils: 8.30-3+b1 on Debian 10 > > More explicit example: > > Coreutils's 8.30-3+b1: find . | sort > . > ./files > ./files/$-e > ./files/ascii1

bug#37177: sort don't respect the ASCII order

2019-08-24 Thread Xavier Sanchez
Linux snake 5.2.0-2-amd64 #1 SMP Debian 5.2.9-2 (2019-08-21) x86_64 GNU/Linux coreutils: 8.30-3+b1 on Debian 10 Hello, here's the test I'm using doing cross platforms verifications: #!/bin/sh seq() ( first=$1 incr=$2 last=$3 echo "for (i = $first; i <= $last; i+=$incr) i" | bc -l