mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 22:50:49 +02:00
fix for incomplete multibyte characters in pasted input; fix for syntax errors while entering compound assignments; fix for jobs not removing jobs from the list in a SIGCHLD trap; fix for PS0 that contains a command substitution after interactive shell reads EOF; fix for non-interactive shell reading from stdin and evaling a command that dups stdin
This commit is contained in:
+5
-3
@@ -1205,9 +1205,11 @@ PPAARRAAMMEETTEERRSS
|
||||
_m_t_i_m_e, _a_t_i_m_e, _c_t_i_m_e, and _b_l_o_c_k_s, 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
|
||||
--mmttiimmee sorts the results in descending order by modification
|
||||
time (newest first). If the sort specifier is missing, it de-
|
||||
faults to _n_a_m_e, so a value of _+ is equivalent to the null
|
||||
_-_m_t_i_m_e sorts the results in descending order by modification
|
||||
time (newest first). A sort specifier of _n_o_s_o_r_t disables sort-
|
||||
ing completely; the results are returned in the order they are
|
||||
read from the file system,. If the sort specifier is missing,
|
||||
it defaults to _n_a_m_e, so a value of _+ is equivalent to the null
|
||||
string, and a value of _- sorts by name in descending order. Any
|
||||
invalid value restores the historical sorting behavior.
|
||||
HHIISSTTCCOONNTTRROOLL
|
||||
|
||||
Reference in New Issue
Block a user