If the pattern matches any existing filenames or pathnames, the pattern shall be replaced with those filenames and pathnames, sorted according to the collating sequence in effect in the current locale. If this collating sequence does not have a total ordering of all characters, any filenames or pathnames that collate equally should be further compared byte-by-byte using the collating sequence for the POSIX locale.
Is it possible to implement this strict ordering in yash?
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_13_03
Is it possible to implement this strict ordering in yash?