mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
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:
@@ -0,0 +1,3 @@
|
||||
bbb
|
||||
./bbc
|
||||
bbd
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
./bbc
|
||||
bbd
|
||||
bbb
|
||||
Reference in New Issue
Block a user