mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 03:40:50 +02:00
fix to backslash quoting of glob pattern characters; allow newly-loaded compspecs to be used in more cases; fixes to the cross-compiling environment; avoid potential overflow in GLOBSORT processing
This commit is contained in:
+1
-1
@@ -2326,7 +2326,7 @@ inode change time, and number of blocks, respectively.
|
||||
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,.
|
||||
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