sort: add "dictionary-order" flag.

The flag makes 'sort' command ignore non-dictionary symbols
(non-alphanumeric and non-spaces). The only difference with GNU sort is
that it takes ALL alphanumeric symbols, not only ASCII ones.
This commit is contained in:
elgris
2020-05-07 23:08:24 +02:00
committed by Sylvestre Ledru
parent f44e5465b8
commit 71ba8b3fd6
4 changed files with 48 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
bbb
./bbc
bbd
+3
View File
@@ -0,0 +1,3 @@
./bbc
bbd
bbb