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:
Chet Ramey
2023-05-04 11:19:43 -04:00
parent 23935dbe85
commit 896df2874a
16 changed files with 465 additions and 300 deletions
+5 -3
View File
@@ -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