asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new nosort GLOBSORT value

This commit is contained in:
Chet Ramey
2023-05-01 09:59:55 -04:00
parent 7aae19bfe4
commit 23935dbe85
9 changed files with 95 additions and 41 deletions
+3
View File
@@ -6494,6 +6494,9 @@ inode change time, and number of blocks, respectively.
For example, a value of @code{-mtime} sorts the results in descending
order by modification time (newest first).
A sort specifier of @samp{nosort} disables sorting completely; the results
are returned in the order they are read from the file system,.
If the sort specifier is missing, it defaults to @var{name},
so a value of @samp{+} is equivalent to the null string,
and a value of @samp{-} sorts by name in descending order.