mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-11 06:00:49 +02:00
asan fuzzing fixes; fix incomplete multibyte chars in history expansion; new nosort GLOBSORT value
This commit is contained in:
+3
-1
@@ -2267,8 +2267,10 @@ and
|
||||
.IR blocks ,
|
||||
which sort the files on name, file size, modification time, access time,
|
||||
inode change time, and number of blocks, respectively.
|
||||
For example, a value of \fB\-mtime\fP sorts the results in descending
|
||||
For example, a value of \fI\-mtime\fP sorts the results in descending
|
||||
order by modification time (newest first).
|
||||
A sort specifier of \fInosort\fP 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 \fIname\fP,
|
||||
so a value of \fI+\fP is equivalent to the null string,
|
||||
and a value of \fI-\fP sorts by name in descending order.
|
||||
|
||||
Reference in New Issue
Block a user