[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sort -V strange result
From: |
Hadrien Lacour |
Subject: |
Sort -V strange result |
Date: |
Sat, 7 Jan 2017 12:40:27 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
Hello,
printf '%s\n' '1x .txt' '1 .txt' | LC_ALL=C sort -V
gives me
1x .txt
1 .txt
but in ascii, space is less than any letter ('x' in this case), so what's the
reason behind this result?
sort --version
sort (GNU coreutils) 8.26
Packaged by Gentoo (8.26 (p1.1))
- Sort -V strange result,
Hadrien Lacour <=