From c7439376a38960d518598178e30003931f74d0c1 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Fri, 11 Oct 2024 09:41:57 -0400 Subject: [PATCH] next set of documentation updates, includes readline --- CWRU/CWRU.chlog | 20 + doc/bash.0 | 3365 ++--- doc/bash.1 | 1083 +- doc/bash.html | 1137 +- doc/bash.info | 2036 +-- doc/bash.pdf | Bin 424372 -> 426920 bytes doc/bashref.aux | 26 +- doc/bashref.bt | 2 +- doc/bashref.bts | 2 +- doc/bashref.dvi | Bin 856368 -> 880460 bytes doc/bashref.fn | 20 +- doc/bashref.fns | 18 +- doc/bashref.html | 4693 +++--- doc/bashref.info | 2036 +-- doc/bashref.log | 100 +- doc/bashref.pdf | Bin 838618 -> 842524 bytes doc/bashref.ps | 24344 ++++++++++++++++---------------- doc/bashref.texi | 841 +- doc/bashref.toc | 20 +- doc/bashref.vr | 9 +- doc/bashref.vrs | 9 +- doc/builtins.0 | 778 +- doc/version.texi | 6 +- lib/readline/doc/history.3 | 103 +- lib/readline/doc/hsuser.texi | 110 +- lib/readline/doc/readline.3 | 665 +- lib/readline/doc/rluser.texi | 901 +- lib/readline/doc/version.texi | 6 +- 28 files changed, 22095 insertions(+), 20235 deletions(-) diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index 0ae88c93..64d17fcf 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -10289,3 +10289,23 @@ doc/bash.1,doc/bashref.texi - update builtins documenation: make language and paragraph breaks more consistent between the document formats; update active language + + 10/1 + ---- +doc/bash.1,doc/bashref.texi,lib/readline/doc/rluser.texi,lib/readline/doc/hsuser.texi + - update more documentation sections to make language consistent + between formats, reduce passive voice + + 10/7 + ---- +lib/readline/doc/history.3 + - update history expansion section to be consistent with hsuser.texi + and bash.1 + +doc/bash.1,doc/bashref.texi,lib/readline/doc/rluser.texi,lib/readline/doc/readline.3 +lib/readline/doc/hsuser.texi,lib/readline/doc/history.3 + - next set of updates for consistency between formats, update language, + fix formatting conventions + + + diff --git a/doc/bash.0 b/doc/bash.0 index c2f6d742..f8d3bde6 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -1,4 +1,3 @@ - _B_A_S_H(1) General Commands Manual _B_A_S_H(1) NNAAMMEE @@ -298,10 +297,10 @@ SSHHEELLLL GGRRAAMMMMAARR how the timing information should be displayed; see the description of TTIIMMEEFFOORRMMAATT below under SShheellll VVaarriiaabblleess. - When the shell is in _p_o_s_i_x _m_o_d_e, ttiimmee may be followed by a newline. In - this case, the shell displays the total user and system time consumed - by the shell and its children. The TTIIMMEEFFOORRMMAATT variable specifies the - format of the time information. + When the shell is in _p_o_s_i_x _m_o_d_e, ttiimmee may appear by itself as the only + word in a simple command. In this case, the shell displays the total + user and system time consumed by the shell and its children. The TTIIMMEE-- + FFOORRMMAATT variable specifies the format of the time information. Each command in a multi-command pipeline, where pipes are created, is executed in a _s_u_b_s_h_e_l_l, which is a separate process. See CCOOMMMMAANNDD EEXXEE-- @@ -695,16 +694,16 @@ QQUUOOTTIINNGG \\'' single quote \\"" double quote \\?? question mark - \\_n_n_n the eight-bit character whose value is the octal value - _n_n_n (one to three octal digits) - \\xx_H_H the eight-bit character whose value is the hexadecimal - value _H_H (one or two hex digits) - \\uu_H_H_H_H the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value _H_H_H_H (one to four hex digits) + \\_n_n_n The eight-bit character whose value is the octal value + _n_n_n (one to three octal digits). + \\xx_H_H The eight-bit character whose value is the hexadecimal + value _H_H (one or two hex digits). + \\uu_H_H_H_H The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value _H_H_H_H (one to four hex digits). \\UU_H_H_H_H_H_H_H_H - the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value _H_H_H_H_H_H_H_H (one to eight hex digits) - \\cc_x a control-_x character + The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value _H_H_H_H_H_H_H_H (one to eight hex digits). + \\cc_x A control-_x character. The expanded result is single-quoted, as if the dollar sign had not been present. @@ -813,6 +812,7 @@ PPAARRAAMMEETTEERRSS The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. Special parame- ters are denoted by one of the following characters. + ** ($$**) Expands to the positional parameters, starting from one. When the expansion is not within double quotes, each positional parameter expands to a separate word. In contexts where word @@ -1719,34 +1719,34 @@ EEXXPPAANNSSIIOONN string, expanding left to right. Brace expansions may be nested. The results of each expanded string - are not sorted; left to right order is preserved. For example, - a{{d,c,b}}e expands into "ade ace abe". + are not sorted; brace expansion preserves left to right order. For ex- + ample, a{{d,c,b}}e expands into "ade ace abe". - A sequence expression takes the form {{_x...._y[[...._i_n_c_r]]}}, where _x and _y are - either integers or single letters, and _i_n_c_r, an optional increment, is + A sequence expression takes the form {{_x...._y[[...._i_n_c_r]]}}, where _x and _y are + either integers or single letters, and _i_n_c_r, an optional increment, is an integer. When integers are supplied, the expression expands to each - number between _x and _y, inclusive. If the supplied integers are pre- - fixed with _0, each term will have the same width, zero-padding if nec- - essary. When either _x or _y begins with a zero, the shell attempts to - force all generated terms to contain the same number of digits, zero- + number between _x and _y, inclusive. If the supplied integers are pre- + fixed with _0, each term will have the same width, zero-padding if nec- + essary. When either _x or _y begins with a zero, the shell attempts to + force all generated terms to contain the same number of digits, zero- padding where necessary. When letters are supplied, the expression ex- - pands to each character lexicographically between _x and _y, inclusive, + pands to each character lexicographically between _x and _y, inclusive, using the default C locale. Note that both _x and _y must be of the same - type (integer or letter). When the increment is supplied, it is used - as the difference between each term. The default increment is 1 or -1 + type (integer or letter). When the increment is supplied, it is used + as the difference between each term. The default increment is 1 or -1 as appropriate. Brace expansion is performed before any other expansions, and any char- - acters special to other expansions are preserved in the result. It is - strictly textual. BBaasshh does not apply any syntactic interpretation to + acters special to other expansions are preserved in the result. It is + strictly textual. BBaasshh does not apply any syntactic interpretation to the context of the expansion or the text between the braces. - A correctly-formed brace expansion must contain unquoted opening and + A correctly-formed brace expansion must contain unquoted opening and closing braces, and at least one unquoted comma or a valid sequence ex- pression. Any incorrectly formed brace expansion is left unchanged. A {{ or ,, may be quoted with a backslash to prevent its being considered - part of a brace expression. To avoid conflicts with parameter expan- + part of a brace expression. To avoid conflicts with parameter expan- sion, the string $${{ is not considered eligible for brace expansion, and inhibits brace expansion until the closing }}. @@ -1757,67 +1757,67 @@ EEXXPPAANNSSIIOONN or chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}} - Brace expansion introduces a slight incompatibility with historical - versions of sshh. sshh does not treat opening or closing braces specially - when they appear as part of a word, and preserves them in the output. - BBaasshh removes braces from words as a consequence of brace expansion. - For example, a word entered to sshh as _f_i_l_e_{_1_,_2_} appears identically in - the output. BBaasshh outputs that word as _f_i_l_e_1 _f_i_l_e_2 after brace expan- - sion. Start bbaasshh with the ++BB option or disable brace expansion with + Brace expansion introduces a slight incompatibility with historical + versions of sshh. sshh does not treat opening or closing braces specially + when they appear as part of a word, and preserves them in the output. + BBaasshh removes braces from words as a consequence of brace expansion. + For example, a word entered to sshh as _f_i_l_e_{_1_,_2_} appears identically in + the output. BBaasshh outputs that word as _f_i_l_e_1 _f_i_l_e_2 after brace expan- + sion. Start bbaasshh with the ++BB option or disable brace expansion with the ++BB option to the sseett command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) for strict sshh compatibility. TTiillddee EExxppaannssiioonn - If a word begins with an unquoted tilde character ("~~"), all of the - characters preceding the first unquoted slash (or all characters, if - there is no unquoted slash) are considered a _t_i_l_d_e_-_p_r_e_f_i_x. If none of - the characters in the tilde-prefix are quoted, the characters in the - tilde-prefix following the tilde are treated as a possible _l_o_g_i_n _n_a_m_e. - If this login name is the null string, the tilde is replaced with the + If a word begins with an unquoted tilde character ("~~"), all of the + characters preceding the first unquoted slash (or all characters, if + there is no unquoted slash) are considered a _t_i_l_d_e_-_p_r_e_f_i_x. If none of + the characters in the tilde-prefix are quoted, the characters in the + tilde-prefix following the tilde are treated as a possible _l_o_g_i_n _n_a_m_e. + If this login name is the null string, the tilde is replaced with the value of the shell parameter HHOOMMEE. If HHOOMMEE is unset, the tilde expands - to the home directory of the user executing the shell instead. Other- - wise, the tilde-prefix is replaced with the home directory associated + to the home directory of the user executing the shell instead. Other- + wise, the tilde-prefix is replaced with the home directory associated with the specified login name. - If the tilde-prefix is a "~+", the value of the shell variable PPWWDD re- + If the tilde-prefix is a "~+", the value of the shell variable PPWWDD re- places the tilde-prefix. If the tilde-prefix is a "~-", the shell sub- - stitutes the value of the shell variable OOLLDDPPWWDD, if it is set. If the - characters following the tilde in the tilde-prefix consist of a number - _N, optionally prefixed by a "+" or a "-", the tilde-prefix is replaced + stitutes the value of the shell variable OOLLDDPPWWDD, if it is set. If the + characters following the tilde in the tilde-prefix consist of a number + _N, optionally prefixed by a "+" or a "-", the tilde-prefix is replaced with the corresponding element from the directory stack, as it would be displayed by the ddiirrss builtin invoked with the characters following the - tilde in the tilde-prefix as an argument. If the characters following + tilde in the tilde-prefix as an argument. If the characters following the tilde in the tilde-prefix consist of a number without a leading "+" or "-", "+" is assumed. - The results of tilde expansion are treated as if they were quoted, so - the replacement is not subject to word splitting and pathname expan- + The results of tilde expansion are treated as if they were quoted, so + the replacement is not subject to word splitting and pathname expan- sion. - If the login name is invalid, or the tilde expansion fails, the tilde- + If the login name is invalid, or the tilde expansion fails, the tilde- prefix is unchanged. - BBaasshh checks each variable assignment for unquoted tilde-prefixes imme- - diately following a :: or the first ==, and performs tilde expansion in - these cases. Consequently, one may use filenames with tildes in as- - signments to PPAATTHH, MMAAIILLPPAATTHH, and CCDDPPAATTHH, and the shell assigns the ex- + BBaasshh checks each variable assignment for unquoted tilde-prefixes imme- + diately following a :: or the first ==, and performs tilde expansion in + these cases. Consequently, one may use filenames with tildes in as- + signments to PPAATTHH, MMAAIILLPPAATTHH, and CCDDPPAATTHH, and the shell assigns the ex- panded value. - BBaasshh also performs tilde expansion on words satisfying the conditions + BBaasshh also performs tilde expansion on words satisfying the conditions of variable assignments (as described above under PPAARRAAMMEETTEERRSS) when they - appear as arguments to simple commands. BBaasshh does not do this, except + appear as arguments to simple commands. BBaasshh does not do this, except for the _d_e_c_l_a_r_a_t_i_o_n commands listed above, when in _p_o_s_i_x _m_o_d_e. PPaarraammeetteerr EExxppaannssiioonn The "$$" character introduces parameter expansion, command substitution, - or arithmetic expansion. The parameter name or symbol to be expanded - may be enclosed in braces, which are optional but serve to protect the - variable to be expanded from characters immediately following it which + or arithmetic expansion. The parameter name or symbol to be expanded + may be enclosed in braces, which are optional but serve to protect the + variable to be expanded from characters immediately following it which could be interpreted as part of the name. - When braces are used, the matching ending brace is the first "}}" not + When braces are used, the matching ending brace is the first "}}" not escaped by a backslash or within a quoted string, and not within an em- - bedded arithmetic expansion, command substitution, or parameter expan- + bedded arithmetic expansion, command substitution, or parameter expan- sion. The basic form of parameter expansion is @@ -1825,120 +1825,124 @@ EEXXPPAANNSSIIOONN ${_p_a_r_a_m_e_t_e_r} which substitutes the value of _p_a_r_a_m_e_t_e_r. The braces are required when - _p_a_r_a_m_e_t_e_r is a positional parameter with more than one digit, or when - _p_a_r_a_m_e_t_e_r is followed by a character which is not to be interpreted as - part of its name. The _p_a_r_a_m_e_t_e_r is a shell parameter as described + _p_a_r_a_m_e_t_e_r is a positional parameter with more than one digit, or when + _p_a_r_a_m_e_t_e_r is followed by a character which is not to be interpreted as + part of its name. The _p_a_r_a_m_e_t_e_r is a shell parameter as described above PPAARRAAMMEETTEERRSS) or an array reference (AArrrraayyss). - If the first character of _p_a_r_a_m_e_t_e_r is an exclamation point (!!), and + If the first character of _p_a_r_a_m_e_t_e_r is an exclamation point (!!), and _p_a_r_a_m_e_t_e_r is not a _n_a_m_e_r_e_f, it introduces a level of indirection. BBaasshh uses the value formed by expanding the rest of _p_a_r_a_m_e_t_e_r as the new _p_a_- - _r_a_m_e_t_e_r; this new parameter is then expanded and that value is used in - the rest of the expansion, rather than the expansion of the original - _p_a_r_a_m_e_t_e_r. This is known as _i_n_d_i_r_e_c_t _e_x_p_a_n_s_i_o_n. The value is subject - to tilde expansion, parameter expansion, command substitution, and - arithmetic expansion. If _p_a_r_a_m_e_t_e_r is a nameref, this expands to the + _r_a_m_e_t_e_r; this new parameter is then expanded and that value is used in + the rest of the expansion, rather than the expansion of the original + _p_a_r_a_m_e_t_e_r. This is known as _i_n_d_i_r_e_c_t _e_x_p_a_n_s_i_o_n. The value is subject + to tilde expansion, parameter expansion, command substitution, and + arithmetic expansion. If _p_a_r_a_m_e_t_e_r is a nameref, this expands to the name of the parameter referenced by _p_a_r_a_m_e_t_e_r instead of performing the complete indirect expansion, for compatibility. The exceptions to this are the expansions of ${!!_p_r_e_f_i_x**} and ${!!_n_a_m_e[_@]} described below. The - exclamation point must immediately follow the left brace in order to + exclamation point must immediately follow the left brace in order to introduce indirection. In each of the cases below, _w_o_r_d is subject to tilde expansion, parame- ter expansion, command substitution, and arithmetic expansion. When not performing substring expansion, using the forms documented be- - low (e.g., ::--), bbaasshh tests for a parameter that is unset or null. + low (e.g., ::--), bbaasshh tests for a parameter that is unset or null. Omitting the colon tests only for a parameter that is unset. ${_p_a_r_a_m_e_t_e_r::--_w_o_r_d} - UUssee DDeeffaauulltt VVaalluueess. If _p_a_r_a_m_e_t_e_r is unset or null, the expan- - sion of _w_o_r_d is substituted. Otherwise, the value of _p_a_r_a_m_e_t_e_r + UUssee DDeeffaauulltt VVaalluueess. If _p_a_r_a_m_e_t_e_r is unset or null, the expan- + sion of _w_o_r_d is substituted. Otherwise, the value of _p_a_r_a_m_e_t_e_r is substituted. + ${_p_a_r_a_m_e_t_e_r::==_w_o_r_d} - AAssssiiggnn DDeeffaauulltt VVaalluueess. If _p_a_r_a_m_e_t_e_r is unset or null, the ex- - pansion of _w_o_r_d is assigned to _p_a_r_a_m_e_t_e_r, and the expansion is + AAssssiiggnn DDeeffaauulltt VVaalluueess. If _p_a_r_a_m_e_t_e_r is unset or null, the ex- + pansion of _w_o_r_d is assigned to _p_a_r_a_m_e_t_e_r, and the expansion is the final value of _p_a_r_a_m_e_t_e_r. Positional parameters and special parameters may not be assigned in this way. + ${_p_a_r_a_m_e_t_e_r::??_w_o_r_d} - DDiissppllaayy EErrrroorr iiff NNuullll oorr UUnnsseett. If _p_a_r_a_m_e_t_e_r is null or unset, - the expansion of _w_o_r_d (or a message to that effect if _w_o_r_d is - not present) is written to the standard error and the shell, if - it is not interactive, exits with a non-zero status. An inter- + DDiissppllaayy EErrrroorr iiff NNuullll oorr UUnnsseett. If _p_a_r_a_m_e_t_e_r is null or unset, + the expansion of _w_o_r_d (or a message to that effect if _w_o_r_d is + not present) is written to the standard error and the shell, if + it is not interactive, exits with a non-zero status. An inter- active shell does not exit, but does not execute the command as- - sociated with the expansion. Otherwise, the value of _p_a_r_a_m_e_t_e_r + sociated with the expansion. Otherwise, the value of _p_a_r_a_m_e_t_e_r is substituted. + ${_p_a_r_a_m_e_t_e_r::++_w_o_r_d} - UUssee AAlltteerrnnaattee VVaalluuee. If _p_a_r_a_m_e_t_e_r is null or unset, nothing is - substituted, otherwise the expansion of _w_o_r_d is substituted. + UUssee AAlltteerrnnaattee VVaalluuee. If _p_a_r_a_m_e_t_e_r is null or unset, nothing is + substituted, otherwise the expansion of _w_o_r_d is substituted. The value of _p_a_r_a_m_e_t_e_r is not used. + ${_p_a_r_a_m_e_t_e_r::_o_f_f_s_e_t} ${_p_a_r_a_m_e_t_e_r::_o_f_f_s_e_t::_l_e_n_g_t_h} - SSuubbssttrriinngg EExxppaannssiioonn. Expands to up to _l_e_n_g_t_h characters of the - value of _p_a_r_a_m_e_t_e_r starting at the character specified by _o_f_f_- - _s_e_t. If _p_a_r_a_m_e_t_e_r is @@ or **, an indexed array subscripted by @@ - or **, or an associative array name, the results differ as de- - scribed below. If _l_e_n_g_t_h is omitted, expands to the substring + SSuubbssttrriinngg EExxppaannssiioonn. Expands to up to _l_e_n_g_t_h characters of the + value of _p_a_r_a_m_e_t_e_r starting at the character specified by _o_f_f_- + _s_e_t. If _p_a_r_a_m_e_t_e_r is @@ or **, an indexed array subscripted by @@ + or **, or an associative array name, the results differ as de- + scribed below. If _l_e_n_g_t_h is omitted, expands to the substring of the value of _p_a_r_a_m_e_t_e_r starting at the character specified by _o_f_f_s_e_t and extending to the end of the value. _l_e_n_g_t_h and _o_f_f_s_e_t are arithmetic expressions (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN below). - If _o_f_f_s_e_t evaluates to a number less than zero, the value is + If _o_f_f_s_e_t evaluates to a number less than zero, the value is used as an offset in characters from the end of the value of _p_a_- - _r_a_m_e_t_e_r. If _l_e_n_g_t_h evaluates to a number less than zero, it is + _r_a_m_e_t_e_r. If _l_e_n_g_t_h evaluates to a number less than zero, it is interpreted as an offset in characters from the end of the value - of _p_a_r_a_m_e_t_e_r rather than a number of characters, and the expan- - sion is the characters between _o_f_f_s_e_t and that result. Note - that a negative offset must be separated from the colon by at + of _p_a_r_a_m_e_t_e_r rather than a number of characters, and the expan- + sion is the characters between _o_f_f_s_e_t and that result. Note + that a negative offset must be separated from the colon by at least one space to avoid being confused with the ::-- expansion. - If _p_a_r_a_m_e_t_e_r is @@ or **, the result is _l_e_n_g_t_h positional parame- - ters beginning at _o_f_f_s_e_t. A negative _o_f_f_s_e_t is taken relative - to one greater than the greatest positional parameter, so an + If _p_a_r_a_m_e_t_e_r is @@ or **, the result is _l_e_n_g_t_h positional parame- + ters beginning at _o_f_f_s_e_t. A negative _o_f_f_s_e_t is taken relative + to one greater than the greatest positional parameter, so an offset of -1 evaluates to the last positional parameter (or 0 if - there are no positional parameters). It is an expansion error + there are no positional parameters). It is an expansion error if _l_e_n_g_t_h evaluates to a number less than zero. If _p_a_r_a_m_e_t_e_r is an indexed array name subscripted by @ or *, the result is the _l_e_n_g_t_h members of the array beginning with ${_p_a_r_a_- - _m_e_t_e_r[_o_f_f_s_e_t]}. A negative _o_f_f_s_e_t is taken relative to one + _m_e_t_e_r[_o_f_f_s_e_t]}. A negative _o_f_f_s_e_t is taken relative to one greater than the maximum index of the specified array. It is an expansion error if _l_e_n_g_t_h evaluates to a number less than zero. Substring expansion applied to an associative array produces un- defined results. - Substring indexing is zero-based unless the positional parame- - ters are used, in which case the indexing starts at 1 by de- - fault. If _o_f_f_s_e_t is 0, and the positional parameters are used, + Substring indexing is zero-based unless the positional parame- + ters are used, in which case the indexing starts at 1 by de- + fault. If _o_f_f_s_e_t is 0, and the positional parameters are used, $$00 is prefixed to the list. ${!!_p_r_e_f_i_x**} ${!!_p_r_e_f_i_x@@} - NNaammeess mmaattcchhiinngg pprreeffiixx. Expands to the names of variables whose + NNaammeess mmaattcchhiinngg pprreeffiixx. Expands to the names of variables whose names begin with _p_r_e_f_i_x, separated by the first character of the - IIFFSS special variable. When _@ is used and the expansion appears - within double quotes, each variable name expands to a separate + IIFFSS special variable. When _@ is used and the expansion appears + within double quotes, each variable name expands to a separate word. ${!!_n_a_m_e[_@]} ${!!_n_a_m_e[_*]} - LLiisstt ooff aarrrraayy kkeeyyss. If _n_a_m_e is an array variable, expands to - the list of array indices (keys) assigned in _n_a_m_e. If _n_a_m_e is - not an array, expands to 0 if _n_a_m_e is set and null otherwise. - When _@ is used and the expansion appears within double quotes, + LLiisstt ooff aarrrraayy kkeeyyss. If _n_a_m_e is an array variable, expands to + the list of array indices (keys) assigned in _n_a_m_e. If _n_a_m_e is + not an array, expands to 0 if _n_a_m_e is set and null otherwise. + When _@ is used and the expansion appears within double quotes, each key expands to a separate word. ${##_p_a_r_a_m_e_t_e_r} - PPaarraammeetteerr lleennggtthh. Substitutes the length in characters of the - expanded value of _p_a_r_a_m_e_t_e_r. If _p_a_r_a_m_e_t_e_r is ** or @@, the value - substituted is the number of positional parameters. If _p_a_r_a_m_e_- - _t_e_r is an array name subscripted by ** or @@, the value substi- - tuted is the number of elements in the array. If _p_a_r_a_m_e_t_e_r is - an indexed array name subscripted by a negative number, that - number is interpreted as relative to one greater than the maxi- - mum index of _p_a_r_a_m_e_t_e_r, so negative indices count back from the - end of the array, and an index of -1 references the last ele- + PPaarraammeetteerr lleennggtthh. Substitutes the length in characters of the + expanded value of _p_a_r_a_m_e_t_e_r. If _p_a_r_a_m_e_t_e_r is ** or @@, the value + substituted is the number of positional parameters. If _p_a_r_a_m_e_- + _t_e_r is an array name subscripted by ** or @@, the value substi- + tuted is the number of elements in the array. If _p_a_r_a_m_e_t_e_r is + an indexed array name subscripted by a negative number, that + number is interpreted as relative to one greater than the maxi- + mum index of _p_a_r_a_m_e_t_e_r, so negative indices count back from the + end of the array, and an index of -1 references the last ele- ment. ${_p_a_r_a_m_e_t_e_r##_w_o_r_d} @@ -1946,15 +1950,15 @@ EEXXPPAANNSSIIOONN RReemmoovvee mmaattcchhiinngg pprreeffiixx ppaatttteerrnn. The _w_o_r_d is expanded to produce a pattern just as in pathname expansion, and matched against the expanded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- - tteerrnn MMaattcchhiinngg below. If the pattern matches the beginning of - the value of _p_a_r_a_m_e_t_e_r, then the result of the expansion is the - expanded value of _p_a_r_a_m_e_t_e_r with the shortest matching pattern - (the "#" case) or the longest matching pattern (the "##" case) - deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern removal operation - is applied to each positional parameter in turn, and the expan- - sion is the resultant list. If _p_a_r_a_m_e_t_e_r is an array variable - subscripted with @@ or **, the pattern removal operation is ap- - plied to each member of the array in turn, and the expansion is + tteerrnn MMaattcchhiinngg below. If the pattern matches the beginning of + the value of _p_a_r_a_m_e_t_e_r, then the result of the expansion is the + expanded value of _p_a_r_a_m_e_t_e_r with the shortest matching pattern + (the "#" case) or the longest matching pattern (the "##" case) + deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern removal operation + is applied to each positional parameter in turn, and the expan- + sion is the resultant list. If _p_a_r_a_m_e_t_e_r is an array variable + subscripted with @@ or **, the pattern removal operation is ap- + plied to each member of the array in turn, and the expansion is the resultant list. ${_p_a_r_a_m_e_t_e_r%%_w_o_r_d} @@ -1962,15 +1966,15 @@ EEXXPPAANNSSIIOONN RReemmoovvee mmaattcchhiinngg ssuuffffiixx ppaatttteerrnn. The _w_o_r_d is expanded to produce a pattern just as in pathname expansion, and matched against the expanded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- - tteerrnn MMaattcchhiinngg below. If the pattern matches a trailing portion - of the expanded value of _p_a_r_a_m_e_t_e_r, then the result of the ex- - pansion is the expanded value of _p_a_r_a_m_e_t_e_r with the shortest - matching pattern (the "%" case) or the longest matching pattern - (the "%%" case) deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern - removal operation is applied to each positional parameter in - turn, and the expansion is the resultant list. If _p_a_r_a_m_e_t_e_r is - an array variable subscripted with @@ or **, the pattern removal - operation is applied to each member of the array in turn, and + tteerrnn MMaattcchhiinngg below. If the pattern matches a trailing portion + of the expanded value of _p_a_r_a_m_e_t_e_r, then the result of the ex- + pansion is the expanded value of _p_a_r_a_m_e_t_e_r with the shortest + matching pattern (the "%" case) or the longest matching pattern + (the "%%" case) deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern + removal operation is applied to each positional parameter in + turn, and the expansion is the resultant list. If _p_a_r_a_m_e_t_e_r is + an array variable subscripted with @@ or **, the pattern removal + operation is applied to each member of the array in turn, and the expansion is the resultant list. ${_p_a_r_a_m_e_t_e_r//_p_a_t_t_e_r_n//_s_t_r_i_n_g} @@ -1978,128 +1982,127 @@ EEXXPPAANNSSIIOONN ${_p_a_r_a_m_e_t_e_r//##_p_a_t_t_e_r_n//_s_t_r_i_n_g} ${_p_a_r_a_m_e_t_e_r//%%_p_a_t_t_e_r_n//_s_t_r_i_n_g} PPaatttteerrnn ssuubbssttiittuuttiioonn. The _p_a_t_t_e_r_n is expanded to produce a pat- - tern just as in pathname expansion and matched against the ex- - panded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- - tteerrnn MMaattcchhiinngg below. The longest match of _p_a_t_t_e_r_n in the ex- - panded value is replaced with _s_t_r_i_n_g. _s_t_r_i_n_g undergoes tilde - expansion, parameter and variable expansion, arithmetic expan- + tern just as in pathname expansion and matched against the ex- + panded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- + tteerrnn MMaattcchhiinngg below. The longest match of _p_a_t_t_e_r_n in the ex- + panded value is replaced with _s_t_r_i_n_g. _s_t_r_i_n_g undergoes tilde + expansion, parameter and variable expansion, arithmetic expan- sion, command and process substitution, and quote removal. - In the first form above, only the first match is replaced. If + In the first form above, only the first match is replaced. If there are two slashes separating _p_a_r_a_m_e_t_e_r and _p_a_t_t_e_r_n (the sec- - ond form above), all matches of _p_a_t_t_e_r_n are replaced with - _s_t_r_i_n_g. If _p_a_t_t_e_r_n is preceded by ## (the third form above), it - must match at the beginning of the expanded value of _p_a_r_a_m_e_t_e_r. - If _p_a_t_t_e_r_n is preceded by %% (the fourth form above), it must + ond form above), all matches of _p_a_t_t_e_r_n are replaced with + _s_t_r_i_n_g. If _p_a_t_t_e_r_n is preceded by ## (the third form above), it + must match at the beginning of the expanded value of _p_a_r_a_m_e_t_e_r. + If _p_a_t_t_e_r_n is preceded by %% (the fourth form above), it must match at the end of the expanded value of _p_a_r_a_m_e_t_e_r. - If the expansion of _s_t_r_i_n_g is null, matches of _p_a_t_t_e_r_n are + If the expansion of _s_t_r_i_n_g is null, matches of _p_a_t_t_e_r_n are deleted and the // following _p_a_t_t_e_r_n may be omitted. - If the ppaattssuubb__rreeppllaacceemmeenntt shell option is enabled using sshhoopptt, - any unquoted instances of && in _s_t_r_i_n_g are replaced with the + If the ppaattssuubb__rreeppllaacceemmeenntt shell option is enabled using sshhoopptt, + any unquoted instances of && in _s_t_r_i_n_g are replaced with the matching portion of _p_a_t_t_e_r_n. Quoting any part of _s_t_r_i_n_g inhibits replacement in the expansion - of the quoted portion, including replacement strings stored in - shell variables. Backslash will escape && in _s_t_r_i_n_g; the back- - slash is removed in order to permit a literal && in the replace- - ment string. Backslash can also be used to escape a backslash; - \\\\ results in a literal backslash in the replacement. Users - should take care if _s_t_r_i_n_g is double-quoted to avoid unwanted - interactions between the backslash and double-quoting, since - backslash has special meaning within double quotes. Pattern - substitution performs the check for unquoted && after expanding + of the quoted portion, including replacement strings stored in + shell variables. Backslash will escape && in _s_t_r_i_n_g; the back- + slash is removed in order to permit a literal && in the replace- + ment string. Backslash can also be used to escape a backslash; + \\\\ results in a literal backslash in the replacement. Users + should take care if _s_t_r_i_n_g is double-quoted to avoid unwanted + interactions between the backslash and double-quoting, since + backslash has special meaning within double quotes. Pattern + substitution performs the check for unquoted && after expanding _s_t_r_i_n_g; shell programmers should quote any occurrences of && they want to be taken literally in the replacement and ensure any in- stances of && they want to be replaced are unquoted. - Like the pattern removal operators, double quotes surrounding + Like the pattern removal operators, double quotes surrounding the replacement string quote the expanded characters, while dou- - ble quotes enclosing the entire parameter substitution do not, - since the expansion is performed in a context that doesn't take + ble quotes enclosing the entire parameter substitution do not, + since the expansion is performed in a context that doesn't take any enclosing double quotes into account. - If the nnooccaasseemmaattcchh shell option is enabled, the match is per- + If the nnooccaasseemmaattcchh shell option is enabled, the match is per- formed without regard to the case of alphabetic characters. If _p_a_r_a_m_e_t_e_r is @@ or **, the substitution operation is applied to - each positional parameter in turn, and the expansion is the re- - sultant list. If _p_a_r_a_m_e_t_e_r is an array variable subscripted - with @@ or **, the substitution operation is applied to each mem- - ber of the array in turn, and the expansion is the resultant + each positional parameter in turn, and the expansion is the re- + sultant list. If _p_a_r_a_m_e_t_e_r is an array variable subscripted + with @@ or **, the substitution operation is applied to each mem- + ber of the array in turn, and the expansion is the resultant list. ${_p_a_r_a_m_e_t_e_r^^_p_a_t_t_e_r_n} ${_p_a_r_a_m_e_t_e_r^^^^_p_a_t_t_e_r_n} ${_p_a_r_a_m_e_t_e_r,,_p_a_t_t_e_r_n} ${_p_a_r_a_m_e_t_e_r,,,,_p_a_t_t_e_r_n} - CCaassee mmooddiiffiiccaattiioonn. This expansion modifies the case of alpha- - betic characters in _p_a_r_a_m_e_t_e_r. The _p_a_t_t_e_r_n is expanded to pro- + CCaassee mmooddiiffiiccaattiioonn. This expansion modifies the case of alpha- + betic characters in _p_a_r_a_m_e_t_e_r. The _p_a_t_t_e_r_n is expanded to pro- duce a pattern just as in pathname expansion. Each character in - the expanded value of _p_a_r_a_m_e_t_e_r is tested against _p_a_t_t_e_r_n, and, - if it matches the pattern, its case is converted. The pattern + the expanded value of _p_a_r_a_m_e_t_e_r is tested against _p_a_t_t_e_r_n, and, + if it matches the pattern, its case is converted. The pattern should not attempt to match more than one character. - The ^^ operator converts lowercase letters matching _p_a_t_t_e_r_n to + The ^^ operator converts lowercase letters matching _p_a_t_t_e_r_n to uppercase; the ,, operator converts matching uppercase letters to - lowercase. The ^^^^ and ,,,, expansions convert each matched char- - acter in the expanded value; the ^^ and ,, expansions match and + lowercase. The ^^^^ and ,,,, expansions convert each matched char- + acter in the expanded value; the ^^ and ,, expansions match and convert only the first character in the expanded value. If _p_a_t_- - _t_e_r_n is omitted, it is treated like a ??, which matches every + _t_e_r_n is omitted, it is treated like a ??, which matches every character. - If _p_a_r_a_m_e_t_e_r is @@ or **, the case modification operation is ap- + If _p_a_r_a_m_e_t_e_r is @@ or **, the case modification operation is ap- plied to each positional parameter in turn, and the expansion is - the resultant list. If _p_a_r_a_m_e_t_e_r is an array variable sub- + the resultant list. If _p_a_r_a_m_e_t_e_r is an array variable sub- scripted with @@ or **, the case modification operation is applied - to each member of the array in turn, and the expansion is the + to each member of the array in turn, and the expansion is the resultant list. ${_p_a_r_a_m_e_t_e_r@@_o_p_e_r_a_t_o_r} PPaarraammeetteerr ttrraannssffoorrmmaattiioonn. The expansion is either a transforma- - tion of the value of _p_a_r_a_m_e_t_e_r or information about _p_a_r_a_m_e_t_e_r - itself, depending on the value of _o_p_e_r_a_t_o_r. Each _o_p_e_r_a_t_o_r is a + tion of the value of _p_a_r_a_m_e_t_e_r or information about _p_a_r_a_m_e_t_e_r + itself, depending on the value of _o_p_e_r_a_t_o_r. Each _o_p_e_r_a_t_o_r is a single letter: - - UU The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r - with lowercase alphabetic characters converted to upper- + UU The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with lowercase alphabetic characters converted to upper- case. - uu The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + uu The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r with the first character converted to uppercase, if it is alphabetic. - LL The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r - with uppercase alphabetic characters converted to lower- + LL The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with uppercase alphabetic characters converted to lower- case. - QQ The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + QQ The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r quoted in a format that can be reused as input. - EE The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r - with backslash escape sequences expanded as with the + EE The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with backslash escape sequences expanded as with the $$''...'' quoting mechanism. PP The expansion is a string that is the result of expanding the value of _p_a_r_a_m_e_t_e_r as if it were a prompt string (see PPRROOMMPPTTIINNGG below). - AA The expansion is a string in the form of an assignment - statement or ddeeccllaarree command that, if evaluated, will + AA The expansion is a string in the form of an assignment + statement or ddeeccllaarree command that, if evaluated, will recreate _p_a_r_a_m_e_t_e_r with its attributes and value. - KK Produces a possibly-quoted version of the value of _p_a_r_a_- - _m_e_t_e_r, except that it prints the values of indexed and - associative arrays as a sequence of quoted key-value + KK Produces a possibly-quoted version of the value of _p_a_r_a_- + _m_e_t_e_r, except that it prints the values of indexed and + associative arrays as a sequence of quoted key-value pairs (see AArrrraayyss above). The keys and values are quoted in a format that can be reused as input. - aa The expansion is a string consisting of flag values rep- + aa The expansion is a string consisting of flag values rep- resenting _p_a_r_a_m_e_t_e_r's attributes. - kk Like the K transformation, but expands the keys and val- - ues of indexed and associative arrays to separate words + kk Like the K transformation, but expands the keys and val- + ues of indexed and associative arrays to separate words after word splitting. - If _p_a_r_a_m_e_t_e_r is @@ or **, the operation is applied to each posi- - tional parameter in turn, and the expansion is the resultant - list. If _p_a_r_a_m_e_t_e_r is an array variable subscripted with @@ or + If _p_a_r_a_m_e_t_e_r is @@ or **, the operation is applied to each posi- + tional parameter in turn, and the expansion is the resultant + list. If _p_a_r_a_m_e_t_e_r is an array variable subscripted with @@ or **, the operation is applied to each member of the array in turn, and the expansion is the resultant list. - The result of the expansion is subject to word splitting and + The result of the expansion is subject to word splitting and pathname expansion as described below. CCoommmmaanndd SSuubbssttiittuuttiioonn @@ -2113,46 +2116,46 @@ EEXXPPAANNSSIIOONN BBaasshh performs the expansion by executing _c_o_m_m_a_n_d in a subshell environ- ment and replacing the command substitution with the standard output of the command, with any trailing newlines deleted. Embedded newlines are - not deleted, but they may be removed during word splitting. The com- - mand substitution $$((ccaatt _f_i_l_e)) can be replaced by the equivalent but + not deleted, but they may be removed during word splitting. The com- + mand substitution $$((ccaatt _f_i_l_e)) can be replaced by the equivalent but faster $$((<< _f_i_l_e)). - With the old-style backquote form of substitution, backslash retains - its literal meaning except when followed by $$, ``, or \\. The first - backquote not preceded by a backslash terminates the command substitu- - tion. When using the $(_c_o_m_m_a_n_d) form, all characters between the + With the old-style backquote form of substitution, backslash retains + its literal meaning except when followed by $$, ``, or \\. The first + backquote not preceded by a backslash terminates the command substitu- + tion. When using the $(_c_o_m_m_a_n_d) form, all characters between the parentheses make up the command; none are treated specially. There is an alternate form of command substitution: $${{_c _c_o_m_m_a_n_d;;}} - which executes _c_o_m_m_a_n_d in the current execution environment and cap- + which executes _c_o_m_m_a_n_d in the current execution environment and cap- tures its output, again with trailing newlines removed. The character _c following the open brace must be a space, tab, newline, - or ||, and the close brace must be in a position where a reserved word - may appear (i.e., preceded by a command terminator such as semicolon). + or ||, and the close brace must be in a position where a reserved word + may appear (i.e., preceded by a command terminator such as semicolon). BBaasshh allows the close brace to be joined to the remaining characters in - the word without being followed by a shell metacharacter as a reserved + the word without being followed by a shell metacharacter as a reserved word would usually require. Any side effects of _c_o_m_m_a_n_d take effect immediately in the current exe- - cution environment and persist in the current environment after the + cution environment and persist in the current environment after the command completes (e.g., the eexxiitt builtin will exit the shell). - This type of command substitution superficially resembles executing an - unnamed shell function: local variables are created as when a shell - function is executing, and the rreettuurrnn builtin forces _c_o_m_m_a_n_d to com- - plete; however, the rest of the execution environment, including the + This type of command substitution superficially resembles executing an + unnamed shell function: local variables are created as when a shell + function is executing, and the rreettuurrnn builtin forces _c_o_m_m_a_n_d to com- + plete; however, the rest of the execution environment, including the positional parameters, is shared with the caller. - If the first character following the open brace is a ||, the construct - expands to the value of the RREEPPLLYY shell variable after _c_o_m_m_a_n_d exe- - cutes, without removing any trailing newlines, and the standard output - of _c_o_m_m_a_n_d remains the same as in the calling shell. BBaasshh creates RREE-- + If the first character following the open brace is a ||, the construct + expands to the value of the RREEPPLLYY shell variable after _c_o_m_m_a_n_d exe- + cutes, without removing any trailing newlines, and the standard output + of _c_o_m_m_a_n_d remains the same as in the calling shell. BBaasshh creates RREE-- PPLLYY as an initially-unset local variable when _c_o_m_m_a_n_d executes, and re- - stores RREEPPLLYY to the value it had before the command substitution after + stores RREEPPLLYY to the value it had before the command substitution after _c_o_m_m_a_n_d completes, as with any local variable. Command substitutions may be nested. To nest when using the backquoted @@ -2167,117 +2170,117 @@ EEXXPPAANNSSIIOONN $$((((_e_x_p_r_e_s_s_i_o_n)))) - The _e_x_p_r_e_s_s_i_o_n undergoes the same expansions as if it were within dou- - ble quotes, but double quote characters in _e_x_p_r_e_s_s_i_o_n are not treated - specially and are removed. All tokens in the expression undergo para- - meter and variable expansion, command substitution, and quote removal. - The result is treated as the arithmetic expression to be evaluated. + The _e_x_p_r_e_s_s_i_o_n undergoes the same expansions as if it were within dou- + ble quotes, but double quote characters in _e_x_p_r_e_s_s_i_o_n are not treated + specially and are removed. All tokens in the expression undergo para- + meter and variable expansion, command substitution, and quote removal. + The result is treated as the arithmetic expression to be evaluated. Arithmetic expansions may be nested. - The evaluation is performed according to the rules listed below under + The evaluation is performed according to the rules listed below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. If _e_x_p_r_e_s_s_i_o_n is invalid, bbaasshh prints a message - to standard error indicating failure, does not perform the substitu- + to standard error indicating failure, does not perform the substitu- tion, and does not execute the command associated with the expansion. PPrroocceessss SSuubbssttiittuuttiioonn - _P_r_o_c_e_s_s _s_u_b_s_t_i_t_u_t_i_o_n allows a process's input or output to be referred - to using a filename. It takes the form of <<((_l_i_s_t)) or >>((_l_i_s_t)). The - process _l_i_s_t is run asynchronously, and its input or output appears as + _P_r_o_c_e_s_s _s_u_b_s_t_i_t_u_t_i_o_n allows a process's input or output to be referred + to using a filename. It takes the form of <<((_l_i_s_t)) or >>((_l_i_s_t)). The + process _l_i_s_t is run asynchronously, and its input or output appears as a filename. This filename is passed as an argument to the current com- mand as the result of the expansion. If the >>((_l_i_s_t)) form is used, writing to the file will provide input for - _l_i_s_t. If the <<((_l_i_s_t)) form is used, reading the file will obtain the - output of _l_i_s_t. No space may appear between the << or >> and the left + _l_i_s_t. If the <<((_l_i_s_t)) form is used, reading the file will obtain the + output of _l_i_s_t. No space may appear between the << or >> and the left parenthesis, otherwise the construct would be interpreted as a redirec- tion. - Process substitution is supported on systems that support named pipes + Process substitution is supported on systems that support named pipes (_F_I_F_O_s) or the //ddeevv//ffdd method of naming open files. - When available, process substitution is performed simultaneously with - parameter and variable expansion, command substitution, and arithmetic + When available, process substitution is performed simultaneously with + parameter and variable expansion, command substitution, and arithmetic expansion. WWoorrdd SSpplliittttiinngg - The shell scans the results of parameter expansion, command substitu- - tion, and arithmetic expansion that did not occur within double quotes + The shell scans the results of parameter expansion, command substitu- + tion, and arithmetic expansion that did not occur within double quotes for _w_o_r_d _s_p_l_i_t_t_i_n_g. - The shell treats each character of IIFFSS as a delimiter, and splits the - results of the other expansions into words using these characters as + The shell treats each character of IIFFSS as a delimiter, and splits the + results of the other expansions into words using these characters as field terminators. If IIFFSS is unset, or its value is exactly <><><>, the de- - fault, then sequences of ssppaaccee, ttaabb, and nneewwlliinnee at the beginning and - end of the results of the previous expansions are ignored, and any se- - quence of IIFFSS characters not at the beginning or end delimits words. + fault, then sequences of ssppaaccee, ttaabb, and nneewwlliinnee at the beginning and + end of the results of the previous expansions are ignored, and any se- + quence of IIFFSS characters not at the beginning or end delimits words. If IIFFSS has a value other than the default, then sequences of the white- - space characters ssppaaccee, ttaabb, and nneewwlliinnee present in the value of IIFFSS - (an IIFFSS whitespace character) are ignored at the beginning and end of - the word. Any character in IIFFSS that is not IIFFSS whitespace, along with - any adjacent IIFFSS whitespace characters, delimits a field. A sequence + space characters ssppaaccee, ttaabb, and nneewwlliinnee present in the value of IIFFSS + (an IIFFSS whitespace character) are ignored at the beginning and end of + the word. Any character in IIFFSS that is not IIFFSS whitespace, along with + any adjacent IIFFSS whitespace characters, delimits a field. A sequence of IIFFSS whitespace characters is also treated as a delimiter. - If the value of IIFFSS is null, no word splitting occurs. If IIFFSS is un- - set, word splitting behaves as if it contained the default value of + If the value of IIFFSS is null, no word splitting occurs. If IIFFSS is un- + set, word splitting behaves as if it contained the default value of <><><>. - Explicit null arguments ("""" or '''') are retained and passed to commands + Explicit null arguments ("""" or '''') are retained and passed to commands as empty strings. Unquoted implicit null arguments, resulting from the expansion of parameters that have no values, are removed. If a parame- ter with no value is expanded within double quotes, a null argument re- sults and is retained and passed to a command as an empty string. When - a quoted null argument appears as part of a word whose expansion is - non-null, the null argument is removed. That is, the word "-d''" be- + a quoted null argument appears as part of a word whose expansion is + non-null, the null argument is removed. That is, the word "-d''" be- comes "-d" after word splitting and null argument removal. Note that if no expansion occurs, no splitting is performed. PPaatthhnnaammee EExxppaannssiioonn - After word splitting, unless the --ff option has been set, bbaasshh scans - each word for the characters **, ??, and [[. If one of these characters + After word splitting, unless the --ff option has been set, bbaasshh scans + each word for the characters **, ??, and [[. If one of these characters appears, and is not quoted, then the word is regarded as a _p_a_t_t_e_r_n, and replaced with a sorted list of filenames matching the pattern (see PPaatt-- - tteerrnn MMaattcchhiinngg below) subject to the value of the GGLLOOBBSSOORRTT shell vari- + tteerrnn MMaattcchhiinngg below) subject to the value of the GGLLOOBBSSOORRTT shell vari- able. - If no matching filenames are found, and the shell option nnuullllgglloobb is - not enabled, the word is left unchanged. If the nnuullllgglloobb option is - set, and no matches are found, the word is removed. If the ffaaiillgglloobb - shell option is set, and no matches are found, bbaasshh prints an error - message and does not execute the command. If the shell option nnooccaassee-- - gglloobb is enabled, the match is performed without regard to the case of + If no matching filenames are found, and the shell option nnuullllgglloobb is + not enabled, the word is left unchanged. If the nnuullllgglloobb option is + set, and no matches are found, the word is removed. If the ffaaiillgglloobb + shell option is set, and no matches are found, bbaasshh prints an error + message and does not execute the command. If the shell option nnooccaassee-- + gglloobb is enabled, the match is performed without regard to the case of alphabetic characters. When a pattern is used for pathname expansion, the character "." at the - start of a name or immediately following a slash must be matched ex- - plicitly, unless the shell option ddoottgglloobb is set. In order to match - the filenames "." and "..", the pattern must begin with "." (for exam- - ple, ".?"), even if ddoottgglloobb is set. If the gglloobbsskkiippddoottss shell option + start of a name or immediately following a slash must be matched ex- + plicitly, unless the shell option ddoottgglloobb is set. In order to match + the filenames "." and "..", the pattern must begin with "." (for exam- + ple, ".?"), even if ddoottgglloobb is set. If the gglloobbsskkiippddoottss shell option is enabled, the filenames "." and ".." never match, even if the pattern - begins with a ".". When not matching pathnames, the "." character is + begins with a ".". When not matching pathnames, the "." character is not treated specially. - When matching a pathname, the slash character must always be matched + When matching a pathname, the slash character must always be matched explicitly by a slash in the pattern, but in other matching contexts it - can be matched by a special pattern character as described below under + can be matched by a special pattern character as described below under PPaatttteerrnn MMaattcchhiinngg. - See the description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS for a - description of the nnooccaasseegglloobb, nnuullllgglloobb, gglloobbsskkiippddoottss, ffaaiillgglloobb, and + See the description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS for a + description of the nnooccaasseegglloobb, nnuullllgglloobb, gglloobbsskkiippddoottss, ffaaiillgglloobb, and ddoottgglloobb shell options. - The GGLLOOBBIIGGNNOORREE shell variable may be used to restrict the set of file - names matching a _p_a_t_t_e_r_n. If GGLLOOBBIIGGNNOORREE is set, each matching file - name that also matches one of the patterns in GGLLOOBBIIGGNNOORREE is removed - from the list of matches. If the nnooccaasseegglloobb option is set, the match- - ing against the patterns in GGLLOOBBIIGGNNOORREE is performed without regard to + The GGLLOOBBIIGGNNOORREE shell variable may be used to restrict the set of file + names matching a _p_a_t_t_e_r_n. If GGLLOOBBIIGGNNOORREE is set, each matching file + name that also matches one of the patterns in GGLLOOBBIIGGNNOORREE is removed + from the list of matches. If the nnooccaasseegglloobb option is set, the match- + ing against the patterns in GGLLOOBBIIGGNNOORREE is performed without regard to case. The filenames "." and ".." are always ignored when GGLLOOBBIIGGNNOORREE is - set and not null. However, setting GGLLOOBBIIGGNNOORREE to a non-null value has + set and not null. However, setting GGLLOOBBIIGGNNOORREE to a non-null value has the effect of enabling the ddoottgglloobb shell option, so all other filenames - beginning with a "." will match. To get the old behavior of ignoring - filenames beginning with a ".", make ".*" one of the patterns in GGLLOO-- + beginning with a "." will match. To get the old behavior of ignoring + filenames beginning with a ".", make ".*" one of the patterns in GGLLOO-- BBIIGGNNOORREE. The ddoottgglloobb option is disabled when GGLLOOBBIIGGNNOORREE is unset. The GGLLOOBBIIGGNNOORREE pattern matching honors the setting of the eexxttgglloobb shell op- tion. @@ -2288,46 +2291,46 @@ EEXXPPAANNSSIIOONN PPaatttteerrnn MMaattcchhiinngg Any character that appears in a pattern, other than the special pattern - characters described below, matches itself. The NUL character may not - occur in a pattern. A backslash escapes the following character; the - escaping backslash is discarded when matching. The special pattern + characters described below, matches itself. The NUL character may not + occur in a pattern. A backslash escapes the following character; the + escaping backslash is discarded when matching. The special pattern characters must be quoted if they are to be matched literally. The special pattern characters have the following meanings: - ** Matches any string, including the null string. When the - gglloobbssttaarr shell option is enabled, and ** is used in a - pathname expansion context, two adjacent **s used as a - single pattern will match all files and zero or more di- - rectories and subdirectories. If followed by a //, two - adjacent **s will match only directories and subdirecto- + ** Matches any string, including the null string. When the + gglloobbssttaarr shell option is enabled, and ** is used in a + pathname expansion context, two adjacent **s used as a + single pattern will match all files and zero or more di- + rectories and subdirectories. If followed by a //, two + adjacent **s will match only directories and subdirecto- ries. ?? Matches any single character. - [[...]] Matches any one of the enclosed characters. A pair of - characters separated by a hyphen denotes a _r_a_n_g_e _e_x_p_r_e_s_- - _s_i_o_n; any character that falls between those two charac- + [[...]] Matches any one of the enclosed characters. A pair of + characters separated by a hyphen denotes a _r_a_n_g_e _e_x_p_r_e_s_- + _s_i_o_n; any character that falls between those two charac- ters, inclusive, using the current locale's collating se- - quence and character set, matches. If the first charac- + quence and character set, matches. If the first charac- ter following the [[ is a !! or a ^^ then any character not - within the range matches. A -- may be matched by includ- - ing it as the first or last character in the set. A ]] - may be matched by including it as the first character in + within the range matches. A -- may be matched by includ- + ing it as the first or last character in the set. A ]] + may be matched by including it as the first character in the set. The sorting order of characters in range expressions, and - the characters included in the range, are determined by - the current locale and the values of the LLCC__CCOOLLLLAATTEE or - LLCC__AALLLL shell variables, if set. To obtain the tradi- - tional interpretation of range expressions, where [[aa--dd]] - is equivalent to [[aabbccdd]], set the value of the LLCC__CCOOLLLLAATTEE - or LLCC__AALLLL shell variables to CC, or enable the gglloobbaassccii-- + the characters included in the range, are determined by + the current locale and the values of the LLCC__CCOOLLLLAATTEE or + LLCC__AALLLL shell variables, if set. To obtain the tradi- + tional interpretation of range expressions, where [[aa--dd]] + is equivalent to [[aabbccdd]], set the value of the LLCC__CCOOLLLLAATTEE + or LLCC__AALLLL shell variables to CC, or enable the gglloobbaassccii-- iirraannggeess shell option. - Within [[ and ]], _c_h_a_r_a_c_t_e_r _c_l_a_s_s_e_s can be specified using + Within [[ and ]], _c_h_a_r_a_c_t_e_r _c_l_a_s_s_e_s can be specified using the syntax [[::_c_l_a_s_s::]], where _c_l_a_s_s is one of the following classes defined in the POSIX standard: - aallnnuumm aallpphhaa aasscciiii bbllaannkk ccnnttrrll ddiiggiitt ggrraapphh lloowweerr pprriinntt + aallnnuumm aallpphhaa aasscciiii bbllaannkk ccnnttrrll ddiiggiitt ggrraapphh lloowweerr pprriinntt ppuunncctt ssppaaccee uuppppeerr wwoorrdd xxddiiggiitt A character class matches any character belonging to that @@ -2335,17 +2338,17 @@ EEXXPPAANNSSIIOONN and the character _. Within [[ and ]], an _e_q_u_i_v_a_l_e_n_c_e _c_l_a_s_s can be specified us- - ing the syntax [[==_c==]], which matches all characters with - the same collation weight (as defined by the current lo- + ing the syntax [[==_c==]], which matches all characters with + the same collation weight (as defined by the current lo- cale) as the character _c. Within [[ and ]], the syntax [[.._s_y_m_b_o_l..]] matches the collat- ing symbol _s_y_m_b_o_l. - If the eexxttgglloobb shell option is enabled using the sshhoopptt builtin, the - shell recognizes several extended pattern matching operators. In the + If the eexxttgglloobb shell option is enabled using the sshhoopptt builtin, the + shell recognizes several extended pattern matching operators. In the following description, a _p_a_t_t_e_r_n_-_l_i_s_t is a list of one or more patterns - separated by a ||. Composite patterns may be formed using one or more + separated by a ||. Composite patterns may be formed using one or more of the following sub-patterns: ??((_p_a_t_t_e_r_n_-_l_i_s_t)) @@ -2360,15 +2363,15 @@ EEXXPPAANNSSIIOONN Matches anything except one of the given patterns. The eexxttgglloobb option changes the behavior of the parser, since the paren- - theses are normally treated as operators with syntactic meaning. To - ensure that extended matching patterns are parsed correctly, make sure - that eexxttgglloobb is enabled before parsing constructs containing the pat- + theses are normally treated as operators with syntactic meaning. To + ensure that extended matching patterns are parsed correctly, make sure + that eexxttgglloobb is enabled before parsing constructs containing the pat- terns, including shell functions and command substitutions. When matching filenames, the ddoottgglloobb shell option determines the set of - filenames that are tested: when ddoottgglloobb is enabled, the set of file- - names includes all files beginning with ".", but "." and ".." must be - matched by a pattern or sub-pattern that begins with a dot; when it is + filenames that are tested: when ddoottgglloobb is enabled, the set of file- + names includes all files beginning with ".", but "." and ".." must be + matched by a pattern or sub-pattern that begins with a dot; when it is disabled, the set does not include any filenames beginning with "." un- less the pattern or sub-pattern begins with a ".". If the gglloobbsskkiippddoottss shell option is enabled, the filenames "." and ".." never appear in the @@ -2376,64 +2379,64 @@ EEXXPPAANNSSIIOONN Complicated extended pattern matching against long strings is slow, es- pecially when the patterns contain alternations and the strings contain - multiple matches. Using separate matches against shorter strings, or + multiple matches. Using separate matches against shorter strings, or using arrays of strings instead of a single long string, may be faster. QQuuoottee RReemmoovvaall After the preceding expansions, all unquoted occurrences of the charac- - ters \\, '', and "" that did not result from one of the above expansions + ters \\, '', and "" that did not result from one of the above expansions are removed. RREEDDIIRREECCTTIIOONN - Before a command is executed, its input and output may be _r_e_d_i_r_e_c_t_e_d - using a special notation interpreted by the shell. _R_e_d_i_r_e_c_t_i_o_n allows - commands' file handles to be duplicated, opened, closed, made to refer + Before a command is executed, its input and output may be _r_e_d_i_r_e_c_t_e_d + using a special notation interpreted by the shell. _R_e_d_i_r_e_c_t_i_o_n allows + commands' file handles to be duplicated, opened, closed, made to refer to different files, and can change the files the command reads from and - writes to. When used with the eexxeecc builtin, redirections modify file - handles in the current shell execution environment. The following - redirection operators may precede or appear anywhere within a _s_i_m_p_l_e + writes to. When used with the eexxeecc builtin, redirections modify file + handles in the current shell execution environment. The following + redirection operators may precede or appear anywhere within a _s_i_m_p_l_e _c_o_m_m_a_n_d or may follow a _c_o_m_m_a_n_d. Redirections are processed in the or- der they appear, from left to right. - Each redirection that may be preceded by a file descriptor number may + Each redirection that may be preceded by a file descriptor number may instead be preceded by a word of the form {_v_a_r_n_a_m_e}. In this case, for each redirection operator except >&- and <&-, the shell will allocate a - file descriptor greater than or equal to 10 and assign it to _v_a_r_n_a_m_e. + file descriptor greater than or equal to 10 and assign it to _v_a_r_n_a_m_e. If {_v_a_r_n_a_m_e} precedes >&- or <&-, the value of _v_a_r_n_a_m_e defines the file - descriptor to close. If {_v_a_r_n_a_m_e} is supplied, the redirection per- - sists beyond the scope of the command, which allows the shell program- + descriptor to close. If {_v_a_r_n_a_m_e} is supplied, the redirection per- + sists beyond the scope of the command, which allows the shell program- mer to manage the file descriptor's lifetime manually without using the eexxeecc builtin. The vvaarrrreeddiirr__cclloossee shell option manages this behavior. - In the following descriptions, if the file descriptor number is omit- - ted, and the first character of the redirection operator is <<, the - redirection refers to the standard input (file descriptor 0). If the - first character of the redirection operator is >>, the redirection + In the following descriptions, if the file descriptor number is omit- + ted, and the first character of the redirection operator is <<, the + redirection refers to the standard input (file descriptor 0). If the + first character of the redirection operator is >>, the redirection refers to the standard output (file descriptor 1). - The _w_o_r_d following the redirection operator in the following descrip- - tions, unless otherwise noted, is subjected to brace expansion, tilde - expansion, parameter and variable expansion, command substitution, - arithmetic expansion, quote removal, pathname expansion, and word + The _w_o_r_d following the redirection operator in the following descrip- + tions, unless otherwise noted, is subjected to brace expansion, tilde + expansion, parameter and variable expansion, command substitution, + arithmetic expansion, quote removal, pathname expansion, and word splitting. If it expands to more than one word, bbaasshh reports an error. The order of redirections is significant. For example, the command ls >> dirlist 2>>&&1 - directs both standard output and standard error to the file _d_i_r_l_i_s_t, + directs both standard output and standard error to the file _d_i_r_l_i_s_t, while the command ls 2>>&&1 >> dirlist - directs only the standard output to file _d_i_r_l_i_s_t, because the standard - error was directed to the standard output before the standard output + directs only the standard output to file _d_i_r_l_i_s_t, because the standard + error was directed to the standard output before the standard output was redirected to _d_i_r_l_i_s_t. BBaasshh handles several filenames specially when they are used in redirec- tions, as described in the following table. If the operating system on which bbaasshh is running provides these special files, bbaasshh will use them; - otherwise it will emulate them internally with the behavior described + otherwise it will emulate them internally with the behavior described below. //ddeevv//ffdd//_f_d @@ -2446,22 +2449,22 @@ RREEDDIIRREECCTTIIOONN File descriptor 2 is duplicated. //ddeevv//ttccpp//_h_o_s_t//_p_o_r_t If _h_o_s_t is a valid hostname or Internet address, and _p_o_r_t - is an integer port number or service name, bbaasshh attempts + is an integer port number or service name, bbaasshh attempts to open the corresponding TCP socket. //ddeevv//uuddpp//_h_o_s_t//_p_o_r_t If _h_o_s_t is a valid hostname or Internet address, and _p_o_r_t - is an integer port number or service name, bbaasshh attempts + is an integer port number or service name, bbaasshh attempts to open the corresponding UDP socket. A failure to open or create a file causes the redirection to fail. - Redirections using file descriptors greater than 9 should be used with - care, as they may conflict with file descriptors the shell uses inter- + Redirections using file descriptors greater than 9 should be used with + care, as they may conflict with file descriptors the shell uses inter- nally. RReeddiirreeccttiinngg IInnppuutt - Redirecting input opens the file whose name results from the expansion - of _w_o_r_d for reading on file descriptor _n, or the standard input (file + Redirecting input opens the file whose name results from the expansion + of _w_o_r_d for reading on file descriptor _n, or the standard input (file descriptor 0) if _n is not specified. The general format for redirecting input is: @@ -2470,24 +2473,24 @@ RREEDDIIRREECCTTIIOONN RReeddiirreeccttiinngg OOuuttppuutt Redirecting output opens the file whose name results from the expansion - of _w_o_r_d for writing on file descriptor _n, or the standard output (file - descriptor 1) if _n is not specified. If the file does not exist it is + of _w_o_r_d for writing on file descriptor _n, or the standard output (file + descriptor 1) if _n is not specified. If the file does not exist it is created; if it does exist it is truncated to zero size. The general format for redirecting output is: [_n]>>_w_o_r_d - If the redirection operator is >>, and the nnoocclloobbbbeerr option to the sseett - builtin has been enabled, the redirection will fail if the file whose - name results from the expansion of _w_o_r_d exists and is a regular file. + If the redirection operator is >>, and the nnoocclloobbbbeerr option to the sseett + builtin has been enabled, the redirection will fail if the file whose + name results from the expansion of _w_o_r_d exists and is a regular file. If the redirection operator is >>||, or the redirection operator is >> and - the nnoocclloobbbbeerr option to the sseett builtin command is not enabled, bbaasshh + the nnoocclloobbbbeerr option to the sseett builtin command is not enabled, bbaasshh attempts the redirection even if the file named by _w_o_r_d exists. AAppppeennddiinngg RReeddiirreecctteedd OOuuttppuutt - Redirecting output in this fashion opens the file whose name results - from the expansion of _w_o_r_d for appending on file descriptor _n, or the + Redirecting output in this fashion opens the file whose name results + from the expansion of _w_o_r_d for appending on file descriptor _n, or the standard output (file descriptor 1) if _n is not specified. If the file does not exist it is created. @@ -2496,11 +2499,11 @@ RREEDDIIRREECCTTIIOONN [_n]>>>>_w_o_r_d RReeddiirreeccttiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr - This construct redirects both the standard output (file descriptor 1) - and the standard error output (file descriptor 2) to the file whose + This construct redirects both the standard output (file descriptor 1) + and the standard error output (file descriptor 2) to the file whose name is the expansion of _w_o_r_d. - There are two formats for redirecting standard output and standard er- + There are two formats for redirecting standard output and standard er- ror: &&>>_w_o_r_d @@ -2512,8 +2515,8 @@ RREEDDIIRREECCTTIIOONN >>_w_o_r_d 2>>&&1 - When using the second form, _w_o_r_d may not expand to a number or --. If - it does, other redirection operators apply (see DDuupplliiccaattiinngg FFiillee DDee-- + When using the second form, _w_o_r_d may not expand to a number or --. If + it does, other redirection operators apply (see DDuupplliiccaattiinngg FFiillee DDee-- ssccrriippttoorrss below) for compatibility reasons. AAppppeennddiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr @@ -2532,10 +2535,10 @@ RREEDDIIRREECCTTIIOONN (see DDuupplliiccaattiinngg FFiillee DDeessccrriippttoorrss below). HHeerree DDooccuummeennttss - This type of redirection instructs the shell to read input from the + This type of redirection instructs the shell to read input from the current source until it reads a line containing only _d_e_l_i_m_i_t_e_r (with no - trailing blanks). All of the lines read up to that point then become - the standard input (or file descriptor _n if _n is specified) for a com- + trailing blanks). All of the lines read up to that point then become + the standard input (or file descriptor _n if _n is specified) for a com- mand. The format of here-documents is: @@ -2544,27 +2547,27 @@ RREEDDIIRREECCTTIIOONN _h_e_r_e_-_d_o_c_u_m_e_n_t _d_e_l_i_m_i_t_e_r - The shell does not perform parameter and variable expansion, command - substitution, arithmetic expansion, or pathname expansion is performed + The shell does not perform parameter and variable expansion, command + substitution, arithmetic expansion, or pathname expansion is performed on _w_o_r_d. If any part of _w_o_r_d is quoted, the _d_e_l_i_m_i_t_e_r is the result of quote re- moval on _w_o_r_d, and the lines in the here-document are not expanded. If - _w_o_r_d is unquoted, the _d_e_l_i_m_i_t_e_r is _w_o_r_d itself, and the here-document - text is treated similarly to a double-quoted string: all lines of the - here-document are subjected to parameter expansion, command substitu- - tion, and arithmetic expansion, the character sequence \\<> is + _w_o_r_d is unquoted, the _d_e_l_i_m_i_t_e_r is _w_o_r_d itself, and the here-document + text is treated similarly to a double-quoted string: all lines of the + here-document are subjected to parameter expansion, command substitu- + tion, and arithmetic expansion, the character sequence \\<> is treated literally, and \\ must be used to quote the characters \\, $$, and ``; however, double quote characters have no special meaning. - If the redirection operator is <<<<--, then the shell strips all leading - tab characters from input lines and the line containing _d_e_l_i_m_i_t_e_r. - This allows here-documents within shell scripts to be indented in a + If the redirection operator is <<<<--, then the shell strips all leading + tab characters from input lines and the line containing _d_e_l_i_m_i_t_e_r. + This allows here-documents within shell scripts to be indented in a natural fashion. If the delimiter is not quoted, the \\<> sequence is treated as a - line continuation: the two lines are joined and the backslash-newline - is removed. This happens while reading the here-document, before the + line continuation: the two lines are joined and the backslash-newline + is removed. This happens while reading the here-document, before the check for the ending delimiter, so joined lines can form the end delim- iter. @@ -2573,9 +2576,9 @@ RREEDDIIRREECCTTIIOONN [_n]<<<<<<_w_o_r_d - The _w_o_r_d undergoes tilde expansion, parameter and variable expansion, - command substitution, arithmetic expansion, and quote removal. Path- - name expansion and word splitting are not performed. The result is + The _w_o_r_d undergoes tilde expansion, parameter and variable expansion, + command substitution, arithmetic expansion, and quote removal. Path- + name expansion and word splitting are not performed. The result is supplied as a single string, with a newline appended, to the command on its standard input (or file descriptor _n if _n is specified). @@ -2585,22 +2588,22 @@ RREEDDIIRREECCTTIIOONN [_n]<<&&_w_o_r_d is used to duplicate input file descriptors. If _w_o_r_d expands to one or - more digits, file descriptor _n is made to be a copy of that file de- + more digits, file descriptor _n is made to be a copy of that file de- scriptor. It is a redirection error if the digits in _w_o_r_d do not spec- ify a file descriptor open for input. If _w_o_r_d evaluates to --, file de- - scriptor _n is closed. If _n is not specified, this uses the standard + scriptor _n is closed. If _n is not specified, this uses the standard input (file descriptor 0). The operator [_n]>>&&_w_o_r_d - is used similarly to duplicate output file descriptors. If _n is not - specified, this uses the standard output (file descriptor 1). It is a - redirection error if the digits in _w_o_r_d do not specify a file descrip- - tor open for output. If _w_o_r_d evaluates to --, file descriptor _n is - closed. As a special case, if _n is omitted, and _w_o_r_d does not expand - to one or more digits or --, this redirects the standard output and + is used similarly to duplicate output file descriptors. If _n is not + specified, this uses the standard output (file descriptor 1). It is a + redirection error if the digits in _w_o_r_d do not specify a file descrip- + tor open for output. If _w_o_r_d evaluates to --, file descriptor _n is + closed. As a special case, if _n is omitted, and _w_o_r_d does not expand + to one or more digits or --, this redirects the standard output and standard error as described previously. MMoovviinngg FFiillee DDeessccrriippttoorrss @@ -2608,7 +2611,7 @@ RREEDDIIRREECCTTIIOONN [_n]<<&&_d_i_g_i_t-- - moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard + moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard input (file descriptor 0) if _n is not specified. _d_i_g_i_t is closed after being duplicated to _n. @@ -2616,7 +2619,7 @@ RREEDDIIRREECCTTIIOONN [_n]>>&&_d_i_g_i_t-- - moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard + moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard output (file descriptor 1) if _n is not specified. OOppeenniinngg FFiillee DDeessccrriippttoorrss ffoorr RReeaaddiinngg aanndd WWrriittiinngg @@ -2629,168 +2632,168 @@ RREEDDIIRREECCTTIIOONN ified. If the file does not exist, it is created. AALLIIAASSEESS - _A_l_i_a_s_e_s allow a string to be substituted for a word that is in a posi- - tion in the input where it can be the first word of a simple command. - Aliases have names and corresponding values that are set and unset us- - ing the aalliiaass and uunnaalliiaass builtin commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS + _A_l_i_a_s_e_s allow a string to be substituted for a word that is in a posi- + tion in the input where it can be the first word of a simple command. + Aliases have names and corresponding values that are set and unset us- + ing the aalliiaass and uunnaalliiaass builtin commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - If the shell reads an unquoted word in the right position, it checks - the word to see if it matches an alias name. If it matches, the shell - replaces the word with the alias value, and reads that value as if it + If the shell reads an unquoted word in the right position, it checks + the word to see if it matches an alias name. If it matches, the shell + replaces the word with the alias value, and reads that value as if it had been read instead of the word. The shell doesn't look at any char- acters following the word before attempting alias substitution. - The characters //, $$, ``, and == and any of the shell _m_e_t_a_c_h_a_r_a_c_t_e_r_s or - quoting characters listed above may not appear in an alias name. The - replacement text may contain any valid shell input, including shell - metacharacters. The first word of the replacement text is tested for + The characters //, $$, ``, and == and any of the shell _m_e_t_a_c_h_a_r_a_c_t_e_r_s or + quoting characters listed above may not appear in an alias name. The + replacement text may contain any valid shell input, including shell + metacharacters. The first word of the replacement text is tested for aliases, but a word that is identical to an alias being expanded is not expanded a second time. This means that one may alias llss to llss --FF, for - instance, and bbaasshh does not try to recursively expand the replacement + instance, and bbaasshh does not try to recursively expand the replacement text. - If the last character of the alias value is a _b_l_a_n_k, the shell checks + If the last character of the alias value is a _b_l_a_n_k, the shell checks the next command word following the alias for alias expansion. Aliases are created and listed with the aalliiaass command, and removed with the uunnaalliiaass command. - There is no mechanism for using arguments in the replacement text. If - arguments are needed, use a shell function (see FFUUNNCCTTIIOONNSS below) in- + There is no mechanism for using arguments in the replacement text. If + arguments are needed, use a shell function (see FFUUNNCCTTIIOONNSS below) in- stead. - Aliases are not expanded when the shell is not interactive, unless the - eexxppaanndd__aalliiaasseess shell option is set using sshhoopptt (see the description of + Aliases are not expanded when the shell is not interactive, unless the + eexxppaanndd__aalliiaasseess shell option is set using sshhoopptt (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - The rules concerning the definition and use of aliases are somewhat - confusing. BBaasshh always reads at least one complete line of input, and - all lines that make up a compound command, before executing any of the - commands on that line or the compound command. Aliases are expanded - when a command is read, not when it is executed. Therefore, an alias - definition appearing on the same line as another command does not take + The rules concerning the definition and use of aliases are somewhat + confusing. BBaasshh always reads at least one complete line of input, and + all lines that make up a compound command, before executing any of the + commands on that line or the compound command. Aliases are expanded + when a command is read, not when it is executed. Therefore, an alias + definition appearing on the same line as another command does not take effect until the shell reads the next line of input. The commands fol- - lowing the alias definition on that line are not affected by the new - alias. This behavior is also an issue when functions are executed. - Aliases are expanded when a function definition is read, not when the - function is executed, because a function definition is itself a com- - mand. As a consequence, aliases defined in a function are not avail- - able until after that function is executed. To be safe, always put - alias definitions on a separate line, and do not use aalliiaass in compound + lowing the alias definition on that line are not affected by the new + alias. This behavior is also an issue when functions are executed. + Aliases are expanded when a function definition is read, not when the + function is executed, because a function definition is itself a com- + mand. As a consequence, aliases defined in a function are not avail- + able until after that function is executed. To be safe, always put + alias definitions on a separate line, and do not use aalliiaass in compound commands. For almost every purpose, shell functions are preferable to aliases. FFUUNNCCTTIIOONNSS - A shell function, defined as described above under SSHHEELLLL GGRRAAMMMMAARR, - stores a series of commands for later execution. When the name of a + A shell function, defined as described above under SSHHEELLLL GGRRAAMMMMAARR, + stores a series of commands for later execution. When the name of a shell function is used as a simple command name, the shell executes the list of commands associated with that function name. Functions are ex- - ecuted in the context of the calling shell; there is no new process - created to interpret them (contrast this with the execution of a shell + ecuted in the context of the calling shell; there is no new process + created to interpret them (contrast this with the execution of a shell script). - When a function is executed, the arguments to the function become the + When a function is executed, the arguments to the function become the positional parameters during its execution. The special parameter ## is - updated to reflect the new positional parameters. Special parameter 00 + updated to reflect the new positional parameters. Special parameter 00 is unchanged. The first element of the FFUUNNCCNNAAMMEE variable is set to the name of the function while the function is executing. - All other aspects of the shell execution environment are identical be- - tween a function and its caller with these exceptions: the DDEEBBUUGG and - RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been - given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin - below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett - builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN - traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell + All other aspects of the shell execution environment are identical be- + tween a function and its caller with these exceptions: the DDEEBBUUGG and + RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been + given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin + below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett + builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN + traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell option has been enabled. - Variables local to the function are declared with the llooccaall builtin - command (_l_o_c_a_l _v_a_r_i_a_b_l_e_s). Ordinarily, variables and their values are - shared between the function and its caller. If a variable is declared - llooccaall, the variable's visible scope is restricted to that function and + Variables local to the function are declared with the llooccaall builtin + command (_l_o_c_a_l _v_a_r_i_a_b_l_e_s). Ordinarily, variables and their values are + shared between the function and its caller. If a variable is declared + llooccaall, the variable's visible scope is restricted to that function and its children (including the functions it calls). In the following description, the _c_u_r_r_e_n_t _s_c_o_p_e is a currently- execut- ing function. Previous scopes consist of that function's caller and so - on, back to the "global" scope, where the shell is not executing any - shell function. A local variable at the current scope is a variable - declared using the llooccaall or ddeeccllaarree builtins in the function that is + on, back to the "global" scope, where the shell is not executing any + shell function. A local variable at the current scope is a variable + declared using the llooccaall or ddeeccllaarree builtins in the function that is currently executing. - Local variables "shadow" variables with the same name declared at pre- - vious scopes. For instance, a local variable declared in a function + Local variables "shadow" variables with the same name declared at pre- + vious scopes. For instance, a local variable declared in a function hides variables with the same name declared at previous scopes, includ- - ing global variables: references and assignments refer to the local - variable, leaving the variables at previous scopes unmodified. When + ing global variables: references and assignments refer to the local + variable, leaving the variables at previous scopes unmodified. When the function returns, the global variable is once again visible. - The shell uses _d_y_n_a_m_i_c _s_c_o_p_i_n_g to control a variable's visibility - within functions. With dynamic scoping, visible variables and their - values are a result of the sequence of function calls that caused exe- - cution to reach the current function. The value of a variable that a - function sees depends on its value within its caller, if any, whether - that caller is the global scope or another shell function. This is + The shell uses _d_y_n_a_m_i_c _s_c_o_p_i_n_g to control a variable's visibility + within functions. With dynamic scoping, visible variables and their + values are a result of the sequence of function calls that caused exe- + cution to reach the current function. The value of a variable that a + function sees depends on its value within its caller, if any, whether + that caller is the global scope or another shell function. This is also the value that a local variable declaration shadows, and the value that is restored when the function returns. - For example, if a variable _v_a_r is declared as local in function _f_u_n_c_1, - and _f_u_n_c_1 calls another function _f_u_n_c_2, references to _v_a_r made from + For example, if a variable _v_a_r is declared as local in function _f_u_n_c_1, + and _f_u_n_c_1 calls another function _f_u_n_c_2, references to _v_a_r made from within _f_u_n_c_2 will resolve to the local variable _v_a_r from _f_u_n_c_1, shadow- ing any global variable named _v_a_r. The uunnsseett builtin also acts using the same dynamic scope: if a variable is local to the current scope, uunnsseett will unset it; otherwise the unset - will refer to the variable found in any calling scope as described - above. If a variable at the current local scope is unset, it will re- - main so (appearing as unset) until it is reset in that scope or until - the function returns. Once the function returns, any instance of the + will refer to the variable found in any calling scope as described + above. If a variable at the current local scope is unset, it will re- + main so (appearing as unset) until it is reset in that scope or until + the function returns. Once the function returns, any instance of the variable at a previous scope will become visible. If the unset acts on - a variable at a previous scope, any instance of a variable with that - name that had been shadowed will become visible (see below how the lloo-- + a variable at a previous scope, any instance of a variable with that + name that had been shadowed will become visible (see below how the lloo-- ccaallvvaarr__uunnsseett shell option changes this behavior). - The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, de- - fines a maximum function nesting level. Function invocations that ex- + The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, de- + fines a maximum function nesting level. Function invocations that ex- ceed the limit cause the entire command to abort. - If the builtin command rreettuurrnn is executed in a function, the function - completes and execution resumes with the next command after the func- + If the builtin command rreettuurrnn is executed in a function, the function + completes and execution resumes with the next command after the func- tion call. If rreettuurrnn is supplied a numeric argument, that is the func- - tion's return status; otherwise the function's return status is the - exit status of the last command executed before the rreettuurrnn. Any com- - mand associated with the RREETTUURRNN trap is executed before execution re- + tion's return status; otherwise the function's return status is the + exit status of the last command executed before the rreettuurrnn. Any com- + mand associated with the RREETTUURRNN trap is executed before execution re- sumes. When a function completes, the values of the positional parame- - ters and the special parameter ## are restored to the values they had + ters and the special parameter ## are restored to the values they had prior to the function's execution. - The --ff option to the ddeeccllaarree or ttyyppeesseett builtin commands will list - function names and definitions. The --FF option to ddeeccllaarree or ttyyppeesseett - will list the function names only (and optionally the source file and - line number, if the eexxttddeebbuugg shell option is enabled). Functions may + The --ff option to the ddeeccllaarree or ttyyppeesseett builtin commands will list + function names and definitions. The --FF option to ddeeccllaarree or ttyyppeesseett + will list the function names only (and optionally the source file and + line number, if the eexxttddeebbuugg shell option is enabled). Functions may be exported so that child shell processes (those created when executing - a separate shell invocation) automatically have them defined with the - --ff option to the eexxppoorrtt builtin. The --ff option to the uunnsseett builtin + a separate shell invocation) automatically have them defined with the + --ff option to the eexxppoorrtt builtin. The --ff option to the uunnsseett builtin will delete a function definition. Functions may be recursive. The FFUUNNCCNNEESSTT variable may be used to limit - the depth of the function call stack and restrict the number of func- - tion invocations. By default, bbaasshh imposes no limit on the number of + the depth of the function call stack and restrict the number of func- + tion invocations. By default, bbaasshh imposes no limit on the number of recursive calls. AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN - The shell allows arithmetic expressions to be evaluated, under certain - circumstances (see the lleett and ddeeccllaarree builtin commands, the (((( com- - pound command, the arithmetic ffoorr command, the [[[[ conditional command, + The shell allows arithmetic expressions to be evaluated, under certain + circumstances (see the lleett and ddeeccllaarree builtin commands, the (((( com- + pound command, the arithmetic ffoorr command, the [[[[ conditional command, and AArriitthhmmeettiicc EExxppaannssiioonn). - Evaluation is done in the largest fixed-width integers available, with - no check for overflow, though division by 0 is trapped and flagged as - an error. The operators and their precedence, associativity, and val- + Evaluation is done in the largest fixed-width integers available, with + no check for overflow, though division by 0 is trapped and flagged as + an error. The operators and their precedence, associativity, and val- ues are the same as in the C language. The following list of operators - is grouped into levels of equal-precedence operators. The levels are + is grouped into levels of equal-precedence operators. The levels are listed in order of decreasing precedence. _i_d++++ _i_d---- @@ -2818,63 +2821,63 @@ AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN _e_x_p_r_1 ,, _e_x_p_r_2 comma - Shell variables are allowed as operands; parameter expansion is per- + Shell variables are allowed as operands; parameter expansion is per- formed before the expression is evaluated. Within an expression, shell - variables may also be referenced by name without using the parameter + variables may also be referenced by name without using the parameter expansion syntax. This means you can use "x", where _x is a shell vari- able name, in an arithmetic expression, and the shell will evaluate its - value as an expression and use the result. A shell variable that is + value as an expression and use the result. A shell variable that is null or unset evaluates to 0 when referenced by name in an expression. - The value of a variable is evaluated as an arithmetic expression when - it is referenced, or when a variable which has been given the _i_n_t_e_g_e_r + The value of a variable is evaluated as an arithmetic expression when + it is referenced, or when a variable which has been given the _i_n_t_e_g_e_r attribute using ddeeccllaarree --ii is assigned a value. A null value evaluates - to 0. A shell variable need not have its _i_n_t_e_g_e_r attribute turned on + to 0. A shell variable need not have its _i_n_t_e_g_e_r attribute turned on to be used in an expression. Integer constants follow the C language definition, without suffixes or character constants. Constants with a leading 0 are interpreted as oc- - tal numbers. A leading 0x or 0X denotes hexadecimal. Otherwise, num- - bers take the form [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal num- - ber between 2 and 64 representing the arithmetic base, and _n is a num- - ber in that base. If _b_a_s_e_# is omitted, then base 10 is used. When + tal numbers. A leading 0x or 0X denotes hexadecimal. Otherwise, num- + bers take the form [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal num- + ber between 2 and 64 representing the arithmetic base, and _n is a num- + ber in that base. If _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, if a non-digit is required, the digits greater than 9 are - represented by the lowercase letters, the uppercase letters, @, and _, - in that order. If _b_a_s_e is less than or equal to 36, lowercase and up- - percase letters may be used interchangeably to represent numbers be- + represented by the lowercase letters, the uppercase letters, @, and _, + in that order. If _b_a_s_e is less than or equal to 36, lowercase and up- + percase letters may be used interchangeably to represent numbers be- tween 10 and 35. Operators are evaluated in precedence order. Sub-expressions in paren- theses are evaluated first and may override the precedence rules above. CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS - Conditional expressions are used by the [[[[ compound command and the - tteesstt and [[ builtin commands to test file attributes and perform string - and arithmetic comparisons. The tteesstt and [[ commands determine their - behavior based on the number of arguments; see the descriptions of + Conditional expressions are used by the [[[[ compound command and the + tteesstt and [[ builtin commands to test file attributes and perform string + and arithmetic comparisons. The tteesstt and [[ commands determine their + behavior based on the number of arguments; see the descriptions of those commands for any other command-specific actions. Expressions are formed from the unary or binary primaries listed below. - Unary expressions are often used to examine the status of a file or - shell variable. Binary operators are used for string, numeric, and + Unary expressions are often used to examine the status of a file or + shell variable. Binary operators are used for string, numeric, and file attribute comparisons. - BBaasshh handles several filenames specially when they are used in expres- + BBaasshh handles several filenames specially when they are used in expres- sions. If the operating system on which bbaasshh is running provides these - special files, bash will use them; otherwise it will emulate them in- - ternally with this behavior: If any _f_i_l_e argument to one of the pri- + special files, bash will use them; otherwise it will emulate them in- + ternally with this behavior: If any _f_i_l_e argument to one of the pri- maries is of the form _/_d_e_v_/_f_d_/_n, then file descriptor _n is checked. If - the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, - _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, 1, or 2, respectively, + the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, + _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, 1, or 2, respectively, is checked. Unless otherwise specified, primaries that operate on files follow sym- bolic links and operate on the target of the link, rather than the link itself. - When used with [[[[, or when the shell is in _p_o_s_i_x _m_o_d_e, the << and >> op- - erators sort lexicographically using the current locale. When the - shell is not in _p_o_s_i_x _m_o_d_e, the tteesstt command sorts using ASCII order- + When used with [[[[, or when the shell is in _p_o_s_i_x _m_o_d_e, the << and >> op- + erators sort lexicographically using the current locale. When the + shell is not in _p_o_s_i_x _m_o_d_e, the tteesstt command sorts using ASCII order- ing. --aa _f_i_l_e @@ -2913,25 +2916,25 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS --LL _f_i_l_e True if _f_i_l_e exists and is a symbolic link. --NN _f_i_l_e - True if _f_i_l_e exists and has been modified since it was last ac- + True if _f_i_l_e exists and has been modified since it was last ac- cessed. --OO _f_i_l_e True if _f_i_l_e exists and is owned by the effective user id. --SS _f_i_l_e True if _f_i_l_e exists and is a socket. --oo _o_p_t_n_a_m_e - True if the shell option _o_p_t_n_a_m_e is enabled. See the list of - options under the description of the --oo option to the sseett + True if the shell option _o_p_t_n_a_m_e is enabled. See the list of + options under the description of the --oo option to the sseett builtin below. --vv _v_a_r_n_a_m_e - True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a - value). If _v_a_r_n_a_m_e is an indexed array variable name sub- - scripted by _@ or _*, this returns true if the array has any set + True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a + value). If _v_a_r_n_a_m_e is an indexed array variable name sub- + scripted by _@ or _*, this returns true if the array has any set elements. If _v_a_r_n_a_m_e is an associative array variable name sub- - scripted by _@ or _*, this returns true if an element with that + scripted by _@ or _*, this returns true if an element with that key is set. --RR _v_a_r_n_a_m_e - True if the shell variable _v_a_r_n_a_m_e is set and is a name refer- + True if the shell variable _v_a_r_n_a_m_e is set and is a name refer- ence. --zz _s_t_r_i_n_g True if the length of _s_t_r_i_n_g is zero. @@ -2941,8 +2944,8 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS _s_t_r_i_n_g_1 ==== _s_t_r_i_n_g_2 _s_t_r_i_n_g_1 == _s_t_r_i_n_g_2 - True if the strings are equal. == should be used with the tteesstt - command for POSIX conformance. When used with the [[[[ command, + True if the strings are equal. == should be used with the tteesstt + command for POSIX conformance. When used with the [[[[ command, this performs pattern matching as described above (CCoommppoouunndd CCoomm-- mmaannddss). _s_t_r_i_n_g_1 !!== _s_t_r_i_n_g_2 @@ -2953,260 +2956,260 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS True if _s_t_r_i_n_g_1 sorts after _s_t_r_i_n_g_2 lexicographically. _f_i_l_e_1 --eeff _f_i_l_e_2 - True if _f_i_l_e_1 and _f_i_l_e_2 refer to the same device and inode num- + True if _f_i_l_e_1 and _f_i_l_e_2 refer to the same device and inode num- bers. _f_i_l_e_1 -nntt _f_i_l_e_2 - True if _f_i_l_e_1 is newer (according to modification date) than + True if _f_i_l_e_1 is newer (according to modification date) than _f_i_l_e_2, or if _f_i_l_e_1 exists and _f_i_l_e_2 does not. _f_i_l_e_1 -oott _f_i_l_e_2 - True if _f_i_l_e_1 is older than _f_i_l_e_2, or if _f_i_l_e_2 exists and _f_i_l_e_1 + True if _f_i_l_e_1 is older than _f_i_l_e_2, or if _f_i_l_e_2 exists and _f_i_l_e_1 does not. _a_r_g_1 OOPP _a_r_g_2 - OOPP is one of --eeqq, --nnee, --lltt, --llee, --ggtt, or --ggee. These arithmetic - binary operators return true if _a_r_g_1 is equal to, not equal to, - less than, less than or equal to, greater than, or greater than - or equal to _a_r_g_2, respectively. _a_r_g_1 and _a_r_g_2 may be positive - or negative integers. When used with the [[[[ command, _a_r_g_1 and - _a_r_g_2 are evaluated as arithmetic expressions (see AARRIITTHHMMEETTIICC + OOPP is one of --eeqq, --nnee, --lltt, --llee, --ggtt, or --ggee. These arithmetic + binary operators return true if _a_r_g_1 is equal to, not equal to, + less than, less than or equal to, greater than, or greater than + or equal to _a_r_g_2, respectively. _a_r_g_1 and _a_r_g_2 may be positive + or negative integers. When used with the [[[[ command, _a_r_g_1 and + _a_r_g_2 are evaluated as arithmetic expressions (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN above). SSIIMMPPLLEE CCOOMMMMAANNDD EEXXPPAANNSSIIOONN When the shell executes a simple command, it performs the following ex- - pansions, assignments, and redirections, from left to right, in the + pansions, assignments, and redirections, from left to right, in the following order. - 1. The words that the parser has marked as variable assignments - (those preceding the command name) and redirections are saved + 1. The words that the parser has marked as variable assignments + (those preceding the command name) and redirections are saved for later processing. - 2. The words that are not variable assignments or redirections are - expanded. If any words remain after expansion, the first word - is taken to be the name of the command and the remaining words + 2. The words that are not variable assignments or redirections are + expanded. If any words remain after expansion, the first word + is taken to be the name of the command and the remaining words are the arguments. 3. Redirections are performed as described above under RREEDDIIRREECCTTIIOONN. 4. The text after the == in each variable assignment undergoes tilde expansion, parameter expansion, command substitution, arithmetic - expansion, and quote removal before being assigned to the vari- + expansion, and quote removal before being assigned to the vari- able. If no command name results, the variable assignments affect the current - shell environment. In the case of such a command (one that consists - only of assignment statements and redirections), assignment statements - are performed before redirections. Otherwise, the variables are added - to the environment of the executed command and do not affect the cur- + shell environment. In the case of such a command (one that consists + only of assignment statements and redirections), assignment statements + are performed before redirections. Otherwise, the variables are added + to the environment of the executed command and do not affect the cur- rent shell environment. If any of the assignments attempts to assign a - value to a readonly variable, an error occurs, and the command exits + value to a readonly variable, an error occurs, and the command exits with a non-zero status. - If no command name results, redirections are performed, but do not af- - fect the current shell environment. A redirection error causes the + If no command name results, redirections are performed, but do not af- + fect the current shell environment. A redirection error causes the command to exit with a non-zero status. - If there is a command name left after expansion, execution proceeds as - described below. Otherwise, the command exits. If one of the expan- - sions contained a command substitution, the exit status of the command - is the exit status of the last command substitution performed. If + If there is a command name left after expansion, execution proceeds as + described below. Otherwise, the command exits. If one of the expan- + sions contained a command substitution, the exit status of the command + is the exit status of the last command substitution performed. If there were no command substitutions, the command exits with a zero sta- tus. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN - After a command has been split into words, if it results in a simple - command and an optional list of arguments, the shell performs the fol- + After a command has been split into words, if it results in a simple + command and an optional list of arguments, the shell performs the fol- lowing actions. - If the command name contains no slashes, the shell attempts to locate - it. If there exists a shell function by that name, that function is - invoked as described above in FFUUNNCCTTIIOONNSS. If the name does not match a - function, the shell searches for it in the list of shell builtins. If + If the command name contains no slashes, the shell attempts to locate + it. If there exists a shell function by that name, that function is + invoked as described above in FFUUNNCCTTIIOONNSS. If the name does not match a + function, the shell searches for it in the list of shell builtins. If a match is found, that builtin is invoked. - If the name is neither a shell function nor a builtin, and contains no - slashes, bbaasshh searches each element of the PPAATTHH for a directory con- + If the name is neither a shell function nor a builtin, and contains no + slashes, bbaasshh searches each element of the PPAATTHH for a directory con- taining an executable file by that name. BBaasshh uses a hash table to re- - member the full pathnames of executable files (see hhaasshh under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below). Bash performs a full search of the directo- - ries in PPAATTHH only if the command is not found in the hash table. If - the search is unsuccessful, the shell searches for a defined shell - function named ccoommmmaanndd__nnoott__ffoouunndd__hhaannddllee. If that function exists, it - is invoked in a separate execution environment with the original com- - mand and the original command's arguments as its arguments, and the - function's exit status becomes the exit status of that subshell. If + member the full pathnames of executable files (see hhaasshh under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below). Bash performs a full search of the directo- + ries in PPAATTHH only if the command is not found in the hash table. If + the search is unsuccessful, the shell searches for a defined shell + function named ccoommmmaanndd__nnoott__ffoouunndd__hhaannddllee. If that function exists, it + is invoked in a separate execution environment with the original com- + mand and the original command's arguments as its arguments, and the + function's exit status becomes the exit status of that subshell. If that function is not defined, the shell prints an error message and re- turns an exit status of 127. - If the search is successful, or if the command name contains one or + If the search is successful, or if the command name contains one or more slashes, the shell executes the named program in a separate execu- tion environment. Argument 0 is set to the name given, and the remain- ing arguments to the command are set to the arguments given, if any. - If this execution fails because the file is not in executable format, - and the file is not a directory, it is assumed to be a _s_h_e_l_l _s_c_r_i_p_t, a + If this execution fails because the file is not in executable format, + and the file is not a directory, it is assumed to be a _s_h_e_l_l _s_c_r_i_p_t, a file containing shell commands, and the shell creates a new instance of - itself to execute it. Bash tries to determine whether the file is a - text file or a binary, and will not execute files it determines to be + itself to execute it. Bash tries to determine whether the file is a + text file or a binary, and will not execute files it determines to be binaries. This subshell reinitializes itself, so that the effect is as - if a new shell had been invoked to handle the script, with the excep- - tion that the locations of commands remembered by the parent (see hhaasshh + if a new shell had been invoked to handle the script, with the excep- + tion that the locations of commands remembered by the parent (see hhaasshh below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS are retained by the child. - If the program is a file beginning with ##!!, the remainder of the first - line specifies an interpreter for the program. The shell executes the + If the program is a file beginning with ##!!, the remainder of the first + line specifies an interpreter for the program. The shell executes the specified interpreter on operating systems that do not handle this exe- cutable format themselves. The arguments to the interpreter consist of - a single optional argument following the interpreter name on the first - line of the program, followed by the name of the program, followed by + a single optional argument following the interpreter name on the first + line of the program, followed by the name of the program, followed by the command arguments, if any. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT - The shell has an _e_x_e_c_u_t_i_o_n _e_n_v_i_r_o_n_m_e_n_t, which consists of the follow- + The shell has an _e_x_e_c_u_t_i_o_n _e_n_v_i_r_o_n_m_e_n_t, which consists of the follow- ing: - +o open files inherited by the shell at invocation, as modified by - redirections supplied to the eexxeecc builtin + +o Open files inherited by the shell at invocation, as modified by + redirections supplied to the eexxeecc builtin. - +o the current working directory as set by ccdd, ppuusshhdd, or ppooppdd, or - inherited by the shell at invocation + +o The current working directory as set by ccdd, ppuusshhdd, or ppooppdd, or + inherited by the shell at invocation. - +o the file creation mode mask as set by uummaasskk or inherited from - the shell's parent + +o The file creation mode mask as set by uummaasskk or inherited from + the shell's parent. - +o current traps set by ttrraapp + +o Current traps set by ttrraapp. - +o shell parameters that are set by variable assignment or with sseett - or inherited from the shell's parent in the environment + +o Shell parameters that are set by variable assignment or with sseett + or inherited from the shell's parent in the environment. - +o shell functions defined during execution or inherited from the - shell's parent in the environment + +o Shell functions defined during execution or inherited from the + shell's parent in the environment. - +o options enabled at invocation (either by default or with com- - mand-line arguments) or by sseett + +o Options enabled at invocation (either by default or with com- + mand-line arguments) or by sseett. - +o options enabled by sshhoopptt + +o Options enabled by sshhoopptt. - +o shell aliases defined with aalliiaass + +o Shell aliases defined with aalliiaass. - +o various process IDs, including those of background jobs, the - value of $$$$, and the value of PPPPIIDD + +o Various process IDs, including those of background jobs, the + value of $$$$, and the value of PPPPIIDD. - When a simple command other than a builtin or shell function is to be - executed, it is invoked in a separate execution environment that con- - sists of the following. Unless otherwise noted, the values are inher- + When a simple command other than a builtin or shell function is to be + executed, it is invoked in a separate execution environment that con- + sists of the following. Unless otherwise noted, the values are inher- ited from the shell. - +o the shell's open files, plus any modifications and additions - specified by redirections to the command + +o The shell's open files, plus any modifications and additions + specified by redirections to the command. - +o the current working directory + +o The current working directory. - +o the file creation mode mask + +o The file creation mode mask. - +o shell variables and functions marked for export, along with - variables exported for the command, passed in the environment + +o Shell variables and functions marked for export, along with + variables exported for the command, passed in the environment. - +o traps caught by the shell are reset to the values inherited from - the shell's parent, and traps ignored by the shell are ignored + +o Traps caught by the shell are reset to the values inherited from + the shell's parent, and traps ignored by the shell are ignored. - A command invoked in this separate environment cannot affect the + A command invoked in this separate environment cannot affect the shell's execution environment. A _s_u_b_s_h_e_l_l is a copy of the shell process. - Command substitution, commands grouped with parentheses, and asynchro- + Command substitution, commands grouped with parentheses, and asynchro- nous commands are invoked in a subshell environment that is a duplicate of the shell environment, except that traps caught by the shell are re- - set to the values that the shell inherited from its parent at invoca- - tion. Builtin commands that are invoked as part of a pipeline, except - possibly in the last element depending on the value of the llaassttppiippee - shell option, are also executed in a subshell environment. Changes - made to the subshell environment cannot affect the shell's execution + set to the values that the shell inherited from its parent at invoca- + tion. Builtin commands that are invoked as part of a pipeline, except + possibly in the last element depending on the value of the llaassttppiippee + shell option, are also executed in a subshell environment. Changes + made to the subshell environment cannot affect the shell's execution environment. - When the shell is in _p_o_s_i_x _m_o_d_e, subshells spawned to execute command - substitutions inherit the value of the --ee option from their parent - shell. When not in _p_o_s_i_x _m_o_d_e, bbaasshh clears the --ee option in such sub- - shells. See the description of the iinnhheerriitt__eerrrreexxiitt shell option below + When the shell is in _p_o_s_i_x _m_o_d_e, subshells spawned to execute command + substitutions inherit the value of the --ee option from their parent + shell. When not in _p_o_s_i_x _m_o_d_e, bbaasshh clears the --ee option in such sub- + shells. See the description of the iinnhheerriitt__eerrrreexxiitt shell option below for how to control this behavior when not in posix mode. - If a command is followed by a && and job control is not active, the de- + If a command is followed by a && and job control is not active, the de- fault standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. Oth- - erwise, the invoked command inherits the file descriptors of the call- + erwise, the invoked command inherits the file descriptors of the call- ing shell as modified by redirections. EENNVVIIRROONNMMEENNTT - When a program is invoked it is given an array of strings called the + When a program is invoked it is given an array of strings called the _e_n_v_i_r_o_n_m_e_n_t. This is a list of _n_a_m_e-_v_a_l_u_e pairs, of the form _n_a_m_e=_v_a_l_u_e. - The shell provides several ways to manipulate the environment. On in- - vocation, the shell scans its own environment and creates a parameter - for each name found, automatically marking it for _e_x_p_o_r_t to child + The shell provides several ways to manipulate the environment. On in- + vocation, the shell scans its own environment and creates a parameter + for each name found, automatically marking it for _e_x_p_o_r_t to child processes. Executed commands inherit the environment. The eexxppoorrtt, ddee-- - ccllaarree --xx, and uunnsseett commands modify the environment by adding and - deleting parameters and functions. If the value of a parameter in the - environment is modified, the new value automatically becomes part of - the environment, replacing the old. The environment inherited by any - executed command consists of the shell's initial environment, whose - values may be modified in the shell, less any pairs removed by the uunn-- - sseett or eexxppoorrtt --nn commands, plus any additions via the eexxppoorrtt and ddee-- + ccllaarree --xx, and uunnsseett commands modify the environment by adding and + deleting parameters and functions. If the value of a parameter in the + environment is modified, the new value automatically becomes part of + the environment, replacing the old. The environment inherited by any + executed command consists of the shell's initial environment, whose + values may be modified in the shell, less any pairs removed by the uunn-- + sseett or eexxppoorrtt --nn commands, plus any additions via the eexxppoorrtt and ddee-- ccllaarree --xx commands. - If any parameter assignments, as described above in PPAARRAAMMEETTEERRSS, appear + If any parameter assignments, as described above in PPAARRAAMMEETTEERRSS, appear before a _s_i_m_p_l_e _c_o_m_m_a_n_d, the variable assignments are part of that com- mand's environment for as long as it executes. These assignment state- - ments affect only the environment seen by that command. If these as- - signments precede a call to a shell function, the variables are local + ments affect only the environment seen by that command. If these as- + signments precede a call to a shell function, the variables are local to the function and exported to that function's children. - If the --kk option is set (see the sseett builtin command below), then _a_l_l - parameter assignments are placed in the environment for a command, not + If the --kk option is set (see the sseett builtin command below), then _a_l_l + parameter assignments are placed in the environment for a command, not just those that precede the command name. - When bbaasshh invokes an external command, the variable __ is set to the + When bbaasshh invokes an external command, the variable __ is set to the full pathname of the command and passed to that command in its environ- ment. EEXXIITT SSTTAATTUUSS - The exit status of an executed command is the value returned by the + The exit status of an executed command is the value returned by the _w_a_i_t_p_i_d system call or equivalent function. Exit statuses fall between - 0 and 255, though, as explained below, the shell may use values above + 0 and 255, though, as explained below, the shell may use values above 125 specially. Exit statuses from shell builtins and compound commands are also limited to this range. Under certain circumstances, the shell will use special values to indicate specific failure modes. For the shell's purposes, a command which exits with a zero exit status - has succeeded. So while an exit status of zero indicates success, a + has succeeded. So while an exit status of zero indicates success, a non-zero exit status indicates failure. - When a command terminates on a fatal signal _N, bbaasshh uses the value of + When a command terminates on a fatal signal _N, bbaasshh uses the value of 128+_N as the exit status. - If a command is not found, the child process created to execute it re- - turns a status of 127. If a command is found but is not executable, + If a command is not found, the child process created to execute it re- + turns a status of 127. If a command is found but is not executable, the return status is 126. If a command fails because of an error during expansion or redirection, the exit status is greater than zero. - Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and - non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins - return an exit status of 2 to indicate incorrect usage, generally in- + Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and + non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins + return an exit status of 2 to indicate incorrect usage, generally in- valid options or missing arguments. The exit status of the last command is available in the special parame- ter $?. - BBaasshh itself returns the exit status of the last command executed, un- - less a syntax error occurs, in which case it exits with a non-zero + BBaasshh itself returns the exit status of the last command executed, un- + less a syntax error occurs, in which case it exits with a non-zero value. See also the eexxiitt builtin command below. SSIIGGNNAALLSS - When bbaasshh is interactive, in the absence of any traps, it ignores - SSIIGGTTEERRMM (so that kkiillll 00 does not kill an interactive shell), and + When bbaasshh is interactive, in the absence of any traps, it ignores + SSIIGGTTEERRMM (so that kkiillll 00 does not kill an interactive shell), and catches and handles SSIIGGIINNTT (so that the wwaaiitt builtin is interruptible). - When bbaasshh receives SSIIGGIINNTT, it breaks out of any executing loops. In + When bbaasshh receives SSIIGGIINNTT, it breaks out of any executing loops. In all cases, bbaasshh ignores SSIIGGQQUUIITT. If job control is in effect, bbaasshh ig- nores SSIIGGTTTTIINN, SSIIGGTTTTOOUU, and SSIIGGTTSSTTPP. @@ -3215,274 +3218,276 @@ SSIIGGNNAALLSS Non-builtin commands bbaasshh executes have signal handlers set to the val- ues inherited by the shell from its parent, unless ttrraapp sets them to be - ignored, in which case the child process will ignore them as well. - When job control is not in effect, asynchronous commands ignore SSIIGGIINNTT + ignored, in which case the child process will ignore them as well. + When job control is not in effect, asynchronous commands ignore SSIIGGIINNTT and SSIIGGQQUUIITT in addition to these inherited handlers. Commands run as a - result of command substitution ignore the keyboard-generated job con- + result of command substitution ignore the keyboard-generated job con- trol signals SSIIGGTTTTIINN, SSIIGGTTTTOOUU, and SSIIGGTTSSTTPP. - The shell exits by default upon receipt of a SSIIGGHHUUPP. Before exiting, - an interactive shell resends the SSIIGGHHUUPP to all jobs, running or - stopped. The shell sends SSIIGGCCOONNTT to stopped jobs to ensure that they - receive the SSIIGGHHUUPP (see JJOOBB CCOONNTTRROOLL below for more information about - running and stopped jobs). To prevent the shell from sending the sig- - nal to a particular job, remove it from the jobs table with the ddiissoowwnn - builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) or mark it not to receive + The shell exits by default upon receipt of a SSIIGGHHUUPP. Before exiting, + an interactive shell resends the SSIIGGHHUUPP to all jobs, running or + stopped. The shell sends SSIIGGCCOONNTT to stopped jobs to ensure that they + receive the SSIIGGHHUUPP (see JJOOBB CCOONNTTRROOLL below for more information about + running and stopped jobs). To prevent the shell from sending the sig- + nal to a particular job, remove it from the jobs table with the ddiissoowwnn + builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) or mark it not to receive SSIIGGHHUUPP using ddiissoowwnn --hh. - If the hhuuppoonneexxiitt shell option has been set using sshhoopptt, bbaasshh sends a + If the hhuuppoonneexxiitt shell option has been set using sshhoopptt, bbaasshh sends a SSIIGGHHUUPP to all jobs when an interactive login shell exits. - If bbaasshh is waiting for a command to complete and receives a signal for + If bbaasshh is waiting for a command to complete and receives a signal for which a trap has been set, the trap will not be executed until the com- mand completes. If bbaasshh is waiting for an asynchronous command via the - wwaaiitt builtin, and it receives a signal for which a trap has been set, - the wwaaiitt builtin will return immediately with an exit status greater + wwaaiitt builtin, and it receives a signal for which a trap has been set, + the wwaaiitt builtin will return immediately with an exit status greater than 128, immediately after which the shell executes the trap. - When job control is not enabled, and bbaasshh is waiting for a foreground + When job control is not enabled, and bbaasshh is waiting for a foreground command to complete, the shell receives keyboard-generated signals such - as SSIIGGIINNTT (usually generated by ^^CC) that users commonly intend to send + as SSIIGGIINNTT (usually generated by ^^CC) that users commonly intend to send to that command. This happens because the shell and the command are in - the same process group as the terminal, and ^^CC sends SSIIGGIINNTT to all + the same process group as the terminal, and ^^CC sends SSIIGGIINNTT to all processes in that process group. See JJOOBB CCOONNTTRROOLL below for more infor- mation about process groups. - When bbaasshh is running without job control enabled and receives SSIIGGIINNTT - while waiting for a foreground command, it waits until that foreground + When bbaasshh is running without job control enabled and receives SSIIGGIINNTT + while waiting for a foreground command, it waits until that foreground command terminates and then decides what to do about the SSIIGGIINNTT: 1. If the command terminates due to the SSIIGGIINNTT, bbaasshh concludes that - the user meant to end the entire script, and acts on the SSIIGGIINNTT + the user meant to end the entire script, and acts on the SSIIGGIINNTT (e.g., by running a SSIIGGIINNTT trap or exiting itself); - 2. If the command does not terminate due to SSIIGGIINNTT, the program - handled the SSIIGGIINNTT itself and did not treat it as a fatal sig- - nal. In that case, bbaasshh does not treat SSIIGGIINNTT as a fatal sig- - nal, either, instead assuming that the SSIIGGIINNTT was used as part - of the program's normal operation (e.g., emacs uses it to abort + 2. If the command does not terminate due to SSIIGGIINNTT, the program + handled the SSIIGGIINNTT itself and did not treat it as a fatal sig- + nal. In that case, bbaasshh does not treat SSIIGGIINNTT as a fatal sig- + nal, either, instead assuming that the SSIIGGIINNTT was used as part + of the program's normal operation (e.g., emacs uses it to abort editing commands) or deliberately discarded. However, bbaasshh will - run any trap set on SSIIGGIINNTT, as it does with any other trapped - signal it receives while it is waiting for the foreground com- + run any trap set on SSIIGGIINNTT, as it does with any other trapped + signal it receives while it is waiting for the foreground com- mand to complete, for compatibility. JJOOBB CCOONNTTRROOLL _J_o_b _c_o_n_t_r_o_l refers to the ability to selectively stop (_s_u_s_p_e_n_d) the ex- - ecution of processes and continue (_r_e_s_u_m_e) their execution at a later - point. A user typically employs this facility via an interactive in- + ecution of processes and continue (_r_e_s_u_m_e) their execution at a later + point. A user typically employs this facility via an interactive in- terface supplied jointly by the operating system kernel's terminal dri- ver and bbaasshh. - The shell associates a _j_o_b with each pipeline. It keeps a table of - currently executing jobs, which may be listed with the jjoobbss command. - When bbaasshh starts a job asynchronously (in the _b_a_c_k_g_r_o_u_n_d), it prints a + The shell associates a _j_o_b with each pipeline. It keeps a table of + currently executing jobs, which may be listed with the jjoobbss command. + When bbaasshh starts a job asynchronously (in the _b_a_c_k_g_r_o_u_n_d), it prints a line that looks like: [1] 25647 indicating that this job is job number 1 and that the process ID of the last process in the pipeline associated with this job is 25647. All of - the processes in a single pipeline are members of the same job. BBaasshh + the processes in a single pipeline are members of the same job. BBaasshh uses the _j_o_b abstraction as the basis for job control. - To facilitate the implementation of the user interface to job control, + To facilitate the implementation of the user interface to job control, the operating system maintains the notion of a _c_u_r_r_e_n_t _t_e_r_m_i_n_a_l _p_r_o_c_e_s_s _g_r_o_u_p _I_D. Members of this process group (processes whose process group ID is equal to the current terminal process group ID) receive keyboard- - generated signals such as SSIIGGIINNTT. These processes are said to be in - the _f_o_r_e_g_r_o_u_n_d. _B_a_c_k_g_r_o_u_n_d processes are those whose process group ID + generated signals such as SSIIGGIINNTT. These processes are said to be in + the _f_o_r_e_g_r_o_u_n_d. _B_a_c_k_g_r_o_u_n_d processes are those whose process group ID differs from the terminal's; such processes are immune to keyboard-gen- erated signals. Only foreground processes are allowed to read from or, - if the user so specifies with "stty tostop", write to the terminal. + if the user so specifies with "stty tostop", write to the terminal. Background processes which attempt to read from (write to when "tostop" - is in effect) the terminal are sent a SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) signal by the + is in effect) the terminal are sent a SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) signal by the kernel's terminal driver, which, unless caught, suspends the process. - If the operating system on which bbaasshh is running supports job control, + If the operating system on which bbaasshh is running supports job control, bbaasshh contains facilities to use it. Typing the _s_u_s_p_e_n_d character (typ- ically ^^ZZ, Control-Z) while a process is running causes that process to - be stopped and returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d - character (typically ^^YY, Control-Y) causes the process to be stopped + be stopped and returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d + character (typically ^^YY, Control-Y) causes the process to be stopped when it attempts to read input from the terminal, and control to be re- - turned to bbaasshh. The user may then manipulate the state of this job, - using the bbgg command to continue it in the background, the ffgg command + turned to bbaasshh. The user may then manipulate the state of this job, + using the bbgg command to continue it in the background, the ffgg command to continue it in the foreground, or the kkiillll command to kill it. A ^^ZZ takes effect immediately, and has the additional side effect of causing pending output and typeahead to be discarded. There are a number of ways to refer to a job in the shell. The charac- - ter %% introduces a job specification (_j_o_b_s_p_e_c). Job number _n may be + ter %% introduces a job specification (_j_o_b_s_p_e_c). Job number _n may be referred to as %%nn. A job may also be referred to using a prefix of the name used to start it, or using a substring that appears in its command - line. For example, %%ccee refers to a stopped job whose command name be- - gins with ccee. If a prefix matches more than one job, bbaasshh reports an + line. For example, %%ccee refers to a stopped job whose command name be- + gins with ccee. If a prefix matches more than one job, bbaasshh reports an error. Using %%??ccee, on the other hand, refers to any job containing the - string ccee in its command line. If the substring matches more than one + string ccee in its command line. If the substring matches more than one job, bbaasshh reports an error. The symbols %%%% and %%++ refer to the shell's - notion of the _c_u_r_r_e_n_t _j_o_b, which is the last job stopped while it was - in the foreground or started in the background. The _p_r_e_v_i_o_u_s _j_o_b may - be referenced using %%--. If there is only a single job, %%++ and %%-- can + notion of the _c_u_r_r_e_n_t _j_o_b, which is the last job stopped while it was + in the foreground or started in the background. The _p_r_e_v_i_o_u_s _j_o_b may + be referenced using %%--. If there is only a single job, %%++ and %%-- can both be used to refer to that job. In output pertaining to jobs (e.g., the output of the jjoobbss command), the current job is always flagged with - a ++, and the previous job with a --. A single % (with no accompanying + a ++, and the previous job with a --. A single % (with no accompanying job specification) also refers to the current job. - Simply naming a job can be used to bring it into the foreground: %%11 is - a synonym for "fg %1", bringing job 1 from the background into the + Simply naming a job can be used to bring it into the foreground: %%11 is + a synonym for "fg %1", bringing job 1 from the background into the foreground. Similarly, "%1 &" resumes job 1 in the background, equiva- lent to "bg %1". - The shell learns immediately whenever a job changes state. Normally, + The shell learns immediately whenever a job changes state. Normally, bbaasshh waits until it is about to print a prompt before reporting changes - in a job's status so as to not interrupt any other output, though it - will notify of changes in a job's status after a foreground command in - a list completes, before executing the next command. If the --bb option - to the sseett builtin command is enabled, bbaasshh reports such changes imme- + in a job's status so as to not interrupt any other output, though it + will notify of changes in a job's status after a foreground command in + a list completes, before executing the next command. If the --bb option + to the sseett builtin command is enabled, bbaasshh reports such changes imme- diately. Any trap on SSIIGGCCHHLLDD is executed for each child that exits. - If an attempt to exit bbaasshh is made while jobs are stopped (or, if the - cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- + If an attempt to exit bbaasshh is made while jobs are stopped (or, if the + cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- ning), the shell prints a warning message, and, if the cchheecckkjjoobbss option - is enabled, lists the jobs and their statuses. The jjoobbss command may - then be used to inspect their status. If a second attempt to exit is - made without an intervening command, the shell does not print another + is enabled, lists the jobs and their statuses. The jjoobbss command may + then be used to inspect their status. If a second attempt to exit is + made without an intervening command, the shell does not print another warning, and any stopped jobs are terminated. - When the shell is waiting for a job or process using the wwaaiitt builtin, - and job control is enabled, wwaaiitt will return when the job changes - state. The --ff option causes wwaaiitt to wait until the job or process ter- + When the shell is waiting for a job or process using the wwaaiitt builtin, + and job control is enabled, wwaaiitt will return when the job changes + state. The --ff option causes wwaaiitt to wait until the job or process ter- minates before returning. PPRROOMMPPTTIINNGG When executing interactively, bbaasshh displays the primary prompt PPSS11 when - it is ready to read a command, and the secondary prompt PPSS22 when it + it is ready to read a command, and the secondary prompt PPSS22 when it needs more input to complete a command. - BBaasshh examines the value of the array variable PPRROOMMPPTT__CCOOMMMMAANNDD just be- - fore printing each primary prompt. If any elements in PPRROOMMPPTT__CCOOMMMMAANNDD - are set and non-null, Bash executes each value, in numeric order, just - as if it had been typed on the command line. BBaasshh displays PPSS00 after + BBaasshh examines the value of the array variable PPRROOMMPPTT__CCOOMMMMAANNDD just be- + fore printing each primary prompt. If any elements in PPRROOMMPPTT__CCOOMMMMAANNDD + are set and non-null, Bash executes each value, in numeric order, just + as if it had been typed on the command line. BBaasshh displays PPSS00 after it reads a command but before executing it. - BBaasshh displays PPSS44 as described above before tracing each command when + BBaasshh displays PPSS44 as described above before tracing each command when the --xx option is enabled. BBaasshh allows the prompt strings PPSS00, PPSS11, PPSS22, and PPSS44, to be customized - by inserting a number of backslash-escaped special characters that are + by inserting a number of backslash-escaped special characters that are decoded as follows: \\aa An ASCII bell character (07). - \\dd The date in "Weekday Month Date" format (e.g., "Tue May + \\dd The date in "Weekday Month Date" format (e.g., "Tue May 26"). \\DD{{_f_o_r_m_a_t}} The _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is in- serted into the prompt string; an empty _f_o_r_m_a_t results in - a locale-specific time representation. The braces are + a locale-specific time representation. The braces are required. \\ee An ASCII escape character (033). \\hh The hostname up to the first ".". \\HH The hostname. \\jj The number of jobs currently managed by the shell. - \\ll The basename of the shell's terminal device name (e.g., + \\ll The basename of the shell's terminal device name (e.g., "ttys0"). \\nn A newline. \\rr A carriage return. - \\ss The name of the shell: the basename of $$00 (the portion + \\ss The name of the shell: the basename of $$00 (the portion following the final slash). \\tt The current time in 24-hour HH:MM:SS format. \\TT The current time in 12-hour HH:MM:SS format. \\@@ The current time in 12-hour am/pm format. \\AA The current time in 24-hour HH:MM format. \\uu The username of the current user. - \\vv The bbaasshh version (e.g., 2.00) + \\vv The bbaasshh version (e.g., 2.00). \\VV The bbaasshh release, version + patch level (e.g., 2.00.0) - \\ww The value of the PPWWDD shell variable ($$PPWWDD), with $$HHOOMMEE - abbreviated with a tilde (uses the value of the + \\ww The value of the PPWWDD shell variable ($$PPWWDD), with $$HHOOMMEE + abbreviated with a tilde (uses the value of the PPRROOMMPPTT__DDIIRRTTRRIIMM variable). - \\WW The basename of $$PPWWDD, with $$HHOOMMEE abbreviated with a + \\WW The basename of $$PPWWDD, with $$HHOOMMEE abbreviated with a tilde. \\!! The history number of this command. \\## The command number of this command. \\$$ If the effective UID is 0, a ##, otherwise a $$. \\_n_n_n The character corresponding to the octal number _n_n_n. \\\\ A backslash. - \\[[ Begin a sequence of non-printing characters, which could - be used to embed a terminal control sequence into the + \\[[ Begin a sequence of non-printing characters, which could + be used to embed a terminal control sequence into the prompt. \\]] End a sequence of non-printing characters. - The command number and the history number are usually different: the - history number of a command is its position in the history list, which - may include commands restored from the history file (see HHIISSTTOORRYY be- - low), while the command number is the position in the sequence of com- - mands executed during the current shell session. After the string is - decoded, it is expanded via parameter expansion, command substitution, - arithmetic expansion, and quote removal, subject to the value of the + The command number and the history number are usually different: the + history number of a command is its position in the history list, which + may include commands restored from the history file (see HHIISSTTOORRYY be- + low), while the command number is the position in the sequence of com- + mands executed during the current shell session. After the string is + decoded, it is expanded via parameter expansion, command substitution, + arithmetic expansion, and quote removal, subject to the value of the pprroommppttvvaarrss shell option (see the description of the sshhoopptt command under - SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). This can have unwanted side effects if - escaped portions of the string appear within command substitution or + SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). This can have unwanted side effects if + escaped portions of the string appear within command substitution or contain characters special to word expansion. RREEAADDLLIINNEE - This is the library that handles reading input when using an interac- - tive shell, unless the ----nnooeeddiittiinngg option is supplied at shell invoca- - tion. Line editing is also used when using the --ee option to the rreeaadd + This is the library that handles reading input when using an interac- + tive shell, unless the ----nnooeeddiittiinngg option is supplied at shell invoca- + tion. Line editing is also used when using the --ee option to the rreeaadd builtin. By default, the line editing commands are similar to those of - Emacs. A vi-style line editing interface is also available. Line - editing can be enabled at any time using the --oo eemmaaccss or --oo vvii options - to the sseett builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). To turn off - line editing after the shell is running, use the ++oo eemmaaccss or ++oo vvii op- - tions to the sseett builtin. + emacs; a vi-style line editing interface is also available. Line edit- + ing can be enabled at any time using the --oo eemmaaccss or --oo vvii options to + the sseett builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). To turn off line + editing after the shell is running, use the ++oo eemmaaccss or ++oo vvii options + to the sseett builtin. RReeaaddlliinnee NNoottaattiioonn - In this section, the Emacs-style notation is used to denote keystrokes. - Control keys are denoted by C-_k_e_y, e.g., C-n means Control-N. Simi- - larly, _m_e_t_a keys are denoted by M-_k_e_y, so M-x means Meta-X. + This section uses an emacs-style notation to denote keystrokes. Con- + trol keys are denoted by C-_k_e_y, e.g., C-n means Control-N. Similarly, + _m_e_t_a keys are denoted by M-_k_e_y, so M-x means Meta-X. - On keyboards without a _M_e_t_a key, M-_x means ESC _x, i.e., press the Es- + On keyboards without a _M_e_t_a key, M-_x means ESC _x, i.e., press the Es- cape key then the _x key. This makes ESC the _m_e_t_a _p_r_e_f_i_x. The combina- - tion M-C-_x means ESC-Control-_x, or press the Escape key then hold the - Control key while pressing the _x key.) - - On some keyboards, the Meta key modifier produces meta characters with - the eighth bit (0200) set (you can use the eennaabbllee--mmeettaa--kkeeyy variable to - control whether or not it does this, if the keyboard allows it). On - many others, the terminal or terminal emulator converts the metafied - key to a key sequence beginning with ESC as described in the preceding + tion M-C-_x means ESC-Control-_x, or press the Escape key then hold the + Control key while pressing the _x key. + + On some keyboards, the Meta key modifier produces meta characters with + the eighth bit (0200) set (you can use the eennaabbllee--mmeettaa--kkeeyy variable to + control whether or not it does this, if the keyboard allows it). On + many others, the terminal or terminal emulator converts the metafied + key to a key sequence beginning with ESC as described in the preceding paragraph. - If the _M_e_t_a key produces a key sequence with the ESC meta prefix, you - can make M-_k_e_y key bindings you specify (see RReeaaddlliinnee KKeeyy BBiinnddiinnggss be- + If your _M_e_t_a key produces a key sequence with the ESC meta prefix, you + can make M-_k_e_y key bindings you specify (see RReeaaddlliinnee KKeeyy BBiinnddiinnggss be- low) do the same thing by setting the ffoorrccee--mmeettaa--pprreeffiixx variable. Readline commands may be given numeric _a_r_g_u_m_e_n_t_s, which normally act as - a repeat count. Sometimes, however, it is the sign of the argument - that is significant. Passing a negative argument to a command that - acts in the forward direction (e.g., kkiillll--lliinnee) causes that command to - act in a backward direction. Commands whose behavior with arguments - deviates from this are noted below. + a repeat count. Sometimes, however, it is the sign of the argument + that is significant. Passing a negative argument to a command that + acts in the forward direction (e.g., kkiillll--lliinnee) makes that command act + in a backward direction. Commands whose behavior with arguments devi- + ates from this are noted below. - When a command is described as _k_i_l_l_i_n_g text, the text deleted is saved + When a command is described as _k_i_l_l_i_n_g text, the text deleted is saved for possible future retrieval (_y_a_n_k_i_n_g). The killed text is saved in a - _k_i_l_l _r_i_n_g. Consecutive kills cause the text to be accumulated into one + _k_i_l_l _r_i_n_g. Consecutive kills accumulate the deleted text into one unit, which can be yanked all at once. Commands which do not kill text separate the chunks of text on the kill ring. RReeaaddlliinnee IInniittiiaalliizzaattiioonn Readline is customized by putting commands in an initialization file (the _i_n_p_u_t_r_c file). The name of this file is taken from the value of - the IINNPPUUTTRRCC variable. If that variable is unset, the default is _~_/_._i_n_- - _p_u_t_r_c. If that file does not exist or cannot be read, the ultimate - default is _/_e_t_c_/_i_n_p_u_t_r_c. When a program which uses the readline li- - brary starts up, the initialization file is read, and the key bindings - and variables are set. There are only a few basic constructs allowed - in the readline initialization file. Blank lines are ignored. Lines - beginning with a ## are comments. Lines beginning with a $$ indicate - conditional constructs. Other lines denote key bindings and variable - settings. - - The default key-bindings may be changed with an _i_n_p_u_t_r_c file. Other - programs that use this library may add their own commands and bindings. + the IINNPPUUTTRRCC shell variable. If that variable is unset, the default is + _~_/_._i_n_p_u_t_r_c. If that file does not exist or cannot be read, readline + looks for _/_e_t_c_/_i_n_p_u_t_r_c. When a program which uses the readline library + starts up, rreeaaddlliinnee reads the initialization file and sets the key + bindings and variables found there, before reading any user input. + + There are only a few basic constructs allowed in the inputrc file. + Blank lines are ignored. Lines beginning with a ## are comments. Lines + beginning with a $$ indicate conditional constructs. Other lines denote + key bindings and variable settings. + + The default key-bindings in this section may be changed using key bind- + ing commands in the _i_n_p_u_t_r_c file. Programs that use the readline li- + brary, including bbaasshh, may add their own commands and bindings. For example, placing @@ -3490,21 +3495,26 @@ RREEAADDLLIINNEE or C-Meta-u: universal-argument - into the _i_n_p_u_t_r_c would make M-C-u execute the readline command _u_n_i_v_e_r_- + into the _i_n_p_u_t_r_c would make M-C-u execute the readline command _u_n_i_v_e_r_- _s_a_l_-_a_r_g_u_m_e_n_t. - The following symbolic character names are recognized: _R_U_B_O_U_T, _D_E_L, - _E_S_C, _L_F_D, _N_E_W_L_I_N_E, _R_E_T, _R_E_T_U_R_N, _S_P_C, _S_P_A_C_E, and _T_A_B. + Key bindings may contain the following symbolic character names: _D_E_L, + _E_S_C, _E_S_C_A_P_E, _L_F_D, _N_E_W_L_I_N_E, _R_E_T, _R_E_T_U_R_N, _R_U_B_O_U_T, _S_P_A_C_E, _S_P_C, and _T_A_B. - In addition to command names, readline allows keys to be bound to a - string that is inserted when the key is pressed (a _m_a_c_r_o). + In addition to command names, readline allows keys to be bound to a + string that is inserted when the key is pressed (a _m_a_c_r_o). The differ- + ence between a macro and a command is that a macro is enclosed in sin- + gle or double quotes. RReeaaddlliinnee KKeeyy BBiinnddiinnggss The syntax for controlling key bindings in the _i_n_p_u_t_r_c file is simple. All that is required is the name of the command or the text of a macro - and a key sequence to which it should be bound. The name may be speci- - fied in one of two ways: as a symbolic key name, possibly with _M_e_t_a_- or - _C_o_n_t_r_o_l_- prefixes, or as a key sequence. + and a key sequence to which it should be bound. The key sequence may + be specified in one of two ways: as a symbolic key name, possibly with + _M_e_t_a_- or _C_o_n_t_r_o_l_- prefixes, or as a key sequence composed of one or + more characters enclosed in double quotes. The key sequence and name + are separated by a colon. There can be no whitespace between the name + and the colon. When using the form kkeeyynnaammee:_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, _k_e_y_n_a_m_e is the name of a key spelled out in English. For example: @@ -3513,34 +3523,35 @@ RREEAADDLLIINNEE Meta-Rubout: backward-kill-word Control-o: "> output" - In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, - _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to - run the macro expressed on the right hand side (that is, to insert the + In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, + _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to + run the macro expressed on the right hand side (that is, to insert the text "> output" into the line). - In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs - from kkeeyynnaammee above in that strings denoting an entire key sequence may - be specified by placing the sequence within double quotes. Some GNU - Emacs style key escapes can be used, as in the following example, but - the symbolic character names are not recognized. + In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs + from kkeeyynnaammee above in that strings denoting an entire key sequence may + be specified by placing the sequence within double quotes. Some GNU + Emacs style key escapes can be used, as in the following example, but + none of the symbolic character names are recognized. "\C-u": universal-argument "\C-x\C-r": re-read-init-file "\e[11~": "Function Key 1" In this example, _C_-_u is again bound to the function uunniivveerrssaall--aarrgguummeenntt. - _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is + _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is bound to insert the text "Function Key 1". - The full set of GNU Emacs style escape sequences is - \\CC-- control prefix - \\MM-- adding the meta prefix or converting the following char- + The full set of GNU Emacs style escape sequences available when speci- + fying key sequences is + \\CC-- A control prefix. + \\MM-- Adding the meta prefix or converting the following char- acter to a meta character, as described below under - ffoorrccee--mmeettaa--pprreeffiixx - \\ee an escape character - \\\\ backslash - \\"" literal " - \\'' literal ' + ffoorrccee--mmeettaa--pprreeffiixx. + \\ee An escape character. + \\\\ Backslash. + \\"" Literal ", a double quote. + \\'' Literal ', a single quote. In addition to the GNU Emacs style escape sequences, a second set of backslash escapes is available: @@ -3552,21 +3563,21 @@ RREEAADDLLIINNEE \\rr carriage return \\tt horizontal tab \\vv vertical tab - \\_n_n_n the eight-bit character whose value is the octal value - _n_n_n (one to three digits) - \\xx_H_H the eight-bit character whose value is the hexadecimal - value _H_H (one or two hex digits) + \\_n_n_n The eight-bit character whose value is the octal value + _n_n_n (one to three digits). + \\xx_H_H The eight-bit character whose value is the hexadecimal + value _H_H (one or two hex digits). When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a func- - tion name. In the macro body, the backslash escapes described above - are expanded. Backslash will quote any other character in the macro + tion name. Tthe backslash escapes described above are expanded in the + macro body. Backslash will quote any other character in the macro text, including " and '. - BBaasshh allows the current readline key bindings to be displayed or modi- - fied with the bbiinndd builtin command. The editing mode may be switched - during interactive use by using the --oo option to the sseett builtin com- - mand (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). + BBaasshh will display or modify the current readline key bindings with the + bbiinndd builtin command. The --oo eemmaaccss or --oo vvii options to the sseett builtin + (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) will change the editing mode during + interactive use. RReeaaddlliinnee VVaarriiaabblleess Readline has variables that can be used to further customize its behav- @@ -3576,11 +3587,16 @@ RREEAADDLLIINNEE sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e or using the bbiinndd builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - Except where noted, readline variables can take the values OOnn or OOffff - (without regard to case). Unrecognized variable names are ignored. + Except where noted, readline variables can take the values OOnn or OOffff + (without regard to case). Unrecognized variable names are ignored. When readline reads a variable value, empty or null values, "on" (case- - insensitive), and "1" are equivalent to OOnn. All other values are - equivalent to OOffff. The variables and their default values are: + insensitive), and "1" are equivalent to OOnn. All other values are + equivalent to OOffff. + + The bbiinndd --VV command lists the current readline variable names and val- + ues (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). + + The variables and their default values are: aaccttiivvee--rreeggiioonn--ssttaarrtt--ccoolloorr A string variable that controls the text color and background @@ -3611,12 +3627,12 @@ RREEAADDLLIINNEE vviissiibbllee, readline uses a visible bell if one is available. If set to aauuddiibbllee, readline attempts to ring the terminal's bell. bbiinndd--ttttyy--ssppeecciiaall--cchhaarrss ((OOnn)) - If set to OOnn (the default), readline attempts to bind the con- - trol characters that are treated specially by the kernel's ter- - minal driver to their readline equivalents. These override the - default readline bindings described here. Type "stty -a" at a - bbaasshh prompt to see your current terminal settings, including the - special control characters (usually cccchhaarrss). + If set to OOnn, readline attempts to bind the control characters + that are treated specially by the kernel's terminal driver to + their readline equivalents. These override the default readline + bindings described here. Type "stty -a" at a bbaasshh prompt to see + your current terminal settings, including the special control + characters (usually cccchhaarrss). bblliinnkk--mmaattcchhiinngg--ppaarreenn ((OOffff)) If set to OOnn, readline attempts to briefly move the cursor to an opening parenthesis when a closing parenthesis is inserted. @@ -3634,28 +3650,28 @@ RREEAADDLLIINNEE tions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoommmmeenntt--bbeeggiinn (("##")) - The string that is inserted when the readline iinnsseerrtt--ccoommmmeenntt - command is executed. This command is bound to MM--## in emacs mode - and to ## in vi command mode. + The string that the readline iinnsseerrtt--ccoommmmeenntt command inserts. + This command is bound to MM--## in emacs mode and to ## in vi com- + mand mode. ccoommpplleettiioonn--ddiissppllaayy--wwiiddtthh ((--11)) - The number of screen columns used to display possible matches - when performing completion. The value is ignored if it is less - than 0 or greater than the terminal screen width. A value of 0 - will cause matches to be displayed one per line. The default + The number of screen columns used to display possible matches + when performing completion. The value is ignored if it is less + than 0 or greater than the terminal screen width. A value of 0 + will cause matches to be displayed one per line. The default value is -1. ccoommpplleettiioonn--iiggnnoorree--ccaassee ((OOffff)) If set to OOnn, readline performs filename matching and completion in a case-insensitive fashion. ccoommpplleettiioonn--mmaapp--ccaassee ((OOffff)) - If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, readline - treats hyphens (_-) and underscores (__) as equivalent when per- + If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, readline + treats hyphens (_-) and underscores (__) as equivalent when per- forming case-insensitive filename matching and completion. ccoommpplleettiioonn--pprreeffiixx--ddiissppllaayy--lleennggtthh ((00)) - The length in characters of the common prefix of a list of pos- - sible completions that is displayed without modification. When - set to a value greater than zero, common prefixes longer than - this value are replaced with an ellipsis when displaying possi- - ble completions. + The maximum length in characters of the common prefix of a list + of possible completions that is displayed without modification. + When set to a value greater than zero, readline replaces common + prefixes longer than this value with an ellipsis when displaying + possible completions. ccoommpplleettiioonn--qquueerryy--iitteemmss ((110000)) This determines when the user is queried about viewing the num- ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- @@ -3663,17 +3679,17 @@ RREEAADDLLIINNEE or equal to zero. If the number of possible completions is greater than or equal to the value of this variable, readline will ask whether or not the user wishes to view them; otherwise - they are simply listed on the terminal. A zero value means + readline simply lists them on the terminal. A zero value means readline should never ask; negative values are treated as zero. ccoonnvveerrtt--mmeettaa ((OOnn)) - If set to OOnn, readline will convert characters it reads with the - eighth bit set to an ASCII key sequence by stripping the eighth - bit and prefixing it with an escape character (converting the - character to have the _m_e_t_a _p_r_e_f_i_x). The default is _O_n, but - readline will set it to _O_f_f if the locale contains characters + If set to OOnn, readline will convert characters it reads that + have the eighth bit set to an ASCII key sequence by clearing the + eighth bit and prefixing it with an escape character (converting + the character to have the _m_e_t_a _p_r_e_f_i_x). The default is _O_n, but + readline will set it to _O_f_f if the locale contains characters whose encodings may include bytes with the eighth bit set. This - variable is dependent on the LLCC__CCTTYYPPEE locale category, and may - change if the locale is changed. This variable also affects key + variable is dependent on the LLCC__CCTTYYPPEE locale category, and may + change if the locale changes. This variable also affects key bindings; see the description of ffoorrccee--mmeettaa--pprreeffiixx below. ddiissaabbllee--ccoommpplleettiioonn ((OOffff)) If set to OOnn, readline will inhibit word completion. Completion @@ -3684,148 +3700,148 @@ RREEAADDLLIINNEE it, readline echoes a character corresponding to a signal gener- ated from the keyboard. eeddiittiinngg--mmooddee ((eemmaaccss)) - Controls whether readline begins with a set of key bindings sim- - ilar to _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or - vvii. + Controls whether readline uses a set of key bindings similar to + _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or vvii. eemmaaccss--mmooddee--ssttrriinngg ((@@)) - If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is + If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is displayed immediately before the last line of the primary prompt when emacs editing mode is active. The value is expanded like a - key binding, so the standard set of meta- and control prefixes - and backslash escape sequences is available. Use the \1 and \2 - escapes to begin and end sequences of non-printing characters, - which can be used to embed a terminal control sequence into the - mode string. + key binding, so the standard set of meta- and control- prefixes + and backslash escape sequences is available. The \1 and \2 es- + capes begin and end sequences of non-printing characters, which + can be used to embed a terminal control sequence into the mode + string. eennaabbllee--aaccttiivvee--rreeggiioonn ((OOnn)) - The _p_o_i_n_t is the current cursor position, and _m_a_r_k refers to a - saved cursor position. The text between the point and mark is - referred to as the _r_e_g_i_o_n. When this variable is set to _O_n, - readline allows certain commands to designate the region as _a_c_- - _t_i_v_e. When the region is active, readline highlights the text - in the region using the value of the aaccttiivvee--rreeggiioonn--ssttaarrtt--ccoolloorr, - which defaults to the string that enables the terminal's stand- - out mode. The active region shows the text inserted by brack- - eted-paste and any matching text found by incremental and non- + The _p_o_i_n_t is the current cursor position, and _m_a_r_k refers to a + saved cursor position. The text between the point and mark is + referred to as the _r_e_g_i_o_n. When this variable is set to _O_n, + readline allows certain commands to designate the region as _a_c_- + _t_i_v_e. When the region is active, readline highlights the text + in the region using the value of the aaccttiivvee--rreeggiioonn--ssttaarrtt--ccoolloorr, + which defaults to the string that enables the terminal's stand- + out mode. The active region shows the text inserted by brack- + eted-paste and any matching text found by incremental and non- incremental history searches. eennaabbllee--bbrraacckkeetteedd--ppaassttee ((OOnn)) - When set to OOnn, readline configures the terminal to insert each - paste into the editing buffer as a single string of characters, - instead of treating each character as if it had been read from - the keyboard. This prevents readline from executing any editing - commands bound to key sequences appearing in the pasted text. + When set to OOnn, readline configures the terminal to insert each + paste into the editing buffer as a single string of characters, + instead of treating each character as if it had been read from + the keyboard. This is called _b_r_a_c_k_e_t_e_d_-_p_a_s_t_e _m_o_d_e; it prevents + readline from executing any editing commands bound to key se- + quences appearing in the pasted text. eennaabbllee--kkeeyyppaadd ((OOffff)) When set to OOnn, readline will try to enable the application key- pad when it is called. Some systems need this to enable the ar- row keys. eennaabbllee--mmeettaa--kkeeyy ((OOnn)) - When set to OOnn, readline will try to enable any meta modifier - key the terminal claims to support when it is called. On many - terminals, the Meta key is used to send eight-bit characters; - this variable checks for the terminal capability that indicates - the terminal can enable and disable a mode that sets the eighth - bit of a character (0200) if the Meta key is held down when the - character is typed (a meta character). + When set to OOnn, readline will try to enable any meta modifier + key the terminal claims to support. On many terminals, the Meta + key is used to send eight-bit characters; this variable checks + for the terminal capability that indicates the terminal can en- + able and disable a mode that sets the eighth bit of a character + (0200) if the Meta key is held down when the character is typed + (a meta character). + eexxppaanndd--ttiillddee ((OOffff)) + If set to OOnn, readline performs tilde expansion when it attempts + word completion. ffoorrccee--mmeettaa--pprreeffiixx ((OOffff)) If set to OOnn, readline modifies its behavior when binding key sequences containing \M- or Meta- (see KKeeyy BBiinnddiinnggss above) by converting a key sequence of the form \M-_C or Meta-_C to the two- - character sequence EESSCC_C (adding the meta prefix). If + character sequence EESSCC_C (adding the _m_e_t_a _p_r_e_f_i_x). If ffoorrccee--mmeettaa--pprreeffiixx is set to OOffff (the default), readline uses the value of the ccoonnvveerrtt--mmeettaa variable to determine whether to per- form this conversion: if ccoonnvveerrtt--mmeettaa is OOnn, readline performs - the conversion described above; if it is OOffff, Readline converts + the conversion described above; if it is OOffff, readline converts _C to a meta character by setting the eighth bit (0200). - eexxppaanndd--ttiillddee ((OOffff)) - If set to OOnn, tilde expansion is performed when readline at- - tempts word completion. hhiissttoorryy--pprreesseerrvvee--ppooiinntt ((OOffff)) - If set to OOnn, the history code attempts to place point at the - same location on each history line retrieved with pprreevviioouuss--hhiiss-- + If set to OOnn, the history code attempts to place point at the + same location on each history line retrieved with pprreevviioouuss--hhiiss-- ttoorryy or nneexxtt--hhiissttoorryy. hhiissttoorryy--ssiizzee ((uunnsseett)) - Set the maximum number of history entries saved in the history - list. If set to zero, any existing history entries are deleted + Set the maximum number of history entries saved in the history + list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, - the number of history entries is not limited. By default, the - number of history entries is set to the value of the HHIISSTTSSIIZZEE - shell variable. If an attempt is made to set _h_i_s_t_o_r_y_-_s_i_z_e to a - non-numeric value, the maximum number of history entries will be - set to 500. + the number of history entries is not limited. By default, bbaasshh + sets the the maximum number of history entries to the value of + the HHIISSTTSSIIZZEE shell variable. Setting _h_i_s_t_o_r_y_-_s_i_z_e to a non-nu- + meric value will set the maximum number of history entries to + 500. hhoorriizzoonnttaall--ssccrroollll--mmooddee ((OOffff)) - When set to OOnn, makes readline use a single line for display, - scrolling the input horizontally on a single screen line when it - becomes longer than the screen width rather than wrapping to a - new line. This setting is automatically enabled for terminals - of height 1. + Setting this variable to OOnn makes readline use a single line for + display, scrolling the input horizontally on a single screen + line when it becomes longer than the screen width rather than + wrapping to a new line. This setting is automatically enabled + for terminals of height 1. iinnppuutt--mmeettaa ((OOffff)) If set to OOnn, readline will enable eight-bit input (that is, it - will not strip the eighth bit from the characters it reads), re- - gardless of what the terminal claims it can support. The name - mmeettaa--ffllaagg is a synonym for this variable. The default is _O_f_f, - but readline will set it to _O_n if the locale contains characters - whose encodings may include bytes with the eighth bit set. This - variable is dependent on the LLCC__CCTTYYPPEE locale category, and may - change if the locale is changed. + will not clear the eighth bit in the characters it reads), re- + gardless of what the terminal claims it can support. The de- + fault is _O_f_f, but readline will set it to _O_n if the locale con- + tains characters whose encodings may include bytes with the + eighth bit set. This variable is dependent on the LLCC__CCTTYYPPEE lo- + cale category, and its value may change if the locale changes. + The name mmeettaa--ffllaagg is a synonym for iinnppuutt--mmeettaa. iisseeaarrcchh--tteerrmmiinnaattoorrss (("CC--[[CC--JJ")) - The string of characters that should terminate an incremental - search without subsequently executing the character as a com- - mand. If this variable has not been given a value, the charac- + The string of characters that should terminate an incremental + search without subsequently executing the character as a com- + mand. If this variable has not been given a value, the charac- ters _E_S_C and _C_-_J will terminate an incremental search. kkeeyymmaapp ((eemmaaccss)) - Set the current readline keymap. The set of valid keymap names - is _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_c_o_m_- - _m_a_n_d, and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is - equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the + Set the current readline keymap. The set of valid keymap names + is _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_c_o_m_- + _m_a_n_d, and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is + equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the value of eeddiittiinngg--mmooddee also affects the default keymap. kkeeyysseeqq--ttiimmeeoouutt ((550000)) - Specifies the duration _r_e_a_d_l_i_n_e will wait for a character when - reading an ambiguous key sequence (one that can form a complete + Specifies the duration _r_e_a_d_l_i_n_e will wait for a character when + reading an ambiguous key sequence (one that can form a complete key sequence using the input read so far, or can take additional - input to complete a longer key sequence). If no input is re- - ceived within the timeout, _r_e_a_d_l_i_n_e will use the shorter but - complete key sequence. The value is specified in milliseconds, - so a value of 1000 means that _r_e_a_d_l_i_n_e will wait one second for - additional input. If this variable is set to a value less than - or equal to zero, or to a non-numeric value, _r_e_a_d_l_i_n_e will wait - until another key is pressed to decide which key sequence to - complete. + input to complete a longer key sequence). If readline does not + receive any input within the timeout, it will use the shorter + but complete key sequence. The value is specified in millisec- + onds, so a value of 1000 means that readline will wait one sec- + ond for additional input. If this variable is set to a value + less than or equal to zero, or to a non-numeric value, readline + will wait until another key is pressed to decide which key se- + quence to complete. mmaarrkk--ddiirreeccttoorriieess ((OOnn)) If set to OOnn, completed directory names have a slash appended. mmaarrkk--mmooddiiffiieedd--lliinneess ((OOffff)) - If set to OOnn, history lines that have been modified are dis- - played with a preceding asterisk (**). + If set to OOnn, readline displays history lines that have been + modified with a preceding asterisk (**). mmaarrkk--ssyymmlliinnkkeedd--ddiirreeccttoorriieess ((OOffff)) If set to OOnn, completed names which are symbolic links to direc- - tories have a slash appended (subject to the value of mmaarrkk--ddii-- - rreeccttoorriieess). + tories have a slash appended, subject to the value of mmaarrkk--ddii-- + rreeccttoorriieess. mmaattcchh--hhiiddddeenn--ffiilleess ((OOnn)) - This variable, when set to OOnn, forces readline to match files - whose names begin with a "." (hidden files) when performing - filename completion. If set to OOffff, the user must include the + This variable, when set to OOnn, forces readline to match files + whose names begin with a "." (hidden files) when performing + filename completion. If set to OOffff, the user must include the leading "." in the filename to be completed. mmeennuu--ccoommpplleettee--ddiissppllaayy--pprreeffiixx ((OOffff)) - If set to OOnn, menu completion displays the common prefix of the + If set to OOnn, menu completion displays the common prefix of the list of possible completions (which may be empty) before cycling through the list. oouuttppuutt--mmeettaa ((OOffff)) - If set to OOnn, readline will display characters with the eighth + If set to OOnn, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. The default is _O_f_f, but readline will set it to _O_n if the locale - contains characters whose encodings may include bytes with the - eighth bit set. This variable is dependent on the LLCC__CCTTYYPPEE lo- - cale category, and may change if the locale is changed. + contains characters whose encodings may include bytes with the + eighth bit set. This variable is dependent on the LLCC__CCTTYYPPEE lo- + cale category, and its value may change if the locale changes. ppaaggee--ccoommpplleettiioonnss ((OOnn)) - If set to OOnn, readline uses an internal _m_o_r_e-like pager to dis- + If set to OOnn, readline uses an internal _m_o_r_e-like pager to dis- play a screenful of possible completions at a time. pprreeffeerr--vviissiibbllee--bbeellll See bbeellll--ssttyyllee. pprriinntt--ccoommpplleettiioonnss--hhoorriizzoonnttaallllyy ((OOffff)) - If set to OOnn, readline will display completions with matches - sorted horizontally in alphabetical order, rather than down the + If set to OOnn, readline will display completions with matches + sorted horizontally in alphabetical order, rather than down the screen. rreevveerrtt--aallll--aatt--nneewwlliinnee ((OOffff)) - If set to OOnn, readline will undo all changes to history lines - before returning when aacccceepptt--lliinnee is executed. By default, his- + If set to OOnn, readline will undo all changes to history lines + before returning when executing aacccceepptt--lliinnee. By default, his- tory lines may be modified and retain individual undo lists across calls to rreeaaddlliinnee. sseeaarrcchh--iiggnnoorree--ccaassee ((OOffff)) @@ -3859,19 +3875,19 @@ RREEAADDLLIINNEE displayed immediately before the last line of the primary prompt when vi editing mode is active and in command mode. The value is expanded like a key binding, so the standard set of meta- and - control prefixes and backslash escape sequences is available. - Use the \1 and \2 escapes to begin and end sequences of non- - printing characters, which can be used to embed a terminal con- - trol sequence into the mode string. + control- prefixes and backslash escape sequences is available. + The \1 and \2 escapes begin and end sequences of non-printing + characters, which can be used to embed a terminal control se- + quence into the mode string. vvii--iinnss--mmooddee--ssttrriinngg ((((iinnss)))) If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in insertion mode. The value is expanded like a key binding, so the standard set of meta- and - control prefixes and backslash escape sequences is available. - Use the \1 and \2 escapes to begin and end sequences of non- - printing characters, which can be used to embed a terminal con- - trol sequence into the mode string. + control- prefixes and backslash escape sequences is available. + The \1 and \2 escapes begin and end sequences of non-printing + characters, which can be used to embed a terminal control se- + quence into the mode string. vviissiibbllee--ssttaattss ((OOffff)) If set to OOnn, a character denoting a file's type as reported by _s_t_a_t(2) is appended to the filename when listing possible com- @@ -3881,7 +3897,7 @@ RREEAADDLLIINNEE Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result of tests. There - are four parser directives used. + are four parser directives available. $$iiff The $$iiff construct allows bindings to be made based on the edit- ing mode, the terminal being used, or the application using @@ -3901,8 +3917,8 @@ RREEAADDLLIINNEE the terminal's function keys. The word on the right side of the == is tested against both the full name of the ter- minal and the portion of the terminal name before the - first --. This allows _s_u_n to match both _s_u_n and _s_u_n_-_c_m_d, - for instance. + first --. This allows _x_t_e_r_m to match both _x_t_e_r_m and + _x_t_e_r_m_-_2_5_6_c_o_l_o_r, for instance. vveerrssiioonn The vveerrssiioonn test may be used to perform comparisons @@ -3912,18 +3928,18 @@ RREEAADDLLIINNEE The version number supplied on the right side of the op- erator consists of a major version number, an optional decimal point, and an optional minor version (e.g., 77..11). - If the minor version is omitted, it is assumed to be 00. - The operator may be separated from the string vveerrssiioonn and + If the minor version is omitted, it defaults to 00. The + operator may be separated from the string vveerrssiioonn and from the version number argument by whitespace. _a_p_p_l_i_c_a_t_i_o_n The _a_p_p_l_i_c_a_t_i_o_n construct is used to include application- - specific settings. Each program using the readline li- - brary sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization + specific settings. Each program using the readline li- + brary sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization file can test for a particular value. This could be used - to bind key sequences to functions useful for a specific - program. For instance, the following command adds a key - sequence that quotes the current or previous word in + to bind key sequences to functions useful for a specific + program. For instance, the following command adds a key + sequence that quotes the current or previous word in bbaasshh: $$iiff Bash @@ -3933,24 +3949,24 @@ RREEAADDLLIINNEE _v_a_r_i_a_b_l_e The _v_a_r_i_a_b_l_e construct provides simple equality tests for - readline variables and values. The permitted comparison - operators are _=, _=_=, and _!_=. The variable name must be + readline variables and values. The permitted comparison + operators are _=, _=_=, and _!_=. The variable name must be separated from the comparison operator by whitespace; the - operator may be separated from the value on the right - hand side by whitespace. Both string and boolean vari- - ables may be tested. Boolean variables must be tested - against the values _o_n and _o_f_f. - - $$eennddiiff This command, as seen in the previous example, terminates an $$iiff - command. + operator may be separated from the value on the right + hand side by whitespace. String and boolean variables + may be tested. Boolean variables must be tested against + the values _o_n and _o_f_f. $$eellssee Commands in this branch of the $$iiff directive are executed if the test fails. + $$eennddiiff This command, as seen in the previous example, terminates an $$iiff + command. + $$iinncclluuddee - This directive takes a single filename as an argument and reads - commands and bindings from that file. For example, the follow- - ing directive would read _/_e_t_c_/_i_n_p_u_t_r_c: + This directive takes a single filename as an argument and reads + commands and key bindings from that file. For example, the fol- + lowing directive would read _/_e_t_c_/_i_n_p_u_t_r_c: $$iinncclluuddee _/_e_t_c_/_i_n_p_u_t_r_c @@ -3963,37 +3979,45 @@ RREEAADDLLIINNEE search string. As each character of the search string is typed, read- line displays the next entry from the history matching the string typed so far. An incremental search requires only as many characters as - needed to find the desired history entry. The characters present in - the value of the iisseeaarrcchh--tteerrmmiinnaattoorrss variable are used to terminate an - incremental search. If that variable has not been assigned a value the - Escape and Control-J characters will terminate an incremental search. - Control-G will abort an incremental search and restore the original - line. When the search is terminated, the history entry containing the - search string becomes the current line. - - To find other matching entries in the history list, type Control-S or - Control-R as appropriate. This will search backward or forward in the - history for the next entry matching the search string typed so far. - Any other key sequence bound to a readline command will terminate the - search and execute that command. For instance, a _n_e_w_l_i_n_e will termi- - nate the search and accept the line, thereby executing the command from - the history list. - - Readline remembers the last incremental search string. If two Control- - Rs are typed without any intervening characters defining a new search - string, readline uses any remembered search string. - - Non-incremental searches read the entire search string before starting - to search for matching history lines. The search string may be typed + needed to find the desired history entry. When using emacs editing + mode, type CC--rr to search backward in the history for a particular + string. Typing CC--ss searches forward through the history. The charac- + ters present in the value of the iisseeaarrcchh--tteerrmmiinnaattoorrss variable are used + to terminate an incremental search. If that variable has not been as- + signed a value, _E_S_C and _C_-_J will terminate an incremental search. _C_-_g + will abort an incremental search and restore the original line. When + the search is terminated, the history entry containing the search + string becomes the current line. + + To find other matching entries in the history list, type CC--rr or CC--ss as + appropriate. This will search backward or forward in the history for + the next entry matching the search string typed so far. Any other key + sequence bound to a readline command will terminate the search and exe- + cute that command. For instance, a newline will terminate the search + and accept the line, thereby executing the command from the history + list. A movement command will terminate the search, make the last line + found the current line, and begin editing. + + Readline remembers the last incremental search string. If two CC--rrs are + typed without any intervening characters defining a new search string, + readline uses any remembered search string. + + Non-incremental searches read the entire search string before starting + to search for matching history entries. The search string may be typed by the user or be part of the contents of the current line. RReeaaddlliinnee CCoommmmaanndd NNaammeess The following is a list of the names of the commands and the default key sequences to which they are bound. Command names without an accom- - panying key sequence are unbound by default. In the following descrip- - tions, _p_o_i_n_t refers to the current cursor position, and _m_a_r_k refers to - a cursor position saved by the sseett--mmaarrkk command. The text between the - point and mark is referred to as the _r_e_g_i_o_n. + panying key sequence are unbound by default. + + In the following descriptions, _p_o_i_n_t refers to the current cursor posi- + tion, and _m_a_r_k refers to a cursor position saved by the sseett--mmaarrkk com- + mand. The text between the point and mark is referred to as the _r_e_- + _g_i_o_n. Readline has the concept of an _a_c_t_i_v_e _r_e_g_i_o_n: when the region is + active, readline redisplay uses the value of the aaccttiivvee--rree-- + ggiioonn--ssttaarrtt--ccoolloorr vvaarriiaabbllee ttoo ddeennoottee tthhee rreeggiioonn.. SSeevveerraall ccoommmmaannddss sseett + tthhee rreeggiioonn ttoo aaccttiivvee;; tthhoossee aarree nnootteedd bbeellooww.. CCoommmmaannddss ffoorr MMoovviinngg bbeeggiinnnniinngg--ooff--lliinnee ((CC--aa)) @@ -4020,14 +4044,14 @@ RREEAADDLLIINNEE are delimited by non-quoted shell metacharacters. pprreevviioouuss--ssccrreeeenn--lliinnee Attempt to move point to the same physical screen column on the - previous physical screen line. This will not have the desired + previous physical screen line. This will not have the desired effect if the current readline line does not take up more than one physical line or if point is not greater than the length of the prompt plus the screen width. nneexxtt--ssccrreeeenn--lliinnee Attempt to move point to the same physical screen column on the - next physical screen line. This will not have the desired effect - if the current readline line does not take up more than one + next physical screen line. This will not have the desired ef- + fect if the current readline line does not take up more than one physical line or if the length of the current readline line is not greater than the length of the prompt plus the screen width. cclleeaarr--ddiissppllaayy ((MM--CC--ll)) @@ -4045,71 +4069,78 @@ RREEAADDLLIINNEE aacccceepptt--lliinnee ((NNeewwlliinnee,, RReettuurrnn)) Accept the line regardless of where the cursor is. If this line is non-empty, add it to the history list according to the state - of the HHIISSTTCCOONNTTRROOLL variable. If the line is a modified history - line, then restore the history line to its original state. + of the HHIISSTTCCOONNTTRROOLL and HHIISSTTIIGGNNOORREE variables. If the line is a + modified history line, restore the history line to its original + state. pprreevviioouuss--hhiissttoorryy ((CC--pp)) Fetch the previous command from the history list, moving back in the list. nneexxtt--hhiissttoorryy ((CC--nn)) - Fetch the next command from the history list, moving forward in + Fetch the next command from the history list, moving forward in the list. bbeeggiinnnniinngg--ooff--hhiissttoorryy ((MM--<<)) Move to the first line in the history. eenndd--ooff--hhiissttoorryy ((MM-->>)) - Move to the end of the input history, i.e., the line currently + Move to the end of the input history, i.e., the line currently being entered. ooppeerraattee--aanndd--ggeett--nneexxtt ((CC--oo)) - Accept the current line for execution and fetch the next line - relative to the current line from the history for editing. A - numeric argument, if supplied, specifies the history entry to - use instead of the current line. + Accept the current line for execution as if a newline had been + entered, and fetch the next line relative to the current line + from the history for editing. A numeric argument, if supplied, + specifies the history entry to use instead of the current line. ffeettcchh--hhiissttoorryy - With a numeric argument, fetch that entry from the history list + With a numeric argument, fetch that entry from the history list and make it the current line. Without an argument, move back to the first entry in the history list. rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((CC--rr)) - Search backward starting at the current line and moving "up" - through the history as necessary. This is an incremental - search. + Search backward starting at the current line and moving "up" + through the history as necessary. This is an incremental + search. This command sets the region to the matched text and + activates the region. ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((CC--ss)) Search forward starting at the current line and moving "down" through the history as necessary. This is an incremental - search. + search. This command sets the region to the matched text and + activates the region. nnoonn--iinnccrreemmeennttaall--rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((MM--pp)) Search backward through the history starting at the current line - using a non-incremental search for a string supplied by the - user. + using a non-incremental search for a string supplied by the + user. The search string may match anywhere in a history line. nnoonn--iinnccrreemmeennttaall--ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((MM--nn)) - Search forward through the history using a non-incremental - search for a string supplied by the user. + Search forward through the history using a non-incremental + search for a string supplied by the user. The search string may + match anywhere in a history line. hhiissttoorryy--sseeaarrcchh--bbaacckkwwaarrdd Search backward through the history for the string of characters - between the start of the current line and the point. This is a + between the start of the current line and the point. The search + string must match at the beginning of a history line. This is a non-incremental search. This may be bound to the Page Up key on some keyboards. hhiissttoorryy--sseeaarrcchh--ffoorrwwaarrdd Search forward through the history for the string of characters - between the start of the current line and the point. This is a - non-incremental search. This may be bound to the Page Down key + between the start of the current line and the point. The search + string must match at the beginning of a history line. This is a + non-incremental search. This may be bound to the Page Down key on some keyboards. hhiissttoorryy--ssuubbssttrriinngg--sseeaarrcchh--bbaacckkwwaarrdd Search backward through the history for the string of characters - between the start of the current line and the current cursor po- - sition (the _p_o_i_n_t). The search string may match anywhere in a - history line. This is a non-incremental search. + between the start of the current line and the point. The search + string may match anywhere in a history line. This is a non-in- + cremental search. hhiissttoorryy--ssuubbssttrriinngg--sseeaarrcchh--ffoorrwwaarrdd - Search forward through the history for the string of characters + Search forward through the history for the string of characters between the start of the current line and the point. The search - string may match anywhere in a history line. This is a non-in- + string may match anywhere in a history line. This is a non-in- cremental search. yyaannkk--nntthh--aarrgg ((MM--CC--yy)) - Insert the first argument to the previous command (usually the + Insert the first argument to the previous command (usually the second word on the previous line) at point. With an argument _n, - insert the _nth word from the previous command (the words in the - previous command begin with word 0). A negative argument in- - serts the _nth word from the end of the previous command. Once - the argument _n is computed, the argument is extracted as if the - "!_n" history expansion had been specified. + insert the _nth word from the previous command (the words in the + previous command begin with word 0). A negative argument in- + serts the _nth word from the end of the previous command. Once + the argument _n is computed, this uses the history expansion fa- + cilities to extract the _nth word, as if the "!_n" history expan- + sion had been specified. yyaannkk--llaasstt--aarrgg ((MM--..,, MM--__)) Insert the last argument to the previous command (the last word of the previous history entry). With a numeric argument, behave @@ -4119,9 +4150,9 @@ RREEAADDLLIINNEE line in turn. Any numeric argument supplied to these successive calls determines the direction to move through the history. A negative argument switches the direction through the history - (back or forward). The history expansion facilities are used to - extract the last word, as if the "!$" history expansion had been - specified. + (back or forward). This uses the history expansion facilities + to extract the last word, as if the "!$" history expansion had + been specified. sshheellll--eexxppaanndd--lliinnee ((MM--CC--ee)) Expand the line by performing shell word expansions. This per- forms alias and history expansion, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quot- @@ -4173,15 +4204,31 @@ RREEAADDLLIINNEE Insert a tab character. sseellff--iinnsseerrtt ((aa,, bb,, AA,, 11,, !!,, ...)) Insert the character typed. + bbrraacckkeetteedd--ppaassttee--bbeeggiinn + This function is intended to be bound to the "bracketed paste" + escape sequence sent by some terminals, and such a binding is + assigned by default. It allows readline to insert the pasted + text as a single unit without treating each character as if it + had been read from the keyboard. The pasted characters are in- + serted as if each one was bound to sseellff--iinnsseerrtt instead of exe- + cuting any editing commands. + Bracketed paste sets the region to the inserted text and acti- + vates the region. ttrraannssppoossee--cchhaarrss ((CC--tt)) - Drag the character before point forward over the character at - point, moving point forward as well. If point is at the end of - the line, then this transposes the two characters before point. + Drag the character before point forward over the character at + point, moving point forward as well. If point is at the end of + the line, then this transposes the two characters before point. Negative arguments have no effect. ttrraannssppoossee--wwoorrddss ((MM--tt)) - Drag the word before point past the word after point, moving - point over that word as well. If point is at the end of the + Drag the word before point past the word after point, moving + point over that word as well. If point is at the end of the line, this transposes the last two words on the line. + sshheellll--ttrraannssppoossee--wwoorrddss ((MM--CC--tt)) + Drag the word before point past the word after point, moving + point past that word as well. If the insertion point is at the + end of the line, this transposes the last two words on the line. + Word boundaries are the same as sshheellll--ffoorrwwaarrdd--wwoorrdd and + sshheellll--bbaacckkwwaarrdd--wwoorrdd. uuppccaassee--wwoorrdd ((MM--uu)) Uppercase the current (or following) word. With a negative ar- gument, uppercase the previous word, but do not move point. @@ -4196,51 +4243,56 @@ RREEAADDLLIINNEE ment, switches to overwrite mode. With an explicit non-positive numeric argument, switches to insert mode. This command affects only eemmaaccss mode; vvii mode does overwrite differently. Each call - to _r_e_a_d_l_i_n_e_(_) starts in insert mode. In overwrite mode, charac- - ters bound to sseellff--iinnsseerrtt replace the text at point rather than - pushing the text to the right. Characters bound to bbaacckk-- - wwaarrdd--ddeelleettee--cchhaarr replace the character before point with a - space. By default, this command is unbound, but may be bound to - the Insert key on some keyboards. + to _r_e_a_d_l_i_n_e_(_) starts in insert mode. + In overwrite mode, characters bound to sseellff--iinnsseerrtt replace the + text at point rather than pushing the text to the right. Char- + acters bound to bbaacckkwwaarrdd--ddeelleettee--cchhaarr replace the character be- + fore point with a space. By default, this command is unbound, + but may be bound to the Insert key on some keyboards. KKiilllliinngg aanndd YYaannkkiinngg kkiillll--lliinnee ((CC--kk)) - Kill the text from point to the end of the line. + Kill the text from point to the end of the current line. With a + negative numeric argument, kill backward from the cursor to the + beginning of the line. bbaacckkwwaarrdd--kkiillll--lliinnee ((CC--xx RRuubboouutt)) - Kill backward to the beginning of the line. + Kill backward to the beginning of the current line. With a neg- + ative numeric argument, kill forward from the cursor to the end + of the line. uunniixx--lliinnee--ddiissccaarrdd ((CC--uu)) - Kill backward from point to the beginning of the line. The - killed text is saved on the kill-ring. + Kill backward from point to the beginning of the line, saving + the killed text on the kill-ring. kkiillll--wwhhoollee--lliinnee - Kill all characters on the current line, no matter where point + Kill all characters on the current line, no matter where point is. kkiillll--wwoorrdd ((MM--dd)) - Kill from point to the end of the current word, or if between - words, to the end of the next word. Word boundaries are the + Kill from point to the end of the current word, or if between + words, to the end of the next word. Word boundaries are the same as those used by ffoorrwwaarrdd--wwoorrdd. bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) - Kill the word behind point. Word boundaries are the same as + Kill the word behind point. Word boundaries are the same as those used by bbaacckkwwaarrdd--wwoorrdd. - sshheellll--kkiillll--wwoorrdd - Kill from point to the end of the current word, or if between - words, to the end of the next word. Word boundaries are the + sshheellll--kkiillll--wwoorrdd ((MM--CC--dd)) + Kill from point to the end of the current word, or if between + words, to the end of the next word. Word boundaries are the same as those used by sshheellll--ffoorrwwaarrdd--wwoorrdd. sshheellll--bbaacckkwwaarrdd--kkiillll--wwoorrdd - Kill the word behind point. Word boundaries are the same as + Kill the word behind point. Word boundaries are the same as those used by sshheellll--bbaacckkwwaarrdd--wwoorrdd. uunniixx--wwoorrdd--rruubboouutt ((CC--ww)) - Kill the word behind point, using white space as a word bound- - ary. The killed text is saved on the kill-ring. + Kill the word behind point, using white space as a word bound- + ary, saving the killed text on the kill-ring. uunniixx--ffiilleennaammee--rruubboouutt - Kill the word behind point, using white space and the slash - character as the word boundaries. The killed text is saved on - the kill-ring. + Kill the word behind point, using white space and the slash + character as the word boundaries, saving the killed text on the + kill-ring. ddeelleettee--hhoorriizzoonnttaall--ssppaaccee ((MM--\\)) Delete all spaces and tabs around point. kkiillll--rreeggiioonn Kill the text in the current region. ccooppyy--rreeggiioonn--aass--kkiillll - Copy the text in the region to the kill buffer. + Copy the text in the region to the kill buffer, so it can be + yanked immediately. ccooppyy--bbaacckkwwaarrdd--wwoorrdd Copy the word before point to the kill buffer. The word bound- aries are the same as bbaacckkwwaarrdd--wwoorrdd. @@ -4273,70 +4325,75 @@ RREEAADDLLIINNEE CCoommpplleettiinngg ccoommpplleettee ((TTAABB)) Attempt to perform completion on the text before point. BBaasshh - attempts completion treating the text as a variable (if the text - begins with $$), username (if the text begins with ~~), hostname - (if the text begins with @@), or command (including aliases and - functions) in turn. If none of these produces a match, filename - completion is attempted. + attempts completion by first checking for any programmable com- + pletions for the command word (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn be- + low), otherwise treating the text as a variable (if the text be- + gins with $$), username (if the text begins with ~~), hostname (if + the text begins with @@), or command (including aliases, func- + tions, and builtins) in turn. If none of these produces a + match, it falls back to filename completion. ppoossssiibbllee--ccoommpplleettiioonnss ((MM--??)) - List the possible completions of the text before point. + List the possible completions of the text before point. When + displaying completions, readline sets the number of columns used + for display to the value of ccoommpplleettiioonn--ddiissppllaayy--wwiiddtthh, the value + of the shell variable CCOOLLUUMMNNSS, or the screen width, in that or- + der. iinnsseerrtt--ccoommpplleettiioonnss ((MM--**)) - Insert all completions of the text before point that would have - been generated by ppoossssiibbllee--ccoommpplleettiioonnss. + Insert all completions of the text before point that would have + been generated by ppoossssiibbllee--ccoommpplleettiioonnss, separated by a space. mmeennuu--ccoommpplleettee - Similar to ccoommpplleettee, but replaces the word to be completed with - a single match from the list of possible completions. Repeated - execution of mmeennuu--ccoommpplleettee steps through the list of possible - completions, inserting each match in turn. At the end of the - list of completions, the bell is rung (subject to the setting of - bbeellll--ssttyyllee) and the original text is restored. An argument of _n - moves _n positions forward in the list of matches; a negative ar- - gument may be used to move backward through the list. This com- + Similar to ccoommpplleettee, but replaces the word to be completed with + a single match from the list of possible completions. Repeat- + edly executing mmeennuu--ccoommpplleettee steps through the list of possible + completions, inserting each match in turn. At the end of the + list of completions, mmeennuu--ccoommpplleettee rings the bell (subject to + the setting of bbeellll--ssttyyllee) and restores the original text. An + argument of _n moves _n positions forward in the list of matches; + a negative argument moves backward through the list. This com- mand is intended to be bound to TTAABB, but is unbound by default. mmeennuu--ccoommpplleettee--bbaacckkwwaarrdd - Identical to mmeennuu--ccoommpplleettee, but moves backward through the list - of possible completions, as if mmeennuu--ccoommpplleettee had been given a + Identical to mmeennuu--ccoommpplleettee, but moves backward through the list + of possible completions, as if mmeennuu--ccoommpplleettee had been given a negative argument. This command is unbound by default. ddeelleettee--cchhaarr--oorr--lliisstt - Deletes the character under the cursor if not at the beginning - or end of the line (like ddeelleettee--cchhaarr). If at the end of the - line, behaves identically to ppoossssiibbllee--ccoommpplleettiioonnss. This command - is unbound by default. + Deletes the character under the cursor if not at the beginning + or end of the line (like ddeelleettee--cchhaarr). At the end of the line, + it behaves identically to ppoossssiibbllee--ccoommpplleettiioonnss. This command is + unbound by default. ccoommpplleettee--ffiilleennaammee ((MM--//)) Attempt filename completion on the text before point. ppoossssiibbllee--ffiilleennaammee--ccoommpplleettiioonnss ((CC--xx //)) List the possible completions of the text before point, treating it as a filename. ccoommpplleettee--uusseerrnnaammee ((MM--~~)) - Attempt completion on the text before point, treating it as a + Attempt completion on the text before point, treating it as a username. ppoossssiibbllee--uusseerrnnaammee--ccoommpplleettiioonnss ((CC--xx ~~)) List the possible completions of the text before point, treating it as a username. ccoommpplleettee--vvaarriiaabbllee ((MM--$$)) - Attempt completion on the text before point, treating it as a + Attempt completion on the text before point, treating it as a shell variable. ppoossssiibbllee--vvaarriiaabbllee--ccoommpplleettiioonnss ((CC--xx $$)) List the possible completions of the text before point, treating it as a shell variable. ccoommpplleettee--hhoossttnnaammee ((MM--@@)) - Attempt completion on the text before point, treating it as a + Attempt completion on the text before point, treating it as a hostname. ppoossssiibbllee--hhoossttnnaammee--ccoommpplleettiioonnss ((CC--xx @@)) List the possible completions of the text before point, treating it as a hostname. ccoommpplleettee--ccoommmmaanndd ((MM--!!)) - Attempt completion on the text before point, treating it as a - command name. Command completion attempts to match the text - against aliases, reserved words, shell functions, shell + Attempt completion on the text before point, treating it as a + command name. Command completion attempts to match the text + against aliases, reserved words, shell functions, shell builtins, and finally executable filenames, in that order. ppoossssiibbllee--ccoommmmaanndd--ccoommpplleettiioonnss ((CC--xx !!)) List the possible completions of the text before point, treating it as a command name. ddyynnaammiicc--ccoommpplleettee--hhiissttoorryy ((MM--TTAABB)) - Attempt completion on the text before point, comparing the text - against lines from the history list for possible completion - matches. + Attempt completion on the text before point, comparing the text + against history list entries for possible completion matches. ddaabbbbrreevv--eexxppaanndd Attempt menu completion on the text before point, comparing the text against lines from the history list for possible completion @@ -4383,133 +4440,137 @@ RREEAADDLLIINNEE Perform tilde expansion on the current word. sseett--mmaarrkk ((CC--@@,, MM--<>)) Set the mark to the point. If a numeric argument is supplied, - the mark is set to that position. + set the mark to that position. eexxcchhaannggee--ppooiinntt--aanndd--mmaarrkk ((CC--xx CC--xx)) - Swap the point with the mark. The current cursor position is - set to the saved position, and the old cursor position is saved - as the mark. + Swap the point with the mark. Set the current cursor position + to the saved position, then set the mark to the old cursor posi- + tion. cchhaarraacctteerr--sseeaarrcchh ((CC--]])) - A character is read and point is moved to the next occurrence of - that character. A negative argument searches for previous oc- - currences. + Read a character and move point to the next occurrence of that + character. A negative argument searches for previous occur- + rences. cchhaarraacctteerr--sseeaarrcchh--bbaacckkwwaarrdd ((MM--CC--]])) - A character is read and point is moved to the previous occur- - rence of that character. A negative argument searches for sub- - sequent occurrences. + Read a character and move point to the previous occurrence of + that character. A negative argument searches for subsequent oc- + currences. sskkiipp--ccssii--sseeqquueennccee - Read enough characters to consume a multi-key sequence such as - those defined for keys like Home and End. Such sequences begin + Read enough characters to consume a multi-key sequence such as + those defined for keys like Home and End. CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC-[. If this - sequence is bound to "\[", keys producing such sequences will - have no effect unless explicitly bound to a readline command, - instead of inserting stray characters into the editing buffer. + sequence is bound to "\e[", keys producing CSI sequences will + have no effect unless explicitly bound to a readline command, + instead of inserting stray characters into the editing buffer. This is unbound by default, but usually bound to ESC-[. iinnsseerrtt--ccoommmmeenntt ((MM--##)) - Without a numeric argument, the value of the readline ccoomm-- - mmeenntt--bbeeggiinn variable is inserted at the beginning of the current - line. If a numeric argument is supplied, this command acts as a - toggle: if the characters at the beginning of the line do not - match the value of ccoommmmeenntt--bbeeggiinn, the value is inserted, other- - wise the characters in ccoommmmeenntt--bbeeggiinn are deleted from the begin- - ning of the line. In either case, the line is accepted as if a - newline had been typed. The default value of ccoommmmeenntt--bbeeggiinn - causes this command to make the current line a shell comment. - If a numeric argument causes the comment character to be re- - moved, the line will be executed by the shell. + Without a numeric argument, insert the value of the readline + ccoommmmeenntt--bbeeggiinn variable at the beginning of the current line. If + a numeric argument is supplied, this command acts as a toggle: + if the characters at the beginning of the line do not match the + value of ccoommmmeenntt--bbeeggiinn, insert the value; otherwise delete the + characters in ccoommmmeenntt--bbeeggiinn from the beginning of the line. In + either case, the line is accepted as if a newline had been + typed. The default value of ccoommmmeenntt--bbeeggiinn causes this command + to make the current line a shell comment. If a numeric argument + causes the comment character to be removed, the line will be ex- + ecuted by the shell. ssppeellll--ccoorrrreecctt--wwoorrdd ((CC--xx ss)) Perform spelling correction on the current word, treating it as a directory or filename, in the same way as the ccddssppeellll shell option. Word boundaries are the same as those used by sshheellll--ffoorrwwaarrdd--wwoorrdd. gglloobb--ccoommpplleettee--wwoorrdd ((MM--gg)) - The word before point is treated as a pattern for pathname ex- - pansion, with an asterisk implicitly appended. This pattern is - used to generate a list of matching filenames for possible com- - pletions. + Treat the word before point as a pattern for pathname expansion, + with an asterisk implicitly appended, then use the pattern to + generate a list of matching file names for possible completions. gglloobb--eexxppaanndd--wwoorrdd ((CC--xx **)) - The word before point is treated as a pattern for pathname ex- - pansion, and the list of matching filenames is inserted, replac- - ing the word. If a numeric argument is supplied, an asterisk is - appended before pathname expansion. + Treat the word before point as a pattern for pathname expansion, + and insert the list of matching file names, replacing the word. + If a numeric argument is supplied, append a ** before pathname + expansion. gglloobb--lliisstt--eexxppaannssiioonnss ((CC--xx gg)) - The list of expansions that would have been generated by - gglloobb--eexxppaanndd--wwoorrdd is displayed, and the line is redrawn. If a - numeric argument is supplied, an asterisk is appended before - pathname expansion. + Display the list of expansions that would have been generated by + gglloobb--eexxppaanndd--wwoorrdd and redisplay the line. If a numeric argument + is supplied, append a ** before pathname expansion. dduummpp--ffuunnccttiioonnss - Print all of the functions and their key bindings to the read- + Print all of the functions and their key bindings to the read- line output stream. If a numeric argument is supplied, the out- - put is formatted in such a way that it can be made part of an + put is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. dduummpp--vvaarriiaabblleess Print all of the settable readline variables and their values to - the readline output stream. If a numeric argument is supplied, - the output is formatted in such a way that it can be made part + the readline output stream. If a numeric argument is supplied, + the output is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. dduummpp--mmaaccrrooss - Print all of the readline key sequences bound to macros and the - strings they output. If a numeric argument is supplied, the - output is formatted in such a way that it can be made part of an - _i_n_p_u_t_r_c file. + Print all of the readline key sequences bound to macros and the + strings they output to the readline output stream. If a numeric + argument is supplied, the output is formatted in such a way that + it can be made part of an _i_n_p_u_t_r_c file. + eexxeeccuuttee--nnaammeedd--ccoommmmaanndd ((MM--xx)) + Read a bindable readline command name from the input and execute + the function to which it's bound, as if the key sequence to + which it was bound appeared in the input. If this function is + supplied with a numeric argument, it passes that argument to the + function it executes. ddiissppllaayy--sshheellll--vveerrssiioonn ((CC--xx CC--vv)) Display version information about the current instance of bbaasshh. PPrrooggrraammmmaabbllee CCoommpplleettiioonn When a user attempts word completion for an argument to a command for which a completion specification (a _c_o_m_p_s_p_e_c) has been defined using - the ccoommpplleettee builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), Readline in- + the ccoommpplleettee builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), rreeaaddlliinnee in- vokes the programmable completion facilities. - First, the command name is identified. If a compspec has been defined - for that command, the compspec is used to generate the list of possible - completions for the word. If the command word is the empty string - (completion attempted at the beginning of an empty line), any compspec - defined with the --EE option to ccoommpplleettee is used. If the command word is - a full pathname, a compspec for the full pathname is searched for - first. If no compspec is found for the full pathname, completion at- - tempts to find a compspec for the portion following the final slash. - If those searches do not result in a compspec, any compspec defined - with the --DD option to ccoommpplleettee is used as the default. If there is no - default compspec, bbaasshh attempts alias expansion on the command word as - a final resort, and attempts to find a compspec for the command word + First, bbaasshh identifies the command name. If a compspec has been de- + fined for that command, the compspec is used to generate the list of + possible completions for the word. If the command word is the empty + string (completion attempted at the beginning of an empty line), bbaasshh + uses any compspec defined with the --EE option to ccoommpplleettee. If the com- + mand word is a full pathname, bbaasshh searches for a compspec for the full + pathname first. If there is no compspec for the full pathname, bbaasshh + attempts to find a compspec for the portion following the final slash. + If those searches do not result in a compspec, any compspec defined + with the --DD option to ccoommpplleettee is used as the default. If there is no + default compspec, bbaasshh attempts alias expansion on the command word as + a final resort, and attempts to find a compspec for the command word from any successful expansion. - Once a compspec has been found, it is used to generate the list of - matching words. If a compspec is not found, the default bbaasshh comple- - tion as described above under CCoommpplleettiinngg is performed. + If a compspec is not found, bbaasshh performs its default completion as de- + scribed above under CCoommpplleettiinngg. Otherwise, once a compspec has been + found, bbaasshh uses it to generate the list of matching words. - First, the actions specified by the compspec are used. Only matches - which are prefixed by the word being completed are returned. When the - --ff or --dd option is used for filename or directory name completion, the - shell variable FFIIGGNNOORREE is used to filter the matches. + First, bbaasshh performs the _a_c_t_i_o_n_s specified by the compspec. Only + matches which are prefixed by the word being completed are returned. + When the --ff or --dd option is used for filename or directory name comple- + tion, bbaasshh uses the shell variable FFIIGGNNOORREE to filter the matches. Any completions specified by a pathname expansion pattern to the --GG op- - tion are generated next. The words generated by the pattern need not - match the word being completed. The GGLLOOBBIIGGNNOORREE shell variable is not - used to filter the matches, but the FFIIGGNNOORREE variable is used. - - Next, the string specified as the argument to the --WW option is consid- - ered. The string is first split using the characters in the IIFFSS spe- - cial variable as delimiters. Shell quoting is honored. Each word is - then expanded using brace expansion, tilde expansion, parameter and + tion are generated next. The words generated by the pattern need not + match the word being completed. BBaasshh uses the FFIIGGNNOORREE variable to fil- + ter the matches, but does not use the GGLLOOBBIIGGNNOORREE shell variable. + + Next, completion considers the string specified as the argument to the + --WW option. The string is first split using the characters in the IIFFSS + special variable as delimiters. Shell quoting is honored. Each word + is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, and arithmetic expansion, as described above under EEXXPPAANNSSIIOONN. The results are split using the rules described above under WWoorrdd SSpplliittttiinngg. The results of the expansion are prefix-matched against the word being completed, and the matching words - become the possible completions. - - After these matches have been generated, any shell function or command - specified with the --FF and --CC options is invoked. When the command or - function is invoked, the CCOOMMPP__LLIINNEE, CCOOMMPP__PPOOIINNTT, CCOOMMPP__KKEEYY, and CCOOMMPP__TTYYPPEE - variables are assigned values as described above under SShheellll VVaarriiaabblleess. - If a shell function is being invoked, the CCOOMMPP__WWOORRDDSS and CCOOMMPP__CCWWOORRDD - variables are also set. When the function or command is invoked, the - first argument ($$11) is the name of the command whose arguments are be- - ing completed, the second argument ($$22) is the word being completed, - and the third argument ($$33) is the word preceding the word being com- - pleted on the current command line. No filtering of the generated com- - pletions against the word being completed is performed; the function or - command has complete freedom in generating the matches. + become possible completions. + + After these matches have been generated, bbaasshh executes any shell func- + tion or command specified with the --FF and --CC options. When the command + or function is invoked, the CCOOMMPP__LLIINNEE, CCOOMMPP__PPOOIINNTT, CCOOMMPP__KKEEYY, and + CCOOMMPP__TTYYPPEE variables are assigned values as described above under SShheellll + VVaarriiaabblleess. If a shell function is being invoked, the CCOOMMPP__WWOORRDDSS and + CCOOMMPP__CCWWOORRDD variables are also set. When the function or command is in- + voked, the first argument ($$11) is the name of the command whose argu- + ments are being completed, the second argument ($$22) is the word being + completed, and the third argument ($$33) is the word preceding the word + being completed on the current command line. There is no filtering of + the generated completions against the word being completed; the func- + tion or command has complete freedom in generating the matches. Any function specified with --FF is invoked first. The function may use any of the shell facilities, including the ccoommppggeenn and ccoommppoopptt builtins @@ -4539,21 +4600,22 @@ RREEAADDLLIINNEE If the previously-applied actions do not generate any matches, and the --oo ddiirrnnaammeess option was supplied to ccoommpplleettee when the compspec was de- - fined, directory name completion is attempted. + fined, bbaasshh attempts directory name completion. If the --oo pplluussddiirrss option was supplied to ccoommpplleettee when the compspec - was defined, directory name completion is attempted and any matches are - added to the results of the other actions. - - By default, if a compspec is found, whatever it generates is returned - to the completion code as the full set of possible completions. The - default bbaasshh completions and the rreeaaddlliinnee default of filename comple- - tion are disabled. If the --oo bbaasshhddeeffaauulltt option was supplied to ccoomm-- - pplleettee when the compspec was defined, if the compspec generates no - matches, the bbaasshh default completions are attempted. If the --oo ddeeffaauulltt - option was supplied to ccoommpplleettee when the compspec was defined, read- - line's default completion will be performed if the compspec (and, if - attempted, the default bbaasshh completions) generate no matches. + was defined, bbaasshh attempts directory name completion and adds any + matches to the set of possible completions. + + By default, if a compspec is found, whatever it generates is returned + to the completion code as the full set of possible completions. The + default bbaasshh completions and the rreeaaddlliinnee default of filename comple- + tion are disabled. If the --oo bbaasshhddeeffaauulltt option was supplied to ccoomm-- + pplleettee when the compspec was defined, if the compspec generates no + matches, bbaasshh attempts its default completions. If the --oo ddeeffaauulltt op- + tion was supplied to ccoommpplleettee when the compspec was defined, programma- + ble completion will perform readline's default completion if the comp- + spec (and, if attempted, the default bbaasshh completions) generate no + matches. When a compspec indicates that directory name completion is desired, the programmable completion functions force readline to append a slash @@ -4564,7 +4626,7 @@ RREEAADDLLIINNEE There is some support for dynamically modifying completions. This is most useful when used in combination with a default completion speci- fied with ccoommpplleettee --DD. It's possible for shell functions executed as - completion handlers to indicate that completion should be retried by + completion functions to indicate that completion should be retried by returning an exit status of 124. If a shell function returns 124, and changes the compspec associated with the command on which completion is being attempted (supplied as the first argument when the function is @@ -4588,19 +4650,20 @@ HHIISSTTOORRYY When the --oo hhiissttoorryy option to the sseett builtin is enabled, the shell provides access to the _c_o_m_m_a_n_d _h_i_s_t_o_r_y, the list of commands previously typed. The value of the HHIISSTTSSIIZZEE variable is used as the number of - commands to save in a history list. The text of the last HHIISSTTSSIIZZEE com- - mands (default 500) is saved. The shell stores each command in the - history list prior to parameter and variable expansion (see EEXXPPAANNSSIIOONN - above) but after history expansion is performed, subject to the values - of the shell variables HHIISSTTIIGGNNOORREE and HHIISSTTCCOONNTTRROOLL. + commands to save in a history list: the shell saves the text of the + last HHIISSTTSSIIZZEE commands (default 500). The shell stores each command in + the history list prior to parameter and variable expansion (see EEXXPPAANN-- + SSIIOONN above) but after history expansion is performed, subject to the + values of the shell variables HHIISSTTIIGGNNOORREE and HHIISSTTCCOONNTTRROOLL. On startup, bbaasshh initializes the history list by reading history en- tries from the the file named by the HHIISSTTFFIILLEE variable (default _~_/_._b_a_s_h___h_i_s_t_o_r_y). That file is referred to as the _h_i_s_t_o_r_y _f_i_l_e. The history file is truncated, if necessary, to contain no more than the - number of history entries specified by the value of HHIISSTTFFIILLEESSIIZZEE. If - HHIISSTTFFIILLEESSIIZZEE is unset, or set to null, a non-numeric value, or a nu- - meric value less than zero, the history file is not truncated. + number of history entries specified by the value of the HHIISSTTFFIILLEESSIIZZEE + variable. If HHIISSTTFFIILLEESSIIZZEE is unset, or set to null, a non-numeric + value, or a numeric value less than zero, the history file is not trun- + cated. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted as timestamps @@ -4613,17 +4676,17 @@ HHIISSTTOORRYY entries from the history list to $$HHIISSTTFFIILLEE. If the hhiissttaappppeenndd shell option is enabled (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), bbaasshh appends the entries to the history file, other- - wise the history file is overwritten. If HHIISSTTFFIILLEE is unset or null, or - if the history file is unwritable, the history is not saved. If the - HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, time stamps are written to the history - file, marked with the history comment character, so they may be pre- - served across shell sessions. This uses the history comment character - to distinguish timestamps from other history lines. As above, when us- - ing HHIISSTTTTIIMMEEFFOORRMMAATT, the timestamps delimit multi-line history entries. - After saving the history, bbaasshh truncates the history file to contain no - more than HHIISSTTFFIILLEESSIIZZEE lines. If HHIISSTTFFIILLEESSIIZZEE is unset, or set to - null, a non-numeric value, or a numeric value less than zero, the his- - tory file is not truncated. + wise it overwrites the history file. If HHIISSTTFFIILLEE is unset or null, or + if the history file is unwritable, the history is not saved. After + saving the history, bbaasshh truncates the history file to contain no more + than HHIISSTTFFIILLEESSIIZZEE lines as described above. + + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the shell writes the timestamp + information associated with each history entry to the history file, + marked with the history comment character, so timestamps are preserved + across shell sessions. This uses the history comment character to dis- + tinguish timestamps from other history lines. As above, when using + HHIISSTTTTIIMMEEFFOORRMMAATT, the timestamps delimit multi-line history entries. The ffcc builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) will list or edit and re-execute a portion of the history list. The hhiissttoorryy builtin @@ -4633,66 +4696,68 @@ HHIISSTTOORRYY The shell allows control over which commands are saved on the history list. The HHIISSTTCCOONNTTRROOLL and HHIISSTTIIGGNNOORREE variables are used to save only a - subset of the commands entered. The ccmmddhhiisstt shell option, if enabled, - causes the shell to attempt to save each line of a multi-line command - in the same history entry, adding semicolons where necessary to pre- - serve syntactic correctness. The lliitthhiisstt shell option modifies ccmmddhhiisstt - by saving the command with embedded newlines instead of semicolons. - See the description of the sshhoopptt builtin below under SSHHEELLLL BBUUIILLTTIINN CCOOMM-- - MMAANNDDSS for information on setting and unsetting shell options. + subset of the commands entered. If the ccmmddhhiisstt shell option is en- + abled, the shell attempts to save each line of a multi-line command in + the same history entry, adding semicolons where necessary to preserve + syntactic correctness. The lliitthhiisstt shell option modifies ccmmddhhiisstt by + saving the command with embedded newlines instead of semicolons. See + the description of the sshhoopptt builtin below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS + for information on setting and unsetting shell options. HHIISSTTOORRYY EEXXPPAANNSSIIOONN - The shell supports a history expansion feature that is similar to the - history expansion in ccsshh. This section describes what syntax features + The shell supports a history expansion feature that is similar to the + history expansion in ccsshh. This section describes what syntax features are available. History expansion is enabled by default for interactive shells, and can - be disabled using the ++HH option to the sseett builtin command (see SSHHEELLLL + be disabled using the ++HH option to the sseett builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). Non-interactive shells do not perform history expansion by default, but it can be enabled with "set -H". History expansions introduce words from the history list into the input - stream, making it easy to repeat commands, insert the arguments to a + stream, making it easy to repeat commands, insert the arguments to a previous command into the current input line, or fix errors in previous commands quickly. - History expansion is performed immediately after a complete line is - read, before the shell breaks it into words, and is performed on each - line individually. The shell attempts to inform the history expansion + History expansion is performed immediately after a complete line is + read, before the shell breaks it into words, and is performed on each + line individually. The shell attempts to inform the history expansion functions about quoting still in effect from previous lines. - It takes place in two parts. The first is to determine which history - list entry to use during substitution. The second is to select por- - tions of that entry to include into the current one. The entry se- - lected from the history is the _e_v_e_n_t, and the portions of that entry - that are acted upon are _w_o_r_d_s. The entry is split into words in the - same fashion as when reading input, so that several _m_e_t_a_c_h_a_r_a_c_t_e_r-sepa- - rated words surrounded by quotes are considered one word. The _e_v_e_n_t - _d_e_s_i_g_n_a_t_o_r selects the event, the optional _w_o_r_d _d_e_s_i_g_n_a_t_o_r selects - words from the event, and various optional _m_o_d_i_f_i_e_r_s are available to - manipulate the selected words. - - History expansions are introduced by the appearance of the history ex- - pansion character, which is !! by default. History expansions may ap- + It takes place in two parts. The first is to determine which history + list entry to use during substitution. The second is to select por- + tions of that entry to include into the current one. + + The entry selected from the history is the _e_v_e_n_t, and the portions of + that entry that are acted upon are _w_o_r_d_s. Various _m_o_d_i_f_i_e_r_s are avail- + able to manipulate the selected words. The entry is split into words + in the same fashion as when reading input, so that several _m_e_t_a_c_h_a_r_a_c_- + _t_e_r-separated words surrounded by quotes are considered one word. The + _e_v_e_n_t _d_e_s_i_g_n_a_t_o_r selects the event, the optional _w_o_r_d _d_e_s_i_g_n_a_t_o_r se- + lects words from the event, and various optional _m_o_d_i_f_i_e_r_s are avail- + able to manipulate the selected words. + + History expansions are introduced by the appearance of the history ex- + pansion character, which is !! by default. History expansions may ap- pear anywhere in the input, but do not nest. - Only backslash (\\) and single quotes can quote the history expansion - character, but the history expansion character is also treated as + Only backslash (\\) and single quotes can quote the history expansion + character, but the history expansion character is also treated as quoted if it immediately precedes the closing double quote in a double- quoted string. - Several characters inhibit history expansion if found immediately fol- - lowing the history expansion character, even if it is unquoted: space, - tab, newline, carriage return, ==, and the other shell metacharacters + Several characters inhibit history expansion if found immediately fol- + lowing the history expansion character, even if it is unquoted: space, + tab, newline, carriage return, ==, and the other shell metacharacters defined above. There is a special abbreviation for substitution, active when the _q_u_i_c_k - _s_u_b_s_t_i_t_u_t_i_o_n character (described above under hhiissttcchhaarrss) is the first - character on the line. It selects the previous history entry, using an - event designator equivalent to !!!!, and substitutes one string for an- - other in that entry. It is described below under EEvveenntt DDeessiiggnnaattoorrss. - This is the only history expansion that does not begin with the history - expansion character. + _s_u_b_s_t_i_t_u_t_i_o_n character (described above under hhiissttcchhaarrss) is the first + character on the line. It selects the previous history list entry, us- + ing an event designator equivalent to !!!!, and substitutes one string + for another in that entry. It is described below under EEvveenntt DDeessiiggnnaa-- + ttoorrss. This is the only history expansion that does not begin with the + history expansion character. Several shell options settable with the sshhoopptt builtin will modify his- tory expansion behavior (see the description of the sshhoopptt builtin be- @@ -4721,23 +4786,23 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN events are relative to the current position in the history list. !! Start a history substitution, except when followed by a bbllaannkk, - newline, carriage return, = or, when the eexxttgglloobb shell option is - enabled using the sshhoopptt builtin, (. + newline, carriage return, =, or, when the eexxttgglloobb shell option + is enabled using the sshhoopptt builtin, (. !!_n Refer to history list entry _n. !!--_n Refer to the current entry minus _n. - !!!! Refer to the previous command. This is a synonym for "!-1". + !!!! Refer to the previous entry. This is a synonym for "!-1". !!_s_t_r_i_n_g - Refer to the most recent command preceding the current position + Refer to the most recent command preceding the current position in the history list starting with _s_t_r_i_n_g. !!??_s_t_r_i_n_g[[??]] - Refer to the most recent command preceding the current position - in the history list containing _s_t_r_i_n_g. The trailing ?? may be - omitted if _s_t_r_i_n_g is followed immediately by a newline. If - _s_t_r_i_n_g is missing, this uses the string from the most recent + Refer to the most recent command preceding the current position + in the history list containing _s_t_r_i_n_g. The trailing ?? may be + omitted if _s_t_r_i_n_g is followed immediately by a newline. If + _s_t_r_i_n_g is missing, this uses the string from the most recent search; it is an error if there is no previous search string. ^^_s_t_r_i_n_g_1^^_s_t_r_i_n_g_2^^ - Quick substitution. Repeat the previous command, replacing - _s_t_r_i_n_g_1 with _s_t_r_i_n_g_2. Equivalent to "!!:s^_s_t_r_i_n_g_1^_s_t_r_i_n_g_2^" + Quick substitution. Repeat the previous command, replacing + _s_t_r_i_n_g_1 with _s_t_r_i_n_g_2. Equivalent to "!!:s^_s_t_r_i_n_g_1^_s_t_r_i_n_g_2^" (see MMooddiiffiieerrss below). !!## The entire command line typed so far. @@ -4745,26 +4810,26 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN Word designators are used to select desired words from the event. They are optional; if the word designator isn't supplied, the history expan- sion uses the entire event. A :: separates the event specification from - the word designator. It may be omitted if the word designator begins - with a ^^, $$, **, --, or %%. Words are numbered from the beginning of the - line, with the first word being denoted by 0 (zero). Words are in- + the word designator. It may be omitted if the word designator begins + with a ^^, $$, **, --, or %%. Words are numbered from the beginning of the + line, with the first word being denoted by 0 (zero). Words are in- serted into the current line separated by single spaces. 00 ((zzeerroo)) The zeroth word. For the shell, this is the command word. _n The _nth word. ^^ The first argument: word 1. - $$ The last word. This is usually the last argument, but will ex- + $$ The last word. This is usually the last argument, but will ex- pand to the zeroth word if there is only one word in the line. - %% The first word matched by the most recent "?_s_t_r_i_n_g?'" search, - if the search string begins with a character that is part of a + %% The first word matched by the most recent "?_s_t_r_i_n_g?" search, if + the search string begins with a character that is part of a word. By default, searches begin at the end of each line and proceed to the beginning, so the first word matched is the one closest to the end of the line. _x--_y A range of words; "-_y" abbreviates "0-_y". ** All of the words but the zeroth. This is a synonym for "_1_-_$". It is not an error to use ** if there is just one word in the - event; it expands to the empty string in this case. + event; it expands to the empty string in that case. xx** Abbreviates _x_-_$. xx-- Abbreviates _x_-_$ like xx**, but omits the last word. If xx is miss- ing, it defaults to 0. @@ -4778,8 +4843,8 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN ":". These modify, or edit, the word or words selected from the his- tory event. - hh Remove a trailing filename component, leaving only the head. - tt Remove all leading filename components, leaving the tail. + hh Remove a trailing pathname component, leaving only the head. + tt Remove all leading pathname components, leaving the tail. rr Remove a trailing suffix of the form _._x_x_x, leaving the basename. ee Remove all but the trailing suffix. pp Print the new command but do not execute it. @@ -5078,69 +5143,71 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS [--GG _g_l_o_b_p_a_t] [--WW _w_o_r_d_l_i_s_t] [--FF _f_u_n_c_t_i_o_n] [--CC _c_o_m_m_a_n_d] [--XX _f_i_l_t_e_r_p_a_t] [--PP _p_r_e_f_i_x] [--SS _s_u_f_f_i_x] _n_a_m_e [_n_a_m_e ...] ccoommpplleettee --pprr [--DDEEII] [_n_a_m_e ...] - Specify how arguments to each _n_a_m_e should be completed. If the - --pp option is supplied, or if no options or _n_a_m_es are supplied, - existing completion specifications are printed in a way that al- - lows them to be reused as input. The --rr option removes a com- + Specify how arguments to each _n_a_m_e should be completed. + + If the --pp option is supplied, or if no options or _n_a_m_es are sup- + plied, print existing completion specifications in a way that + allows them to be reused as input. The --rr option removes a com- pletion specification for each _n_a_m_e, or, if no _n_a_m_es are sup- - plied, all completion specifications. The --DD option indicates - that other supplied options and actions should apply to the "de- - fault" command completion; that is, completion attempted on a - command for which no completion has previously been defined. - The --EE option indicates that other supplied options and actions - should apply to "empty" command completion; that is, completion - attempted on a blank line. The --II option indicates that other - supplied options and actions should apply to completion on the - initial non-assignment word on the line, or after a command de- - limiter such as ;; or ||, which is usually command name comple- - tion. If multiple options are supplied, the --DD option takes - precedence over --EE, and both take precedence over --II. If any of - --DD, --EE, or --II are supplied, any other _n_a_m_e arguments are ig- - nored; these completions only apply to the case specified by the - option. - - The process of applying these completion specifications when - word completion is attempted is described above under PPrrooggrraammmmaa-- - bbllee CCoommpplleettiioonn. - - Other options, if specified, have the following meanings. The - arguments to the --GG, --WW, and --XX options (and, if necessary, the - --PP and --SS options) should be quoted to protect them from expan- + plied, all completion specifications. + + The --DD option indicates that other supplied options and actions + should apply to the "default" command completion; that is, com- + pletion attempted on a command for which no completion has pre- + viously been defined. The --EE option indicates that other sup- + plied options and actions should apply to "empty" command com- + pletion; that is, completion attempted on a blank line. The --II + option indicates that other supplied options and actions should + apply to completion on the initial non-assignment word on the + line, or after a command delimiter such as ;; or ||, which is usu- + ally command name completion. If multiple options are supplied, + the --DD option takes precedence over --EE, and both take precedence + over --II. If any of --DD, --EE, or --II are supplied, any other _n_a_m_e + arguments are ignored; these completions only apply to the case + specified by the option. + + The process of applying these completion specifications when at- + tempting word completion is described above under PPrrooggrraammmmaabbllee + CCoommpplleettiioonn. + + Other options, if specified, have the following meanings. The + arguments to the --GG, --WW, and --XX options (and, if necessary, the + --PP and --SS options) should be quoted to protect them from expan- sion before the ccoommpplleettee builtin is invoked. --oo _c_o_m_p_-_o_p_t_i_o_n - The _c_o_m_p_-_o_p_t_i_o_n controls several aspects of the comp- - spec's behavior beyond the simple generation of comple- + The _c_o_m_p_-_o_p_t_i_o_n controls several aspects of the comp- + spec's behavior beyond the simple generation of comple- tions. _c_o_m_p_-_o_p_t_i_o_n may be one of: bbaasshhddeeffaauulltt Perform the rest of the default bbaasshh completions if the compspec generates no matches. - ddeeffaauulltt Use readline's default filename completion if + ddeeffaauulltt Use rreeaaddlliinnee's default filename completion if the compspec generates no matches. ddiirrnnaammeess - Perform directory name completion if the comp- + Perform directory name completion if the comp- spec generates no matches. ffiilleennaammeess - Tell readline that the compspec generates file- - names, so it can perform any filename-specific - processing (like adding a slash to directory - names, quoting special characters, or suppress- - ing trailing spaces). Intended to be used with - shell functions. + Tell rreeaaddlliinnee that the compspec generates file- + names, so it can perform any filename-specific + processing (such as adding a slash to directory + names, quoting special characters, or suppress- + ing trailing spaces). This is intended to be + used with shell functions. ffuullllqquuoottee - Tell readline to quote all the completed words + Tell rreeaaddlliinnee to quote all the completed words even if they are not filenames. - nnooqquuoottee Tell readline not to quote the completed words - if they are filenames (quoting filenames is the + nnooqquuoottee Tell rreeaaddlliinnee not to quote the completed words + if they are filenames (quoting filenames is the default). - nnoossoorrtt Tell readline not to sort the list of possible + nnoossoorrtt Tell rreeaaddlliinnee not to sort the list of possible completions alphabetically. - nnoossppaaccee Tell readline not to append a space (the de- - fault) to words completed at the end of the + nnoossppaaccee Tell rreeaaddlliinnee not to append a space (the de- + fault) to words completed at the end of the line. pplluussddiirrss - After any matches defined by the compspec are - generated, attempt directory name completion and + After generating any matches defined by the + compspec, attempt directory name completion and add any matches to the results of the other ac- tions. --AA _a_c_t_i_o_n @@ -5196,9 +5263,9 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS guments are being completed, the second argument ($$22) is the word being completed, and the third argument ($$33) is the word preceding the word being completed on the cur- - rent command line. When _f_u_n_c_t_i_o_n finishes, the possible - completions are retrieved from the value of the CCOOMMPPRREE-- - PPLLYY array variable. + rent command line. When _f_u_n_c_t_i_o_n finishes, programmable + completion retrieves the possible completions from the + value of the CCOOMMPPRREEPPLLYY array variable. --GG _g_l_o_b_p_a_t Expand the pathname expansion pattern _g_l_o_b_p_a_t to gener- ate the possible completions. @@ -5209,13 +5276,14 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Append _s_u_f_f_i_x to each possible completion after all other options have been applied. --WW _w_o_r_d_l_i_s_t - The _w_o_r_d_l_i_s_t is split using the characters in the IIFFSS - special variable as delimiters, and each resulting word - is expanded. Shell quoting is honored within _w_o_r_d_l_i_s_t, - in order to provide a mechanism for the words to contain - shell metacharacters or characters in the value of IIFFSS. - The possible completions are the members of the resul- - tant list which match the word being completed. + Split the _w_o_r_d_l_i_s_t using the characters in the IIFFSS spe- + cial variable as delimiters, and expand each resulting + word. Shell quoting is honored within _w_o_r_d_l_i_s_t, in or- + der to provide a mechanism for the words to contain + shell metacharacters or characters in the value of IIFFSS. + The possible completions are the members of the resul- + tant list which match a prefix of the word being com- + pleted. --XX _f_i_l_t_e_r_p_a_t _f_i_l_t_e_r_p_a_t is a pattern as used for pathname expansion. It is applied to the list of possible completions gener- @@ -5236,169 +5304,167 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS supplied. If no _o_p_t_i_o_ns are supplied, display the completion options for each _n_a_m_e or the current completion. The possible values of _o_p_t_i_o_n are those valid for the ccoommpplleettee builtin de- - scribed above. The --DD option indicates that other supplied op- - tions should apply to the "default" command completion; that is, - completion attempted on a command for which no completion has - previously been defined. The --EE option indicates that other - supplied options should apply to "empty" command completion; - that is, completion attempted on a blank line. The --II option - indicates that other supplied options should apply to completion - on the initial non-assignment word on the line, or after a com- - mand delimiter such as ;; or ||, which is usually command name - completion. + scribed above. + + The --DD option indicates that other supplied options should apply + to the "default" command completion; the --EE option indicates + that other supplied options should apply to "empty" command com- + pletion; and the --II option indicates that other supplied options + should apply to completion on the initial word on the line. + These are determined in the same way as the ccoommpplleettee builtin. If multiple options are supplied, the --DD option takes precedence over --EE, and both take precedence over --II. - The return value is true unless an invalid option is supplied, + The return value is true unless an invalid option is supplied, an attempt is made to modify the options for a _n_a_m_e for which no completion specification exists, or an output error occurs. ccoonnttiinnuuee [_n] ccoonnttiinnuuee resumes the next iteration of the enclosing ffoorr, wwhhiillee, - uunnttiill, or sseelleecctt loop. If _n is specified, bbaasshh resumes the _nth - enclosing loop. _n must be >= 1. If _n is greater than the num- - ber of enclosing loops, the shell resumes the last enclosing - loop (the "top-level" loop). The return value is 0 unless _n is + uunnttiill, or sseelleecctt loop. If _n is specified, bbaasshh resumes the _nth + enclosing loop. _n must be >= 1. If _n is greater than the num- + ber of enclosing loops, the shell resumes the last enclosing + loop (the "top-level" loop). The return value is 0 unless _n is not greater than or equal to 1. ddeeccllaarree [--aaAAffFFggiiIIllnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] ttyyppeesseett [--aaAAffFFggiiIIllnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] - Declare variables and/or give them attributes. If no _n_a_m_es are + Declare variables and/or give them attributes. If no _n_a_m_es are given then display the values of variables or functions. The --pp - option will display the attributes and values of each _n_a_m_e. - When --pp is used with _n_a_m_e arguments, additional options, other + option will display the attributes and values of each _n_a_m_e. + When --pp is used with _n_a_m_e arguments, additional options, other than --ff and --FF, are ignored. When --pp is supplied without _n_a_m_e arguments, ddeeccllaarree will display the attributes and values of all variables having the attributes - specified by the additional options. If no other options are + specified by the additional options. If no other options are supplied with --pp, ddeeccllaarree will display the attributes and values - of all shell variables. The --ff option restricts the display to + of all shell variables. The --ff option restricts the display to shell functions. The --FF option inhibits the display of function definitions; only - the function name and attributes are printed. If the eexxttddeebbuugg - shell option is enabled using sshhoopptt, the source file name and - line number where each _n_a_m_e is defined are displayed as well. + the function name and attributes are printed. If the eexxttddeebbuugg + shell option is enabled using sshhoopptt, the source file name and + line number where each _n_a_m_e is defined are displayed as well. The --FF option implies --ff. - The --gg option forces variables to be created or modified at the + The --gg option forces variables to be created or modified at the global scope, even when ddeeccllaarree is executed in a shell function. It is ignored when ddeeccllaarree is not executed in a shell function. - The --II option causes local variables to inherit the attributes - (except the _n_a_m_e_r_e_f attribute) and value of any existing vari- - able with the same _n_a_m_e at a surrounding scope. If there is no + The --II option causes local variables to inherit the attributes + (except the _n_a_m_e_r_e_f attribute) and value of any existing vari- + able with the same _n_a_m_e at a surrounding scope. If there is no existing variable, the local variable is initially unset. - The following options can be used to restrict output to vari- - ables with the specified attribute or to give variables attrib- + The following options can be used to restrict output to vari- + ables with the specified attribute or to give variables attrib- utes: - --aa Each _n_a_m_e is an indexed array variable (see AArrrraayyss + --aa Each _n_a_m_e is an indexed array variable (see AArrrraayyss above). - --AA Each _n_a_m_e is an associative array variable (see AArrrraayyss + --AA Each _n_a_m_e is an associative array variable (see AArrrraayyss above). --ff Each _n_a_m_e refers to a shell function. --ii The variable is treated as an integer; arithmetic evalua- - tion (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN above) is performed when + tion (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN above) is performed when the variable is assigned a value. - --ll When the variable is assigned a value, all upper-case - characters are converted to lower-case. The upper-case + --ll When the variable is assigned a value, all upper-case + characters are converted to lower-case. The upper-case attribute is disabled. - --nn Give each _n_a_m_e the _n_a_m_e_r_e_f attribute, making it a name - reference to another variable. That other variable is - defined by the value of _n_a_m_e. All references, assign- - ments, and attribute modifications to _n_a_m_e, except those - using or changing the --nn attribute itself, are performed - on the variable referenced by _n_a_m_e's value. The nameref + --nn Give each _n_a_m_e the _n_a_m_e_r_e_f attribute, making it a name + reference to another variable. That other variable is + defined by the value of _n_a_m_e. All references, assign- + ments, and attribute modifications to _n_a_m_e, except those + using or changing the --nn attribute itself, are performed + on the variable referenced by _n_a_m_e's value. The nameref attribute cannot be applied to array variables. --rr Make _n_a_m_es readonly. These names cannot then be assigned values by subsequent assignment statements or unset. --tt Give each _n_a_m_e the _t_r_a_c_e attribute. Traced functions in- - herit the DDEEBBUUGG and RREETTUURRNN traps from the calling shell. + herit the DDEEBBUUGG and RREETTUURRNN traps from the calling shell. The trace attribute has no special meaning for variables. - --uu When the variable is assigned a value, all lower-case - characters are converted to upper-case. The lower-case + --uu When the variable is assigned a value, all lower-case + characters are converted to upper-case. The lower-case attribute is disabled. - --xx Mark each _n_a_m_e for export to subsequent commands via the + --xx Mark each _n_a_m_e for export to subsequent commands via the environment. - Using "+" instead of "-" turns off the specified attribute in- + Using "+" instead of "-" turns off the specified attribute in- stead, with the exceptions that ++aa and ++AA may not be used to de- - stroy array variables and ++rr will not remove the readonly at- + stroy array variables and ++rr will not remove the readonly at- tribute. - When used in a function, ddeeccllaarree and ttyyppeesseett make each _n_a_m_e lo- - cal, as with the llooccaall command, unless the --gg option is sup- - plied. If a variable name is followed by =_v_a_l_u_e, the value of - the variable is set to _v_a_l_u_e. When using --aa or --AA and the com- - pound assignment syntax to create array variables, additional + When used in a function, ddeeccllaarree and ttyyppeesseett make each _n_a_m_e lo- + cal, as with the llooccaall command, unless the --gg option is sup- + plied. If a variable name is followed by =_v_a_l_u_e, the value of + the variable is set to _v_a_l_u_e. When using --aa or --AA and the com- + pound assignment syntax to create array variables, additional attributes do not take effect until subsequent assignments. - The return value is 0 unless an invalid option is encountered, - an attempt is made to define a function using "-f foo=bar". an + The return value is 0 unless an invalid option is encountered, + an attempt is made to define a function using "-f foo=bar". an attempt is made to assign a value to a readonly variable, an at- tempt is made to assign a value to an array variable without us- - ing the compound assignment syntax (see AArrrraayyss above), one of + ing the compound assignment syntax (see AArrrraayyss above), one of the _n_a_m_e_s is not a valid shell variable name, an attempt is made - to turn off readonly status for a readonly variable, an attempt - is made to turn off array status for an array variable, or an + to turn off readonly status for a readonly variable, an attempt + is made to turn off array status for an array variable, or an attempt is made to display a non-existent function with --ff. ddiirrss [[--ccllppvv]] [[++_n]] [[--_n]] Without options, display the list of currently remembered direc- - tories. The default display is on a single line with directory - names separated by spaces. Directories are added to the list - with the ppuusshhdd command; the ppooppdd command removes entries from - the list. The current directory is always the first directory + tories. The default display is on a single line with directory + names separated by spaces. Directories are added to the list + with the ppuusshhdd command; the ppooppdd command removes entries from + the list. The current directory is always the first directory in the stack. Options, if supplied, have the following meanings: - --cc Clears the directory stack by deleting all of the en- + --cc Clears the directory stack by deleting all of the en- tries. - --ll Produces a listing using full pathnames; the default + --ll Produces a listing using full pathnames; the default listing format uses a tilde to denote the home directory. --pp Print the directory stack with one entry per line. - --vv Print the directory stack with one entry per line, pre- + --vv Print the directory stack with one entry per line, pre- fixing each entry with its index in the stack. ++_n Displays the _nth entry counting from the left of the list shown by ddiirrss when invoked without options, starting with zero. - --_n Displays the _nth entry counting from the right of the + --_n Displays the _nth entry counting from the right of the list shown by ddiirrss when invoked without options, starting with zero. - The return value is 0 unless an invalid option is supplied or _n + The return value is 0 unless an invalid option is supplied or _n indexes beyond the end of the directory stack. ddiissoowwnn [--aarr] [--hh] [_i_d ...] - Without options, remove each _i_d from the table of active jobs. - Each _i_d may be a job specification _j_o_b_s_p_e_c or a process ID _p_i_d; - if _i_d is a _p_i_d, ddiissoowwnn uses the job containing _p_i_d as _j_o_b_s_p_e_c. - If _i_d is not present, and neither the --aa nor the --rr option is - supplied, ddiissoowwnn removes the _c_u_r_r_e_n_t _j_o_b. If the --hh option is - supplied, the job corresponding to each _i_d is not removed from - the table, but is marked so that SSIIGGHHUUPP is not sent to the job + Without options, remove each _i_d from the table of active jobs. + Each _i_d may be a job specification _j_o_b_s_p_e_c or a process ID _p_i_d; + if _i_d is a _p_i_d, ddiissoowwnn uses the job containing _p_i_d as _j_o_b_s_p_e_c. + If _i_d is not present, and neither the --aa nor the --rr option is + supplied, ddiissoowwnn removes the _c_u_r_r_e_n_t _j_o_b. If the --hh option is + supplied, the job corresponding to each _i_d is not removed from + the table, but is marked so that SSIIGGHHUUPP is not sent to the job if the shell receives a SSIIGGHHUUPP. - If no _i_d is supplied, the --aa option means to remove or mark all - jobs; the --rr option without an _i_d argument restricts operation + If no _i_d is supplied, the --aa option means to remove or mark all + jobs; the --rr option without an _i_d argument restricts operation to running jobs. The return value is 0 unless an _i_d does not specify a valid job. eecchhoo [--nneeEE] [_a_r_g ...] - Output the _a_r_gs, separated by spaces, followed by a newline. - The return status is 0 unless a write error occurs. If --nn is + Output the _a_r_gs, separated by spaces, followed by a newline. + The return status is 0 unless a write error occurs. If --nn is specified, the trailing newline is not printed. - If the --ee option is given, eecchhoo interprets the following back- + If the --ee option is given, eecchhoo interprets the following back- slash-escaped characters. The --EE option disables interpretation - of these escape characters, even on systems where they are in- - terpreted by default. The xxppgg__eecchhoo shell option determines + of these escape characters, even on systems where they are in- + terpreted by default. The xxppgg__eecchhoo shell option determines whether or not eecchhoo interprets any options and expands these es- - cape characters. eecchhoo does not interpret ---- to mean the end of + cape characters. eecchhoo does not interpret ---- to mean the end of options. eecchhoo interprets the following escape sequences: @@ -5413,101 +5479,101 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS \\tt horizontal tab \\vv vertical tab \\\\ backslash - \\00_n_n_n the eight-bit character whose value is the octal value - _n_n_n (zero to three octal digits) - \\xx_H_H the eight-bit character whose value is the hexadecimal - value _H_H (one or two hex digits) - \\uu_H_H_H_H the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value _H_H_H_H (one to four hex digits) + \\00_n_n_n The eight-bit character whose value is the octal value + _n_n_n (zero to three octal digits). + \\xx_H_H The eight-bit character whose value is the hexadecimal + value _H_H (one or two hex digits). + \\uu_H_H_H_H The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value _H_H_H_H (one to four hex digits). \\UU_H_H_H_H_H_H_H_H - the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value _H_H_H_H_H_H_H_H (one to eight hex digits) + The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value _H_H_H_H_H_H_H_H (one to eight hex digits). - eecchhoo writes any unrecognized backslash-escaped characters un- + eecchhoo writes any unrecognized backslash-escaped characters un- changed. eennaabbllee [--aa] [--ddnnppss] [--ff _f_i_l_e_n_a_m_e] [_n_a_m_e ...] - Enable and disable builtin shell commands. Disabling a builtin - allows an executable file which has the same name as a shell - builtin to be executed without specifying a full pathname, even + Enable and disable builtin shell commands. Disabling a builtin + allows an executable file which has the same name as a shell + builtin to be executed without specifying a full pathname, even though the shell normally searches for builtins before files. - If --nn is supplied, each _n_a_m_e is disabled; otherwise, _n_a_m_es are - enabled. For example, to use the tteesstt binary found usin g PPAATTHH + If --nn is supplied, each _n_a_m_e is disabled; otherwise, _n_a_m_es are + enabled. For example, to use the tteesstt binary found usin g PPAATTHH instead of the shell builtin version, run "enable -n test". - If no _n_a_m_e arguments are supplied, or if the --pp option is sup- + If no _n_a_m_e arguments are supplied, or if the --pp option is sup- plied, print a list of shell builtins. With no other option ar- guments, the list consists of all enabled shell builtins. If --nn - is supplied, print only disabled builtins. If --aa is supplied, - the list printed includes all builtins, with an indication of + is supplied, print only disabled builtins. If --aa is supplied, + the list printed includes all builtins, with an indication of whether or not each is enabled. The --ss option means to restrict the output to the POSIX _s_p_e_c_i_a_l builtins. - The --ff option means to load the new builtin command _n_a_m_e from + The --ff option means to load the new builtin command _n_a_m_e from shared object _f_i_l_e_n_a_m_e, on systems that support dynamic loading. If _f_i_l_e_n_a_m_e does not contain a slash, BBaasshh will use the value of - the BBAASSHH__LLOOAADDAABBLLEESS__PPAATTHH variable as a colon-separated list of - directories in which to search for _f_i_l_e_n_a_m_e. The default for - BBAASSHH__LLOOAADDAABBLLEESS__PPAATTHH is system-dependent, and may include "." to - force a search of the current directory. The --dd option will - delete a builtin previously loaded with --ff. If _-_s is used with + the BBAASSHH__LLOOAADDAABBLLEESS__PPAATTHH variable as a colon-separated list of + directories in which to search for _f_i_l_e_n_a_m_e. The default for + BBAASSHH__LLOOAADDAABBLLEESS__PPAATTHH is system-dependent, and may include "." to + force a search of the current directory. The --dd option will + delete a builtin previously loaded with --ff. If _-_s is used with _-_f, the new builtin becomes a POSIX special builtin. - If no options are supplied and a _n_a_m_e is not a shell builtin, - eennaabbllee will attempt to load _n_a_m_e from a shared object named + If no options are supplied and a _n_a_m_e is not a shell builtin, + eennaabbllee will attempt to load _n_a_m_e from a shared object named _n_a_m_e, as if the command were "enable -f _n_a_m_e _n_a_m_e". - The return value is 0 unless a _n_a_m_e is not a shell builtin or + The return value is 0 unless a _n_a_m_e is not a shell builtin or there is an error loading a new builtin from a shared object. eevvaall [_a_r_g ...] - Concatenate the _a_r_gs together into a single command, separating + Concatenate the _a_r_gs together into a single command, separating them with spaces. BBaasshh then reads and execute this command, and - returns its exit status as the return status of eevvaall. If there + returns its exit status as the return status of eevvaall. If there are no _a_r_g_s, or only null arguments, eevvaall returns 0. eexxeecc [--ccll] [--aa _n_a_m_e] [_c_o_m_m_a_n_d [_a_r_g_u_m_e_n_t_s]] - If _c_o_m_m_a_n_d is specified, it replaces the shell without creating - a new process. _c_o_m_m_a_n_d cannot be a shell builtin or function. + If _c_o_m_m_a_n_d is specified, it replaces the shell without creating + a new process. _c_o_m_m_a_n_d cannot be a shell builtin or function. The _a_r_g_u_m_e_n_t_s become the arguments to _c_o_m_m_a_n_d. If the --ll option is supplied, the shell places a dash at the beginning of the ze- - roth argument passed to _c_o_m_m_a_n_d. This is what _l_o_g_i_n(1) does. - The --cc option causes _c_o_m_m_a_n_d to be executed with an empty envi- + roth argument passed to _c_o_m_m_a_n_d. This is what _l_o_g_i_n(1) does. + The --cc option causes _c_o_m_m_a_n_d to be executed with an empty envi- ronment. If --aa is supplied, the shell passes _n_a_m_e as the zeroth argument to the executed command. If _c_o_m_m_a_n_d cannot be executed for some reason, a non-interactive - shell exits, unless the eexxeeccffaaiill shell option is enabled. In - that case, it returns a non-zero status. An interactive shell - returns a non-zero status if the file cannot be executed. A + shell exits, unless the eexxeeccffaaiill shell option is enabled. In + that case, it returns a non-zero status. An interactive shell + returns a non-zero status if the file cannot be executed. A subshell exits unconditionally if eexxeecc fails. If _c_o_m_m_a_n_d is not specified, any redirections take effect in the - current shell, and the return status is 0. If there is a redi- + current shell, and the return status is 0. If there is a redi- rection error, the return status is 1. eexxiitt [_n] - Cause the shell to exit with a status of _n. If _n is omitted, - the exit status is that of the last command executed. Any trap + Cause the shell to exit with a status of _n. If _n is omitted, + the exit status is that of the last command executed. Any trap on EEXXIITT is executed before the shell terminates. eexxppoorrtt [--ffnn] [_n_a_m_e[=_v_a_l_u_e]] ... eexxppoorrtt --pp - The supplied _n_a_m_e_s are marked for automatic export to the envi- - ronment of subsequently executed commands. If the --ff option is + The supplied _n_a_m_e_s are marked for automatic export to the envi- + ronment of subsequently executed commands. If the --ff option is given, the _n_a_m_e_s refer to functions. - The --nn option unexports, or removes the export attribute, from - each _n_a_m_e. If no _n_a_m_e_s are given, or if the --pp option is sup- - plied, eexxppoorrtt prints a list of names of all exported variables + The --nn option unexports, or removes the export attribute, from + each _n_a_m_e. If no _n_a_m_e_s are given, or if the --pp option is sup- + plied, eexxppoorrtt prints a list of names of all exported variables on the standard output. - eexxppoorrtt allows the value of a variable to be set when it is ex- + eexxppoorrtt allows the value of a variable to be set when it is ex- ported or unexported by following the variable name with =_v_a_l_u_e. This sets the value of the variable to _v_a_l_u_e while modifying the - export attribute. eexxppoorrtt returns an exit status of 0 unless an - invalid option is encountered, one of the _n_a_m_e_s is not a valid + export attribute. eexxppoorrtt returns an exit status of 0 unless an + invalid option is encountered, one of the _n_a_m_e_s is not a valid shell variable name, or --ff is supplied with a _n_a_m_e that is not a function. @@ -5515,140 +5581,140 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ffcc [--ee _e_n_a_m_e] [--llnnrr] [_f_i_r_s_t] [_l_a_s_t] ffcc --ss [_p_a_t=_r_e_p] [_c_m_d] - The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t - from the history list and displays or edits and re-executes - them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate - the last command beginning with that string) or as a number (an - index into the history list, where a negative number is used as + The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t + from the history list and displays or edits and re-executes + them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate + the last command beginning with that string) or as a number (an + index into the history list, where a negative number is used as an offset from the current command number). When listing, a _f_i_r_s_t or _l_a_s_t of 0 is equivalent to -1 and -0 is equivalent to the current command (usually the ffcc command); oth- - erwise 0 is equivalent to -1 and -0 is invalid. If _l_a_s_t is not + erwise 0 is equivalent to -1 and -0 is invalid. If _l_a_s_t is not specified, it is set to the current command for listing (so that "fc -l -10" prints the last 10 commands) and to _f_i_r_s_t otherwise. If _f_i_r_s_t is not specified, it is set to the previous command for editing and -16 for listing. - If the --ll option is supplied, the commands are listed on the - standard output. The --nn option suppresses the command numbers + If the --ll option is supplied, the commands are listed on the + standard output. The --nn option suppresses the command numbers when listing. The --rr option reverses the order of the commands. - Otherwise, ffcc invokes the editor named by _e_n_a_m_e on a file con- - taining those commands. If _e_n_a_m_e is not supplied, ffcc uses the - value of the FFCCEEDDIITT variable, and the value of EEDDIITTOORR if FFCCEEDDIITT - is not set. If neither variable is set, ffcc uses _v_i_. When edit- - ing is complete, ffcc reads the file containing the edited com- + Otherwise, ffcc invokes the editor named by _e_n_a_m_e on a file con- + taining those commands. If _e_n_a_m_e is not supplied, ffcc uses the + value of the FFCCEEDDIITT variable, and the value of EEDDIITTOORR if FFCCEEDDIITT + is not set. If neither variable is set, ffcc uses _v_i_. When edit- + ing is complete, ffcc reads the file containing the edited com- mands and echoes and executes them. - In the second form, ffcc re-executes _c_o_m_m_a_n_d after replacing each - instance of _p_a_t with _r_e_p. _C_o_m_m_a_n_d is interpreted the same as + In the second form, ffcc re-executes _c_o_m_m_a_n_d after replacing each + instance of _p_a_t with _r_e_p. _C_o_m_m_a_n_d is interpreted the same as _f_i_r_s_t above. - A useful alias to use with ffcc is "r="fc -s"", so that typing "r + A useful alias to use with ffcc is "r="fc -s"", so that typing "r cc" runs the last command beginning with "cc" and typing "r" re- executes the last command. - If the first form is used, the return value is zero unless an - invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history - lines out of range. When editing and re-executing a file of + If the first form is used, the return value is zero unless an + invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history + lines out of range. When editing and re-executing a file of commands, the return value is the value of the last command exe- cuted or failure if an error occurs with the temporary file. If the second form is used, the return status is that of the re-ex- - ecuted command, unless _c_m_d does not specify a valid history en- + ecuted command, unless _c_m_d does not specify a valid history en- try, in which case ffcc returns a non-zero status. ffgg [_j_o_b_s_p_e_c] - Resume _j_o_b_s_p_e_c in the foreground, and make it the current job. + Resume _j_o_b_s_p_e_c in the foreground, and make it the current job. If _j_o_b_s_p_e_c is not present, use the shell's notion of the _c_u_r_r_e_n_t - _j_o_b. The return value is that of the command placed into the - foreground, or failure if run when job control is disabled or, + _j_o_b. The return value is that of the command placed into the + foreground, or failure if run when job control is disabled or, when run with job control enabled, if _j_o_b_s_p_e_c does not specify a - valid job or _j_o_b_s_p_e_c specifies a job that was started without + valid job or _j_o_b_s_p_e_c specifies a job that was started without job control. ggeettooppttss _o_p_t_s_t_r_i_n_g _n_a_m_e [_a_r_g ...] - ggeettooppttss is used by shell scripts and functions to parse posi- - tional parameters and obtain options and their arguments. _o_p_t_- - _s_t_r_i_n_g contains the option characters to be recognized; if a + ggeettooppttss is used by shell scripts and functions to parse posi- + tional parameters and obtain options and their arguments. _o_p_t_- + _s_t_r_i_n_g contains the option characters to be recognized; if a character is followed by a colon, the option is expected to have - an argument, which should be separated from it by white space. + an argument, which should be separated from it by white space. The colon and question mark characters may not be used as option characters. - Each time it is invoked, ggeettooppttss places the next option in the + Each time it is invoked, ggeettooppttss places the next option in the shell variable _n_a_m_e, initializing _n_a_m_e if it does not exist, and the index of the next argument to be processed into the variable - OOPPTTIINNDD. OOPPTTIINNDD is initialized to 1 each time the shell or a - shell script is invoked. When an option requires an argument, + OOPPTTIINNDD. OOPPTTIINNDD is initialized to 1 each time the shell or a + shell script is invoked. When an option requires an argument, ggeettooppttss places that argument into the variable OOPPTTAARRGG. - The shell does not reset OOPPTTIINNDD automatically; it must be manu- - ally reset between multiple calls to ggeettooppttss within the same + The shell does not reset OOPPTTIINNDD automatically; it must be manu- + ally reset between multiple calls to ggeettooppttss within the same shell invocation to use a new set of parameters. - When it reaches the end of options, ggeettooppttss exits with a return - value greater than zero. OOPPTTIINNDD is set to the index of the + When it reaches the end of options, ggeettooppttss exits with a return + value greater than zero. OOPPTTIINNDD is set to the index of the first non-option argument, and _n_a_m_e is set to ?. - ggeettooppttss normally parses the positional parameters, but if more - arguments are supplied as _a_r_g values, ggeettooppttss parses those in- + ggeettooppttss normally parses the positional parameters, but if more + arguments are supplied as _a_r_g values, ggeettooppttss parses those in- stead. - ggeettooppttss can report errors in two ways. If the first character - of _o_p_t_s_t_r_i_n_g is a colon, ggeettooppttss uses _s_i_l_e_n_t error reporting. - In normal operation, ggeettooppttss prints diagnostic messages when it - encounters invalid options or missing option arguments. If the - variable OOPPTTEERRRR is set to 0, no error messages will be dis- + ggeettooppttss can report errors in two ways. If the first character + of _o_p_t_s_t_r_i_n_g is a colon, ggeettooppttss uses _s_i_l_e_n_t error reporting. + In normal operation, ggeettooppttss prints diagnostic messages when it + encounters invalid options or missing option arguments. If the + variable OOPPTTEERRRR is set to 0, no error messages will be dis- played, even if the first character of _o_p_t_s_t_r_i_n_g is not a colon. If ggeettooppttss detects an invalid option, it places ? into _n_a_m_e and, - if not silent, prints an error message and unsets OOPPTTAARRGG. If - ggeettooppttss is silent, it assigns the option character found to OOPP-- + if not silent, prints an error message and unsets OOPPTTAARRGG. If + ggeettooppttss is silent, it assigns the option character found to OOPP-- TTAARRGG and does not print a diagnostic message. - If a required argument is not found, and ggeettooppttss is not silent, + If a required argument is not found, and ggeettooppttss is not silent, it sets the value of _n_a_m_e to a question mark (??), unsets OOPPTTAARRGG, - and prints a diagnostic message. If ggeettooppttss is silent, it sets - the value of _n_a_m_e to a colon (::) and sets OOPPTTAARRGG to the option + and prints a diagnostic message. If ggeettooppttss is silent, it sets + the value of _n_a_m_e to a colon (::) and sets OOPPTTAARRGG to the option character found. - ggeettooppttss returns true if an option, specified or unspecified, is + ggeettooppttss returns true if an option, specified or unspecified, is found. It returns false if the end of options is encountered or an error occurs. hhaasshh [--llrr] [--pp _f_i_l_e_n_a_m_e] [--ddtt] [_n_a_m_e] Each time hhaasshh is invoked, it remembers the full pathname of the - command _n_a_m_e as determined by searching the directories in - $$PPAATTHH. Any previously-remembered pathname associated with _n_a_m_e - is discarded. If the --pp option is supplied, hhaasshh uses _f_i_l_e_n_a_m_e + command _n_a_m_e as determined by searching the directories in + $$PPAATTHH. Any previously-remembered pathname associated with _n_a_m_e + is discarded. If the --pp option is supplied, hhaasshh uses _f_i_l_e_n_a_m_e as the full pathname of the command. - The --rr option causes the shell to forget all remembered loca- - tions. Assigning to the PPAATTHH variable also clears all hashed - filenames. The --dd option causes the shell to forget the remem- + The --rr option causes the shell to forget all remembered loca- + tions. Assigning to the PPAATTHH variable also clears all hashed + filenames. The --dd option causes the shell to forget the remem- bered location of each _n_a_m_e. If the --tt option is supplied, hhaasshh prints the full pathname cor- - responding to each _n_a_m_e. If multiple _n_a_m_e arguments are sup- - plied with --tt, hhaasshh prints the _n_a_m_e before the corresponding + responding to each _n_a_m_e. If multiple _n_a_m_e arguments are sup- + plied with --tt, hhaasshh prints the _n_a_m_e before the corresponding hashed full pathname. The --ll option displays output in a format that may be reused as input. - If no arguments are given, or if only --ll is supplied, hhaasshh - prints information about remembered commands. The --tt, --dd, and - --pp options (the options that act on the _n_a_m_e arguments) are mu- + If no arguments are given, or if only --ll is supplied, hhaasshh + prints information about remembered commands. The --tt, --dd, and + --pp options (the options that act on the _n_a_m_e arguments) are mu- tually exclusive. Only one will be active. If more than one is - supplied, --tt has higher priority than --pp, and both have higher + supplied, --tt has higher priority than --pp, and both have higher priority than --dd. - The return status is zero unless a _n_a_m_e is not found or an in- + The return status is zero unless a _n_a_m_e is not found or an in- valid option is supplied. hheellpp [--ddmmss] [_p_a_t_t_e_r_n] - Display helpful information about builtin commands. If _p_a_t_t_e_r_n - is specified, hheellpp gives detailed help on all commands matching - _p_a_t_t_e_r_n; otherwise it displays a list of all the builtins and + Display helpful information about builtin commands. If _p_a_t_t_e_r_n + is specified, hheellpp gives detailed help on all commands matching + _p_a_t_t_e_r_n; otherwise it displays a list of all the builtins and shell compound commands. --dd Display a short description of each _p_a_t_t_e_r_n --mm Display the description of each _p_a_t_t_e_r_n in a manpage-like @@ -5664,18 +5730,18 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hhiissttoorryy --aannrrww [_f_i_l_e_n_a_m_e] hhiissttoorryy --pp _a_r_g [_a_r_g ...] hhiissttoorryy --ss _a_r_g [_a_r_g ...] - With no options, display the command history list with numbers. - Entries prefixed with a ** have been modified. An argument of _n - lists only the last _n entries. If the shell variable HHIISSTTTTIIMMEE-- - FFOORRMMAATT is set and not null, it is used as a format string for - _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- - played history entry. If hhiissttoorryy uses HHIISSTTTTIIMMEEFFOORRMMAATT, it does - not print an intervening space between the formatted time stamp + With no options, display the command history list with numbers. + Entries prefixed with a ** have been modified. An argument of _n + lists only the last _n entries. If the shell variable HHIISSTTTTIIMMEE-- + FFOORRMMAATT is set and not null, it is used as a format string for + _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- + played history entry. If hhiissttoorryy uses HHIISSTTTTIIMMEEFFOORRMMAATT, it does + not print an intervening space between the formatted time stamp and the history entry. If _f_i_l_e_n_a_m_e is supplied, hhiissttoorryy uses it as the name of the his- - tory file; if not, it uses the value of HHIISSTTFFIILLEE. If _f_i_l_e_n_a_m_e - is not supplied and HHIISSTTFFIILLEE is unset or null, the --aa,, --nn,, --rr,, + tory file; if not, it uses the value of HHIISSTTFFIILLEE. If _f_i_l_e_n_a_m_e + is not supplied and HHIISSTTFFIILLEE is unset or null, the --aa,, --nn,, --rr,, and --ww options have no effect. Options, if supplied, have the following meanings: @@ -5683,41 +5749,42 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS can be used with the other options to replace the history list. --dd _o_f_f_s_e_t - Delete the history entry at position _o_f_f_s_e_t. If _o_f_f_s_e_t + Delete the history entry at position _o_f_f_s_e_t. If _o_f_f_s_e_t is negative, it is interpreted as relative to one greater than the last history position, so negative indices count - back from the end of the history, and an index of -1 + back from the end of the history, and an index of -1 refers to the current hhiissttoorryy --dd command. --dd _s_t_a_r_t-_e_n_d - Delete the range of history entries between positions - _s_t_a_r_t and _e_n_d, inclusive. Positive and negative values + Delete the range of history entries between positions + _s_t_a_r_t and _e_n_d, inclusive. Positive and negative values for _s_t_a_r_t and _e_n_d are interpreted as described above. - --aa Append the "new" history lines to the history file. - These are history lines entered since the beginning of + --aa Append the "new" history lines to the history file. + These are history lines entered since the beginning of the current bbaasshh session, but not already appended to the history file. - --nn Read the history lines not already read from the history - file into the current history list. These are lines ap- - pended to the history file since the beginning of the - current bbaasshh session. + --nn Read the history lines not already read from the history + file and add them to the current history list. These are + lines appended to the history file since the beginning of + the current bbaasshh session. --rr Read the history file and append its contents to the cur- rent history list. --ww Write the current history list to the history file, over- - writing the history file's contents. - --pp Perform history substitution on the following _a_r_g_s and - display the result on the standard output, without stor- - ing the results in the history list. Each _a_r_g must be + writing the history file. + --pp Perform history substitution on the following _a_r_g_s and + display the result on the standard output, without stor- + ing the results in the history list. Each _a_r_g must be quoted to disable normal history expansion. - --ss Store the _a_r_g_s in the history list as a single entry. - The last command in the history list is removed before + --ss Store the _a_r_g_s in the history list as a single entry. + The last command in the history list is removed before adding the _a_r_g_s. - If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, hhiissttoorryy writes the time + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, hhiissttoorryy writes the time stamp information associated with each history entry to the his- - tory file, marked with the history comment character. When the - history file is read, lines beginning with the history comment - character followed immediately by a digit are interpreted as - timestamps for the following history entry. + tory file, marked with the history comment character as de- + scribed above. When the history file is read, lines beginning + with the history comment character followed immediately by a + digit are interpreted as timestamps for the following history + entry. The return value is 0 unless an invalid option is encountered, an error occurs while reading or writing the history file, an @@ -6309,12 +6376,15 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Toggle the values of settings controlling optional shell behav- ior. The settings can be either those listed below, or, if the --oo option is used, those available with the --oo option to the sseett - builtin command. With no options, or with the --pp option, dis- - play a list of all settable options, with an indication of - whether or not each is set; if any _o_p_t_n_a_m_e_s are supplied, the - output is restricted to those options. The --pp option displays - output in a form that may be reused as input. Other options - have the following meanings: + builtin command. + + With no options, or with the --pp option, display a list of all + settable options, with an indication of whether or not each is + set; if any _o_p_t_n_a_m_e_s are supplied, the output is restricted to + those options. The --pp option displays output in a form that may + be reused as input. + + Other options have the following meanings: --ss Enable (set) each _o_p_t_n_a_m_e. --uu Disable (unset) each _o_p_t_n_a_m_e. --qq Suppresses normal output (quiet mode); the return status @@ -6395,7 +6465,6 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ccoommppaatt5500 These control aspects of the shell's compatibility mode (see SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE below). - ccoommpplleettee__ffuullllqquuoottee If set, bbaasshh quotes all shell metacharacters in file- names and directory names when performing completion. @@ -6410,79 +6479,63 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS slashes to quote completed filenames. This variable is set by default, which is the default bash behavior in versions through 4.2. - ddiirreexxppaanndd If set, bbaasshh replaces directory names with the results of word expansion when performing filename completion. This changes the contents of the readline editing buffer. If not set, bbaasshh attempts to preserve what the user typed. - ddiirrssppeellll If set, bbaasshh attempts spelling correction on directory names during word completion if the directory name ini- tially supplied does not exist. - ddoottgglloobb If set, bbaasshh includes filenames beginning with a "." in the results of pathname expansion. The filenames "." and ".." must always be matched explicitly, even if ddoott-- gglloobb is set. - eexxeeccffaaiill If set, a non-interactive shell will not exit if it can- not execute the file specified as an argument to the eexxeecc builtin. An interactive shell does not exit if eexxeecc fails. - eexxppaanndd__aalliiaasseess If set, aliases are expanded as described above under AALLIIAASSEESS. This option is enabled by default for interac- tive shells. - eexxttddeebbuugg If set at shell invocation, or in a shell startup file, arrange to execute the debugger profile before the shell starts, identical to the ----ddeebbuuggggeerr option. If set af- ter invocation, behavior intended for use by debuggers is enabled: - 11.. The --FF option to the ddeeccllaarree builtin displays the source file name and line number corresponding to each function name supplied as an argument. - 22.. If the command run by the DDEEBBUUGG trap returns a non-zero value, the next command is skipped and not executed. - 33.. If the command run by the DDEEBBUUGG trap returns a value of 2, and the shell is executing in a sub- routine (a shell function or a shell script exe- cuted by the .. or ssoouurrccee builtins), the shell simulates a call to rreettuurrnn. - 44.. BBAASSHH__AARRGGCC and BBAASSHH__AARRGGVV are updated as described in their descriptions above). - 55.. Function tracing is enabled: command substitu- tion, shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the DDEEBBUUGG and RREETTUURRNN traps. - 66.. Error tracing is enabled: command substitution, shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the EERRRR trap. - eexxttgglloobb If set, enable the extended pattern matching features described above under PPaatthhnnaammee EExxppaannssiioonn. - eexxttqquuoottee If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double quotes. This option is enabled by default. - ffaaiillgglloobb If set, patterns which fail to match filenames during pathname expansion result in an expansion error. - ffoorrccee__ffiiggnnoorree If set, the suffixes specified by the FFIIGGNNOORREE shell variable cause words to be ignored when performing word @@ -6490,7 +6543,6 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ble completions. See SSHHEELLLL VVAARRIIAABBLLEESS above for a de- scription of FFIIGGNNOORREE. This option is enabled by de- fault. - gglloobbaasscciiiirraannggeess If set, range expressions used in pattern matching bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave @@ -6499,169 +6551,139 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS current locale's collating sequence into account, so bb will not collate between AA and BB, and upper-case and lower-case ASCII characters will collate together. - gglloobbsskkiippddoottss If set, pathname expansion will never match the file- names "." and "..", even if the pattern begins with a ".". This option is enabled by default. - gglloobbssttaarr If set, the pattern **** used in a pathname expansion con- text will match all files and zero or more directories and subdirectories. If the pattern is followed by a //, only directories and subdirectories match. - ggnnuu__eerrrrffmmtt If set, shell error messages are written in the standard GNU error message format. - hhiissttaappppeenndd If set, the history list is appended to the file named by the value of the HHIISSTTFFIILLEE variable when the shell ex- its, rather than overwriting the file. - hhiissttrreeeeddiitt If set, and rreeaaddlliinnee is being used, the user is given the opportunity to re-edit a failed history substitu- tion. - hhiissttvveerriiffyy If set, and rreeaaddlliinnee is being used, the results of his- tory substitution are not immediately passed to the shell parser. Instead, the resulting line is loaded into the rreeaaddlliinnee editing buffer, allowing further modi- fication. - hhoossttccoommpplleettee If set, and rreeaaddlliinnee is being used, bbaasshh will attempt to perform hostname completion when a word containing a @@ is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE above). This is enabled by default. - hhuuppoonneexxiitt If set, bbaasshh will send SSIIGGHHUUPP to all jobs when an inter- active login shell exits. - iinnhheerriitt__eerrrreexxiitt If set, command substitution inherits the value of the eerrrreexxiitt option, instead of unsetting it in the subshell environment. This option is enabled when _p_o_s_i_x _m_o_d_e is enabled. - iinntteerraaccttiivvee__ccoommmmeennttss In an interactive shell, a word beginning with ## causes that word and all remaining characters on that line to be ignored, as in a non-interactive shell (see CCOOMMMMEENNTTSS above). This option is enabled by default. - llaassttppiippee If set, and job control is not active, the shell runs the last command of a pipeline not executed in the back- ground in the current shell environment. - lliitthhiisstt If set, and the ccmmddhhiisstt option is enabled, multi-line commands are saved to the history with embedded newlines rather than using semicolon separators where possible. - llooccaallvvaarr__iinnhheerriitt If set, local variables inherit the value and attributes of a variable of the same name that exists at a previous scope before any new value is assigned. The nameref at- tribute is not inherited. - llooccaallvvaarr__uunnsseett If set, calling uunnsseett on local variables in previous function scopes marks them so subsequent lookups find them unset until that function returns. This is identi- cal to the behavior of unsetting local variables at the current function scope. - llooggiinn__sshheellll The shell sets this option if it is started as a login shell (see IINNVVOOCCAATTIIOONN above). The value may not be changed. - mmaaiillwwaarrnn If set, and a file that bbaasshh is checking for mail has been accessed since the last time it was checked, bbaasshh displays the message "The mail in _m_a_i_l_f_i_l_e has been read". - nnoo__eemmppttyy__ccmmdd__ccoommpplleettiioonn If set, and rreeaaddlliinnee is being used, bbaasshh does not search PPAATTHH for possible completions when completion is at- tempted on an empty line. - nnooccaasseegglloobb If set, bbaasshh matches filenames in a case-insensitive fashion when performing pathname expansion (see PPaatthhnnaammee EExxppaannssiioonn above). - nnooccaasseemmaattcchh If set, bbaasshh matches patterns in a case-insensitive fashion when performing matching while executing ccaassee or [[[[ conditional commands, when performing pattern substi- tution word expansions, or when filtering possible com- pletions as part of programmable completion. - nnooeexxppaanndd__ttrraannssllaattiioonn If set, bbaasshh encloses the translated results of $$""..."" quoting in single quotes instead of double quotes. If the string is not translated, this has no effect. - nnuullllgglloobb If set, pathname expansion patterns which match no files (see PPaatthhnnaammee EExxppaannssiioonn above) expand to nothing and are removed, rather than expanding to themselves. - ppaattssuubb__rreeppllaacceemmeenntt If set, bbaasshh expands occurrences of && in the replacement string of pattern substitution to the text matched by the pattern, as described under PPaarraammeetteerr EExxppaannssiioonn above. This option is enabled by default. - pprrooggccoommpp If set, enable the programmable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn above). This option is en- abled by default. - pprrooggccoommpp__aalliiaass If set, and programmable completion is enabled, bbaasshh treats a command name that doesn't have any completions as a possible alias and attempts alias expansion. If it has an alias, bbaasshh attempts programmable completion us- ing the command word resulting from the expanded alias. - pprroommppttvvaarrss If set, prompt strings undergo parameter expansion, com- mand substitution, arithmetic expansion, and quote re- moval after being expanded as described in PPRROOMMPPTTIINNGG above. This option is enabled by default. - rreessttrriicctteedd__sshheellll The shell sets this option if it is started in re- stricted mode (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). The value may not be changed. This is not reset when the startup files are executed, allowing the startup files to dis- cover whether or not a shell is restricted. - sshhiifftt__vveerrbboossee If set, the sshhiifftt builtin prints an error message when the shift count exceeds the number of positional parame- ters. - ssoouurrcceeppaatthh If set, the .. (ssoouurrccee) builtin uses the value of PPAATTHH to find the directory containing the file supplied as an argument when the --pp option is not supplied. This op- tion is enabled by default. - vvaarrrreeddiirr__cclloossee If set, the shell automatically closes file descriptors assigned using the _{_v_a_r_n_a_m_e_} redirection syntax (see RREEDDIIRREECCTTIIOONN above) instead of leaving them open when the command completes. - xxppgg__eecchhoo If set, the eecchhoo builtin expands backslash-escape se- quences by default. If the ppoossiixx shell option is also @@ -6744,74 +6766,73 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS cale. If the shell is not in _p_o_s_i_x _m_o_d_e, the tteesstt and [[ com- mands sort lexicographically using ASCII ordering. - The historical operator-precedence parsing with 4 or more - arguments can lead to ambiguities when it encounters - strings that look like primaries. The POSIX standard has - deprecated the --aa and --oo primaries and enclosing expres- - sions within parentheses. Scripts should no longer use - them. It's much more reliable to restrict test invoca- - tions to a single primary, and to replace uses of --aa and - --oo with the shell's &&&& and |||| list operators. + The historical operator-precedence parsing with 4 or more argu- + ments can lead to ambiguities when it encounters strings that + look like primaries. The POSIX standard has deprecated the --aa + and --oo primaries and enclosing expressions within parentheses. + Scripts should no longer use them. It's much more reliable to + restrict test invocations to a single primary, and to replace + uses of --aa and --oo with the shell's &&&& and |||| list operators. - ttiimmeess Print the accumulated user and system times for the shell and + ttiimmeess Print the accumulated user and system times for the shell and for processes run from the shell. The return status is 0. - ttrraapp [--PPllpp] [[_a_c_t_i_o_n] _s_i_g_s_p_e_c ...] + ttrraapp [--llppPP] [[_a_c_t_i_o_n] _s_i_g_s_p_e_c ...] The _a_c_t_i_o_n is a command that is read and executed when the shell - receives any of the signals _s_i_g_s_p_e_c. If _a_c_t_i_o_n is absent (and + receives any of the signals _s_i_g_s_p_e_c. If _a_c_t_i_o_n is absent (and there is a single _s_i_g_s_p_e_c) or --, each specified _s_i_g_s_p_e_c is reset - to the value it had when the shell was started. If _a_c_t_i_o_n is - the null string the signal specified by each _s_i_g_s_p_e_c is ignored + to the value it had when the shell was started. If _a_c_t_i_o_n is + the null string the signal specified by each _s_i_g_s_p_e_c is ignored by the shell and by the commands it invokes. - If no arguments are supplied, ttrraapp displays the actions associ- + If no arguments are supplied, ttrraapp displays the actions associ- ated with each trapped signal as a set of ttrraapp commands that can - be reused as shell input to restore the current signal disposi- - tions. If --pp is given, and _a_c_t_i_o_n is not present, then ttrraapp - displays the actions associated with each _s_i_g_s_p_e_c or, if none + be reused as shell input to restore the current signal disposi- + tions. If --pp is given, and _a_c_t_i_o_n is not present, then ttrraapp + displays the actions associated with each _s_i_g_s_p_e_c or, if none are supplied, for all trapped signals, as a set of ttrraapp commands - that can be reused as shell input to restore the current signal - dispositions. The --PP option behaves similarly, but displays - only the actions associated with each _s_i_g_s_p_e_c argument. --PP re- - quires at least one _s_i_g_s_p_e_c argument. The --PP or --pp options may - be used in a subshell environment (e.g., command substitution) - and, as long as they are used before ttrraapp is used to change a + that can be reused as shell input to restore the current signal + dispositions. The --PP option behaves similarly, but displays + only the actions associated with each _s_i_g_s_p_e_c argument. --PP re- + quires at least one _s_i_g_s_p_e_c argument. The --PP or --pp options may + be used in a subshell environment (e.g., command substitution) + and, as long as they are used before ttrraapp is used to change a signal's handling, will display the state of its parent's traps. - The --ll option prints a list of signal names and their corre- - sponding numbers. Each _s_i_g_s_p_e_c is either a signal name defined + The --ll option prints a list of signal names and their corre- + sponding numbers. Each _s_i_g_s_p_e_c is either a signal name defined in <_s_i_g_n_a_l_._h>, or a signal number. Signal names are case insen- - sitive and the SSIIGG prefix is optional. If --ll is supplied with + sitive and the SSIIGG prefix is optional. If --ll is supplied with no _s_i_g_s_p_e_c arguments, it prints a list of valid signal names. - If a _s_i_g_s_p_e_c is EEXXIITT (0), _a_c_t_i_o_n is executed on exit from the - shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, _a_c_t_i_o_n is executed before every - _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command, _s_e_l_e_c_t command, (( - arithmetic command, [[ conditional command, arithmetic _f_o_r com- - mand, and before the first command executes in a shell function - (see SSHHEELLLL GGRRAAMMMMAARR above). Refer to the description of the - eexxttddeebbuugg shell option (see sshhoopptt above) for details of its ef- - fect on the DDEEBBUUGG trap. If a _s_i_g_s_p_e_c is RREETTUURRNN, _a_c_t_i_o_n is exe- + If a _s_i_g_s_p_e_c is EEXXIITT (0), _a_c_t_i_o_n is executed on exit from the + shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, _a_c_t_i_o_n is executed before every + _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command, _s_e_l_e_c_t command, (( + arithmetic command, [[ conditional command, arithmetic _f_o_r com- + mand, and before the first command executes in a shell function + (see SSHHEELLLL GGRRAAMMMMAARR above). Refer to the description of the + eexxttddeebbuugg shell option (see sshhoopptt above) for details of its ef- + fect on the DDEEBBUUGG trap. If a _s_i_g_s_p_e_c is RREETTUURRNN, _a_c_t_i_o_n is exe- cuted each time a shell function or a script executed with the .. or ssoouurrccee builtins finishes executing. - If a _s_i_g_s_p_e_c is EERRRR, _a_c_t_i_o_n is executed whenever a pipeline - (which may consist of a single simple command), a list, or a - compound command returns a non-zero exit status, subject to the - following conditions. The EERRRR trap is not executed if the + If a _s_i_g_s_p_e_c is EERRRR, _a_c_t_i_o_n is executed whenever a pipeline + (which may consist of a single simple command), a list, or a + compound command returns a non-zero exit status, subject to the + following conditions. The EERRRR trap is not executed if the failed command is part of the command list immediately following - a wwhhiillee or uunnttiill keyword, part of the test in an _i_f statement, + a wwhhiillee or uunnttiill keyword, part of the test in an _i_f statement, part of a command executed in a &&&& or |||| list except the command - following the final &&&& or ||||, any command in a pipeline but the - last (subject to the state of the ppiippeeffaaiill shell option), or if + following the final &&&& or ||||, any command in a pipeline but the + last (subject to the state of the ppiippeeffaaiill shell option), or if the command's return value is being inverted using !!. These are the same conditions obeyed by the eerrrreexxiitt (--ee) option. When the shell is not interactive, signals ignored upon entry to the shell cannot be trapped or reset. Interactive shells permit trapping signals ignored on entry. Trapped signals that are not - being ignored are reset to their original values in a subshell - or subshell environment when one is created. The return status + being ignored are reset to their original values in a subshell + or subshell environment when one is created. The return status is false if any _s_i_g_s_p_e_c is invalid; otherwise ttrraapp returns true. ttrruuee Does nothing, returns a 0 status. @@ -6820,39 +6841,39 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Indicate how each _n_a_m_e would be interpreted if used as a command name. - If the --tt option is used, ttyyppee prints a string which is one of - _a_l_i_a_s, _k_e_y_w_o_r_d, _f_u_n_c_t_i_o_n, _b_u_i_l_t_i_n, or _f_i_l_e if _n_a_m_e is an alias, - shell reserved word, function, builtin, or executable file, re- - spectively. If the _n_a_m_e is not found, ttyyppee prints nothing and + If the --tt option is used, ttyyppee prints a string which is one of + _a_l_i_a_s, _k_e_y_w_o_r_d, _f_u_n_c_t_i_o_n, _b_u_i_l_t_i_n, or _f_i_l_e if _n_a_m_e is an alias, + shell reserved word, function, builtin, or executable file, re- + spectively. If the _n_a_m_e is not found, ttyyppee prints nothing and returns a non-zero exit status. - If the --pp option is used, ttyyppee either returns the pathname of - the executable file that would be found by searching $$PPAATTHH for + If the --pp option is used, ttyyppee either returns the pathname of + the executable file that would be found by searching $$PPAATTHH for _n_a_m_e or nothing if "type -t name" would not return _f_i_l_e. The --PP - option forces a PPAATTHH search for each _n_a_m_e, even if "type -t + option forces a PPAATTHH search for each _n_a_m_e, even if "type -t name" would not return _f_i_l_e. If _n_a_m_e is present in the table of - hashed commands, --pp and --PP print the hashed value, which is not + hashed commands, --pp and --PP print the hashed value, which is not necessarily the file that appears first in PPAATTHH. - If the --aa option is used, ttyyppee prints all of the places that - contain a command named _n_a_m_e. This includes aliases, reserved - words, functions, and builtins, but the path search options (--pp - and --PP) can be supplied to restrict the output to executable - files. ttyyppee does not consult the table of hashed commands when + If the --aa option is used, ttyyppee prints all of the places that + contain a command named _n_a_m_e. This includes aliases, reserved + words, functions, and builtins, but the path search options (--pp + and --PP) can be supplied to restrict the output to executable + files. ttyyppee does not consult the table of hashed commands when using --aa with --pp, and only performs a PPAATTHH search for _n_a_m_e. The --ff option suppresses shell function lookup, as with the ccoomm-- - mmaanndd builtin. ttyyppee returns true if all of the arguments are + mmaanndd builtin. ttyyppee returns true if all of the arguments are found, false if any are not found. uulliimmiitt [--HHSS] --aa uulliimmiitt [--HHSS] [--bbccddeeffiikkllmmnnppqqrrssttuuvvxxPPRRTT [_l_i_m_i_t]] - Provides control over the resources available to the shell and + Provides control over the resources available to the shell and to processes it starts, on systems that allow such control. - The --HH and --SS options specify that the hard or soft limit is set - for the given resource. A hard limit cannot be increased by a - non-root user once it is set; a soft limit may be increased up + The --HH and --SS options specify whether the hard or soft limit is + set for the given resource. A hard limit cannot be increased by + a non-root user once it is set; a soft limit may be increased up to the value of the hard limit. If neither --HH nor --SS is speci- fied, uulliimmiitt sets both the soft and hard limits. @@ -6864,34 +6885,34 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --HH option is given. When more than one resource is specified, the limit name and unit, if appropriate, are printed before the value. Other options are interpreted as follows: - --aa Report all current limits; no limits are set - --bb The maximum socket buffer size - --cc The maximum size of core files created - --dd The maximum size of a process's data segment + --aa Report all current limits; no limits are set. + --bb The maximum socket buffer size. + --cc The maximum size of core files created. + --dd The maximum size of a process's data segment. --ee The maximum scheduling priority ("nice"). --ff The maximum size of files written by the shell and its - children - --ii The maximum number of pending signals - --kk The maximum number of kqueues that may be allocated - --ll The maximum size that may be locked into memory + children. + --ii The maximum number of pending signals. + --kk The maximum number of kqueues that may be allocated. + --ll The maximum size that may be locked into memory. --mm The maximum resident set size (many systems do not honor - this limit) + this limit). --nn The maximum number of open file descriptors (most systems - do not allow this value to be set) - --pp The pipe size in 512-byte blocks (this may not be set) - --qq The maximum number of bytes in POSIX message queues - --rr The maximum real-time scheduling priority - --ss The maximum stack size - --tt The maximum amount of cpu time in seconds + do not allow this value to be set). + --pp The pipe size in 512-byte blocks (this may not be set). + --qq The maximum number of bytes in POSIX message queues. + --rr The maximum real-time scheduling priority. + --ss The maximum stack size. + --tt The maximum amount of cpu time in seconds. --uu The maximum number of processes available to a single - user + user. --vv The maximum amount of virtual memory available to the - shell and, on some systems, to its children - --xx The maximum number of file locks - --PP The maximum number of pseudoterminals + shell and, on some systems, to its children. + --xx The maximum number of file locks. + --PP The maximum number of pseudoterminals. --RR The maximum time a real-time process can run before - blocking, in microseconds - --TT The maximum number of threads + blocking, in microseconds. + --TT The maximum number of threads. If _l_i_m_i_t is supplied, and the --aa option is not used, _l_i_m_i_t is the new value of the specified resource. If no option is sup- @@ -7282,4 +7303,4 @@ BBUUGGSS Array variables may not (yet) be exported. -GNU Bash 5.3 2024 September 29 _B_A_S_H(1) +GNU Bash 5.3 2024 October 10 _B_A_S_H(1) diff --git a/doc/bash.1 b/doc/bash.1 index 95f21cf0..526e05b8 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -1,18 +1,18 @@ -\" +.\" .\" MAN PAGE COMMENTS to .\" .\" Chet Ramey .\" Case Western Reserve University .\" chet.ramey@case.edu .\" -.\" Last Change: Sun Sep 29 22:28:23 EDT 2024 +.\" Last Change: Thu Oct 10 16:33:40 EDT 2024 .\" .\" bash_builtins, strip all but Built-Ins section .\" avoid a warning about an undefined register .\" .if !rzY .nr zY 0 .if \n(zZ=1 .ig zZ .if \n(zY=1 .ig zY -.TH BASH 1 "2024 September 29" "GNU Bash 5.3" +.TH BASH 1 "2024 October 10" "GNU Bash 5.3" .\" .ie \n(.g \{\ .ds ' \(aq @@ -602,7 +602,7 @@ below under .BR "Shell Variables" . .PP When the shell is in \fIposix mode\fP, \fBtime\fP -may be followed by a newline. +may appear by itself as the only word in a simple command. In this case, the shell displays the total user and system time consumed by the shell and its children. The @@ -1256,23 +1256,23 @@ double quote question mark .TP .B \e\fInnn\fP -the eight-bit character whose value is the octal value \fInnn\fP -(one to three octal digits) +The eight-bit character whose value is the octal value \fInnn\fP +(one to three octal digits). .TP .B \ex\fIHH\fP -the eight-bit character whose value is the hexadecimal value \fIHH\fP -(one or two hex digits) +The eight-bit character whose value is the hexadecimal value \fIHH\fP +(one or two hex digits). .TP .B \eu\fIHHHH\fP -the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -\fIHHHH\fP (one to four hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +\fIHHHH\fP (one to four hex digits). .TP .B \eU\fIHHHHHHHH\fP -the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -\fIHHHHHHHH\fP (one to eight hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +\fIHHHHHHHH\fP (one to eight hex digits). .TP .B \ec\fIx\fP -a control-\fIx\fP character +A control-\fIx\fP character. .PD .RE .LP @@ -1459,8 +1459,8 @@ The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. Special parameters are denoted by one of the following characters. -.PD 0 .TP +.PD 0 .B * (\fB$*\fP) Expands to the positional parameters, starting from one. When the expansion is not within double quotes, each positional parameter @@ -3192,8 +3192,9 @@ The preamble is prefixed to each string contained within the braces, and the postscript is then appended to each resulting string, expanding left to right. .PP -Brace expansions may be nested. The results of each expanded -string are not sorted; left to right order is preserved. +Brace expansions may be nested. +The results of each expanded string are not sorted; +brace expansion preserves left to right order. For example, a\fB{\fPd,c,b\fB}\fPe expands into .Q "ade ace abe" . .PP @@ -3418,7 +3419,6 @@ When not performing substring expansion, using the forms documented below \fBbash\fP tests for a parameter that is unset or null. Omitting the colon tests only for a parameter that is unset. .PP -.PD 0 .TP ${\fIparameter\fP\fB:\-\fP\fIword\fP} \fBUse Default Values\fP. If @@ -3465,11 +3465,11 @@ is null or unset, nothing is substituted, otherwise the expansion of is substituted. The value of \fIparameter\fP is not used. .TP -${\fIparameter\fP\fB:\fP\fIoffset\fP} .PD 0 +${\fIparameter\fP\fB:\fP\fIoffset\fP} .TP -${\fIparameter\fP\fB:\fP\fIoffset\fP\fB:\fP\fIlength\fP} .PD +${\fIparameter\fP\fB:\fP\fIoffset\fP\fB:\fP\fIlength\fP} \fBSubstring Expansion\fP. Expands to up to \fIlength\fP characters of the value of \fIparameter\fP starting at the character specified by \fIoffset\fP. @@ -3520,8 +3520,8 @@ are used, in which case the indexing starts at 1 by default. If \fIoffset\fP is 0, and the positional parameters are used, \fB$0\fP is prefixed to the list. .TP -${\fB!\fP\fIprefix\fP\fB*\fP} .PD 0 +${\fB!\fP\fIprefix\fP\fB*\fP} .TP ${\fB!\fP\fIprefix\fP\fB@\fP} .PD @@ -3534,8 +3534,8 @@ special variable. When \fI@\fP is used and the expansion appears within double quotes, each variable name expands to a separate word. .TP -${\fB!\fP\fIname\fP[\fI@\fP]} .PD 0 +${\fB!\fP\fIname\fP[\fI@\fP]} .TP ${\fB!\fP\fIname\fP[\fI*\fP]} .PD @@ -3571,8 +3571,8 @@ interpreted as relative to one greater than the maximum index of \fIparameter\fP, so negative indices count back from the end of the array, and an index of \-1 references the last element. .TP -${\fIparameter\fP\fB#\fP\fIword\fP} .PD 0 +${\fIparameter\fP\fB#\fP\fIword\fP} .TP ${\fIparameter\fP\fB##\fP\fIword\fP} .PD @@ -3612,8 +3612,8 @@ or the pattern removal operation is applied to each member of the array in turn, and the expansion is the resultant list. .TP -${\fIparameter\fP\fB%\fP\fIword\fP} .PD 0 +${\fIparameter\fP\fB%\fP\fIword\fP} .TP ${\fIparameter\fP\fB%%\fP\fIword\fP} .PD @@ -3650,8 +3650,8 @@ or the pattern removal operation is applied to each member of the array in turn, and the expansion is the resultant list. .TP -${\fIparameter\fP\fB/\fP\fIpattern\fP\fB/\fP\fIstring\fP} .PD 0 +${\fIparameter\fP\fB/\fP\fIpattern\fP\fB/\fP\fIstring\fP} .TP ${\fIparameter\fP\fB//\fP\fIpattern\fP\fB/\fP\fIstring\fP} .TP @@ -3732,8 +3732,8 @@ or the substitution operation is applied to each member of the array in turn, and the expansion is the resultant list. .TP -${\fIparameter\fP\fB\*^\fP\fIpattern\fP} .PD 0 +${\fIparameter\fP\fB\*^\fP\fIpattern\fP} .TP ${\fIparameter\fP\fB\*^\*^\fP\fIpattern\fP} .TP @@ -3775,6 +3775,7 @@ or the case modification operation is applied to each member of the array in turn, and the expansion is the resultant list. .TP +.PD 0 ${\fIparameter\fP\fB@\fP\fIoperator\fP} \fBParameter transformation\fP. The expansion is either a transformation of the value of \fIparameter\fP @@ -3782,7 +3783,6 @@ or information about \fIparameter\fP itself, depending on the value of \fIoperator\fP. Each \fIoperator\fP is a single letter: .PP .RS -.PD 0 .TP .B U The expansion is a string that is the value of \fIparameter\fP with lowercase @@ -5499,34 +5499,34 @@ arguments, if any. The shell has an \fIexecution environment\fP, which consists of the following: .IP \(bu -open files inherited by the shell at invocation, as modified by -redirections supplied to the \fBexec\fP builtin +Open files inherited by the shell at invocation, as modified by +redirections supplied to the \fBexec\fP builtin. .IP \(bu -the current working directory as set by \fBcd\fP, \fBpushd\fP, or -\fBpopd\fP, or inherited by the shell at invocation +The current working directory as set by \fBcd\fP, \fBpushd\fP, or +\fBpopd\fP, or inherited by the shell at invocation. .IP \(bu -the file creation mode mask as set by \fBumask\fP or inherited from -the shell's parent +The file creation mode mask as set by \fBumask\fP or inherited from +the shell's parent. .IP \(bu -current traps set by \fBtrap\fP +Current traps set by \fBtrap\fP. .IP \(bu -shell parameters that are set by variable assignment or with \fBset\fP -or inherited from the shell's parent in the environment +Shell parameters that are set by variable assignment or with \fBset\fP +or inherited from the shell's parent in the environment. .IP \(bu -shell functions defined during execution or inherited from the shell's -parent in the environment +Shell functions defined during execution or inherited from the shell's +parent in the environment. .IP \(bu -options enabled at invocation (either by default or with command-line -arguments) or by \fBset\fP +Options enabled at invocation (either by default or with command-line +arguments) or by \fBset\fP. .IP \(bu -options enabled by \fBshopt\fP +Options enabled by \fBshopt\fP. .IP \(bu -shell aliases defined with \fBalias\fP +Shell aliases defined with \fBalias\fP. .IP \(bu -various process IDs, including those of background jobs, the value +Various process IDs, including those of background jobs, the value of \fB$$\fP, and the value of .SM -.B PPID +.BR PPID . .PP When a simple command other than a builtin or shell function is to be executed, it @@ -5534,18 +5534,18 @@ is invoked in a separate execution environment that consists of the following. Unless otherwise noted, the values are inherited from the shell. .IP \(bu -the shell's open files, plus any modifications and additions specified -by redirections to the command +The shell's open files, plus any modifications and additions specified +by redirections to the command. .IP \(bu -the current working directory +The current working directory. .IP \(bu -the file creation mode mask +The file creation mode mask. .IP \(bu -shell variables and functions marked for export, along with variables -exported for the command, passed in the environment +Shell variables and functions marked for export, along with variables +exported for the command, passed in the environment. .IP \(bu -traps caught by the shell are reset to the values inherited from the -shell's parent, and traps ignored by the shell are ignored +Traps caught by the shell are reset to the values inherited from the +shell's parent, and traps ignored by the shell are ignored. .PP A command invoked in this separate environment cannot affect the shell's execution environment. @@ -6124,7 +6124,7 @@ The current time in 24-hour HH:MM format. The username of the current user. .TP .B \ev -The \fBbash\fP version (e.g., 2.00) +The \fBbash\fP version (e.g., 2.00). .TP .B \eV The \fBbash\fP release, version + patch level (e.g., 2.00.0) @@ -6202,8 +6202,8 @@ shell, unless the option is supplied at shell invocation. Line editing is also used when using the \fB\-e\fP option to the \fBread\fP builtin. -By default, the line editing commands are similar to those of Emacs. -A vi-style line editing interface is also available. +By default, the line editing commands are similar to those of emacs; +a vi-style line editing interface is also available. Line editing can be enabled at any time using the .B \-o emacs or @@ -6222,8 +6222,7 @@ options to the .B set builtin. .SS "Readline Notation" -In this section, the Emacs-style notation is used to denote -keystrokes. +This section uses an emacs-style notation to denote keystrokes. Control keys are denoted by C\-\fIkey\fP, e.g., C\-n means Control\-N. Similarly, .I meta @@ -6240,7 +6239,7 @@ The combination M\-C\-\fIx\fP means ESC\-Control\-\fIx\fP, or press the Escape key then hold the Control key while pressing the .I x -key.) +key. .PP On some keyboards, the Meta key modifier produces meta characters with the eighth bit (0200) set (you can use the \fBenable\-meta\-key\fP variable @@ -6249,7 +6248,7 @@ On many others, the terminal or terminal emulator converts the metafied key to a key sequence beginning with ESC as described in the preceding paragraph. .PP -If the \fIMeta\fP key produces a key sequence with the ESC meta prefix, +If your \fIMeta\fP key produces a key sequence with the ESC meta prefix, you can make M-\fIkey\fP key bindings you specify (see .B "Readline Key Bindings" below) do the same thing by setting the \fBforce\-meta\-prefix\fP variable. @@ -6258,17 +6257,18 @@ Readline commands may be given numeric .IR arguments , which normally act as a repeat count. Sometimes, however, it is the sign of the argument that is significant. -Passing a negative argument to a command that acts in the forward -direction (e.g., \fBkill\-line\fP) causes that command to act in a -backward direction. +Passing a negative argument +to a command that acts in the forward direction (e.g., \fBkill\-line\fP) +makes that command act in a backward direction. Commands whose behavior with arguments deviates from this are noted below. .PP When a command is described as \fIkilling\fP text, the text deleted is saved for possible future retrieval -(\fIyanking\fP). The killed text is saved in a -\fIkill ring\fP. Consecutive kills cause the text to be -accumulated into one unit, which can be yanked all at once. +(\fIyanking\fP). +The killed text is saved in a \fIkill ring\fP. +Consecutive kills accumulate the deleted text +into one unit, which can be yanked all at once. Commands which do not kill text separate the chunks of text on the kill ring. .SS "Readline Initialization" @@ -6277,25 +6277,28 @@ file (the \fIinputrc\fP file). The name of this file is taken from the value of the .SM .B INPUTRC -variable. If that variable is unset, the default is +shell variable. +If that variable is unset, the default is .IR \*~/.inputrc . -If that file does not exist or cannot be read, the ultimate default is +If that file does not exist or cannot be read, readline looks for .IR /etc/inputrc . -When a program which uses the readline library starts up, the -initialization file is read, and the key bindings and variables -are set. -There are only a few basic constructs allowed in the -readline initialization file. +When a program which uses the readline library starts up, +\fBreadline\fP reads the initialization file +and sets the key bindings and variables found there, +before reading any user input. +.PP +There are only a few basic constructs allowed in the inputrc file. Blank lines are ignored. Lines beginning with a \fB#\fP are comments. Lines beginning with a \fB$\fP indicate conditional constructs. Other lines denote key bindings and variable settings. .PP -The default key-bindings may be changed with an +The default key-bindings in this section +may be changed using key binding commands in the .I inputrc file. -Other programs that use this library may add their own commands -and bindings. +Programs that use the readline library, including \fBbash\fP, +may add their own commands and bindings. .PP For example, placing .RS @@ -6312,29 +6315,37 @@ into the would make M\-C\-u execute the readline command .IR universal\-argument . .PP -The following symbolic character names are recognized: -.IR RUBOUT , +Key bindings may contain the following symbolic character names: .IR DEL , .IR ESC , +.IR ESCAPE , .IR LFD , .IR NEWLINE , .IR RET , .IR RETURN , -.IR SPC , +.IR RUBOUT , .IR SPACE , +.IR SPC , and .IR TAB . .PP In addition to command names, readline allows keys to be bound to a string that is inserted when the key is pressed (a \fImacro\fP). +The difference between a macro and a command is that a macro is +enclosed in single or double quotes. .SS "Readline Key Bindings" The syntax for controlling key bindings in the .I inputrc -file is simple. All that is required is the name of the -command or the text of a macro and a key sequence to which -it should be bound. The name may be specified in one of two ways: -as a symbolic key name, possibly with \fIMeta\-\fP or \fIControl\-\fP -prefixes, or as a key sequence. +file is simple. +All that is required is the name of the command or the text of a macro +and a key sequence to which it should be bound. +The key sequence may be specified in one of two ways: +as a symbolic key name, +possibly with \fIMeta\-\fP or \fIControl\-\fP prefixes, +or as a key sequence composed of one or more characters +enclosed in double quotes. +The key sequence and name are separated by a colon. +There can be no whitespace between the name and the colon. .PP When using the form \fBkeyname\fP:\^\fIfunction\-name\fP or \fImacro\fP, .I keyname @@ -6344,7 +6355,7 @@ is the name of a key spelled out in English. For example: .EX .nf Control-u: universal\-argument -Meta-Rubout: backward-kill-word +Meta-Rubout: backward\-kill\-word Control-o: \*"> output\*" .fi .EE @@ -6371,9 +6382,10 @@ differs from .B keyname above in that strings denoting an entire key sequence may be specified by placing the sequence -within double quotes. Some GNU Emacs style key escapes can be -used, as in the following example, but the symbolic character names -are not recognized. +within double quotes. +Some GNU Emacs style key escapes can be +used, as in the following example, but none of +the symbolic character names are recognized. .PP .RS .EX @@ -6397,28 +6409,29 @@ and is bound to insert the text .Q "Function Key 1" . .PP -The full set of GNU Emacs style escape sequences is +The full set of GNU Emacs style escape sequences available when specifying +key sequences is .RS .PD 0 .TP .B \eC\- -control prefix +A control prefix. .TP .B \eM\- -adding the meta prefix or converting the following character to a meta -character, as described below under \fBforce-meta-prefix\fP +Adding the meta prefix or converting the following character to a meta +character, as described below under \fBforce-meta-prefix\fP. .TP .B \ee -an escape character +An escape character. .TP .B \e\e -backslash +Backslash. .TP .B \e\*" -literal \*" +Literal \*", a double quote. .TP .B \e\*' -literal \*' +Literal \*', a single quote. .RE .PD .PP @@ -6452,38 +6465,43 @@ horizontal tab vertical tab .TP .B \e\fInnn\fP -the eight-bit character whose value is the octal value \fInnn\fP -(one to three digits) +The eight-bit character whose value is the octal value \fInnn\fP +(one to three digits). .TP .B \ex\fIHH\fP -the eight-bit character whose value is the hexadecimal value \fIHH\fP -(one or two hex digits) +The eight-bit character whose value is the hexadecimal value \fIHH\fP +(one or two hex digits). .RE .PD .PP When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a function name. -In the macro body, the backslash escapes described above are expanded. +Tthe backslash escapes described above are expanded +in the macro body. Backslash will quote any other character in the macro text, including \*" and \*'. .PP .B Bash -allows the current readline key bindings to be displayed or modified -with the +will display or modify the current readline key bindings with the .B bind -builtin command. The editing mode may be switched during interactive -use by using the -.B \-o -option to the +builtin command. +The +.B \-o emacs +or +.B \-o vi +options to the .B set -builtin command (see +builtin +(see .SM .B "SHELL BUILTIN COMMANDS" -below). +below) +will change the editing mode during interactive use. .SS "Readline Variables" Readline has variables that can be used to further customize its -behavior. A variable may be set in the +behavior. +A variable may be set in the .I inputrc file with a statement of the form .RS @@ -6508,6 +6526,13 @@ When readline reads a variable value, empty or null values, are equivalent to \fBOn\fP. All other values are equivalent to \fBOff\fP. +.PP +The \fBbind \-V\fP command lists the current readline variable names +and values (see +.SM +.B "SHELL BUILTIN COMMANDS" +below). +.PP The variables and their default values are: .PP .PD 0 @@ -6543,13 +6568,13 @@ A sample value might be .TP .B bell\-style (audible) Controls what happens when readline wants to ring the terminal bell. -If set to \fBnone\fP, readline never rings the bell. If set to -\fBvisible\fP, readline uses a visible bell if one is available. +If set to \fBnone\fP, readline never rings the bell. +If set to \fBvisible\fP, readline uses a visible bell if one is available. If set to \fBaudible\fP, readline attempts to ring the terminal's bell. .TP .B bind\-tty\-special\-chars (On) -If set to \fBOn\fP (the default), readline attempts to bind -the control characters that are treated specially by the kernel's +If set to \fBOn\fP, readline attempts to bind +the control characters that are treated specially by the kernel's terminal driver to their readline equivalents. These override the default readline bindings described here. Type @@ -6582,9 +6607,9 @@ environment variable. .TP .BR comment\-begin\ ( \c .Q \fB#\fP \fB)\fP -The string that is inserted when the readline +The string that the readline .B insert\-comment -command is executed. +command inserts. This command is bound to .B M\-# in emacs mode and to @@ -6609,10 +6634,12 @@ treats hyphens (\fI\-\fP) and underscores (\fI_\fP) as equivalent when performing case\-insensitive filename matching and completion. .TP .B completion\-prefix\-display\-length (0) -The length in characters of the common prefix of a list of possible -completions that is displayed without modification. When set to a -value greater than zero, common prefixes longer than this value are -replaced with an ellipsis when displaying possible completions. +The maximum +length in characters of the common prefix of a list of possible +completions that is displayed without modification. +When set to a value greater than zero, readline +replaces common prefixes longer than this value +with an ellipsis when displaying possible completions. .TP .B completion\-query\-items (100) This determines when the user is queried about viewing @@ -6622,27 +6649,27 @@ It may be set to any integer value greater than or equal to zero. If the number of possible completions is greater than or equal to the value of this variable, readline will ask whether or not the user wishes to view them; -otherwise they are simply listed on the terminal. +otherwise readline simply lists them on the terminal. A zero value means readline should never ask; negative values are treated as zero. .TP .B convert\-meta (On) If set to \fBOn\fP, readline will convert characters it reads -with the eighth bit set to an ASCII key sequence -by stripping the eighth bit and prefixing it with an escape character +that have the eighth bit set to an ASCII key sequence by +clearing the eighth bit and prefixing it with an escape character (converting the character to have the \fImeta prefix\fP). The default is \fIOn\fP, but readline will set it to \fIOff\fP if the locale contains characters whose encodings may include bytes with the eighth bit set. This variable is dependent on the \fBLC_CTYPE\fP locale category, and -may change if the locale is changed. +may change if the locale changes. This variable also affects key bindings; see the description of \fBforce\-meta\-prefix\fP below. .TP .B disable\-completion (Off) -If set to \fBOn\fP, readline will inhibit word completion. Completion -characters will be inserted into the line as if they had been -mapped to \fBself-insert\fP. +If set to \fBOn\fP, readline will inhibit word completion. +Completion characters will be inserted into the line as if they +had been mapped to \fBself-insert\fP. .TP .B echo\-control\-characters (On) When set to \fBOn\fP, on operating systems that indicate they support it, @@ -6650,7 +6677,7 @@ readline echoes a character corresponding to a signal generated from the keyboard. .TP .B editing\-mode (emacs) -Controls whether readline begins with a set of key bindings similar +Controls whether readline uses a set of key bindings similar to \fIEmacs\fP or \fIvi\fP. .B editing\-mode can be set to either @@ -6660,11 +6687,12 @@ or .TP .B emacs\-mode\-string (@) If the \fIshow\-mode\-in\-prompt\fP variable is enabled, -this string is displayed immediately before the last line of the primary -prompt when emacs editing mode is active. The value is expanded like a -key binding, so the standard set of meta- and control prefixes and +this string is displayed immediately before the last line of the +primary prompt when emacs editing mode is active. +The value is expanded like a +key binding, so the standard set of meta- and control- prefixes and backslash escape sequences is available. -Use the \e1 and \e2 escapes to begin and end sequences of +The \e1 and \e2 escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. .TP @@ -6676,8 +6704,7 @@ When this variable is set to \fIOn\fP, readline allows certain commands to designate the region as \fIactive\fP. When the region is active, readline highlights the text in the region using the value of the \fBactive\-region\-start\-color\fP, which defaults to the -string that enables -the terminal's standout mode. +string that enables the terminal's standout mode. The active region shows the text inserted by bracketed-paste and any matching text found by incremental and non-incremental history searches. .TP @@ -6685,44 +6712,45 @@ matching text found by incremental and non-incremental history searches. When set to \fBOn\fP, readline configures the terminal to insert each paste into the editing buffer as a single string of characters, instead of treating each character as if it had been read from the keyboard. -This prevents readline from executing any editing commands bound to key +This is called \fIbracketed\-paste mode\fP; +it prevents readline from executing any editing commands bound to key sequences appearing in the pasted text. .TP .B enable\-keypad (Off) When set to \fBOn\fP, readline will try to enable the application -keypad when it is called. Some systems need this to enable the -arrow keys. +keypad when it is called. +Some systems need this to enable the arrow keys. .TP .B enable\-meta\-key (On) When set to \fBOn\fP, readline will try to enable any meta modifier -key the terminal claims to support when it is called. +key the terminal claims to support. On many terminals, the Meta key is used to send eight-bit characters; this variable checks for the terminal capability that indicates the terminal can enable and disable a mode that sets the eighth bit of a character (0200) if the Meta key is held down when the character is typed (a meta character). .TP +.B expand\-tilde (Off) +If set to \fBOn\fP, readline performs tilde expansion when it +attempts word completion. +.TP .B force\-meta\-prefix (Off) If set to \fBOn\fP, readline modifies its behavior when binding key sequences containing \eM- or Meta- (see \fBKey Bindings\fP above) by converting a key sequence of the form -\eM-\fIC\fP or Meta-\fIC\fP to the two-character sequence -\fBESC\fP\fIC\fP (adding the meta prefix). +\eM\-\fIC\fP or Meta\-\fIC\fP to the two-character sequence +\fBESC\fP\fIC\fP (adding the \fImeta prefix\fP). If .B force\-meta\-prefix -is set to \fBOff\fP (the default), +is set to \fBOff\fP (the default), readline uses the value of the -.B convert\-meta +.B convert\-meta variable to determine whether to perform this conversion: -if \fBconvert\-meta\fP is \fBOn\fP, +if \fBconvert\-meta\fP is \fBOn\fP, readline performs the conversion described above; -if it is \fBOff\fP, Readline converts \fIC\fP to a meta character by +if it is \fBOff\fP, readline converts \fIC\fP to a meta character by setting the eighth bit (0200). .TP -.B expand\-tilde (Off) -If set to \fBOn\fP, tilde expansion is performed when readline -attempts word completion. -.TP .B history\-preserve\-point (Off) If set to \fBOn\fP, the history code attempts to place point at the same location on each history line retrieved with \fBprevious-history\fP @@ -6734,29 +6762,28 @@ If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. -By default, the number of history entries is set to the value of the -\fBHISTSIZE\fP shell variable. -If an attempt is made to set \fIhistory\-size\fP to a non-numeric value, -the maximum number of history entries will be set to 500. +By default, \fBbash\fP sets the the maximum number of history entries to +the value of the \fBHISTSIZE\fP shell variable. +Setting \fIhistory\-size\fP to a non-numeric value will set +the maximum number of history entries to 500. .TP .B horizontal\-scroll\-mode (Off) -When set to \fBOn\fP, makes readline use a single line for display, -scrolling the input horizontally on a single screen line when it -becomes longer than the screen width rather than wrapping to a new line. +Setting this variable to \fBOn\fP makes readline use a single line +for display, scrolling the input horizontally on a single screen line +when it becomes longer than the screen width rather than wrapping to +a new line. This setting is automatically enabled for terminals of height 1. .TP .B input\-meta (Off) -If set to \fBOn\fP, readline will enable eight-bit input (that is, -it will not strip the eighth bit from the characters it reads), +If set to \fBOn\fP, readline will enable eight-bit input (that is, it +will not clear the eighth bit in the characters it reads), regardless of what the terminal claims it can support. -The name -.B meta\-flag -is a synonym for this variable. The default is \fIOff\fP, but readline will set it to \fIOn\fP -if the locale contains -characters whose encodings may include bytes with the eighth bit set. +if the locale contains characters whose encodings may include bytes +with the eighth bit set. This variable is dependent on the \fBLC_CTYPE\fP locale category, and -may change if the locale is changed. +its value may change if the locale changes. +The name \fBmeta\-flag\fP is a synonym for \fBinput\-meta\fP. .TP .BR isearch\-terminators\ ( \c .Q \fBC\-[C\-J\fP \fB)\fP @@ -6766,42 +6793,41 @@ If this variable has not been given a value, the characters \fIESC\fP and \fIC\-J\fP will terminate an incremental search. .TP .B keymap (emacs) -Set the current readline keymap. The set of valid keymap names is +Set the current readline keymap. +The set of valid keymap names is \fIemacs, emacs\-standard, emacs\-meta, emacs\-ctlx, vi, vi\-command\fP, and .IR vi\-insert . -\fIvi\fP is equivalent to \fIvi\-command\fP; \fIemacs\fP is -equivalent to \fIemacs\-standard\fP. The default value is -.IR emacs ; +\fIvi\fP is equivalent to \fIvi\-command\fP; +\fIemacs\fP is equivalent to \fIemacs\-standard\fP. +The default value is \fIemacs\fP; the value of .B editing\-mode also affects the default keymap. .TP .B keyseq\-timeout (500) -Specifies the duration \fIreadline\fP will wait for a character when reading an -ambiguous key sequence (one that can form a complete key sequence using -the input read so far, or can take additional input to complete a longer -key sequence). -If no input is received within the timeout, \fIreadline\fP will use the shorter -but complete key sequence. +Specifies the duration \fIreadline\fP will wait for a character when +reading an ambiguous key sequence +(one that can form a complete key sequence using the input read so far, +or can take additional input to complete a longer key sequence). +If readline does not receive any input within the timeout, it will use the +shorter but complete key sequence. The value is specified in milliseconds, so a value of 1000 means that -\fIreadline\fP will wait one second for additional input. +readline will wait one second for additional input. If this variable is set to a value less than or equal to zero, or to a -non-numeric value, \fIreadline\fP will wait until another key is pressed to +non-numeric value, readline will wait until another key is pressed to decide which key sequence to complete. .TP .B mark\-directories (On) -If set to \fBOn\fP, completed directory names have a slash -appended. +If set to \fBOn\fP, completed directory names have a slash appended. .TP .B mark\-modified\-lines (Off) -If set to \fBOn\fP, history lines that have been modified are displayed +If set to \fBOn\fP, readline displays history lines that have been modified with a preceding asterisk (\fB*\fP). .TP .B mark\-symlinked\-directories (Off) If set to \fBOn\fP, completed names which are symbolic links to directories -have a slash appended (subject to the value of -\fBmark\-directories\fP). +have a slash appended, subject to the value of \fBmark\-directories\fP. .TP .B match\-hidden\-files (On) This variable, when set to \fBOn\fP, forces readline to match files whose @@ -6822,10 +6848,10 @@ If set to \fBOn\fP, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. The default is \fIOff\fP, but readline will set it to \fIOn\fP -if the locale contains -characters whose encodings may include bytes with the eighth bit set. +if the locale contains characters whose encodings may include +bytes with the eighth bit set. This variable is dependent on the \fBLC_CTYPE\fP locale category, and -may change if the locale is changed. +its value may change if the locale changes. .TP .B page\-completions (On) If set to \fBOn\fP, readline uses an internal \fImore\fP-like pager @@ -6840,7 +6866,8 @@ sorted horizontally in alphabetical order, rather than down the screen. .TP .B revert\-all\-at\-newline (Off) If set to \fBOn\fP, readline will undo all changes to history lines -before returning when \fBaccept\-line\fP is executed. By default, +before returning when executing \fBaccept\-line\fP. +By default, history lines may be modified and retain individual undo lists across calls to \fBreadline\fP. .TP @@ -6849,8 +6876,8 @@ If set to \fBOn\fP, readline performs incremental and non-incremental history list searches in a case\-insensitive fashion. .TP .B show\-all\-if\-ambiguous (Off) -This alters the default behavior of the completion functions. If -set to +This alters the default behavior of the completion functions. +If set to .BR On , words which have more than one possible completion cause the matches to be listed immediately instead of ringing the bell. @@ -6872,20 +6899,19 @@ The mode strings are user-settable (e.g., \fIemacs\-mode\-string\fP). .TP .B skip\-completed\-text (Off) If set to \fBOn\fP, this alters the default completion behavior when -inserting a single match into the line. It's only active when -performing completion in the middle of a word. If enabled, readline -does not insert characters from the completion that match characters -after point in the word being completed, so portions of the word -following the cursor are not duplicated. +inserting a single match into the line. +It's only active when performing completion in the middle of a word. +If enabled, readline does not insert characters from the completion +that match characters after point in the word being completed, +so portions of the word following the cursor are not duplicated. .TP .B vi\-cmd\-mode\-string ((cmd)) If the \fIshow\-mode\-in\-prompt\fP variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in command mode. -The value is expanded like a -key binding, so the standard set of meta- and control prefixes and -backslash escape sequences is available. -Use the \e1 and \e2 escapes to begin and end sequences of +The value is expanded like a key binding, so the standard set of +meta- and control- prefixes and backslash escape sequences is available. +The \e1 and \e2 escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. .TP @@ -6893,10 +6919,9 @@ sequence into the mode string. If the \fIshow\-mode\-in\-prompt\fP variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in insertion mode. -The value is expanded like a -key binding, so the standard set of meta- and control prefixes and -backslash escape sequences is available. -Use the \e1 and \e2 escapes to begin and end sequences of +The value is expanded like a key binding, so the standard set of +meta- and control- prefixes and backslash escape sequences is available. +The \e1 and \e2 escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. .TP @@ -6909,14 +6934,16 @@ completions. Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result -of tests. There are four parser directives used. +of tests. +There are four parser directives available. .TP .B $if The .B $if construct allows bindings to be made based on the editing mode, the terminal being used, or the application using -readline. The text of the test, after any comparison operator, +readline. +The text of the test, after any comparison operator, extends to the end of the line; unless otherwise noted, no characters are required to isolate it. .RS @@ -6932,15 +6959,17 @@ readline is starting out in emacs mode. .B term The \fBterm=\fP form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the -terminal's function keys. The word on the right side of the +terminal's function keys. +The word on the right side of the .B = is tested against both the full name of the terminal and the portion -of the terminal name before the first \fB\-\fP. This allows -.I sun +of the terminal name before the first \fB\-\fP. +This allows +.I xterm to match both -.I sun +.I xterm and -.IR sun\-cmd , +.IR xterm\-256color , for instance. .TP .B version @@ -6959,8 +6988,9 @@ and .BR > . The version number supplied on the right side of the operator consists of a major version number, an optional decimal point, and an optional -minor version (e.g., \fB7.1\fP). If the minor version is omitted, it -is assumed to be \fB0\fP. +minor version (e.g., \fB7.1\fP). +If the minor version is omitted, it +defaults to \fB0\fP. The operator may be separated from the string \fBversion\fP and from the version number argument by whitespace. .TP @@ -6971,7 +7001,8 @@ Each program using the readline library sets the \fIapplication name\fP, and an initialization file can test for a particular value. This could be used to bind key sequences to functions useful for -a specific program. For instance, the following command adds a +a specific program. +For instance, the following command adds a key sequence that quotes the current or previous word in \fBbash\fP: .PP .RS @@ -6992,22 +7023,23 @@ The permitted comparison operators are \fI=\fP, \fI==\fP, and \fI!=\fP. The variable name must be separated from the comparison operator by whitespace; the operator may be separated from the value on the right hand side by whitespace. -Both string and boolean variables may be tested. Boolean variables must be +String and boolean variables may be tested. +Boolean variables must be tested against the values \fIon\fP and \fIoff\fP. .RE .TP -.B $endif -This command, as seen in the previous example, terminates an -\fB$if\fP command. -.TP .B $else Commands in this branch of the \fB$if\fP directive are executed if the test fails. .TP +.B $endif +This command, as seen in the previous example, terminates an +\fB$if\fP command. +.TP .B $include This directive takes a single filename as an argument and reads commands -and bindings from that file. For example, the following directive -would read \fI/etc/inputrc\fP: +and key bindings from that file. +For example, the following directive would read \fI/etc/inputrc\fP: .PP .RS .nf @@ -7019,7 +7051,8 @@ Readline provides commands for searching through the command history (see .SM .B HISTORY -below) for lines containing a specified string. +below) +for lines containing a specified string. There are two search modes: .I incremental and @@ -7031,39 +7064,50 @@ As each character of the search string is typed, readline displays the next entry from the history matching the string typed so far. An incremental search requires only as many characters as needed to find the desired history entry. +When using emacs editing mode, type \fBC\-r\fP to +search backward in the history for a particular string. +Typing \fBC\-s\fP searches forward through the history. The characters present in the value of the \fBisearch-terminators\fP variable are used to terminate an incremental search. -If that variable has not been assigned a value the Escape and -Control-J characters will terminate an incremental search. -Control-G will abort an incremental search and restore the original -line. +If that variable has not been assigned a value, +\fIESC\fP and \fIC\-J\fP will terminate an incremental search. +\fIC\-g\fP will abort an incremental search and restore the original line. When the search is terminated, the history entry containing the search string becomes the current line. .PP -To find other matching entries in the history list, type Control-S or -Control-R as appropriate. +To find other matching entries in the history list, type \fBC\-r\fP or +\fBC\-s\fP as appropriate. This will search backward or forward in the history for the next entry matching the search string typed so far. Any other key sequence bound to a readline command will terminate the search and execute that command. -For instance, a \fInewline\fP will terminate the search and accept +For instance, a newline will terminate the search and accept the line, thereby executing the command from the history list. +A movement command will terminate the search, make the last line found +the current line, and begin editing. .PP -Readline remembers the last incremental search string. If two -Control-Rs are typed without any intervening characters defining a -new search string, readline uses any remembered search string. +Readline remembers the last incremental search string. +If two \fBC\-r\fPs are typed without any intervening characters defining +a new search string, readline uses any remembered search string. .PP Non-incremental searches read the entire search string before starting -to search for matching history lines. The search string may be +to search for matching history entries. +The search string may be typed by the user or be part of the contents of the current line. .SS "Readline Command Names" The following is a list of the names of the commands and the default key sequences to which they are bound. Command names without an accompanying key sequence are unbound by default. +.PP In the following descriptions, \fIpoint\fP refers to the current cursor position, and \fImark\fP refers to a cursor position saved by the \fBset\-mark\fP command. The text between the point and mark is referred to as the \fIregion\fP. +Readline has the concept of an \fIactive region\fP: +when the region is active, readline redisplay uses the +value of the \fBactive\-region\-start\-color variable +to denote the region. +Several commands set the region to active; those are noted below. .SS Commands for Moving .PD 0 .TP @@ -7082,8 +7126,8 @@ Move forward a character. Move back a character. .TP .B forward\-word (M\-f) -Move forward to the end of the next word. Words are composed of -alphanumeric characters (letters and digits). +Move forward to the end of the next word. +Words are composed of alphanumeric characters (letters and digits). .TP .B backward\-word (M\-b) Move back to the start of the current or previous word. @@ -7099,13 +7143,15 @@ Words are delimited by non-quoted shell metacharacters. .TP .B previous\-screen\-line Attempt to move point to the same physical screen column on the previous -physical screen line. This will not have the desired effect if the current +physical screen line. +This will not have the desired effect if the current readline line does not take up more than one physical line or if point is not greater than the length of the prompt plus the screen width. .TP .B next\-screen\-line Attempt to move point to the same physical screen column on the next -physical screen line. This will not have the desired effect if the current +physical screen line. +This will not have the desired effect if the current readline line does not take up more than one physical line or if the length of the current readline line is not greater than the length of the prompt plus the screen width. @@ -7129,12 +7175,16 @@ Refresh the current line. .PD 0 .TP .B accept\-line (Newline, Return) -Accept the line regardless of where the cursor is. If this line is -non-empty, add it to the history list according to the state of the +Accept the line regardless of where the cursor is. +If this line is non-empty, add it to the history list according to the +state of the .SM .B HISTCONTROL -variable. If the line is a modified history -line, then restore the history line to its original state. +and +.B HISTIGNORE +variables. +If the line is a modified history line, +restore the history line to its original state. .TP .B previous\-history (C\-p) Fetch the previous command from the history list, moving back in @@ -7152,8 +7202,10 @@ Move to the end of the input history, i.e., the line currently being entered. .TP .B operate\-and\-get\-next (C\-o) -Accept the current line for execution and fetch the next line -relative to the current line from the history for editing. +Accept the current line for execution as if a +newline had been entered, +and fetch the next line relative to the current line from the history +for editing. A numeric argument, if supplied, specifies the history entry to use instead of the current line. .TP @@ -7168,37 +7220,42 @@ Search backward starting at the current line and moving .Q up through the history as necessary. This is an incremental search. +This command sets the region to the matched text and activates the region. .TP .B forward\-search\-history (C\-s) Search forward starting at the current line and moving .Q down through the history as necessary. This is an incremental search. +This command sets the region to the matched text and activates the region. .TP .B non\-incremental\-reverse\-search\-history (M\-p) Search backward through the history starting at the current line using a non-incremental search for a string supplied by the user. +The search string may match anywhere in a history line. .TP .B non\-incremental\-forward\-search\-history (M\-n) -Search forward through the history using a non-incremental search for -a string supplied by the user. +Search forward through the history using a non-incremental search +for a string supplied by the user. +The search string may match anywhere in a history line. .TP .B history\-search\-backward Search backward through the history for the string of characters between the start of the current line and the point. +The search string must match at the beginning of a history line. This is a non-incremental search. This may be bound to the Page Up key on some keyboards. .TP .B history\-search\-forward Search forward through the history for the string of characters between the start of the current line and the point. +The search string must match at the beginning of a history line. This is a non-incremental search. This may be bound to the Page Down key on some keyboards. .TP .B history\-substring\-search\-backward Search backward through the history for the string of characters -between the start of the current line and the current cursor -position (the \fIpoint\fP). +between the start of the current line and the point. The search string may match anywhere in a history line. This is a non-incremental search. .TP @@ -7214,10 +7271,12 @@ the second word on the previous line) at point. With an argument .IR n , insert the \fIn\fPth word from the previous command (the words -in the previous command begin with word 0). A negative argument -inserts the \fIn\fPth word from the end of the previous command. -Once the argument \fIn\fP is computed, the argument is extracted -as if the +in the previous command begin with word 0). +A negative argument inserts the \fIn\fPth word from the end of +the previous command. +Once the argument \fIn\fP is computed, +this uses the history expansion facilities to extract the +\fIn\fPth word, as if the .Q !\fIn\fP history expansion had been specified. .TP @@ -7230,10 +7289,11 @@ Successive calls to \fByank\-last\-arg\fP move back through the history list, inserting the last word (or the word specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive calls determines -the direction to move through the history. A negative argument switches -the direction through the history (back or forward). -The history expansion facilities are used to extract the last word, -as if the +the direction to move through the history. +A negative argument switches the direction through the history +(back or forward). +This uses the history expansion facilities to extract the +last word, as if the .Q !$ history expansion had been specified. .TP @@ -7247,21 +7307,21 @@ word splitting, and quote removal. An explicit argument suppresses command and process substitution. See .SM -.B HISTORY EXPANSION +.B "HISTORY EXPANSION" below for a description of history expansion. .TP .B history\-expand\-line (M\-\*^) Perform history expansion on the current line. See .SM -.B HISTORY EXPANSION +.B "HISTORY EXPANSION" below for a description of history expansion. .TP .B magic\-space Perform history expansion on the current line and insert a space. See .SM -.B HISTORY EXPANSION +.B "HISTORY EXPANSION" below for a description of history expansion. .TP .B alias\-expand\-line @@ -7306,7 +7366,8 @@ same character as the tty \fBEOF\fP character, as \fBC\-d\fP commonly is, see above for the effects. .TP .B backward\-delete\-char (Rubout) -Delete the character behind the cursor. When given a numeric argument, +Delete the character behind the cursor. +When given a numeric argument, save the deleted text on the kill ring. .TP .B forward\-backward\-delete\-char @@ -7315,8 +7376,8 @@ end of the line, in which case the character behind the cursor is deleted. .TP .B quoted\-insert (C\-q, C\-v) -Add the next character typed to the line verbatim. This is -how to insert characters like \fBC\-q\fP, for example. +Add the next character typed to the line verbatim. +This is how to insert characters like \fBC\-q\fP, for example. .TP .B tab\-insert (C\-v TAB) Insert a tab character. @@ -7324,6 +7385,19 @@ Insert a tab character. .B "self\-insert (a, b, A, 1, !, \fR.\|.\|.\fP)" Insert the character typed. .TP +.B bracketed\-paste\-begin +This function is intended to be bound to the +.Q "bracketed paste" +escape +sequence sent by some terminals, and such a binding is assigned by default. +It allows readline to insert the pasted text as a single unit without treating +each character as if it had been read from the keyboard. +The pasted characters +are inserted as if each one was bound to \fBself\-insert\fP instead of +executing any editing commands. +.IP +Bracketed paste sets the region to the inserted text and activates the region. +.TP .B transpose\-chars (C\-t) Drag the character before point forward over the character at point, moving point forward as well. @@ -7337,16 +7411,27 @@ moving point over that word as well. If point is at the end of the line, this transposes the last two words on the line. .TP +.B shell\-transpose\-words (M-C-t) +Drag the word before point past the word after point, +moving point past that word as well. +If the insertion point is at the end of the line, this transposes +the last two words on the line. +Word boundaries are the same as \fBshell\-forward\-word\fP and +\fBshell\-backward\-word\fP. +.TP .B upcase\-word (M\-u) -Uppercase the current (or following) word. With a negative argument, +Uppercase the current (or following) word. +With a negative argument, uppercase the previous word, but do not move point. .TP .B downcase\-word (M\-l) -Lowercase the current (or following) word. With a negative argument, +Lowercase the current (or following) word. +With a negative argument, lowercase the previous word, but do not move point. .TP .B capitalize\-word (M\-c) -Capitalize the current (or following) word. With a negative argument, +Capitalize the current (or following) word. +With a negative argument, capitalize the previous word, but do not move point. .TP .B overwrite\-mode @@ -7356,6 +7441,7 @@ With an explicit non-positive numeric argument, switches to insert mode. This command affects only \fBemacs\fP mode; \fBvi\fP mode does overwrite differently. Each call to \fIreadline()\fP starts in insert mode. +.IP In overwrite mode, characters bound to \fBself\-insert\fP replace the text at point rather than pushing the text to the right. Characters bound to \fBbackward\-delete\-char\fP replace the character @@ -7367,14 +7453,18 @@ but may be bound to the Insert key on some keyboards. .PD 0 .TP .B kill\-line (C\-k) -Kill the text from point to the end of the line. +Kill the text from point to the end of the current line. +With a negative numeric argument, kill backward from the cursor to the +beginning of the line. .TP .B backward\-kill\-line (C\-x Rubout) -Kill backward to the beginning of the line. +Kill backward to the beginning of the current line. +With a negative numeric argument, kill forward from the cursor to the +end of the line. .TP .B unix\-line\-discard (C\-u) -Kill backward from point to the beginning of the line. -The killed text is saved on the kill-ring. +Kill backward from point to the beginning of the line, +saving the killed text on the kill-ring. .\" There is no real difference between this and backward-kill-line .TP .B kill\-whole\-line @@ -7389,7 +7479,7 @@ Word boundaries are the same as those used by \fBforward\-word\fP. Kill the word behind point. Word boundaries are the same as those used by \fBbackward\-word\fP. .TP -.B shell\-kill\-word +.B shell\-kill\-word (M\-C\-d) Kill from point to the end of the current word, or if between words, to the end of the next word. Word boundaries are the same as those used by \fBshell\-forward\-word\fP. @@ -7399,13 +7489,13 @@ Kill the word behind point. Word boundaries are the same as those used by \fBshell\-backward\-word\fP. .TP .B unix\-word\-rubout (C\-w) -Kill the word behind point, using white space as a word boundary. -The killed text is saved on the kill-ring. +Kill the word behind point, using white space as a word boundary, +saving the killed text on the kill-ring. .TP .B unix\-filename\-rubout Kill the word behind point, using white space and the slash character -as the word boundaries. -The killed text is saved on the kill-ring. +as the word boundaries, +saving the killed text on the kill-ring. .TP .B delete\-horizontal\-space (M\-\e) Delete all spaces and tabs around point. @@ -7414,7 +7504,8 @@ Delete all spaces and tabs around point. Kill the text in the current region. .TP .B copy\-region\-as\-kill -Copy the text in the region to the kill buffer. +Copy the text in the region to the kill buffer, +so it can be yanked immediately. .TP .B copy\-backward\-word Copy the word before point to the kill buffer. @@ -7428,7 +7519,8 @@ The word boundaries are the same as \fBforward\-word\fP. Yank the top of the kill ring into the buffer at point. .TP .B yank\-pop (M\-y) -Rotate the kill ring, and yank the new top. Only works following +Rotate the kill ring, and yank the new top. +Only works following .B yank or .BR yank\-pop . @@ -7438,7 +7530,8 @@ or .TP .B digit\-argument (M\-0, M\-1, \fR.\|.\|.\fP, M\-\-) Add this digit to the argument already accumulating, or start a new -argument. M\-\- starts a negative argument. +argument. +M\-\- starts a negative argument. .TP .B universal\-argument This is another way to specify an argument. @@ -7448,8 +7541,8 @@ If the command is followed by digits, executing .B universal\-argument again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a -character that is neither a digit nor minus sign, the argument count -for the next command is multiplied by four. +character that is neither a digit nor minus sign, +the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argument count four, a second time makes the argument count sixteen, and so on. @@ -7460,44 +7553,54 @@ argument count sixteen, and so on. .B complete (TAB) Attempt to perform completion on the text before point. .B Bash -attempts completion treating the text as a variable (if the -text begins with \fB$\fP), username (if the text begins with -\fB\*~\fP), hostname (if the text begins with \fB@\fP), or -command (including aliases and functions) in turn. If none -of these produces a match, filename completion is attempted. +attempts completion by first checking for any programmable +completions for the command word (see \fBProgrammable Completion\fP below), +otherwise treating the text as a +variable (if the text begins with \fB$\fP), +username (if the text begins with \fB\*~\fP), +hostname (if the text begins with \fB@\fP), or +command (including aliases, functions, and builtins) in turn. +If none of these produces a match, it falls back to filename completion. .TP .B possible\-completions (M\-?) List the possible completions of the text before point. +When displaying completions, readline sets the number of columns used +for display to the value of \fBcompletion-display-width\fP, the value of +the shell variable +.SM +.BR COLUMNS , +or the screen width, in that order. .TP .B insert\-completions (M\-*) Insert all completions of the text before point that would have been generated by -\fBpossible\-completions\fP. +\fBpossible\-completions\fP, +separated by a space. .TP .B menu\-complete Similar to \fBcomplete\fP, but replaces the word to be completed with a single match from the list of possible completions. -Repeated execution of \fBmenu\-complete\fP steps through the list +Repeatedly executing \fBmenu\-complete\fP steps through the list of possible completions, inserting each match in turn. -At the end of the list of completions, the bell is rung +At the end of the list of completions, +\fBmenu\-complete\fP rings the bell (subject to the setting of \fBbell\-style\fP) -and the original text is restored. +and restores the original text. An argument of \fIn\fP moves \fIn\fP positions forward in the list -of matches; a negative argument may be used to move backward -through the list. +of matches; a negative argument moves backward through the list. This command is intended to be bound to \fBTAB\fP, but is unbound by default. .TP .B menu\-complete\-backward Identical to \fBmenu\-complete\fP, but moves backward through the list of possible completions, as if \fBmenu\-complete\fP had been given a -negative argument. This command is unbound by default. +negative argument. +This command is unbound by default. .TP .B delete\-char\-or\-list Deletes the character under the cursor if not at the beginning or end of the line (like \fBdelete\-char\fP). -If at the end of the line, behaves identically to -\fBpossible\-completions\fP. +At the end of the line, it behaves identically to \fBpossible\-completions\fP. This command is unbound by default. .TP .B complete\-filename (M\-/) @@ -7533,7 +7636,8 @@ treating it as a hostname. .TP .B complete\-command (M\-!) Attempt completion on the text before point, treating -it as a command name. Command completion attempts to +it as a command name. +Command completion attempts to match the text against aliases, reserved words, shell functions, shell builtins, and finally executable filenames, in that order. @@ -7544,7 +7648,7 @@ treating it as a command name. .TP .B dynamic\-complete\-history (M\-TAB) Attempt completion on the text before point, comparing -the text against lines from the history list for possible +the text against history list entries for possible completion matches. .TP .B dabbrev\-expand @@ -7605,7 +7709,8 @@ is equivalent to Incremental undo, separately remembered for each line. .TP .B revert\-line (M\-r) -Undo all changes made to this line. This is like executing the +Undo all changes made to this line. +This is like executing the .B undo command enough times to return the line to its initial state. .TP @@ -7613,41 +7718,41 @@ command enough times to return the line to its initial state. Perform tilde expansion on the current word. .TP .B set\-mark (C\-@, M\-) -Set the mark to the point. If a -numeric argument is supplied, the mark is set to that position. +Set the mark to the point. +If a numeric argument is supplied, set the mark to that position. .TP .B exchange\-point\-and\-mark (C\-x C\-x) -Swap the point with the mark. The current cursor position is set to -the saved position, and the old cursor position is saved as the mark. +Swap the point with the mark. +Set the current cursor position to the saved position, +then set the mark to the old cursor position. .TP .B character\-search (C\-]) -A character is read and point is moved to the next occurrence of that -character. A negative argument searches for previous occurrences. +Read a character and move point to the next occurrence of that character. +A negative argument searches for previous occurrences. .TP .B character\-search\-backward (M\-C\-]) -A character is read and point is moved to the previous occurrence of that -character. A negative argument searches for subsequent occurrences. +Read a character and move point to the previous occurrence of that character. +A negative argument searches for subsequent occurrences. .TP .B skip\-csi\-sequence Read enough characters to consume a multi-key sequence such as those -defined for keys like Home and End. Such sequences begin with a -Control Sequence Indicator (CSI), usually ESC\-[. If this sequence is -bound to -.Q \e[ , -keys producing such sequences will have no effect +defined for keys like Home and End. +CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC\-[. +If this sequence is bound to +.Q \ee[ , +keys producing CSI sequences will have no effect unless explicitly bound to a readline command, instead of inserting -stray characters into the editing buffer. This is unbound by default, -but usually bound to ESC\-[. +stray characters into the editing buffer. +This is unbound by default, but usually bound to ESC\-[. .TP .B insert\-comment (M\-#) -Without a numeric argument, the value of the readline +Without a numeric argument, insert the value of the readline .B comment\-begin -variable is inserted at the beginning of the current line. +variable at the beginning of the current line. If a numeric argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value -of \fBcomment\-begin\fP, the value is inserted, otherwise -the characters in \fBcomment\-begin\fP are deleted from the beginning of -the line. +of \fBcomment\-begin\fP, insert the value; otherwise delete +the characters in \fBcomment-begin\fP from the beginning of the line. In either case, the line is accepted as if a newline had been typed. The default value of \fBcomment\-begin\fP causes this command to make the current line @@ -7661,41 +7766,52 @@ or filename, in the same way as the \fBcdspell\fP shell option. Word boundaries are the same as those used by \fBshell\-forward\-word\fP. .TP .B glob\-complete\-word (M\-g) -The word before point is treated as a pattern for pathname expansion, -with an asterisk implicitly appended. This pattern is used to -generate a list of matching filenames for possible completions. +Treat the word before point as a pattern for pathname expansion, +with an asterisk implicitly appended, then use the pattern to +generate a list of matching file names for possible completions. .TP .B glob\-expand\-word (C\-x *) -The word before point is treated as a pattern for pathname expansion, -and the list of matching filenames is inserted, replacing the word. -If a numeric argument is supplied, an asterisk is appended before +Treat the word before point as a pattern for pathname expansion, +and insert the list of matching file names, replacing the word. +If a numeric argument is supplied, append a \fB*\fP before pathname expansion. .TP .B glob\-list\-expansions (C\-x g) -The list of expansions that would have been generated by +Display the list of expansions that would have been generated by .B glob\-expand\-word -is displayed, and the line is redrawn. -If a numeric argument is supplied, an asterisk is appended before +and redisplay the line. +If a numeric argument is supplied, append a \fB*\fP before pathname expansion. .TP .B dump\-functions -Print all of the functions and their key bindings to the -readline output stream. If a numeric argument is supplied, +Print all of the functions and their key bindings +to the readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an \fIinputrc\fP file. .TP .B dump\-variables -Print all of the settable readline variables and their values to the -readline output stream. If a numeric argument is supplied, +Print all of the settable readline variables and their values +to the readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an \fIinputrc\fP file. .TP .B dump\-macros Print all of the readline key sequences bound to macros and the -strings they output. If a numeric argument is supplied, +strings they output +to the readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an \fIinputrc\fP file. .TP +.B execute\-named\-command (M-x) +Read a bindable readline command name from the input and execute the +function to which it's bound, as if the key sequence to which it was +bound appeared in the input. +If this function is supplied with a numeric argument, it passes that +argument to the function it executes. +.TP .B display\-shell\-version (C\-x C\-v) Display version information about the current instance of .BR bash . @@ -7706,17 +7822,17 @@ which a completion specification (a \fIcompspec\fP) has been defined using the \fBcomplete\fP builtin (see .SM .B "SHELL BUILTIN COMMANDS" -below), Readline invokes the programmable completion facilities. +below), \fBreadline\fP invokes the programmable completion facilities. .PP -First, the command name is identified. +First, \fBbash\fP identifies the command name. If a compspec has been defined for that command, the compspec is used to generate the list of possible completions for the word. If the command word is the empty string (completion attempted at the -beginning of an empty line), any compspec defined with -the \fB\-E\fP option to \fBcomplete\fP is used. -If the command word is a full pathname, a compspec for the full -pathname is searched for first. -If no compspec is found for the full pathname, completion attempts to +beginning of an empty line), \fBbash\fP uses any compspec defined with +the \fB\-E\fP option to \fBcomplete\fP. +If the command word is a full pathname, \fBbash\fP +searches for a compspec for the full pathname first. +If there is no compspec for the full pathname, \fBbash\fP attempts to find a compspec for the portion following the final slash. If those searches do not result in a compspec, any compspec defined with the \fB\-D\fP option to \fBcomplete\fP is used as the default. @@ -7724,38 +7840,39 @@ If there is no default compspec, \fBbash\fP attempts alias expansion on the command word as a final resort, and attempts to find a compspec for the command word from any successful expansion. .PP -Once a compspec has been found, it is used to generate the list of -matching words. -If a compspec is not found, the default \fBbash\fP completion as -described above under \fBCompleting\fP is performed. +If a compspec is not found, \fBbash\fP performs its default completion as +described above under \fBCompleting\fP. +Otherwise, once a compspec has been found, \fBbash\fP uses it to generate +the list of matching words. .PP -First, the actions specified by the compspec are used. +First, \fBbash\fP performs the \fIactions\fP specified by the compspec. Only matches which are prefixed by the word being completed are returned. When the .B \-f or .B \-d -option is used for filename or directory name completion, the shell -variable +option is used for filename or directory name completion, +\fBbash\fP uses the shell variable .SM .B FIGNORE -is used to filter the matches. +to filter the matches. .PP Any completions specified by a pathname expansion pattern to the \fB\-G\fP option are generated next. The words generated by the pattern need not match the word being completed. -The -.SM -.B GLOBIGNORE -shell variable is not used to filter the matches, but the +\fBBash\fP +uses the .SM .B FIGNORE -variable is used. +variable to filter the matches, but does not use the +.SM +.B GLOBIGNORE +shell variable. .PP -Next, the string specified as the argument to the \fB\-W\fP option -is considered. +Next, completion considers +the string specified as the argument to the \fB\-W\fP option. The string is first split using the characters in the .SM .B IFS @@ -7770,10 +7887,11 @@ as described above under The results are split using the rules described above under \fBWord Splitting\fP. The results of the expansion are prefix-matched against the word being -completed, and the matching words become the possible completions. +completed, and the matching words become possible completions. .PP -After these matches have been generated, any shell function or command -specified with the \fB\-F\fP and \fB\-C\fP options is invoked. +After these matches have been generated, +\fBbash\fP executes any shell function or command +specified with the \fB\-F\fP and \fB\-C\fP options. When the command or function is invoked, the .SM .BR COMP_LINE , @@ -7794,14 +7912,14 @@ and .B COMP_CWORD variables are also set. When the function or command is invoked, -the first argument (\fB$1\fP) is the name of the command whose arguments are -being completed, +the first argument (\fB$1\fP) is the name of the command whose arguments +are being completed, the second argument (\fB$2\fP) is the word being completed, and the third argument (\fB$3\fP) is the word preceding the word being completed on the current command line. -No filtering of the generated completions against the word being completed -is performed; the function or command has complete freedom in generating -the matches. +There is no filtering of the generated completions against the +word being completed; +the function or command has complete freedom in generating the matches. .PP Any function specified with \fB\-F\fP is invoked first. The function may use any of the shell facilities, including the @@ -7839,11 +7957,11 @@ returned to \fBreadline\fP as the list of possible completions. .PP If the previously-applied actions do not generate any matches, and the \fB\-o dirnames\fP option was supplied to \fBcomplete\fP when the -compspec was defined, directory name completion is attempted. +compspec was defined, \fBbash\fP attempts directory name completion. .PP If the \fB\-o plusdirs\fP option was supplied to \fBcomplete\fP when the -compspec was defined, directory name completion is attempted and any -matches are added to the results of the other actions. +compspec was defined, \fBbash\fP attempts directory name completion and +adds any matches to the set of possible completions. .PP By default, if a compspec is found, whatever it generates is returned to the completion code as the full set of possible completions. @@ -7852,9 +7970,10 @@ default of filename completion are disabled. If the \fB\-o bashdefault\fP option was supplied to \fBcomplete\fP when the compspec was defined, if the compspec generates no matches, -the \fBbash\fP default completions are attempted. +\fBbash\fP attempts its default completions. If the \fB\-o default\fP option was supplied to \fBcomplete\fP when the -compspec was defined, readline's default completion will be performed +compspec was defined, programmable completion will perform +readline's default completion if the compspec (and, if attempted, the default \fBbash\fP completions) generate no matches. .PP @@ -7867,8 +7986,8 @@ of the setting of the \fBmark-symlinked\-directories\fP readline variable. There is some support for dynamically modifying completions. This is most useful when used in combination with a default completion specified with \fBcomplete \-D\fP. -It's possible for shell functions executed as completion -handlers to indicate that completion should be retried by returning an +It's possible for shell functions executed as completion functions +to indicate that completion should be retried by returning an exit status of 124. If a shell function returns 124, and changes the compspec associated with the command on which completion is being @@ -7916,14 +8035,13 @@ The value of the .SM .B HISTSIZE variable is used as the -number of commands to save in a history list. -The text of the last +number of commands to save in a history list: +the shell saves the text of the last .SM .B HISTSIZE -commands (default 500) is saved. -The shell -stores each command in the history list prior to parameter and -variable expansion (see +commands (default 500). +The shell stores each command in the history list prior to +parameter and variable expansion (see .SM .B EXPANSION above) but after history expansion is performed, subject to the @@ -7943,9 +8061,10 @@ variable (default \fI\*~/.bash_history\fP). That file is referred to as the \fIhistory file\fP. The history file is truncated, if necessary, to contain no more than the number of history entries -specified by the value of +specified by the value of the .SM -.BR HISTFILESIZE . +.B HISTFILESIZE +variable. If \fBHISTFILESIZE\fP is unset, or set to null, a non-numeric value, or a numeric value less than zero, the history file is not truncated. .PP @@ -7974,34 +8093,32 @@ under .SM .B "SHELL BUILTIN COMMANDS" below), \fBbash\fP appends the entries to the history file, -otherwise the history file is overwritten. +otherwise it overwrites the history file. If .SM .B HISTFILE is unset or null, or if the history file is unwritable, the history is not saved. +After saving the history, \fBbash\fP truncates the history file +to contain no more than +.SM +.B HISTFILESIZE +lines as described above. +.PP If the .SM .B HISTTIMEFORMAT -variable is set, time stamps are written to the history file, marked -with the history comment character, so -they may be preserved across shell sessions. +variable is set, the shell writes +the timestamp information +associated with each history entry to the history file, +marked with the history comment character, so +timestamps are preserved across shell sessions. This uses the history comment character to distinguish timestamps from other history lines. As above, when using .SM .BR HISTTIMEFORMAT , the timestamps delimit multi-line history entries. -After saving the history, \fBbash\fP truncates the history file -to contain no more than -.SM -.B HISTFILESIZE -lines. -If -.SM -.B HISTFILESIZE -is unset, or set to null, a non-numeric value, -or a numeric value less than zero, the history file is not truncated. .PP The .B fc @@ -8025,9 +8142,9 @@ and .SM .B HISTIGNORE variables are used to save only a subset of the commands entered. -The +If the .B cmdhist -shell option, if enabled, causes the shell to attempt to save each +shell option is enabled, the shell attempts to save each line of a multi-line command in the same history entry, adding semicolons where necessary to preserve syntactic correctness. The @@ -8075,8 +8192,10 @@ The first is to determine which history list entry to use during substitution. The second is to select portions of that entry to include into the current one. +.PP The entry selected from the history is the \fIevent\fP, and the portions of that entry that are acted upon are \fIwords\fP. +Various \fImodifiers\fP are available to manipulate the selected words. The entry is split into words in the same fashion as when reading input, so that several \fImetacharacter\fP-separated words surrounded by quotes are considered one word. @@ -8103,7 +8222,7 @@ There is a special abbreviation for substitution, active when the \fIquick substitution\fP character (described above under .BR histchars ) is the first character on the line. -It selects the previous history entry, using an event designator +It selects the previous history list entry, using an event designator equivalent to \fB!!\fP, and substitutes one string for another in that entry. It is described below under \fBEvent Designators\fP. @@ -8170,7 +8289,7 @@ position in the history list. .B ! Start a history substitution, except when followed by a .BR blank , -newline, carriage return, = +newline, carriage return, =, or, when the \fBextglob\fP shell option is enabled using the \fBshopt\fP builtin, (. .TP @@ -8183,7 +8302,7 @@ Refer to the current entry minus .IR n . .TP .B !! -Refer to the previous command. +Refer to the previous entry. This is a synonym for .Q !\-1 . .TP @@ -8253,7 +8372,7 @@ zeroth word if there is only one word in the line. .TP .B % The first word matched by the most recent -.Q ?\fIstring\fP?' +.Q ?\fIstring\fP? search, if the search string begins with a character that is part of a word. By default, searches begin at the end of each line and proceed to the @@ -8273,7 +8392,7 @@ This is a synonym for It is not an error to use .B * if there is just one word in the event; -it expands to the empty string in this case. +it expands to the empty string in that case. .TP .B x* Abbreviates \fIx\-$\fP. @@ -8294,10 +8413,10 @@ These modify, or edit, the word or words selected from the history event. .PD 0 .TP .B h -Remove a trailing filename component, leaving only the head. +Remove a trailing pathname component, leaving only the head. .TP .B t -Remove all leading filename components, leaving the tail. +Remove all leading pathname components, leaving the tail. .TP .B r Remove a trailing suffix of the form \fI.xxx\fP, leaving the @@ -8853,13 +8972,14 @@ matches were generated. \fBcomplete\fP \fB\-pr\fP [\fB\-DEI\fP] [\fIname\fP .\|.\|.] .PD Specify how arguments to each \fIname\fP should be completed. +.IP If the \fB\-p\fP option is supplied, or if no options or \fIname\fPs -are supplied, -existing completion specifications are printed in a way that allows -them to be reused as input. +are supplied, print existing completion specifications +in a way that allows them to be reused as input. The \fB\-r\fP option removes a completion specification for each \fIname\fP, or, if no \fIname\fPs are supplied, all completion specifications. +.IP The \fB\-D\fP option indicates that other supplied options and actions should apply to the .Q default @@ -8880,8 +9000,8 @@ If any of \fB\-D\fP, \fB\-E\fP, or \fB\-I\fP are supplied, any other \fIname\fP arguments are ignored; these completions only apply to the case specified by the option. .IP -The process of applying these completion specifications when word completion -is attempted is described +The process of applying these completion specifications when +attempting word completion is described .ie \n(zZ=1 in \fIbash\fP(1). .el above under \fBProgrammable Completion\fP. .IP @@ -8906,35 +9026,36 @@ Perform the rest of the default \fBbash\fP completions if the compspec generates no matches. .TP 8 .B default -Use readline's default filename completion if the compspec generates +Use \fBreadline\fP's default filename completion if the compspec generates no matches. .TP 8 .B dirnames Perform directory name completion if the compspec generates no matches. .TP 8 .B filenames -Tell readline that the compspec generates filenames, so it can perform any -filename\-specific processing (like adding a slash to directory names, +Tell \fBreadline\fP that the compspec generates filenames, so it can perform +any filename\-specific processing (such as adding a slash to directory names, quoting special characters, or suppressing trailing spaces). -Intended to be used with shell functions. +This is intended to be used with shell functions. .TP 8 .B fullquote -Tell readline to quote all the completed words even if they are not +Tell \fBreadline\fP to quote all the completed words even if they are not filenames. .TP 8 .B noquote -Tell readline not to quote the completed words if they are filenames +Tell \fBreadline\fP not to quote the completed words if they are filenames (quoting filenames is the default). .TP 8 .B nosort -Tell readline not to sort the list of possible completions alphabetically. +Tell \fBreadline\fP not to sort the list of possible completions +alphabetically. .TP 8 .B nospace -Tell readline not to append a space (the default) to words completed at -the end of the line. +Tell \fBreadline\fP not to append a space (the default) to words completed +at the end of the line. .TP 8 .B plusdirs -After any matches defined by the compspec are generated, +After generating any matches defined by the compspec, attempt directory name completion and add any matches to the results of the other actions. .RE @@ -8945,7 +9066,8 @@ completions: .RS .TP 8 .B alias -Alias names. May also be specified as \fB\-a\fP. +Alias names. +May also be specified as \fB\-a\fP. .TP 8 .B arrayvar Array variable names. @@ -8954,13 +9076,16 @@ Array variable names. \fBReadline\fP key binding names. .TP 8 .B builtin -Names of shell builtin commands. May also be specified as \fB\-b\fP. +Names of shell builtin commands. +May also be specified as \fB\-b\fP. .TP 8 .B command -Command names. May also be specified as \fB\-c\fP. +Command names. +May also be specified as \fB\-c\fP. .TP 8 .B directory -Directory names. May also be specified as \fB\-d\fP. +Directory names. +May also be specified as \fB\-d\fP. .TP 8 .B disabled Names of disabled shell builtins. @@ -8969,16 +9094,19 @@ Names of disabled shell builtins. Names of enabled shell builtins. .TP 8 .B export -Names of exported shell variables. May also be specified as \fB\-e\fP. +Names of exported shell variables. +May also be specified as \fB\-e\fP. .TP 8 .B file -File names. May also be specified as \fB\-f\fP. +File names. +May also be specified as \fB\-f\fP. .TP 8 .B function Names of shell functions. .TP 8 .B group -Group names. May also be specified as \fB\-g\fP. +Group names. +May also be specified as \fB\-g\fP. .TP 8 .B helptopic Help topics as accepted by the \fBhelp\fP builtin. @@ -8990,16 +9118,19 @@ Hostnames, as taken from the file specified by the shell variable. .TP 8 .B job -Job names, if job control is active. May also be specified as \fB\-j\fP. +Job names, if job control is active. +May also be specified as \fB\-j\fP. .TP 8 .B keyword -Shell reserved words. May also be specified as \fB\-k\fP. +Shell reserved words. +May also be specified as \fB\-k\fP. .TP 8 .B running Names of running jobs, if job control is active. .TP 8 .B service -Service names. May also be specified as \fB\-s\fP. +Service names. +May also be specified as \fB\-s\fP. .TP 8 .B setopt Valid arguments for the \fB\-o\fP option to the \fBset\fP builtin. @@ -9014,10 +9145,12 @@ Signal names. Names of stopped jobs, if job control is active. .TP 8 .B user -User names. May also be specified as \fB\-u\fP. +User names. +May also be specified as \fB\-u\fP. .TP 8 .B variable -Names of all shell variables. May also be specified as \fB\-v\fP. +Names of all shell variables. +May also be specified as \fB\-v\fP. .RE .TP 8 \fB\-C\fP \fIcommand\fP @@ -9031,12 +9164,12 @@ environment. When the function is executed, the first argument (\fB$1\fP) is the name of the command whose arguments are being completed, -the second argument (\fB$2\fP) is the word being completed, -and the third argument (\fB$3\fP) is the word preceding the word being +the second argument (\fB$2\fP) is the word being completed, and +the third argument (\fB$3\fP) is the word preceding the word being completed on the current command line. When \fIfunction\fP finishes, -the possible completions are retrieved from the value -of the +programmable completion retrieves +the possible completions from the value of the .SM .B COMPREPLY array variable. @@ -9054,10 +9187,10 @@ Append \fIsuffix\fP to each possible completion after all other options have been applied. .TP 8 \fB\-W\fP \fIwordlist\fP -The \fIwordlist\fP is split using the characters in the +Split the \fIwordlist\fP using the characters in the .SM .B IFS -special variable as delimiters, and each resulting word is expanded. +special variable as delimiters, and expand each resulting word. Shell quoting is honored within \fIwordlist\fP, in order to provide a mechanism for the words to contain shell metacharacters or characters @@ -9065,7 +9198,7 @@ in the value of .SM .BR IFS . The possible completions are the members of the resultant list which -match the word being completed. +match a prefix of the word being completed. .TP 8 \fB\-X\fP \fIfilterpat\fP \fIfilterpat\fP is a pattern as used for pathname expansion. @@ -9098,19 +9231,18 @@ If no \fIoption\fPs are supplied, display the completion options for each \fIname\fP or the current completion. The possible values of \fIoption\fP are those valid for the \fBcomplete\fP builtin described above. +.IP The \fB\-D\fP option indicates that other supplied options should apply to the .Q default -command completion; that is, completion attempted -on a command for which no completion has previously been defined. -The \fB\-E\fP option indicates that other supplied options should +command completion; +the \fB\-E\fP option indicates that other supplied options should apply to .Q empty -command completion; that is, completion attempted on a blank line. -The \fB\-I\fP option indicates that other supplied options should -apply to completion on the initial non-assignment word on the line, -or after a command delimiter such as \fB;\fP or \fB|\fP, which is usually -command name completion. +command completion; and +the \fB\-I\fP option indicates that other supplied options should +apply to completion on the initial word on the line. +These are determined in the same way as the \fBcomplete\fP builtin. .IP If multiple options are supplied, the \fB\-D\fP option takes precedence over \fB\-E\fP, and both take precedence over \fB\-I\fP. @@ -9436,20 +9568,20 @@ vertical tab backslash .TP .B \e0\fInnn\fP -the eight-bit character whose value is the octal value \fInnn\fP -(zero to three octal digits) +The eight-bit character whose value is the octal value \fInnn\fP +(zero to three octal digits). .TP .B \ex\fIHH\fP -the eight-bit character whose value is the hexadecimal value \fIHH\fP -(one or two hex digits) +The eight-bit character whose value is the hexadecimal value \fIHH\fP +(one or two hex digits). .TP .B \eu\fIHHHH\fP -the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -\fIHHHH\fP (one to four hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +\fIHHHH\fP (one to four hex digits). .TP .B \eU\fIHHHHHHHH\fP -the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -\fIHHHHHHHH\fP (one to eight hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +\fIHHHHHHHH\fP (one to eight hex digits). .PD .PP \fBecho\fP writes any unrecognized backslash-escaped characters unchanged. @@ -9635,10 +9767,10 @@ with that string) or as a number (an index into the history list, where a negative number is used as an offset from the current command number). .IP -When listing, a \fIfirst\fP or \fIlast\fP of -0 is equivalent to \-1 and \-0 is equivalent to the current -command (usually the \fBfc\fP command); otherwise 0 is equivalent to \-1 -and \-0 is invalid. +When listing, a \fIfirst\fP or \fIlast\fP of 0 is equivalent to \-1 +and \-0 is equivalent to the current command +(usually the \fBfc\fP command); +otherwise 0 is equivalent to \-1 and \-0 is invalid. If .I last is not specified, it is set to @@ -9988,8 +10120,8 @@ These are history lines entered since the beginning of the current \fBbash\fP session, but not already appended to the history file. .TP .B \-n -Read the history lines not already read from the history -file into the current history list. +Read the history lines not already read from the history file +and add them to the current history list. These are lines appended to the history file since the beginning of the current \fBbash\fP session. .TP @@ -9997,8 +10129,8 @@ current \fBbash\fP session. Read the history file and append its contents to the current history list. .TP .B \-w -Write the current history list to the history file, overwriting the -history file's contents. +Write the current history list to the history file, overwriting +the history file. .TP .B \-p Perform history substitution on the following \fIargs\fP and display @@ -10021,7 +10153,7 @@ If the .B HISTTIMEFORMAT variable is set, \fBhistory\fP writes the time stamp information associated with each history entry to the history file, -marked with the history comment character. +marked with the history comment character as described above. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted as timestamps for the following history entry. @@ -11152,6 +11284,7 @@ The settings can be either those listed below, or, if the option is used, those available with the .B \-o option to the \fBset\fP builtin command. +.IP With no options, or with the .B \-p option, display a list of all settable options, with @@ -11159,6 +11292,7 @@ an indication of whether or not each is set; if any \fIoptnames\fP are supplied, the output is restricted to those options. The \fB\-p\fP option displays output in a form that may be reused as input. +.IP Other options have the following meanings: .RS .PD 0 @@ -11307,6 +11441,7 @@ These control aspects of the shell's compatibility mode .B "SHELL COMPATIBILITY MODE" .ie \n(zZ=1 in \fIbash\fP(1)). .el below). +.PD 0 .TP 8 .B complete_fullquote If set, @@ -11827,7 +11962,7 @@ the \fB<\fP and \fB>\fP operators sort using the current locale. If the shell is not in \fIposix mode\fP, the \fBtest\fP and \fB[\fP commands sort lexicographically using ASCII ordering. -.IP +.PP The historical operator-precedence parsing with 4 or more arguments can lead to ambiguities when it encounters strings that look like primaries. The POSIX @@ -11844,7 +11979,7 @@ Print the accumulated user and system times for the shell and for processes run from the shell. The return status is 0. .TP -\fBtrap\fP [\fB\-Plp\fP] [[\fIaction\fP] \fIsigspec\fP .\|.\|.] +\fBtrap\fP [\fB\-lpP\fP] [[\fIaction\fP] \fIsigspec\fP .\|.\|.] The .I action is a command that is read and executed when the shell receives @@ -12081,8 +12216,8 @@ any are not found. Provides control over the resources available to the shell and to processes it starts, on systems that allow such control. .IP -The \fB\-H\fP and \fB\-S\fP options specify that the hard or soft limit is -set for the given resource. +The \fB\-H\fP and \fB\-S\fP options specify whether +the hard or soft limit is set for the given resource. A hard limit cannot be increased by a non-root user once it is set; a soft limit may be increased up to the value of the hard limit. If neither \fB\-H\fP nor \fB\-S\fP is specified, @@ -12109,73 +12244,73 @@ Other options are interpreted as follows: .PD 0 .TP .B \-a -Report all current limits; no limits are set +Report all current limits; no limits are set. .TP .B \-b -The maximum socket buffer size +The maximum socket buffer size. .TP .B \-c -The maximum size of core files created +The maximum size of core files created. .TP .B \-d -The maximum size of a process's data segment +The maximum size of a process's data segment. .TP .B \-e The maximum scheduling priority (\c .Q nice ). .TP .B \-f -The maximum size of files written by the shell and its children +The maximum size of files written by the shell and its children. .TP .B \-i -The maximum number of pending signals +The maximum number of pending signals. .TP .B \-k -The maximum number of kqueues that may be allocated +The maximum number of kqueues that may be allocated. .TP .B \-l -The maximum size that may be locked into memory +The maximum size that may be locked into memory. .TP .B \-m -The maximum resident set size (many systems do not honor this limit) +The maximum resident set size (many systems do not honor this limit). .TP .B \-n The maximum number of open file descriptors (most systems do not -allow this value to be set) +allow this value to be set). .TP .B \-p -The pipe size in 512-byte blocks (this may not be set) +The pipe size in 512-byte blocks (this may not be set). .TP .B \-q -The maximum number of bytes in POSIX message queues +The maximum number of bytes in POSIX message queues. .TP .B \-r -The maximum real-time scheduling priority +The maximum real-time scheduling priority. .TP .B \-s -The maximum stack size +The maximum stack size. .TP .B \-t -The maximum amount of cpu time in seconds +The maximum amount of cpu time in seconds. .TP .B \-u -The maximum number of processes available to a single user +The maximum number of processes available to a single user. .TP .B \-v The maximum amount of virtual memory available to the shell and, on -some systems, to its children +some systems, to its children. .TP .B \-x -The maximum number of file locks +The maximum number of file locks. .TP .B \-P -The maximum number of pseudoterminals +The maximum number of pseudoterminals. .TP .B \-R -The maximum time a real-time process can run before blocking, in microseconds +The maximum time a real-time process can run before blocking, in microseconds. .TP .B \-T -The maximum number of threads +The maximum number of threads. .PD .PP If diff --git a/doc/bash.html b/doc/bash.html index 3d9db74e..bd99b64f 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2024 September 29BASH(1) +BASH(1)2024 October 10BASH(1)

Index @@ -787,7 +787,7 @@ below under

When the shell is in posix mode, time -may be followed by a newline. +may appear by itself as the only word in a simple command. In this case, the shell displays the total user and system time consumed by the shell and its children. The @@ -1578,27 +1578,27 @@ question mark

\nnn
-the eight-bit character whose value is the octal value nnn -(one to three octal digits) +The eight-bit character whose value is the octal value nnn +(one to three octal digits).
\xHH
-the eight-bit character whose value is the hexadecimal value HH -(one or two hex digits) +The eight-bit character whose value is the hexadecimal value HH +(one or two hex digits).
\uHHHH
-the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHH (one to four hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHH (one to four hex digits).
\UHHHHHHHH
-the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHHHHHH (one to eight hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHHHHHH (one to eight hex digits).
\cx
-a control-x character +A control-x character. @@ -1839,11 +1839,11 @@ The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. Special parameters are denoted by one of the following characters. -
-
* - +
+* + ($*) Expands to the positional parameters, starting from one. When the expansion is not within double quotes, each positional parameter expands to a separate word. @@ -4003,8 +4003,9 @@ within the braces, and the postscript is then appended to each resulting string, expanding left to right.

-Brace expansions may be nested. The results of each expanded -string are not sorted; left to right order is preserved. +Brace expansions may be nested. +The results of each expanded string are not sorted; +brace expansion preserves left to right order. For example, a{d,c,b}e expands into

@@ -4279,7 +4280,6 @@ When not performing substring expansion, using the forms documented below Omitting the colon tests only for a parameter that is unset.

-

${parameter:-word}
Use Default Values. If @@ -4333,10 +4333,12 @@ is null or unset, nothing is substituted, otherwise the expansion of is substituted. The value of parameter is not used. -
${parameter:offset}
- -
${parameter:offset:length}
- +
+
+${parameter:offset} +
+
+${parameter:offset:length} Substring Expansion. Expands to up to length characters of the value of parameter starting at the character specified by offset. @@ -4386,8 +4388,9 @@ Substring indexing is zero-based unless the positional parameters are used, in which case the indexing starts at 1 by default. If offset is 0, and the positional parameters are used, $0 is prefixed to the list. -
${!prefix*}
- +
+
+${!prefix*}
${!prefix@}
Names matching prefix. @@ -4399,8 +4402,9 @@ separated by the first character of the special variable. When @ is used and the expansion appears within double quotes, each variable name expands to a separate word. -
${!name[@]}
- +
+
+${!name[@]}
${!name[*]}
List of array keys. @@ -4440,8 +4444,9 @@ is an indexed array name subscripted by a negative number, that number is interpreted as relative to one greater than the maximum index of parameter, so negative indices count back from the end of the array, and an index of -1 references the last element. -
${parameter#word}
- +
+
+${parameter#word}
${parameter##word}
Remove matching prefix pattern. @@ -4490,8 +4495,9 @@ or the pattern removal operation is applied to each member of the array in turn, and the expansion is the resultant list. -
${parameter%word}
- +
+
+${parameter%word}
${parameter%%word}
Remove matching suffix pattern. @@ -4536,8 +4542,9 @@ or the pattern removal operation is applied to each member of the array in turn, and the expansion is the resultant list. -
${parameter/pattern/string}
- +
+
+${parameter/pattern/string}
${parameter//pattern/string}
${parameter/#pattern/string}
${parameter/%pattern/string}
@@ -4622,8 +4629,9 @@ or the substitution operation is applied to each member of the array in turn, and the expansion is the resultant list. -
${parameter^pattern}
- +
+
+${parameter^pattern}
${parameter^^pattern}
${parameter,pattern}
${parameter,,pattern}
@@ -4667,7 +4675,9 @@ or the case modification operation is applied to each member of the array in turn, and the expansion is the resultant list. -
${parameter@operator}
+
+
+${parameter@operator} Parameter transformation. The expansion is either a transformation of the value of parameter or information about parameter itself, depending on the value of @@ -4676,7 +4686,6 @@ or information about parameter itself, depending on the value of

-
U @@ -6877,33 +6886,33 @@ The shell has an execution environment, which consists of the following:
*
-open files inherited by the shell at invocation, as modified by -redirections supplied to the exec builtin +Open files inherited by the shell at invocation, as modified by +redirections supplied to the exec builtin.
*
-the current working directory as set by cd, pushd, or -popd, or inherited by the shell at invocation +The current working directory as set by cd, pushd, or +popd, or inherited by the shell at invocation.
*
-the file creation mode mask as set by umask or inherited from -the shell's parent +The file creation mode mask as set by umask or inherited from +the shell's parent.
*
-current traps set by trap +Current traps set by trap.
*
-shell parameters that are set by variable assignment or with set -or inherited from the shell's parent in the environment +Shell parameters that are set by variable assignment or with set +or inherited from the shell's parent in the environment.
*
-shell functions defined during execution or inherited from the shell's -parent in the environment +Shell functions defined during execution or inherited from the shell's +parent in the environment.
*
-options enabled at invocation (either by default or with command-line -arguments) or by set +Options enabled at invocation (either by default or with command-line +arguments) or by set.
*
-options enabled by shopt +Options enabled by shopt.
*
-shell aliases defined with alias +Shell aliases defined with alias.
*
-various process IDs, including those of background jobs, the value +Various process IDs, including those of background jobs, the value of $$, and the value of -PPID +PPID.
@@ -6916,18 +6925,18 @@ the following. Unless otherwise noted, the values are inherited from the shell.
*
-the shell's open files, plus any modifications and additions specified -by redirections to the command +The shell's open files, plus any modifications and additions specified +by redirections to the command.
*
-the current working directory +The current working directory.
*
-the file creation mode mask +The file creation mode mask.
*
-shell variables and functions marked for export, along with variables -exported for the command, passed in the environment +Shell variables and functions marked for export, along with variables +exported for the command, passed in the environment.
*
-traps caught by the shell are reset to the values inherited from the -shell's parent, and traps ignored by the shell are ignored +Traps caught by the shell are reset to the values inherited from the +shell's parent, and traps ignored by the shell are ignored.

@@ -7689,7 +7698,7 @@ The username of the current user.

\v
-The bash version (e.g., 2.00) +The bash version (e.g., 2.00).
\V
@@ -7791,8 +7800,8 @@ shell, unless the option is supplied at shell invocation. Line editing is also used when using the -e option to the read builtin. -By default, the line editing commands are similar to those of Emacs. -A vi-style line editing interface is also available. +By default, the line editing commands are similar to those of emacs; +a vi-style line editing interface is also available. Line editing can be enabled at any time using the -o emacs @@ -7820,8 +7829,7 @@ builtin.  

Readline Notation

-In this section, the Emacs-style notation is used to denote -keystrokes. +This section uses an emacs-style notation to denote keystrokes. Control keys are denoted by C-key, e.g., C-n means Control-N. Similarly, meta @@ -7843,7 +7851,7 @@ or press the Escape key then hold the Control key while pressing the x -key.) +key.

On some keyboards, the Meta key modifier produces meta characters with @@ -7854,7 +7862,7 @@ key to a key sequence beginning with ESC as described in the preceding paragraph.

-If the Meta key produces a key sequence with the ESC meta prefix, +If your Meta key produces a key sequence with the ESC meta prefix, you can make M-key key bindings you specify (see Readline Key Bindings @@ -7866,18 +7874,19 @@ Readline commands may be given numeric which normally act as a repeat count. Sometimes, however, it is the sign of the argument that is significant. -Passing a negative argument to a command that acts in the forward -direction (e.g., kill-line) causes that command to act in a -backward direction. +Passing a negative argument +to a command that acts in the forward direction (e.g., kill-line) +makes that command act in a backward direction. Commands whose behavior with arguments deviates from this are noted below.

When a command is described as killing text, the text deleted is saved for possible future retrieval -(yanking). The killed text is saved in a -kill ring. Consecutive kills cause the text to be -accumulated into one unit, which can be yanked all at once. +(yanking). +The killed text is saved in a kill ring. +Consecutive kills accumulate the deleted text +into one unit, which can be yanked all at once. Commands which do not kill text separate the chunks of text on the kill ring.   @@ -7889,29 +7898,33 @@ The name of this file is taken from the value of the INPUTRC -variable. If that variable is unset, the default is +shell variable. +If that variable is unset, the default is ~/.inputrc. -If that file does not exist or cannot be read, the ultimate default is +If that file does not exist or cannot be read, readline looks for /etc/inputrc. -When a program which uses the readline library starts up, the -initialization file is read, and the key bindings and variables -are set. -There are only a few basic constructs allowed in the -readline initialization file. +When a program which uses the readline library starts up, +readline reads the initialization file +and sets the key bindings and variables found there, +before reading any user input. +

+ +There are only a few basic constructs allowed in the inputrc file. Blank lines are ignored. Lines beginning with a # are comments. Lines beginning with a $ indicate conditional constructs. Other lines denote key bindings and variable settings.

-The default key-bindings may be changed with an +The default key-bindings in this section +may be changed using key binding commands in the inputrc file. -Other programs that use this library may add their own commands -and bindings. +Programs that use the readline library, including bash, +may add their own commands and bindings.

For example, placing @@ -7936,13 +7949,13 @@ would make M-C-u execute the readline command

-The following symbolic character names are recognized: -RUBOUT, - +Key bindings may contain the following symbolic character names: DEL, ESC, +ESCAPE, + LFD, NEWLINE, @@ -7951,10 +7964,12 @@ The following symbolic character names are recognized: RETURN, -SPC, +RUBOUT, SPACE, +SPC, + and TAB. @@ -7962,17 +7977,24 @@ and In addition to command names, readline allows keys to be bound to a string that is inserted when the key is pressed (a macro). +The difference between a macro and a command is that a macro is +enclosed in single or double quotes.  

Readline Key Bindings

The syntax for controlling key bindings in the inputrc -file is simple. All that is required is the name of the -command or the text of a macro and a key sequence to which -it should be bound. The name may be specified in one of two ways: -as a symbolic key name, possibly with Meta- or Control- -prefixes, or as a key sequence. +file is simple. +All that is required is the name of the command or the text of a macro +and a key sequence to which it should be bound. +The key sequence may be specified in one of two ways: +as a symbolic key name, +possibly with Meta- or Control- prefixes, +or as a key sequence composed of one or more characters +enclosed in double quotes. +The key sequence and name are separated by a colon. +There can be no whitespace between the name and the colon.

When using the form keyname:function-name or macro, @@ -8027,9 +8049,10 @@ differs from above in that strings denoting an entire key sequence may be specified by placing the sequence -within double quotes. Some GNU Emacs style key escapes can be -used, as in the following example, but the symbolic character names -are not recognized. +within double quotes. +Some GNU Emacs style key escapes can be +used, as in the following example, but none of +the symbolic character names are recognized.

@@ -8071,36 +8094,37 @@ is bound to insert the text

-The full set of GNU Emacs style escape sequences is +The full set of GNU Emacs style escape sequences available when specifying +key sequences is

\C-
-control prefix +A control prefix.
\M-
-adding the meta prefix or converting the following character to a meta -character, as described below under force-meta-prefix +Adding the meta prefix or converting the following character to a meta +character, as described below under force-meta-prefix.
\e
-an escape character +An escape character.
\\
-backslash +Backslash.
\
-literal " - +Literal " +, a double quote.
\'
-literal ' +Literal ', a single quote.
@@ -8146,13 +8170,13 @@ vertical tab
\nnn
-the eight-bit character whose value is the octal value nnn -(one to three digits) +The eight-bit character whose value is the octal value nnn +(one to three digits).
\xHH
-the eight-bit character whose value is the hexadecimal value HH -(one or two hex digits) +The eight-bit character whose value is the hexadecimal value HH +(one or two hex digits).
@@ -8161,7 +8185,8 @@ the eight-bit character whose value is the hexadecimal value HH When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a function name. -In the macro body, the backslash escapes described above are expanded. +Tthe backslash escapes described above are expanded +in the macro body. Backslash will quote any other character in the macro text, including " and '. @@ -8169,27 +8194,32 @@ including " Bash -allows the current readline key bindings to be displayed or modified -with the +will display or modify the current readline key bindings with the bind -builtin command. The editing mode may be switched during interactive -use by using the --o +builtin command. +The +-o emacs -option to the +or +-o vi + +options to the set -builtin command (see +builtin +(see SHELL BUILTIN COMMANDS -below). +below) +will change the editing mode during interactive use.  

Readline Variables

Readline has variables that can be used to further customize its -behavior. A variable may be set in the +behavior. +A variable may be set in the inputrc file with a statement of the form @@ -8221,6 +8251,16 @@ When readline reads a variable value, empty or null values, are equivalent to On. All other values are equivalent to Off. +

+ +The bind -V command lists the current readline variable names +and values (see +SHELL BUILTIN COMMANDS + + +below). +

+ The variables and their default values are:

@@ -8261,14 +8301,14 @@ A sample value might be

Controls what happens when readline wants to ring the terminal bell. -If set to none, readline never rings the bell. If set to -visible, readline uses a visible bell if one is available. +If set to none, readline never rings the bell. +If set to visible, readline uses a visible bell if one is available. If set to audible, readline attempts to ring the terminal's bell.
bind-tty-special-chars (On)
-If set to On (the default), readline attempts to bind -the control characters that are treated specially by the kernel's +If set to On, readline attempts to bind +the control characters that are treated specially by the kernel's terminal driver to their readline equivalents. These override the default readline bindings described here. Type @@ -8305,10 +8345,10 @@ environment variable.
-The string that is inserted when the readline +The string that the readline insert-comment -command is executed. +command inserts. This command is bound to M-# @@ -8339,10 +8379,12 @@ performing case-insensitive filename matching and completion.
completion-prefix-display-length (0)
-The length in characters of the common prefix of a list of possible -completions that is displayed without modification. When set to a -value greater than zero, common prefixes longer than this value are -replaced with an ellipsis when displaying possible completions. +The maximum +length in characters of the common prefix of a list of possible +completions that is displayed without modification. +When set to a value greater than zero, readline +replaces common prefixes longer than this value +with an ellipsis when displaying possible completions.
completion-query-items (100)
@@ -8353,29 +8395,29 @@ It may be set to any integer value greater than or equal to zero. If the number of possible completions is greater than or equal to the value of this variable, readline will ask whether or not the user wishes to view them; -otherwise they are simply listed on the terminal. +otherwise readline simply lists them on the terminal. A zero value means readline should never ask; negative values are treated as zero.
convert-meta (On)
If set to On, readline will convert characters it reads -with the eighth bit set to an ASCII key sequence -by stripping the eighth bit and prefixing it with an escape character +that have the eighth bit set to an ASCII key sequence by +clearing the eighth bit and prefixing it with an escape character (converting the character to have the meta prefix). The default is On, but readline will set it to Off if the locale contains characters whose encodings may include bytes with the eighth bit set. This variable is dependent on the LC_CTYPE locale category, and -may change if the locale is changed. +may change if the locale changes. This variable also affects key bindings; see the description of force-meta-prefix below.
disable-completion (Off)
-If set to On, readline will inhibit word completion. Completion -characters will be inserted into the line as if they had been -mapped to self-insert. +If set to On, readline will inhibit word completion. +Completion characters will be inserted into the line as if they +had been mapped to self-insert.
echo-control-characters (On)
@@ -8385,7 +8427,7 @@ keyboard.
editing-mode (emacs)
-Controls whether readline begins with a set of key bindings similar +Controls whether readline uses a set of key bindings similar to Emacs or vi. editing-mode @@ -8399,11 +8441,12 @@ or
If the show-mode-in-prompt variable is enabled, -this string is displayed immediately before the last line of the primary -prompt when emacs editing mode is active. The value is expanded like a -key binding, so the standard set of meta- and control prefixes and +this string is displayed immediately before the last line of the +primary prompt when emacs editing mode is active. +The value is expanded like a +key binding, so the standard set of meta- and control- prefixes and backslash escape sequences is available. -Use the \1 and \2 escapes to begin and end sequences of +The \1 and \2 escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string.
enable-active-region (On) @@ -8416,8 +8459,7 @@ When this variable is set to On, readline allows certain commands to designate the region as active. When the region is active, readline highlights the text in the region using the value of the active-region-start-color, which defaults to the -string that enables -the terminal's standout mode. +string that enables the terminal's standout mode. The active region shows the text inserted by bracketed-paste and any matching text found by incremental and non-incremental history searches.
enable-bracketed-paste (On) @@ -8426,49 +8468,50 @@ matching text found by incremental and non-incremental history searches. When set to On, readline configures the terminal to insert each paste into the editing buffer as a single string of characters, instead of treating each character as if it had been read from the keyboard. -This prevents readline from executing any editing commands bound to key +This is called bracketed-paste mode; +it prevents readline from executing any editing commands bound to key sequences appearing in the pasted text.
enable-keypad (Off)
When set to On, readline will try to enable the application -keypad when it is called. Some systems need this to enable the -arrow keys. +keypad when it is called. +Some systems need this to enable the arrow keys.
enable-meta-key (On)
When set to On, readline will try to enable any meta modifier -key the terminal claims to support when it is called. +key the terminal claims to support. On many terminals, the Meta key is used to send eight-bit characters; this variable checks for the terminal capability that indicates the terminal can enable and disable a mode that sets the eighth bit of a character (0200) if the Meta key is held down when the character is typed (a meta character). +
expand-tilde (Off) + +
+If set to On, readline performs tilde expansion when it +attempts word completion.
force-meta-prefix (Off)
If set to On, readline modifies its behavior when binding key sequences containing \M- or Meta- (see Key Bindings above) by converting a key sequence of the form -\M-C or Meta-C to the two-character sequence -ESCC (adding the meta prefix). +\M-C or Meta-C to the two-character sequence +ESCC (adding the meta prefix). If force-meta-prefix -is set to Off (the default), +is set to Off (the default), readline uses the value of the -convert-meta +convert-meta variable to determine whether to perform this conversion: -if convert-meta is On, +if convert-meta is On, readline performs the conversion described above; -if it is Off, Readline converts C to a meta character by +if it is Off, readline converts C to a meta character by setting the eighth bit (0200). -
expand-tilde (Off) - -
-If set to On, tilde expansion is performed when readline -attempts word completion.
history-preserve-point (Off)
@@ -8483,32 +8526,30 @@ If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. -By default, the number of history entries is set to the value of the -HISTSIZE shell variable. -If an attempt is made to set history-size to a non-numeric value, -the maximum number of history entries will be set to 500. +By default, bash sets the the maximum number of history entries to +the value of the HISTSIZE shell variable. +Setting history-size to a non-numeric value will set +the maximum number of history entries to 500.
horizontal-scroll-mode (Off)
-When set to On, makes readline use a single line for display, -scrolling the input horizontally on a single screen line when it -becomes longer than the screen width rather than wrapping to a new line. +Setting this variable to On makes readline use a single line +for display, scrolling the input horizontally on a single screen line +when it becomes longer than the screen width rather than wrapping to +a new line. This setting is automatically enabled for terminals of height 1.
input-meta (Off)
-If set to On, readline will enable eight-bit input (that is, -it will not strip the eighth bit from the characters it reads), +If set to On, readline will enable eight-bit input (that is, it +will not clear the eighth bit in the characters it reads), regardless of what the terminal claims it can support. -The name -meta-flag - -is a synonym for this variable. The default is Off, but readline will set it to On -if the locale contains -characters whose encodings may include bytes with the eighth bit set. +if the locale contains characters whose encodings may include bytes +with the eighth bit set. This variable is dependent on the LC_CTYPE locale category, and -may change if the locale is changed. +its value may change if the locale changes. +The name meta-flag is a synonym for input-meta.
isearch-terminators (
@@ -8520,15 +8561,15 @@ If this variable has not been given a value, the characters
keymap (emacs)
-Set the current readline keymap. The set of valid keymap names is +Set the current readline keymap. +The set of valid keymap names is emacs, emacs-standard, emacs-meta, emacs-ctlx, vi, vi-command, and vi-insert. -vi is equivalent to vi-command; emacs is -equivalent to emacs-standard. The default value is -emacs; - +vi is equivalent to vi-command; +emacs is equivalent to emacs-standard. +The default value is emacs; the value of editing-mode @@ -8536,33 +8577,31 @@ also affects the default keymap.
keyseq-timeout (500)
-Specifies the duration readline will wait for a character when reading an -ambiguous key sequence (one that can form a complete key sequence using -the input read so far, or can take additional input to complete a longer -key sequence). -If no input is received within the timeout, readline will use the shorter -but complete key sequence. +Specifies the duration readline will wait for a character when +reading an ambiguous key sequence +(one that can form a complete key sequence using the input read so far, +or can take additional input to complete a longer key sequence). +If readline does not receive any input within the timeout, it will use the +shorter but complete key sequence. The value is specified in milliseconds, so a value of 1000 means that -readline will wait one second for additional input. +readline will wait one second for additional input. If this variable is set to a value less than or equal to zero, or to a -non-numeric value, readline will wait until another key is pressed to +non-numeric value, readline will wait until another key is pressed to decide which key sequence to complete.
mark-directories (On)
-If set to On, completed directory names have a slash -appended. +If set to On, completed directory names have a slash appended.
mark-modified-lines (Off)
-If set to On, history lines that have been modified are displayed +If set to On, readline displays history lines that have been modified with a preceding asterisk (*).
mark-symlinked-directories (Off)
If set to On, completed names which are symbolic links to directories -have a slash appended (subject to the value of -mark-directories). +have a slash appended, subject to the value of mark-directories.
match-hidden-files (On)
@@ -8586,10 +8625,10 @@ If set to On, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. The default is Off, but readline will set it to On -if the locale contains -characters whose encodings may include bytes with the eighth bit set. +if the locale contains characters whose encodings may include +bytes with the eighth bit set. This variable is dependent on the LC_CTYPE locale category, and -may change if the locale is changed. +its value may change if the locale changes.
page-completions (On)
@@ -8608,7 +8647,8 @@ sorted horizontally in alphabetical order, rather than down the screen.
If set to On, readline will undo all changes to history lines -before returning when accept-line is executed. By default, +before returning when executing accept-line. +By default, history lines may be modified and retain individual undo lists across calls to readline.
search-ignore-case (Off) @@ -8619,8 +8659,8 @@ history list searches in a case-insensitive fashion.
show-all-if-ambiguous (Off)
-This alters the default behavior of the completion functions. If -set to +This alters the default behavior of the completion functions. +If set to On, words which have more than one possible completion cause the @@ -8647,21 +8687,20 @@ The mode strings are user-settable (e.g., emacs-mode-string).
If set to On, this alters the default completion behavior when -inserting a single match into the line. It's only active when -performing completion in the middle of a word. If enabled, readline -does not insert characters from the completion that match characters -after point in the word being completed, so portions of the word -following the cursor are not duplicated. +inserting a single match into the line. +It's only active when performing completion in the middle of a word. +If enabled, readline does not insert characters from the completion +that match characters after point in the word being completed, +so portions of the word following the cursor are not duplicated.
vi-cmd-mode-string ((cmd))
If the show-mode-in-prompt variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in command mode. -The value is expanded like a -key binding, so the standard set of meta- and control prefixes and -backslash escape sequences is available. -Use the \1 and \2 escapes to begin and end sequences of +The value is expanded like a key binding, so the standard set of +meta- and control- prefixes and backslash escape sequences is available. +The \1 and \2 escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string.
vi-ins-mode-string ((ins)) @@ -8670,10 +8709,9 @@ sequence into the mode string. If the show-mode-in-prompt variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in insertion mode. -The value is expanded like a -key binding, so the standard set of meta- and control prefixes and -backslash escape sequences is available. -Use the \1 and \2 escapes to begin and end sequences of +The value is expanded like a key binding, so the standard set of +meta- and control- prefixes and backslash escape sequences is available. +The \1 and \2 escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string.
visible-stats (Off) @@ -8690,7 +8728,8 @@ completions. Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result -of tests. There are four parser directives used. +of tests. +There are four parser directives available.
$if @@ -8700,7 +8739,8 @@ The construct allows bindings to be made based on the editing mode, the terminal being used, or the application using -readline. The text of the test, after any comparison operator, +readline. +The text of the test, after any comparison operator, extends to the end of the line; unless otherwise noted, no characters are required to isolate it.
@@ -8719,18 +8759,20 @@ readline is starting out in emacs mode.
The term= form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the -terminal's function keys. The word on the right side of the +terminal's function keys. +The word on the right side of the = is tested against both the full name of the terminal and the portion -of the terminal name before the first -. This allows -sun +of the terminal name before the first -. +This allows +xterm to match both -sun +xterm and -sun-cmd, +xterm-256color, for instance.
version @@ -8758,8 +8800,9 @@ and The version number supplied on the right side of the operator consists of a major version number, an optional decimal point, and an optional -minor version (e.g., 7.1). If the minor version is omitted, it -is assumed to be 0. +minor version (e.g., 7.1). +If the minor version is omitted, it +defaults to 0. The operator may be separated from the string version and from the version number argument by whitespace.
application @@ -8771,7 +8814,8 @@ Each program using the readline library sets the application name, and an initialization file can test for a particular value. This could be used to bind key sequences to functions useful for -a specific program. For instance, the following command adds a +a specific program. +For instance, the following command adds a key sequence that quotes the current or previous word in bash:

@@ -8804,26 +8848,27 @@ The permitted comparison operators are =, ==, and !=. The variable name must be separated from the comparison operator by whitespace; the operator may be separated from the value on the right hand side by whitespace. -Both string and boolean variables may be tested. Boolean variables must be +String and boolean variables may be tested. +Boolean variables must be tested against the values on and off.

-
$endif - -
-This command, as seen in the previous example, terminates an -$if command.
$else
Commands in this branch of the $if directive are executed if the test fails. +
$endif + +
+This command, as seen in the previous example, terminates an +$if command.
$include
This directive takes a single filename as an argument and reads commands -and bindings from that file. For example, the following directive -would read /etc/inputrc: +and key bindings from that file. +For example, the following directive would read /etc/inputrc:

@@ -8842,7 +8887,8 @@ Readline provides commands for searching through the command history HISTORY -below) for lines containing a specified string. +below) +for lines containing a specified string. There are two search modes: incremental @@ -8857,33 +8903,38 @@ As each character of the search string is typed, readline displays the next entry from the history matching the string typed so far. An incremental search requires only as many characters as needed to find the desired history entry. +When using emacs editing mode, type C-r to +search backward in the history for a particular string. +Typing C-s searches forward through the history. The characters present in the value of the isearch-terminators variable are used to terminate an incremental search. -If that variable has not been assigned a value the Escape and -Control-J characters will terminate an incremental search. -Control-G will abort an incremental search and restore the original -line. +If that variable has not been assigned a value, +ESC and C-J will terminate an incremental search. +C-g will abort an incremental search and restore the original line. When the search is terminated, the history entry containing the search string becomes the current line.

-To find other matching entries in the history list, type Control-S or -Control-R as appropriate. +To find other matching entries in the history list, type C-r or +C-s as appropriate. This will search backward or forward in the history for the next entry matching the search string typed so far. Any other key sequence bound to a readline command will terminate the search and execute that command. -For instance, a newline will terminate the search and accept +For instance, a newline will terminate the search and accept the line, thereby executing the command from the history list. +A movement command will terminate the search, make the last line found +the current line, and begin editing.

-Readline remembers the last incremental search string. If two -Control-Rs are typed without any intervening characters defining a -new search string, readline uses any remembered search string. +Readline remembers the last incremental search string. +If two C-rs are typed without any intervening characters defining +a new search string, readline uses any remembered search string.

Non-incremental searches read the entire search string before starting -to search for matching history lines. The search string may be +to search for matching history entries. +The search string may be typed by the user or be part of the contents of the current line.  

Readline Command Names

@@ -8891,11 +8942,18 @@ typed by the user or be part of the contents of the current line. The following is a list of the names of the commands and the default key sequences to which they are bound. Command names without an accompanying key sequence are unbound by default. +

+ In the following descriptions, point refers to the current cursor position, and mark refers to a cursor position saved by the set-mark command. The text between the point and mark is referred to as the region. -  +Readline has the concept of an active region: +when the region is active, readline redisplay uses the +value of the active-region-start-color variable +to denote the region. +Several commands set the region to active; those are noted below. + 

Commands for Moving

@@ -8921,8 +8979,8 @@ Move back a character.
forward-word (M-f)
-Move forward to the end of the next word. Words are composed of -alphanumeric characters (letters and digits). +Move forward to the end of the next word. +Words are composed of alphanumeric characters (letters and digits).
backward-word (M-b)
@@ -8942,14 +9000,16 @@ Words are delimited by non-quoted shell metacharacters.
Attempt to move point to the same physical screen column on the previous -physical screen line. This will not have the desired effect if the current +physical screen line. +This will not have the desired effect if the current readline line does not take up more than one physical line or if point is not greater than the length of the prompt plus the screen width.
next-screen-line
Attempt to move point to the same physical screen column on the next -physical screen line. This will not have the desired effect if the current +physical screen line. +This will not have the desired effect if the current readline line does not take up more than one physical line or if the length of the current readline line is not greater than the length of the prompt plus the screen width. @@ -8981,13 +9041,18 @@ Refresh the current line.
accept-line (Newline, Return)
-Accept the line regardless of where the cursor is. If this line is -non-empty, add it to the history list according to the state of the +Accept the line regardless of where the cursor is. +If this line is non-empty, add it to the history list according to the +state of the HISTCONTROL -variable. If the line is a modified history -line, then restore the history line to its original state. +and +HISTIGNORE + +variables. +If the line is a modified history line, +restore the history line to its original state.
previous-history (C-p)
@@ -9010,8 +9075,10 @@ entered.
operate-and-get-next (C-o)
-Accept the current line for execution and fetch the next line -relative to the current line from the history for editing. +Accept the current line for execution as if a +newline had been entered, +and fetch the next line relative to the current line from the history +for editing. A numeric argument, if supplied, specifies the history entry to use instead of the current line.
fetch-history @@ -9027,6 +9094,7 @@ Search backward starting at the current line and moving through the history as necessary. This is an incremental search. +This command sets the region to the matched text and activates the region.
forward-search-history (C-s)
@@ -9034,21 +9102,25 @@ Search forward starting at the current line and moving through the history as necessary. This is an incremental search. +This command sets the region to the matched text and activates the region.
non-incremental-reverse-search-history (M-p)
Search backward through the history starting at the current line using a non-incremental search for a string supplied by the user. +The search string may match anywhere in a history line.
non-incremental-forward-search-history (M-n)
-Search forward through the history using a non-incremental search for -a string supplied by the user. +Search forward through the history using a non-incremental search +for a string supplied by the user. +The search string may match anywhere in a history line.
history-search-backward
Search backward through the history for the string of characters between the start of the current line and the point. +The search string must match at the beginning of a history line. This is a non-incremental search. This may be bound to the Page Up key on some keyboards.
history-search-forward @@ -9056,14 +9128,14 @@ This may be bound to the Page Up key on some keyboards.
Search forward through the history for the string of characters between the start of the current line and the point. +The search string must match at the beginning of a history line. This is a non-incremental search. This may be bound to the Page Down key on some keyboards.
history-substring-search-backward
Search backward through the history for the string of characters -between the start of the current line and the current cursor -position (the point). +between the start of the current line and the point. The search string may match anywhere in a history line. This is a non-incremental search.
history-substring-search-forward @@ -9082,10 +9154,12 @@ With an argument n, insert the nth word from the previous command (the words -in the previous command begin with word 0). A negative argument -inserts the nth word from the end of the previous command. -Once the argument n is computed, the argument is extracted -as if the +in the previous command begin with word 0). +A negative argument inserts the nth word from the end of +the previous command. +Once the argument n is computed, +this uses the history expansion facilities to extract the +nth word, as if the history expansion had been specified.
yank-last-arg (M-., M-_) @@ -9098,10 +9172,11 @@ Successive calls to yank-last-arg move back through the history list, inserting the last word (or the word specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive calls determines -the direction to move through the history. A negative argument switches -the direction through the history (back or forward). -The history expansion facilities are used to extract the last word, -as if the +the direction to move through the history. +A negative argument switches the direction through the history +(back or forward). +This uses the history expansion facilities to extract the +last word, as if the history expansion had been specified.
shell-expand-line (M-C-e) @@ -9198,7 +9273,8 @@ commonly is, see above for the effects.
backward-delete-char (Rubout)
-Delete the character behind the cursor. When given a numeric argument, +Delete the character behind the cursor. +When given a numeric argument, save the deleted text on the kill ring.
forward-backward-delete-char @@ -9209,8 +9285,8 @@ deleted.
quoted-insert (C-q, C-v)
-Add the next character typed to the line verbatim. This is -how to insert characters like C-q, for example. +Add the next character typed to the line verbatim. +This is how to insert characters like C-q, for example.
tab-insert (C-v TAB)
@@ -9219,6 +9295,20 @@ Insert a tab character.
Insert the character typed. +
bracketed-paste-begin + +
+This function is intended to be bound to the + +escape +sequence sent by some terminals, and such a binding is assigned by default. +It allows readline to insert the pasted text as a single unit without treating +each character as if it had been read from the keyboard. +The pasted characters +are inserted as if each one was bound to self-insert instead of +executing any editing commands. +
+Bracketed paste sets the region to the inserted text and activates the region.
transpose-chars (C-t)
@@ -9234,20 +9324,32 @@ Drag the word before point past the word after point, moving point over that word as well. If point is at the end of the line, this transposes the last two words on the line. +
shell-transpose-words (M-C-t) + +
+Drag the word before point past the word after point, +moving point past that word as well. +If the insertion point is at the end of the line, this transposes +the last two words on the line. +Word boundaries are the same as shell-forward-word and +shell-backward-word.
upcase-word (M-u)
-Uppercase the current (or following) word. With a negative argument, +Uppercase the current (or following) word. +With a negative argument, uppercase the previous word, but do not move point.
downcase-word (M-l)
-Lowercase the current (or following) word. With a negative argument, +Lowercase the current (or following) word. +With a negative argument, lowercase the previous word, but do not move point.
capitalize-word (M-c)
-Capitalize the current (or following) word. With a negative argument, +Capitalize the current (or following) word. +With a negative argument, capitalize the previous word, but do not move point.
overwrite-mode @@ -9258,6 +9360,7 @@ With an explicit non-positive numeric argument, switches to insert mode. This command affects only emacs mode; vi mode does overwrite differently. Each call to readline() starts in insert mode. +
In overwrite mode, characters bound to self-insert replace the text at point rather than pushing the text to the right. Characters bound to backward-delete-char replace the character @@ -9274,16 +9377,20 @@ but may be bound to the Insert key on some keyboards.
kill-line (C-k)
-Kill the text from point to the end of the line. +Kill the text from point to the end of the current line. +With a negative numeric argument, kill backward from the cursor to the +beginning of the line.
backward-kill-line (C-x Rubout)
-Kill backward to the beginning of the line. +Kill backward to the beginning of the current line. +With a negative numeric argument, kill forward from the cursor to the +end of the line.
unix-line-discard (C-u)
-Kill backward from point to the beginning of the line. -The killed text is saved on the kill-ring. +Kill backward from point to the beginning of the line, +saving the killed text on the kill-ring.
kill-whole-line @@ -9300,7 +9407,7 @@ Word boundaries are the same as those used by forward-word.
Kill the word behind point. Word boundaries are the same as those used by backward-word. -
shell-kill-word +
shell-kill-word (M-C-d)
Kill from point to the end of the current word, or if between @@ -9314,14 +9421,14 @@ Word boundaries are the same as those used by shell-backward-word.
unix-word-rubout (C-w)
-Kill the word behind point, using white space as a word boundary. -The killed text is saved on the kill-ring. +Kill the word behind point, using white space as a word boundary, +saving the killed text on the kill-ring.
unix-filename-rubout
Kill the word behind point, using white space and the slash character -as the word boundaries. -The killed text is saved on the kill-ring. +as the word boundaries, +saving the killed text on the kill-ring.
delete-horizontal-space (M-\)
@@ -9333,7 +9440,8 @@ Kill the text in the current region.
copy-region-as-kill
-Copy the text in the region to the kill buffer. +Copy the text in the region to the kill buffer, +so it can be yanked immediately.
copy-backward-word
@@ -9351,7 +9459,8 @@ Yank the top of the kill ring into the buffer at point.
yank-pop (M-y)
-Rotate the kill ring, and yank the new top. Only works following +Rotate the kill ring, and yank the new top. +Only works following yank or @@ -9368,7 +9477,8 @@ or
Add this digit to the argument already accumulating, or start a new -argument. M-- starts a negative argument. +argument. +M-- starts a negative argument.
universal-argument
@@ -9380,8 +9490,8 @@ If the command is followed by digits, executing again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a -character that is neither a digit nor minus sign, the argument count -for the next command is multiplied by four. +character that is neither a digit nor minus sign, +the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argument count four, a second time makes the argument count sixteen, and so on. @@ -9398,34 +9508,45 @@ argument count sixteen, and so on. Attempt to perform completion on the text before point. Bash -attempts completion treating the text as a variable (if the -text begins with $), username (if the text begins with -~), hostname (if the text begins with @), or -command (including aliases and functions) in turn. If none -of these produces a match, filename completion is attempted. +attempts completion by first checking for any programmable +completions for the command word (see Programmable Completion below), +otherwise treating the text as a +variable (if the text begins with $), +username (if the text begins with ~), +hostname (if the text begins with @), or +command (including aliases, functions, and builtins) in turn. +If none of these produces a match, it falls back to filename completion.
possible-completions (M-?)
List the possible completions of the text before point. +When displaying completions, readline sets the number of columns used +for display to the value of completion-display-width, the value of +the shell variable +COLUMNS, + + +or the screen width, in that order.
insert-completions (M-*)
Insert all completions of the text before point that would have been generated by -possible-completions. +possible-completions, +separated by a space.
menu-complete
Similar to complete, but replaces the word to be completed with a single match from the list of possible completions. -Repeated execution of menu-complete steps through the list +Repeatedly executing menu-complete steps through the list of possible completions, inserting each match in turn. -At the end of the list of completions, the bell is rung +At the end of the list of completions, +menu-complete rings the bell (subject to the setting of bell-style) -and the original text is restored. +and restores the original text. An argument of n moves n positions forward in the list -of matches; a negative argument may be used to move backward -through the list. +of matches; a negative argument moves backward through the list. This command is intended to be bound to TAB, but is unbound by default.
menu-complete-backward @@ -9433,14 +9554,14 @@ by default.
Identical to menu-complete, but moves backward through the list of possible completions, as if menu-complete had been given a -negative argument. This command is unbound by default. +negative argument. +This command is unbound by default.
delete-char-or-list
Deletes the character under the cursor if not at the beginning or end of the line (like delete-char). -If at the end of the line, behaves identically to -possible-completions. +At the end of the line, it behaves identically to possible-completions. This command is unbound by default.
complete-filename (M-/) @@ -9485,7 +9606,8 @@ treating it as a hostname.
Attempt completion on the text before point, treating -it as a command name. Command completion attempts to +it as a command name. +Command completion attempts to match the text against aliases, reserved words, shell functions, shell builtins, and finally executable filenames, in that order. @@ -9498,7 +9620,7 @@ treating it as a command name.
Attempt completion on the text before point, comparing -the text against lines from the history list for possible +the text against history list entries for possible completion matches.
dabbrev-expand @@ -9584,7 +9706,8 @@ Incremental undo, separately remembered for each line.
revert-line (M-r)
-Undo all changes made to this line. This is like executing the +Undo all changes made to this line. +This is like executing the undo command enough times to return the line to its initial state. @@ -9595,47 +9718,47 @@ Perform tilde expansion on the current word.
set-mark (C-@, M-<space>)
-Set the mark to the point. If a -numeric argument is supplied, the mark is set to that position. +Set the mark to the point. +If a numeric argument is supplied, set the mark to that position.
exchange-point-and-mark (C-x C-x)
-Swap the point with the mark. The current cursor position is set to -the saved position, and the old cursor position is saved as the mark. +Swap the point with the mark. +Set the current cursor position to the saved position, +then set the mark to the old cursor position.
character-search (C-])
-A character is read and point is moved to the next occurrence of that -character. A negative argument searches for previous occurrences. +Read a character and move point to the next occurrence of that character. +A negative argument searches for previous occurrences.
character-search-backward (M-C-])
-A character is read and point is moved to the previous occurrence of that -character. A negative argument searches for subsequent occurrences. +Read a character and move point to the previous occurrence of that character. +A negative argument searches for subsequent occurrences.
skip-csi-sequence
Read enough characters to consume a multi-key sequence such as those -defined for keys like Home and End. Such sequences begin with a -Control Sequence Indicator (CSI), usually ESC-[. If this sequence is -bound to +defined for keys like Home and End. +CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC-[. +If this sequence is bound to -keys producing such sequences will have no effect +keys producing CSI sequences will have no effect unless explicitly bound to a readline command, instead of inserting -stray characters into the editing buffer. This is unbound by default, -but usually bound to ESC-[. +stray characters into the editing buffer. +This is unbound by default, but usually bound to ESC-[.
insert-comment (M-#)
-Without a numeric argument, the value of the readline +Without a numeric argument, insert the value of the readline comment-begin -variable is inserted at the beginning of the current line. +variable at the beginning of the current line. If a numeric argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value -of comment-begin, the value is inserted, otherwise -the characters in comment-begin are deleted from the beginning of -the line. +of comment-begin, insert the value; otherwise delete +the characters in comment-begin from the beginning of the line. In either case, the line is accepted as if a newline had been typed. The default value of comment-begin causes this command to make the current line @@ -9651,46 +9774,58 @@ Word boundaries are the same as those used by shell-forward-word.
glob-complete-word (M-g)
-The word before point is treated as a pattern for pathname expansion, -with an asterisk implicitly appended. This pattern is used to -generate a list of matching filenames for possible completions. +Treat the word before point as a pattern for pathname expansion, +with an asterisk implicitly appended, then use the pattern to +generate a list of matching file names for possible completions.
glob-expand-word (C-x *)
-The word before point is treated as a pattern for pathname expansion, -and the list of matching filenames is inserted, replacing the word. -If a numeric argument is supplied, an asterisk is appended before +Treat the word before point as a pattern for pathname expansion, +and insert the list of matching file names, replacing the word. +If a numeric argument is supplied, append a * before pathname expansion.
glob-list-expansions (C-x g)
-The list of expansions that would have been generated by +Display the list of expansions that would have been generated by glob-expand-word -is displayed, and the line is redrawn. -If a numeric argument is supplied, an asterisk is appended before +and redisplay the line. +If a numeric argument is supplied, append a * before pathname expansion.
dump-functions
-Print all of the functions and their key bindings to the -readline output stream. If a numeric argument is supplied, +Print all of the functions and their key bindings +to the readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an inputrc file.
dump-variables
-Print all of the settable readline variables and their values to the -readline output stream. If a numeric argument is supplied, +Print all of the settable readline variables and their values +to the readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an inputrc file.
dump-macros
Print all of the readline key sequences bound to macros and the -strings they output. If a numeric argument is supplied, +strings they output +to the readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an inputrc file. +
execute-named-command (M-x) + +
+Read a bindable readline command name from the input and execute the +function to which it's bound, as if the key sequence to which it was +bound appeared in the input. +If this function is supplied with a numeric argument, it passes that +argument to the function it executes.
display-shell-version (C-x C-v)
@@ -9708,18 +9843,18 @@ using the complete builtin (see SHELL BUILTIN COMMANDS -below), Readline invokes the programmable completion facilities. +below), readline invokes the programmable completion facilities.

-First, the command name is identified. +First, bash identifies the command name. If a compspec has been defined for that command, the compspec is used to generate the list of possible completions for the word. If the command word is the empty string (completion attempted at the -beginning of an empty line), any compspec defined with -the -E option to complete is used. -If the command word is a full pathname, a compspec for the full -pathname is searched for first. -If no compspec is found for the full pathname, completion attempts to +beginning of an empty line), bash uses any compspec defined with +the -E option to complete. +If the command word is a full pathname, bash +searches for a compspec for the full pathname first. +If there is no compspec for the full pathname, bash attempts to find a compspec for the portion following the final slash. If those searches do not result in a compspec, any compspec defined with the -D option to complete is used as the default. @@ -9728,13 +9863,13 @@ on the command word as a final resort, and attempts to find a compspec for the command word from any successful expansion.

-Once a compspec has been found, it is used to generate the list of -matching words. -If a compspec is not found, the default bash completion as -described above under Completing is performed. +If a compspec is not found, bash performs its default completion as +described above under Completing. +Otherwise, once a compspec has been found, bash uses it to generate +the list of matching words.

-First, the actions specified by the compspec are used. +First, bash performs the actions specified by the compspec. Only matches which are prefixed by the word being completed are returned. When the @@ -9743,31 +9878,32 @@ When the or -d -option is used for filename or directory name completion, the shell -variable +option is used for filename or directory name completion, +bash uses the shell variable FIGNORE -is used to filter the matches. +to filter the matches.

Any completions specified by a pathname expansion pattern to the -G option are generated next. The words generated by the pattern need not match the word being completed. -The -GLOBIGNORE +Bash +uses the +FIGNORE -shell variable is not used to filter the matches, but the -FIGNORE +variable to filter the matches, but does not use the +GLOBIGNORE -variable is used. +shell variable.

-Next, the string specified as the argument to the -W option -is considered. +Next, completion considers +the string specified as the argument to the -W option. The string is first split using the characters in the IFS @@ -9784,11 +9920,12 @@ as described above under The results are split using the rules described above under Word Splitting. The results of the expansion are prefix-matched against the word being -completed, and the matching words become the possible completions. +completed, and the matching words become possible completions.

-After these matches have been generated, any shell function or command -specified with the -F and -C options is invoked. +After these matches have been generated, +bash executes any shell function or command +specified with the -F and -C options. When the command or function is invoked, the COMP_LINE, @@ -9815,14 +9952,14 @@ and variables are also set. When the function or command is invoked, -the first argument ($1) is the name of the command whose arguments are -being completed, +the first argument ($1) is the name of the command whose arguments +are being completed, the second argument ($2) is the word being completed, and the third argument ($3) is the word preceding the word being completed on the current command line. -No filtering of the generated completions against the word being completed -is performed; the function or command has complete freedom in generating -the matches. +There is no filtering of the generated completions against the +word being completed; +the function or command has complete freedom in generating the matches.

Any function specified with -F is invoked first. @@ -9867,12 +10004,12 @@ returned to readline as the list of possible completions. If the previously-applied actions do not generate any matches, and the -o dirnames option was supplied to complete when the -compspec was defined, directory name completion is attempted. +compspec was defined, bash attempts directory name completion.

If the -o plusdirs option was supplied to complete when the -compspec was defined, directory name completion is attempted and any -matches are added to the results of the other actions. +compspec was defined, bash attempts directory name completion and +adds any matches to the set of possible completions.

By default, if a compspec is found, whatever it generates is returned @@ -9882,9 +10019,10 @@ default of filename completion are disabled. If the -o bashdefault option was supplied to complete when the compspec was defined, if the compspec generates no matches, -the bash default completions are attempted. +bash attempts its default completions. If the -o default option was supplied to complete when the -compspec was defined, readline's default completion will be performed +compspec was defined, programmable completion will perform +readline's default completion if the compspec (and, if attempted, the default bash completions) generate no matches.

@@ -9899,8 +10037,8 @@ of the setting of the mark-symlinked-directories readline variable. There is some support for dynamically modifying completions. This is most useful when used in combination with a default completion specified with complete -D. -It's possible for shell functions executed as completion -handlers to indicate that completion should be retried by returning an +It's possible for shell functions executed as completion functions +to indicate that completion should be retried by returning an exit status of 124. If a shell function returns 124, and changes the compspec associated with the command on which completion is being @@ -9958,15 +10096,14 @@ The value of the variable is used as the -number of commands to save in a history list. -The text of the last +number of commands to save in a history list: +the shell saves the text of the last HISTSIZE -commands (default 500) is saved. -The shell -stores each command in the history list prior to parameter and -variable expansion (see +commands (default 500). +The shell stores each command in the history list prior to +parameter and variable expansion (see EXPANSION @@ -9991,10 +10128,11 @@ variable (default ~/.bash_history). That file is referred to as the history file. The history file is truncated, if necessary, to contain no more than the number of history entries -specified by the value of -HISTFILESIZE. +specified by the value of the +HISTFILESIZE +variable. If HISTFILESIZE is unset, or set to null, a non-numeric value, or a numeric value less than zero, the history file is not truncated.

@@ -10031,20 +10169,30 @@ under below), bash appends the entries to the history file, -otherwise the history file is overwritten. +otherwise it overwrites the history file. If HISTFILE is unset or null, or if the history file is unwritable, the history is not saved. +After saving the history, bash truncates the history file +to contain no more than +HISTFILESIZE + + +lines as described above. +

+ If the HISTTIMEFORMAT -variable is set, time stamps are written to the history file, marked -with the history comment character, so -they may be preserved across shell sessions. +variable is set, the shell writes +the timestamp information +associated with each history entry to the history file, +marked with the history comment character, so +timestamps are preserved across shell sessions. This uses the history comment character to distinguish timestamps from other history lines. As above, when using @@ -10052,18 +10200,6 @@ As above, when using the timestamps delimit multi-line history entries. -After saving the history, bash truncates the history file -to contain no more than -HISTFILESIZE - - -lines. -If -HISTFILESIZE - - -is unset, or set to null, a non-numeric value, -or a numeric value less than zero, the history file is not truncated.

The @@ -10094,10 +10230,10 @@ and variables are used to save only a subset of the commands entered. -The +If the cmdhist -shell option, if enabled, causes the shell to attempt to save each +shell option is enabled, the shell attempts to save each line of a multi-line command in the same history entry, adding semicolons where necessary to preserve syntactic correctness. The @@ -10158,8 +10294,11 @@ The first is to determine which history list entry to use during substitution. The second is to select portions of that entry to include into the current one. +

+ The entry selected from the history is the event, and the portions of that entry that are acted upon are words. +Various modifiers are available to manipulate the selected words. The entry is split into words in the same fashion as when reading input, so that several metacharacter-separated words surrounded by quotes are considered one word. @@ -10191,7 +10330,7 @@ There is a special abbreviation for substitution, active when the histchars) is the first character on the line. -It selects the previous history entry, using an event designator +It selects the previous history list entry, using an event designator equivalent to !!, and substitutes one string for another in that entry. It is described below under Event Designators. @@ -10281,7 +10420,7 @@ position in the history list. Start a history substitution, except when followed by a blank, -newline, carriage return, = +newline, carriage return, =, or, when the extglob shell option is enabled using the shopt builtin, (.

!n @@ -10299,7 +10438,7 @@ Refer to the current entry minus
!!
-Refer to the previous command. +Refer to the previous entry. This is a synonym for
!string @@ -10417,7 +10556,7 @@ It is not an error to use * if there is just one word in the event; -it expands to the empty string in this case. +it expands to the empty string in that case.
x*
@@ -10447,11 +10586,11 @@ These modify, or edit, the word or words selected from the history event.
h
-Remove a trailing filename component, leaving only the head. +Remove a trailing pathname component, leaving only the head.
t
-Remove all leading filename components, leaving the tail. +Remove all leading pathname components, leaving the tail.
r
@@ -11118,13 +11257,14 @@ matches were generated.
complete -pr [-DEI] [name ...]
Specify how arguments to each name should be completed. +
If the -p option is supplied, or if no options or names -are supplied, -existing completion specifications are printed in a way that allows -them to be reused as input. +are supplied, print existing completion specifications +in a way that allows them to be reused as input. The -r option removes a completion specification for each name, or, if no names are supplied, all completion specifications. +
The -D option indicates that other supplied options and actions should apply to the @@ -11145,8 +11285,8 @@ If any of -D, -E, or -I are supplied, any other name arguments are ignored; these completions only apply to the case specified by the option.
-The process of applying these completion specifications when word completion -is attempted is described +The process of applying these completion specifications when +attempting word completion is described above under Programmable Completion.
@@ -11175,7 +11315,7 @@ generates no matches.
default
-Use readline's default filename completion if the compspec generates +Use readline's default filename completion if the compspec generates no matches.
dirnames @@ -11184,33 +11324,34 @@ Perform directory name completion if the compspec generates no matches.
filenames
-Tell readline that the compspec generates filenames, so it can perform any -filename-specific processing (like adding a slash to directory names, +Tell readline that the compspec generates filenames, so it can perform +any filename-specific processing (such as adding a slash to directory names, quoting special characters, or suppressing trailing spaces). -Intended to be used with shell functions. +This is intended to be used with shell functions.
fullquote
-Tell readline to quote all the completed words even if they are not +Tell readline to quote all the completed words even if they are not filenames.
noquote
-Tell readline not to quote the completed words if they are filenames +Tell readline not to quote the completed words if they are filenames (quoting filenames is the default).
nosort
-Tell readline not to sort the list of possible completions alphabetically. +Tell readline not to sort the list of possible completions +alphabetically.
nospace
-Tell readline not to append a space (the default) to words completed at -the end of the line. +Tell readline not to append a space (the default) to words completed +at the end of the line.
plusdirs
-After any matches defined by the compspec are generated, +After generating any matches defined by the compspec, attempt directory name completion and add any matches to the results of the other actions.
@@ -11223,7 +11364,8 @@ completions:
alias
-Alias names. May also be specified as -a. +Alias names. +May also be specified as -a.
arrayvar
@@ -11235,15 +11377,18 @@ Array variable names.
builtin
-Names of shell builtin commands. May also be specified as -b. +Names of shell builtin commands. +May also be specified as -b.
command
-Command names. May also be specified as -c. +Command names. +May also be specified as -c.
directory
-Directory names. May also be specified as -d. +Directory names. +May also be specified as -d.
disabled
@@ -11255,11 +11400,13 @@ Names of enabled shell builtins.
export
-Names of exported shell variables. May also be specified as -e. +Names of exported shell variables. +May also be specified as -e.
file
-File names. May also be specified as -f. +File names. +May also be specified as -f.
function
@@ -11267,7 +11414,8 @@ Names of shell functions.
group
-Group names. May also be specified as -g. +Group names. +May also be specified as -g.
helptopic
@@ -11283,11 +11431,13 @@ shell variable.
job
-Job names, if job control is active. May also be specified as -j. +Job names, if job control is active. +May also be specified as -j.
keyword
-Shell reserved words. May also be specified as -k. +Shell reserved words. +May also be specified as -k.
running
@@ -11295,7 +11445,8 @@ Names of running jobs, if job control is active.
service
-Service names. May also be specified as -s. +Service names. +May also be specified as -s.
setopt
@@ -11315,11 +11466,13 @@ Names of stopped jobs, if job control is active.
user
-User names. May also be specified as -u. +User names. +May also be specified as -u.
variable
-Names of all shell variables. May also be specified as -v. +Names of all shell variables. +May also be specified as -v.
-C command
@@ -11332,12 +11485,12 @@ environment. When the function is executed, the first argument ($1) is the name of the command whose arguments are being completed, -the second argument ($2) is the word being completed, -and the third argument ($3) is the word preceding the word being +the second argument ($2) is the word being completed, and +the third argument ($3) is the word preceding the word being completed on the current command line. When function finishes, -the possible completions are retrieved from the value -of the +programmable completion retrieves +the possible completions from the value of the COMPREPLY @@ -11352,11 +11505,11 @@ after all other options have been applied. Append suffix to each possible completion after all other options have been applied.
-W wordlist
-The wordlist is split using the characters in the +Split the wordlist using the characters in the IFS -special variable as delimiters, and each resulting word is expanded. +special variable as delimiters, and expand each resulting word. Shell quoting is honored within wordlist, in order to provide a mechanism for the words to contain shell metacharacters or characters @@ -11365,7 +11518,7 @@ in the value of The possible completions are the members of the resultant list which -match the word being completed. +match a prefix of the word being completed.
-X filterpat
filterpat is a pattern as used for pathname expansion. It is applied to the list of possible completions generated by the @@ -11404,19 +11557,18 @@ If no options are supplied, display the completion options for each name or the current completion. The possible values of option are those valid for the complete builtin described above. +
The -D option indicates that other supplied options should apply to the -command completion; that is, completion attempted -on a command for which no completion has previously been defined. -The -E option indicates that other supplied options should +command completion; +the -E option indicates that other supplied options should apply to -command completion; that is, completion attempted on a blank line. -The -I option indicates that other supplied options should -apply to completion on the initial non-assignment word on the line, -or after a command delimiter such as ; or |, which is usually -command name completion. +command completion; and +the -I option indicates that other supplied options should +apply to completion on the initial word on the line. +These are determined in the same way as the complete builtin.
If multiple options are supplied, the -D option takes precedence over -E, and both take precedence over -I. @@ -11811,23 +11963,23 @@ backslash
\0nnn
-the eight-bit character whose value is the octal value nnn -(zero to three octal digits) +The eight-bit character whose value is the octal value nnn +(zero to three octal digits).
\xHH
-the eight-bit character whose value is the hexadecimal value HH -(one or two hex digits) +The eight-bit character whose value is the hexadecimal value HH +(one or two hex digits).
\uHHHH
-the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHH (one to four hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHH (one to four hex digits).
\UHHHHHHHH
-the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHHHHHH (one to eight hex digits) +The Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHHHHHH (one to eight hex digits).

@@ -12061,10 +12213,10 @@ with that string) or as a number (an index into the history list, where a negative number is used as an offset from the current command number).

-When listing, a first or last of -0 is equivalent to -1 and -0 is equivalent to the current -command (usually the fc command); otherwise 0 is equivalent to -1 -and -0 is invalid. +When listing, a first or last of 0 is equivalent to -1 +and -0 is equivalent to the current command +(usually the fc command); +otherwise 0 is equivalent to -1 and -0 is invalid. If last @@ -12491,8 +12643,8 @@ These are history lines entered since the beginning of the current
-n
-Read the history lines not already read from the history -file into the current history list. +Read the history lines not already read from the history file +and add them to the current history list. These are lines appended to the history file since the beginning of the current bash session.
-r @@ -12502,8 +12654,8 @@ Read the history file and append its contents to the current history list.
-w
-Write the current history list to the history file, overwriting the -history file's contents. +Write the current history list to the history file, overwriting +the history file.
-p
@@ -12532,7 +12684,7 @@ If the variable is set, history writes the time stamp information associated with each history entry to the history file, -marked with the history comment character. +marked with the history comment character as described above. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted as timestamps for the following history entry. @@ -13912,6 +14064,7 @@ option is used, those available with the -o option to the set builtin command. +
With no options, or with the -p @@ -13920,6 +14073,7 @@ an indication of whether or not each is set; if any optnames are supplied, the output is restricted to those options. The -p option displays output in a form that may be reused as input. +
Other options have the following meanings:
@@ -14111,6 +14265,7 @@ These control aspects of the shell's compatibility mode below). +
complete_fullquote
@@ -14735,8 +14890,8 @@ the < and > operators sort using the current locale. If the shell is not in posix mode, the test and [ commands sort lexicographically using ASCII ordering. -
-
+

+ The historical operator-precedence parsing with 4 or more arguments can lead to ambiguities when it encounters strings that look like primaries. The POSIX @@ -14746,7 +14901,7 @@ Scripts should no longer use them. It's much more reliable to restrict test invocations to a single primary, and to replace uses of -a and -o with the shell's && and || list operators. -

+
times @@ -14754,7 +14909,7 @@ and to replace uses of -a and -o with the shell's Print the accumulated user and system times for the shell and for processes run from the shell. The return status is 0. -
trap [-Plp] [[action] sigspec ...]
+
trap [-lpP] [[action] sigspec ...]
The action @@ -15054,8 +15209,8 @@ any are not found. Provides control over the resources available to the shell and to processes it starts, on systems that allow such control.
-The -H and -S options specify that the hard or soft limit is -set for the given resource. +The -H and -S options specify whether +the hard or soft limit is set for the given resource. A hard limit cannot be increased by a non-root user once it is set; a soft limit may be increased up to the value of the hard limit. If neither -H nor -S is specified, @@ -15089,19 +15244,19 @@ Other options are interpreted as follows:
-a
-Report all current limits; no limits are set +Report all current limits; no limits are set.
-b
-The maximum socket buffer size +The maximum socket buffer size.
-c
-The maximum size of core files created +The maximum size of core files created.
-d
-The maximum size of a process's data segment +The maximum size of a process's data segment.
-e
@@ -15110,73 +15265,73 @@ The maximum scheduling priority (
-f
-The maximum size of files written by the shell and its children +The maximum size of files written by the shell and its children.
-i
-The maximum number of pending signals +The maximum number of pending signals.
-k
-The maximum number of kqueues that may be allocated +The maximum number of kqueues that may be allocated.
-l
-The maximum size that may be locked into memory +The maximum size that may be locked into memory.
-m
-The maximum resident set size (many systems do not honor this limit) +The maximum resident set size (many systems do not honor this limit).
-n
The maximum number of open file descriptors (most systems do not -allow this value to be set) +allow this value to be set).
-p
-The pipe size in 512-byte blocks (this may not be set) +The pipe size in 512-byte blocks (this may not be set).
-q
-The maximum number of bytes in POSIX message queues +The maximum number of bytes in POSIX message queues.
-r
-The maximum real-time scheduling priority +The maximum real-time scheduling priority.
-s
-The maximum stack size +The maximum stack size.
-t
-The maximum amount of cpu time in seconds +The maximum amount of cpu time in seconds.
-u
-The maximum number of processes available to a single user +The maximum number of processes available to a single user.
-v
The maximum amount of virtual memory available to the shell and, on -some systems, to its children +some systems, to its children.
-x
-The maximum number of file locks +The maximum number of file locks.
-P
-The maximum number of pseudoterminals +The maximum number of pseudoterminals.
-R
-The maximum time a real-time process can run before blocking, in microseconds +The maximum time a real-time process can run before blocking, in microseconds.
-T
-The maximum number of threads +The maximum number of threads.

@@ -16010,7 +16165,7 @@ Array variables may not (yet) be exported.


-
GNU Bash 5.32024 September 29BASH(1) +GNU Bash 5.32024 October 10BASH(1)

@@ -16119,7 +16274,7 @@ Array variables may not (yet) be exported.
BUGS

-This document was created by man2html from /usr/local/src/bash/bash-20240927/doc/bash.1.
-Time: 07 October 2024 17:23:36 EDT +This document was created by man2html from /usr/local/src/bash/bash-20241007/doc/bash.1.
+Time: 10 October 2024 17:47:42 EDT diff --git a/doc/bash.info b/doc/bash.info index f931200a..41304858 100644 --- a/doc/bash.info +++ b/doc/bash.info @@ -1,9 +1,9 @@ This is bash.info, produced by makeinfo version 7.1 from bashref.texi. This text is a brief description of the features that are present in the -Bash shell (version 5.3, 29 September 2024). +Bash shell (version 5.3, 10 October 2024). - This is Edition 5.3, last updated 29 September 2024, of ‘The GNU Bash + This is Edition 5.3, last updated 10 October 2024, of ‘The GNU Bash Reference Manual’, for ‘Bash’, Version 5.3. Copyright © 1988-2024 Free Software Foundation, Inc. @@ -26,10 +26,10 @@ Bash Features ************* This text is a brief description of the features that are present in the -Bash shell (version 5.3, 29 September 2024). The Bash home page is +Bash shell (version 5.3, 10 October 2024). The Bash home page is . - This is Edition 5.3, last updated 29 September 2024, of ‘The GNU Bash + This is Edition 5.3, last updated 10 October 2024, of ‘The GNU Bash Reference Manual’, for ‘Bash’, Version 5.3. Bash contains features that appear in other popular shells, and some @@ -114,8 +114,8 @@ expanded to create larger expressions. A Unix shell is both a command interpreter and a programming language. As a command interpreter, the shell provides the user interface to the rich set of GNU utilities. The programming language -features allow these utilities to be combined. Files containing -commands can be created, and become commands themselves. These new +features allow these utilities to be combined. Users can create files +containing commands, and these become commands themselves. These new commands have the same status as system commands in directories such as ‘/bin’, allowing users or groups to establish custom environments to automate their common tasks. @@ -150,7 +150,7 @@ constructs, quoting, and functions. Shells offer features geared specifically for interactive use rather than to augment the programming language. These interactive features include job control, command line editing, command history and aliases. -Each of these features is described in this manual. +This manual describes how Bash provides all of these features.  File: bash.info, Node: Definitions, Next: Basic Shell Features, Prev: Introduction, Up: Top @@ -253,7 +253,7 @@ File: bash.info, Node: Basic Shell Features, Next: Shell Builtin Commands, Pr Bash is an acronym for ‘Bourne-Again SHell’. The Bourne shell is the traditional Unix shell originally written by Stephen Bourne. All of the -Bourne shell builtin commands are available in Bash, The rules for +Bourne shell builtin commands are available in Bash, and the rules for evaluation and quoting are taken from the POSIX specification for the 'standard' Unix shell. @@ -315,7 +315,7 @@ reads and executes a command. Basically, the shell does the following: 2. Breaks the input into words and operators, obeying the quoting rules described in *note Quoting::. These tokens are separated by - ‘metacharacters’. Alias expansion is performed by this step (*note + ‘metacharacters’. This step performs alias expansion (*note Aliases::). 3. Parses the tokens into simple and compound commands (*note Shell @@ -434,7 +434,7 @@ follows: backspace ‘\e’ ‘\E’ - an escape character (not ANSI C) + An escape character (not in ANSI C). ‘\f’ form feed ‘\n’ @@ -454,19 +454,19 @@ follows: ‘\?’ question mark ‘\NNN’ - the eight-bit character whose value is the octal value NNN (one to - three octal digits) + The eight-bit character whose value is the octal value NNN (one to + three octal digits). ‘\xHH’ - the eight-bit character whose value is the hexadecimal value HH - (one or two hex digits) + The eight-bit character whose value is the hexadecimal value HH + (one or two hex digits). ‘\uHHHH’ - the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value HHHH (one to four hex digits) + The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHH (one to four hex digits). ‘\UHHHHHHHH’ - the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value HHHHHHHH (one to eight hex digits) + The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHHHHHH (one to eight hex digits). ‘\cX’ - a control-X character + A control-X character. The expanded result is single-quoted, as if the dollar sign had not been present. @@ -690,23 +690,24 @@ redirection of the standard error to the standard output is performed after any redirections specified by COMMAND1, consistent with that shorthand. - The reserved word ‘time’ causes timing statistics to be printed for -the pipeline once it finishes. The statistics currently consist of -elapsed (wall-clock) time and user and system time consumed by the -command's execution. The ‘-p’ option changes the output format to that -specified by POSIX. When the shell is in POSIX mode (*note Bash POSIX -Mode::), it does not recognize ‘time’ as a reserved word if the next -token begins with a ‘-’. The value of the ‘TIMEFORMAT’ variable is a -format string that specifies how the timing information should be + If the reserved word ‘time’ precedes the pipeline, Bash prints timing +statistics for the pipeline once it finishes. The statistics currently +consist of elapsed (wall-clock) time and user and system time consumed +by the command's execution. The ‘-p’ option changes the output format +to that specified by POSIX. When the shell is in POSIX mode (*note Bash +POSIX Mode::), it does not recognize ‘time’ as a reserved word if the +next token begins with a ‘-’. The value of the ‘TIMEFORMAT’ variable is +a format string that specifies how the timing information should be displayed. *Note Bash Variables::, for a description of the available -formats. The use of ‘time’ as a reserved word permits the timing of +formats. Providing ‘time’ as a reserved word permits the timing of shell builtins, shell functions, and pipelines. An external ‘time’ command cannot time these easily. - When the shell is in POSIX mode (*note Bash POSIX Mode::), ‘time’ may -be followed by a newline. In this case, the shell displays the total -user and system time consumed by the shell and its children. The -‘TIMEFORMAT’ variable specifies the format of the time information. + When the shell is in POSIX mode (*note Bash POSIX Mode::), you can +use ‘time’ by itself as a simple command. In this case, the shell +displays the total user and system time consumed by the shell and its +children. The ‘TIMEFORMAT’ variable specifies the format of the time +information. If a pipeline is not executed asynchronously (*note Lists::), the shell waits for all commands in the pipeline to complete. @@ -1496,7 +1497,7 @@ if the ‘$((...))’ expansion is not used (*note Arithmetic Expansion::). Word splitting and filename expansion are not performed. Assignment statements may also appear as arguments to the ‘alias’, ‘declare’, ‘typeset’, ‘export’, ‘readonly’, and ‘local’ builtin commands -(“declaration” commands). When in POSIX mode (*note Bash POSIX Mode::), +(“declaration commands”). When in POSIX mode (*note Bash POSIX Mode::), these builtins may appear in a command after one or more instances of the ‘command’ builtin and retain these assignment statement properties. For example, @@ -1709,7 +1710,8 @@ each string contained within the braces, and the postscript is then appended to each resulting string, expanding left to right. Brace expansions may be nested. The results of each expanded string -are not sorted; left to right order is preserved. For example, +are not sorted; brace expansion preserves left to right order. For +example, bash$ echo a{d,c,b}e ade ace abe @@ -2544,7 +2546,7 @@ characters must be quoted if they are to be matched literally. Matches any single character. ‘[...]’ Matches any one of the enclosed characters. A pair of characters - separated by a hyphen denotes a RANGE EXPRESSION; any character + separated by a hyphen denotes a “range expression”; any character that falls between those two characters, inclusive, using the current locale's collating sequence and character set, matches. If the first character following the ‘[’ is a ‘!’ or a ‘^’ then any @@ -3008,51 +3010,51 @@ File: bash.info, Node: Command Execution Environment, Next: Environment, Prev The shell has an “execution environment”, which consists of the following: - • open files inherited by the shell at invocation, as modified by - redirections supplied to the ‘exec’ builtin + • Open files inherited by the shell at invocation, as modified by + redirections supplied to the ‘exec’ builtin. - • the current working directory as set by ‘cd’, ‘pushd’, or ‘popd’, - or inherited by the shell at invocation + • The current working directory as set by ‘cd’, ‘pushd’, or ‘popd’, + or inherited by the shell at invocation. - • the file creation mode mask as set by ‘umask’ or inherited from the - shell's parent + • The file creation mode mask as set by ‘umask’ or inherited from the + shell's parent. - • current traps set by ‘trap’ + • Current traps set by ‘trap’. - • shell parameters that are set by variable assignment or with ‘set’ - or inherited from the shell's parent in the environment + • Shell parameters that are set by variable assignment or with ‘set’ + or inherited from the shell's parent in the environment. - • shell functions defined during execution or inherited from the - shell's parent in the environment + • Shell functions defined during execution or inherited from the + shell's parent in the environment. - • options enabled at invocation (either by default or with - command-line arguments) or by ‘set’ + • Options enabled at invocation (either by default or with + command-line arguments) or by ‘set’. - • options enabled by ‘shopt’ (*note The Shopt Builtin::) + • Options enabled by ‘shopt’ (*note The Shopt Builtin::). - • shell aliases defined with ‘alias’ (*note Aliases::) + • Shell aliases defined with ‘alias’ (*note Aliases::). - • various process IDs, including those of background jobs (*note - Lists::), the value of ‘$$’, and the value of ‘$PPID’ + • Various process IDs, including those of background jobs (*note + Lists::), the value of ‘$$’, and the value of ‘$PPID’. When a simple command other than a builtin or shell function is to be executed, it is invoked in a separate execution environment that consists of the following. Unless otherwise noted, the values are inherited from the shell. - • the shell's open files, plus any modifications and additions - specified by redirections to the command + • The shell's open files, plus any modifications and additions + specified by redirections to the command. - • the current working directory + • The current working directory. - • the file creation mode mask + • The file creation mode mask. - • shell variables and functions marked for export, along with + • Shell variables and functions marked for export, along with variables exported for the command, passed in the environment - (*note Environment::) + (*note Environment::). - • traps caught by the shell are reset to the values inherited from - the shell's parent, and traps ignored by the shell are ignored + • Traps caught by the shell are reset to the values inherited from + the shell's parent, and traps ignored by the shell are ignored. A command invoked in this separate environment cannot affect the shell's execution environment. @@ -3554,7 +3556,7 @@ standard. instead. ‘getopts’ can report errors in two ways. If the first character of - OPTSTRING is a colon, ‘getopts’ uses SILENT error reporting. In + OPTSTRING is a colon, ‘getopts’ uses _silent_ error reporting. In normal operation, ‘getopts’ prints diagnostic messages when it encounters invalid options or missing option arguments. If the variable ‘OPTERR’ is set to 0, no error messages will be displayed, @@ -3789,7 +3791,7 @@ standard. children. The return status is zero. ‘trap’ - trap [-Plp] [ACTION] [SIGSPEC ...] + trap [-lpP] [ACTION] [SIGSPEC ...] The ACTION is a command that is read and executed when the shell receives any of the signals SIGSPEC. If ACTION is absent (and @@ -4218,17 +4220,17 @@ standard. ‘\\’ backslash ‘\0NNN’ - the eight-bit character whose value is the octal value NNN - (zero to three octal digits) + The eight-bit character whose value is the octal value NNN + (zero to three octal digits). ‘\xHH’ - the eight-bit character whose value is the hexadecimal value - HH (one or two hex digits) + The eight-bit character whose value is the hexadecimal value + HH (one or two hex digits). ‘\uHHHH’ - the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value HHHH (one to four hex digits) + The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHH (one to four hex digits). ‘\UHHHHHHHH’ - the Unicode (ISO/IEC 10646) character whose value is the - hexadecimal value HHHHHHHH (one to eight hex digits) + The Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHHHHHH (one to eight hex digits). ‘echo’ writes any unrecognized backslash-escaped characters unchanged. @@ -4399,7 +4401,7 @@ standard. the ANSI-C quoting style (*note ANSI-C Quoting::) if any characters in the argument string require it, and backslash quoting otherwise. If the format string uses the ‘printf’ - ALTERNATE FORM, these two formats quote the argument string + _alternate form_, these two formats quote the argument string using single quotes. ‘%Q’ @@ -5053,11 +5055,14 @@ This builtin allows you to change additional optional shell behavior. Toggle the values of settings controlling optional shell behavior. The settings can be either those listed below, or, if the ‘-o’ option is used, those available with the ‘-o’ option to the ‘set’ - builtin command (*note The Set Builtin::). With no options, or - with the ‘-p’ option, display a list of all settable options, with - an indication of whether or not each is set; if any OPTNAMEs are - supplied, the output is restricted to those options. The ‘-p’ - option displays output in a form that may be reused as input. + builtin command (*note The Set Builtin::). + + With no options, or with the ‘-p’ option, display a list of all + settable options, with an indication of whether or not each is set; + if any OPTNAMEs are supplied, the output is restricted to those + options. The ‘-p’ option displays output in a form that may be + reused as input. + Other options have the following meanings: ‘-s’ @@ -7504,14 +7509,14 @@ standard was published in 1992. It was merged with the original IEEE 1003.1 Working Group and is currently maintained by the Austin Group (a joint working group of the IEEE, The Open Group and ISO/IEC SC22/WG15). Today the Shell and Utilities are a volume within the set of documents -that make up IEEE Std 1003.1-2017, and thus the former POSIX.2 (from +that make up IEEE Std 1003.1-2024, and thus the former POSIX.2 (from 1992) is now part of the current unified POSIX standard. The Shell and Utilities volume concentrates on the command interpreter interface and utility programs commonly executed from the command line or by other programs. The standard is freely available on the web at -. +. Bash is concerned with the aspects of the shell's behavior defined by the POSIX Shell and Utilities volume. The shell command language has of @@ -7535,7 +7540,7 @@ editing commands were left out due to objections. Although Bash is an implementation of the POSIX shell specification, there are areas where the Bash default behavior differs from the specification. The Bash “posix mode” changes the Bash behavior in these -areas so that it conforms to the standard more closely. +areas so that it conforms more closely to the standard. Starting Bash with the ‘--posix’ command-line option or executing ‘set -o posix’ while Bash is running will cause Bash to conform more @@ -7549,132 +7554,148 @@ startup files. 1. Bash ensures that the ‘POSIXLY_CORRECT’ variable is set. - 2. When a command in the hash table no longer exists, Bash will - re-search ‘$PATH’ to find the new location. This is also available - with ‘shopt -s checkhash’. - - 3. Bash will not insert a command without the execute bit set into the - command hash table, even if it returns it as a (last-ditch) result - from a ‘$PATH’ search. + 2. Bash reads and executes the POSIX startup files (‘$ENV’) rather + than the normal Bash files (*note Bash Startup Files::. - 4. The message printed by the job control code and builtins when a job - exits with a non-zero status is 'Done(status)'. + 3. Alias expansion is always enabled, even in non-interactive shells. - 5. The message printed by the job control code and builtins when a job - is stopped is 'Stopped(SIGNAME)', where SIGNAME is, for example, - ‘SIGTSTP’. + 4. Reserved words appearing in a context where reserved words are + recognized do not undergo alias expansion. - 6. If the shell is interactive, Bash does not perform job - notifications between executing commands in lists separated by ‘;’ - or newline. Non-interactive shells print status messages after a - foreground job in a list completes. + 5. Alias expansion is performed when initially parsing a command + substitution. The default (non-posix) mode generally defers it, + when enabled, until the command substitution is executed. This + means that command substitution will not expand aliases that are + defined after the command substitution is initially parsed (e.g., + as part of a function definition). - 7. If the shell is interactive, Bash waits until the next prompt - before printing the status of a background job that changes status - or a foreground job that terminates due to a signal. - Non-interactive shells print status messages after a foreground job - completes. + 6. The ‘time’ reserved word may be used by itself as a simple command. + When used in this way, it displays timing statistics for the shell + and its completed children. The ‘TIMEFORMAT’ variable controls the + format of the timing information. - 8. Bash permanently removes jobs from the jobs table after notifying - the user of their termination, whether that is via ‘wait’, ‘jobs’, - or interactive shell notification before prompting. + 7. The parser does not recognize ‘time’ as a reserved word if the next + token begins with a ‘-’. - 9. Alias expansion is always enabled, even in non-interactive shells. + 8. When parsing and expanding a ${...} expansion that appears within + double quotes, single quotes are no longer special and cannot be + used to quote a closing brace or other special character, unless + the operator is one of those defined to perform pattern removal. + In this case, they do not have to appear as matched pairs. - 10. Reserved words appearing in a context where reserved words are - recognized do not undergo alias expansion. + 9. Redirection operators do not perform filename expansion on the word + in a redirection unless the shell is interactive. - 11. Alias expansion is performed when initially parsing a command - substitution. The default mode generally defers it, when enabled, - until the command substitution is executed. This means that - command substitution will not expand aliases that are defined after - the command substitution is initially parsed (e.g., as part of a - function definition). + 10. Redirection operators do not perform word splitting on the word in + a redirection. - 12. The POSIX ‘PS1’ and ‘PS2’ expansions of ‘!’ to the history number - and ‘!!’ to ‘!’ are enabled, and parameter expansion is performed - on the values of ‘PS1’ and ‘PS2’ regardless of the setting of the - ‘promptvars’ option. + 11. Function names must be valid shell ‘name’s. That is, they may not + contain characters other than letters, digits, and underscores, and + may not start with a digit. Declaring a function with an invalid + name in a non-interactive shell is a fatal syntax error. - 13. The POSIX startup files are executed (‘$ENV’) rather than the - normal Bash files. + 12. Function names may not be the same as one of the POSIX special + builtins. - 14. Tilde expansion is only performed on assignments preceding a + 13. Tilde expansion is only performed on assignments preceding a command name, rather than on all assignment statements on the line. - 15. The default history file is ‘~/.sh_history’ (this is the default - value the shell assigns to ‘$HISTFILE’). + 14. While variable indirection is available, it may not be applied to + the ‘#’ and ‘?’ special parameters. - 16. Redirection operators do not perform filename expansion on the - word in the redirection unless the shell is interactive. + 15. Expanding the ‘*’ special parameter in a pattern context where the + expansion is double-quoted does not treat the ‘$*’ as if it were + double-quoted. - 17. Redirection operators do not perform word splitting on the word in - the redirection. + 16. A double quote character (‘"’) is treated specially when it + appears in a backquoted command substitution in the body of a + here-document that undergoes expansion. That means, for example, + that a backslash preceding a double quote character will escape it + and the backslash will be removed. - 18. Function names must be valid shell ‘name’s. That is, they may not - contain characters other than letters, digits, and underscores, and - may not start with a digit. Declaring a function with an invalid - name causes a fatal syntax error in non-interactive shells. + 17. Command substitutions don't set the ‘?’ special parameter. The + exit status of a simple command without a command word is still the + exit status of the last command substitution that occurred while + evaluating the variable assignments and redirections in that + command, but that does not happen until after all of the + assignments and redirections. + + 18. Literal tildes that appear as the first character in elements of + the ‘PATH’ variable are not expanded as described above under *note + Tilde Expansion::. - 19. Function names may not be the same as one of the POSIX special + 19. Command lookup finds POSIX special builtins before shell + functions, including output printed by the ‘type’ and ‘command’ builtins. 20. Even if a shell function whose name contains a slash was defined before entering POSIX mode, the shell will not execute a function whose name contains one or more slashes. - 21. POSIX special builtins are found before shell functions during - command lookup, including output printed by the ‘type’ and - ‘command’ builtins. + 21. When a command in the hash table no longer exists, Bash will + re-search ‘$PATH’ to find the new location. This is also available + with ‘shopt -s checkhash’. - 22. When printing shell function definitions (e.g., by ‘type’), Bash - does not print the ‘function’ keyword. + 22. Bash will not insert a command without the execute bit set into + the command hash table, even if it returns it as a (last-ditch) + result from a ‘$PATH’ search. - 23. Literal tildes that appear as the first character in elements of - the ‘PATH’ variable are not expanded as described above under *note - Tilde Expansion::. + 23. The message printed by the job control code and builtins when a + job exits with a non-zero status is 'Done(status)'. - 24. The ‘time’ reserved word may be used by itself as a command. When - used in this way, it displays timing statistics for the shell and - its completed children. The ‘TIMEFORMAT’ variable controls the - format of the timing information. + 24. The message printed by the job control code and builtins when a + job is stopped is 'Stopped(SIGNAME)', where SIGNAME is, for + example, ‘SIGTSTP’. - 25. When parsing and expanding a ${...} expansion that appears within - double quotes, single quotes are no longer special and cannot be - used to quote a closing brace or other special character, unless - the operator is one of those defined to perform pattern removal. - In this case, they do not have to appear as matched pairs. + 25. If the shell is interactive, Bash does not perform job + notifications between executing commands in lists separated by ‘;’ + or newline. Non-interactive shells print status messages after a + foreground job in a list completes. + + 26. If the shell is interactive, Bash waits until the next prompt + before printing the status of a background job that changes status + or a foreground job that terminates due to a signal. + Non-interactive shells print status messages after a foreground job + completes. + + 27. Bash permanently removes jobs from the jobs table after notifying + the user of their termination via the ‘wait’ or ‘jobs’ builtins. - 26. The parser does not recognize ‘time’ as a reserved word if the - next token begins with a ‘-’. + 28. The ‘vi’ editing mode will invoke the ‘vi’ editor directly when + the ‘v’ command is run, instead of checking ‘$VISUAL’ and + ‘$EDITOR’. + + 29. Prompt expansion enables the POSIX ‘PS1’ and ‘PS2’ expansions of + ‘!’ to the history number and ‘!!’ to ‘!’, and Bash performs + parameter expansion on the values of ‘PS1’ and ‘PS2’ regardless of + the setting of the ‘promptvars’ option. - 27. The ‘!’ character does not introduce history expansion within a + 30. The default history file is ‘~/.sh_history’ (this is the default + value the shell assigns to ‘$HISTFILE’). + + 31. The ‘!’ character does not introduce history expansion within a double-quoted string, even if the ‘histexpand’ option is enabled. - 28. If a POSIX special builtin returns an error status, a + 32. When printing shell function definitions (e.g., by ‘type’), Bash + does not print the ‘function’ keyword. + + 33. Non-interactive shells exit if a syntax error in an arithmetic + expansion results in an invalid expression. + + 34. Non-interactive shells exit if a parameter expansion error occurs. + + 35. If a POSIX special builtin returns an error status, a non-interactive shell exits. The fatal errors are those listed in the POSIX standard, and include things like passing incorrect options, redirection errors, variable assignment errors for assignments preceding the command name, and so on. - 29. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal - error if it attempts to unset a ‘readonly’ or ‘non-unsettable’ - variable, or encounters a variable name argument that is an invalid - identifier, which causes a non-interactive shell to exit. - - 30. When asked to unset a variable that appears in an assignment - statement preceding the command, the ‘unset’ builtin attempts to - unset a variable of the same name in the current or previous scope - as well. This implements the required "if an assigned variable is - further modified by the utility, the modifications made by the - utility shall persist" behavior. - - 31. A non-interactive shell exits with an error status if a variable + 36. A non-interactive shell exits with an error status if a variable assignment error occurs when no command name follows the assignment statements. A variable assignment error occurs, for example, when trying to assign a value to a readonly variable. - 32. A non-interactive shell exits with an error status if a variable + 37. A non-interactive shell exits with an error status if a variable assignment error occurs in an assignment statement preceding a special builtin, but not with any other simple command. For any other simple command, the shell aborts execution of that command, @@ -7682,171 +7703,156 @@ startup files. perform any further processing of the command in which the error occurred"). - 33. A non-interactive shell exits with an error status if the + 38. A non-interactive shell exits with an error status if the iteration variable in a ‘for’ statement or the selection variable in a ‘select’ statement is a readonly variable or has an invalid name. - 34. Non-interactive shells exit if FILENAME in ‘.’ FILENAME is not + 39. Non-interactive shells exit if FILENAME in ‘.’ FILENAME is not found. - 35. Non-interactive shells exit if a syntax error in an arithmetic - expansion results in an invalid expression. - - 36. Non-interactive shells exit if a parameter expansion error occurs. - - 37. Non-interactive shells exit if there is a syntax error in a script + 40. Non-interactive shells exit if there is a syntax error in a script read with the ‘.’ or ‘source’ builtins, or in a string processed by the ‘eval’ builtin. - 38. While variable indirection is available, it may not be applied to - the ‘#’ and ‘?’ special parameters. + 41. Non-interactive shells exit if the ‘export’, ‘readonly’ or ‘unset’ + builtin commands get an argument that is not a valid identifier, + and they are not operating on shell functions. These errors force + an exit because these are special builtins. - 39. Expanding the ‘*’ special parameter in a pattern context where the - expansion is double-quoted does not treat the ‘$*’ as if it were - double-quoted. - - 40. Assignment statements preceding POSIX special builtins persist in + 42. Assignment statements preceding POSIX special builtins persist in the shell environment after the builtin completes. - 41. The ‘command’ builtin does not prevent builtins that take + 43. The ‘command’ builtin does not prevent builtins that take assignment statements as arguments from expanding them as - assignment statements; when not in POSIX mode, assignment builtins + assignment statements; when not in POSIX mode, declaration commands lose their assignment statement expansion properties when preceded by ‘command’. - 42. The ‘bg’ builtin uses the required format to describe each job - placed in the background, which does not include an indication of - whether the job is the current or previous job. - - 43. The output of ‘kill -l’ prints all the signal names on a single - line, separated by spaces, without the ‘SIG’ prefix. - - 44. The ‘kill’ builtin does not accept signal names with a ‘SIG’ - prefix. - - 45. The ‘export’ and ‘readonly’ builtin commands display their output - in the format required by POSIX. - - 46. If the ‘export’ and ‘readonly’ builtin commands get an argument - that is not a valid identifier, and they are not operating on shell - functions, they return an error. This will cause a non-interactive - shell to exit because these are special builtins. - - 47. The ‘trap’ builtin displays signal names without the leading - ‘SIG’. - - 48. The ‘trap’ builtin doesn't check the first argument for a possible - signal specification and revert the signal handling to the original - disposition if it is, unless that argument consists solely of - digits and is a valid signal number. If users want to reset the - handler for a given signal to the original disposition, they should - use ‘-’ as the first argument. - - 49. ‘trap -p’ without arguments displays signals whose dispositions - are set to SIG_DFL and those that were ignored when the shell - started, not just trapped signals. - - 50. The ‘.’ and ‘source’ builtins do not search the current directory - for the filename argument if it is not found by searching ‘PATH’. - - 51. Enabling POSIX mode has the effect of setting the + 44. Enabling POSIX mode has the effect of setting the ‘inherit_errexit’ option, so subshells spawned to execute command substitutions inherit the value of the ‘-e’ option from the parent shell. When the ‘inherit_errexit’ option is not enabled, Bash clears the ‘-e’ option in such subshells. - 52. Enabling POSIX mode has the effect of setting the ‘shift_verbose’ + 45. Enabling POSIX mode has the effect of setting the ‘shift_verbose’ option, so numeric arguments to ‘shift’ that exceed the number of positional parameters will result in an error message. - 53. When the ‘alias’ builtin displays alias definitions, it does not + 46. Enabling POSIX mode has the effect of setting the + ‘interactive_comments’ option (*note Comments::). + + 47. The ‘.’ and ‘source’ builtins do not search the current directory + for the filename argument if it is not found by searching ‘PATH’. + + 48. When the ‘alias’ builtin displays alias definitions, it does not display them with a leading ‘alias ’ unless the ‘-p’ option is supplied. - 54. When the ‘set’ builtin is invoked without options, it does not - display shell function names and definitions. - - 55. When the ‘set’ builtin is invoked without options, it displays - variable values without quotes, unless they contain shell - metacharacters, even if the result contains nonprinting characters. + 49. The ‘bg’ builtin uses the required format to describe each job + placed in the background, which does not include an indication of + whether the job is the current or previous job. - 56. When the ‘cd’ builtin is invoked in logical mode, and the pathname + 50. When the ‘cd’ builtin is invoked in logical mode, and the pathname constructed from ‘$PWD’ and the directory name supplied as an argument does not refer to an existing directory, ‘cd’ will fail instead of falling back to physical mode. - 57. When the ‘cd’ builtin cannot change a directory because the length + 51. When the ‘cd’ builtin cannot change a directory because the length of the pathname constructed from ‘$PWD’ and the directory name supplied as an argument exceeds ‘PATH_MAX’ when canonicalized, ‘cd’ will attempt to use the supplied directory name. - 58. The ‘pwd’ builtin verifies that the value it prints is the same as - the current directory, even if it is not asked to check the file - system with the ‘-P’ option. + 52. When the ‘xpg_echo’ option is enabled, Bash does not attempt to + interpret any arguments to ‘echo’ as options. ‘echo’ displays each + argument after converting escape sequences. - 59. When listing the history, the ‘fc’ builtin does not include an + 53. The ‘export’ and ‘readonly’ builtin commands display their output + in the format required by POSIX. + + 54. When listing the history, the ‘fc’ builtin does not include an indication of whether or not a history entry has been modified. - 60. The default editor used by ‘fc’ is ‘ed’. + 55. The default editor used by ‘fc’ is ‘ed’. - 61. ‘fc’ treats extra arguments as an error instead of ignoring them. + 56. ‘fc’ treats extra arguments as an error instead of ignoring them. - 62. If there are too many arguments supplied to ‘fc -s’, ‘fc’ prints + 57. If there are too many arguments supplied to ‘fc -s’, ‘fc’ prints an error message and returns failure. - 63. The ‘type’ and ‘command’ builtins will not report a non-executable - file as having been found, though the shell will attempt to execute - such a file if it is the only so-named file found in ‘$PATH’. - - 64. The ‘vi’ editing mode will invoke the ‘vi’ editor directly when - the ‘v’ command is run, instead of checking ‘$VISUAL’ and - ‘$EDITOR’. + 58. The output of ‘kill -l’ prints all the signal names on a single + line, separated by spaces, without the ‘SIG’ prefix. - 65. When the ‘xpg_echo’ option is enabled, Bash does not attempt to - interpret any arguments to ‘echo’ as options. Each argument is - displayed, after escape characters are converted. + 59. The ‘kill’ builtin does not accept signal names with a ‘SIG’ + prefix. - 66. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’ - and ‘-f’ options. + 60. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert + arguments corresponding to floating point conversion specifiers, + instead of ‘long double’ if it's available. The ‘L’ length + modifier forces ‘printf’ to use ‘long double’ if it's available. - 67. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not - interrupt the ‘wait’ builtin and cause it to return immediately. - The trap command is run once for each child that exits. + 61. The ‘pwd’ builtin verifies that the value it prints is the same as + the current directory, even if it is not asked to check the file + system with the ‘-P’ option. - 68. The ‘read’ builtin may be interrupted by a signal for which a trap + 62. The ‘read’ builtin may be interrupted by a signal for which a trap has been set. If Bash receives a trapped signal while executing ‘read’, the trap handler executes and ‘read’ returns an exit status greater than 128. - 69. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert - arguments corresponding to floating point conversion specifiers, - instead of ‘long double’ if it's available. The ‘L’ length - modifier forces ‘printf’ to use ‘long double’ if it's available. - - 70. Bash removes an exited background process's status from the list - of such statuses after the ‘wait’ builtin is used to obtain it. + 63. When the ‘set’ builtin is invoked without options, it does not + display shell function names and definitions. - 71. A double quote character (‘"’) is treated specially when it - appears in a backquoted command substitution in the body of a - here-document that undergoes expansion. That means, for example, - that a backslash preceding a double quote character will escape it - and the backslash will be removed. + 64. When the ‘set’ builtin is invoked without options, it displays + variable values without quotes, unless they contain shell + metacharacters, even if the result contains nonprinting characters. - 72. The ‘test’ builtin compares strings using the current locale when - processing the ‘<’ and ‘>’ binary operators. + 65. The ‘test’ builtin compares strings using the current locale when + evaluating the ‘<’ and ‘>’ binary operators. - 73. The ‘test’ builtin's ‘-t’ unary primary requires an argument. + 66. The ‘test’ builtin's ‘-t’ unary primary requires an argument. Historical versions of ‘test’ made the argument optional in certain cases, and Bash attempts to accommodate those for backwards compatibility. - 74. Command substitutions don't set the ‘?’ special parameter. The - exit status of a simple command without a command word is still the - exit status of the last command substitution that occurred while - evaluating the variable assignments and redirections in that - command, but that does not happen until after all of the - assignments and redirections. + 67. The ‘trap’ builtin displays signal names without the leading + ‘SIG’. + + 68. The ‘trap’ builtin doesn't check the first argument for a possible + signal specification and revert the signal handling to the original + disposition if it is, unless that argument consists solely of + digits and is a valid signal number. If users want to reset the + handler for a given signal to the original disposition, they should + use ‘-’ as the first argument. + + 69. ‘trap -p’ without arguments displays signals whose dispositions + are set to SIG_DFL and those that were ignored when the shell + started, not just trapped signals. + + 70. The ‘type’ and ‘command’ builtins will not report a non-executable + file as having been found, though the shell will attempt to execute + such a file if it is the only so-named file found in ‘$PATH’. + + 71. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’ + and ‘-f’ options. + + 72. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal + error if it attempts to unset a ‘readonly’ or ‘non-unsettable’ + variable, which causes a non-interactive shell to exit. + + 73. When asked to unset a variable that appears in an assignment + statement preceding the command, the ‘unset’ builtin attempts to + unset a variable of the same name in the current or previous scope + as well. This implements the required "if an assigned variable is + further modified by the utility, the modifications made by the + utility shall persist" behavior. + + 74. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not + interrupt the ‘wait’ builtin and cause it to return immediately. + The trap command is run once for each child that exits. + + 75. Bash removes an exited background process's status from the list + of such statuses after the ‘wait’ builtin is used to obtain it. There is other POSIX behavior that Bash does not implement by default even when in POSIX mode. Specifically: @@ -7855,11 +7861,7 @@ even when in POSIX mode. Specifically: entries if ‘FCEDIT’ is unset, rather than defaulting directly to ‘ed’. ‘fc’ uses ‘ed’ if ‘EDITOR’ is unset. - 2. A non-interactive shell does not exit if a variable assignment - preceding the ‘command’ builtin or another non-special builtin - fails. - - 3. As noted above, Bash requires the ‘xpg_echo’ option to be enabled + 2. As noted above, Bash requires the ‘xpg_echo’ option to be enabled for the ‘echo’ builtin to be fully conformant. Bash can be configured to be POSIX-conformant by default, by @@ -8321,7 +8323,7 @@ Command line editing is enabled by default when using an interactive shell, unless the ‘--noediting’ option is supplied at shell invocation. Line editing is also used when using the ‘-e’ option to the ‘read’ builtin command (*note Bash Builtins::). By default, the line editing -commands are similar to those of Emacs. A vi-style line editing +commands are similar to those of Emacs; a vi-style line editing interface is also available. Line editing can be enabled at any time using the ‘-o emacs’ or ‘-o vi’ options to the ‘set’ builtin command (*note The Set Builtin::), or disabled using the ‘+o emacs’ or ‘+o vi’ @@ -8365,9 +8367,9 @@ configured to work as a Meta key or may be configured as some other modifier, such as a Compose key for typing accented characters. On some keyboards, the Meta key modifier produces meta characters -with the eighth bit (0200) set (you can use the ‘enable-meta-key’ +with the eighth bit (0200) set. You can use the ‘enable-meta-key’ variable to control whether or not it does this, if the keyboard allows -it). On many others, the terminal or terminal emulator converts the +it. On many others, the terminal or terminal emulator converts the metafied key to a key sequence beginning with as described in the next paragraph. @@ -8378,13 +8380,18 @@ prefix”). Either process is known as “metafying” the key. + If your Meta key produces a key sequence with the meta prefix, +you can make ‘M-key’ key bindings you specify (see ‘Key Bindings’ in +*note Readline Init File Syntax::) do the same thing by setting the +‘force-meta-prefix’ variable. + The text ‘M-C-k’ is read as 'Meta-Control-k' and describes the character produced by metafying ‘C-k’. In addition, several keys have their own names. Specifically, , , , , , and all stand for themselves when seen in this text, or in an init file (*note Readline Init File::). If your -keyboard lacks a key, typing will produce the desired +keyboard lacks a key, typing will output the appropriate character. The key may be labeled or on some keyboards. @@ -8433,8 +8440,8 @@ Afterwards, you can move the cursor to the right with ‘C-f’. characters to the right of the cursor are 'pushed over' to make room for the text that you have inserted. Likewise, when you delete text behind the cursor, characters to the right of the cursor are 'pulled back' to -fill in the blank space created by the removal of the text. A list of -the bare essentials for editing the text of an input line follows. +fill in the blank space created by the removal of the text. These are +the bare essentials for editing the text of an input line: ‘C-b’ Move back one character. @@ -8450,10 +8457,10 @@ Printing characters Undo the last editing command. You can undo all the way back to an empty line. -(Depending on your configuration, the key might be set to +Depending on your configuration, the key might be set to delete the character to the left of the cursor and the key set to delete the character underneath the cursor, like ‘C-d’, rather than the -character to the left of the cursor.) +character to the left of the cursor.  File: bash.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction @@ -8463,8 +8470,8 @@ File: bash.info, Node: Readline Movement Commands, Next: Readline Killing Comm The above table describes the most basic keystrokes that you need in order to do editing of the input line. For your convenience, many other -commands have been added in addition to ‘C-b’, ‘C-f’, ‘C-d’, and . -Here are some commands for moving more rapidly about the line. +commands are available in addition to ‘C-b’, ‘C-f’, ‘C-d’, and . +Here are some commands for moving more rapidly within the line. ‘C-a’ Move to the start of the line. @@ -8523,7 +8530,8 @@ available to be yanked back later, when you are typing another line. than ‘M-’ because the word boundaries differ. Here is how to “yank” the text back into the line. Yanking means to -copy the most-recently-killed text from the kill buffer. +copy the most-recently-killed text from the kill buffer into the line at +the current cursor position. ‘C-y’ Yank the most recently killed text back into the buffer at the @@ -8569,15 +8577,15 @@ string. There are two search modes: “incremental” and search string. As each character of the search string is typed, Readline displays the next entry from the history matching the string typed so far. An incremental search requires only as many characters as -needed to find the desired history entry. To search backward in the -history for a particular string, type ‘C-r’. Typing ‘C-s’ searches -forward through the history. The characters present in the value of the -‘isearch-terminators’ variable are used to terminate an incremental -search. If that variable has not been assigned a value, the and -‘C-J’ characters will terminate an incremental search. ‘C-g’ will abort -an incremental search and restore the original line. When the search is -terminated, the history entry containing the search string becomes the -current line. +needed to find the desired history entry. When using emacs editing +mode, type ‘C-r’ to search backward in the history for a particular +string. Typing ‘C-s’ searches forward through the history. The +characters present in the value of the ‘isearch-terminators’ variable +are used to terminate an incremental search. If that variable has not +been assigned a value, the and ‘C-J’ characters will terminate an +incremental search. ‘C-g’ will abort an incremental search and restore +the original line. When the search is terminated, the history entry +containing the search string becomes the current line. To find other matching entries in the history list, type ‘C-r’ or ‘C-s’ as appropriate. This will search backward or forward in the @@ -8593,8 +8601,8 @@ are typed without any intervening characters defining a new search string, Readline uses any remembered search string. Non-incremental searches read the entire search string before -starting to search for matching history lines. The search string may be -typed by the user or be part of the contents of the current line. +starting to search for matching history entries. The search string may +be typed by the user or be part of the contents of the current line.  File: bash.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing @@ -8608,13 +8616,12 @@ keybindings. Any user can customize programs that use Readline by putting commands in an “inputrc” file, conventionally in their home directory. The name of this file is taken from the value of the shell variable ‘INPUTRC’. If that variable is unset, the default is -‘~/.inputrc’. If that file does not exist or cannot be read, the -ultimate default is ‘/etc/inputrc’. The ‘bind’ builtin command can also -be used to set Readline keybindings and variables. *Note Bash -Builtins::. +‘~/.inputrc’. If that file does not exist or cannot be read, readline +looks for ‘/etc/inputrc’. The ‘bind’ builtin command can also be used +to set Readline keybindings and variables. *Note Bash Builtins::. - When a program which uses the Readline library starts up, the init -file is read, and the key bindings are set. + When a program which uses the Readline library starts up, Readline +reads the init file and sets any variables and key bindings it contains. In addition, the ‘C-x C-r’ command re-reads this init file, thus incorporating any changes that you might have made to it. @@ -8622,9 +8629,7 @@ incorporating any changes that you might have made to it. * Menu: * Readline Init File Syntax:: Syntax for the commands in the inputrc file. - * Conditional Init Constructs:: Conditional key bindings in the inputrc file. - * Sample Init File:: An example inputrc file.  @@ -8727,9 +8732,8 @@ Variable Settings environment variable. The default is ‘off’. ‘comment-begin’ - The string to insert at the beginning of the line when the - ‘insert-comment’ command is executed. The default value is - ‘"#"’. + The string to insert at the beginning of the line by the + ‘insert-comment’ command. The default value is ‘"#"’. ‘completion-display-width’ The number of screen columns used to display possible matches @@ -8750,33 +8754,33 @@ Variable Settings and completion. The default value is ‘off’. ‘completion-prefix-display-length’ - The length in characters of the common prefix of a list of - possible completions that is displayed without modification. - When set to a value greater than zero, common prefixes longer - than this value are replaced with an ellipsis when displaying - possible completions. + The maximum length in characters of the common prefix of a + list of possible completions that is displayed without + modification. When set to a value greater than zero, readline + replaces common prefixes longer than this value with an + ellipsis when displaying possible completions. ‘completion-query-items’ The number of possible completions that determines when the user is asked whether the list of possibilities should be displayed. If the number of possible completions is greater than or equal to this value, Readline will ask whether or not - the user wishes to view them; otherwise, they are simply - listed. This variable must be set to an integer value greater - than or equal to zero. A zero value means Readline should - never ask; negative values are treated as zero. The default - limit is ‘100’. + the user wishes to view them; otherwise, Readline simply lists + the completions. This variable must be set to an integer + value greater than or equal to zero. A zero value means + Readline should never ask; negative values are treated as + zero. The default limit is ‘100’. ‘convert-meta’ - If set to ‘on’, Readline will convert characters it reads with - the eighth bit set to an ASCII key sequence by stripping the - eighth bit and prefixing an character, converting them - to a meta-prefixed key sequence. The default value is ‘on’, - but Readline will set it to ‘off’ if the locale contains + If set to ‘on’, Readline will convert characters it reads that + have the eighth bit set to an ASCII key sequence by clearing + the eighth bit and prefixing an character, converting + them to a meta-prefixed key sequence. The default value is + ‘on’, but Readline will set it to ‘off’ if the locale contains characters whose encodings may include bytes with the eighth bit set. This variable is dependent on the ‘LC_CTYPE’ locale - category, and may change if the locale is changed. This - variable also affects key bindings; see the description of + category, and may change if the locale changes. This variable + also affects key bindings; see the description of ‘force-meta-prefix’ below. ‘disable-completion’ @@ -8790,33 +8794,33 @@ Variable Settings signal generated from the keyboard. The default is ‘on’. ‘editing-mode’ - The ‘editing-mode’ variable controls which default set of key - bindings is used. By default, Readline starts up in Emacs - editing mode, where the keystrokes are most similar to Emacs. - This variable can be set to either ‘emacs’ or ‘vi’. + The ‘editing-mode’ variable controls the default set of key + bindings. By default, Readline starts up in emacs editing + mode, where the keystrokes are most similar to Emacs. This + variable can be set to either ‘emacs’ or ‘vi’. ‘emacs-mode-string’ If the SHOW-MODE-IN-PROMPT variable is enabled, this string is displayed immediately before the last line of the primary prompt when emacs editing mode is active. The value is expanded like a key binding, so the standard set of meta- and - control prefixes and backslash escape sequences is available. - Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of + control- prefixes and backslash escape sequences is available. + The ‘\1’ and ‘\2’ escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. The default is ‘@’. ‘enable-active-region’ - The “point” is the current cursor position, and “mark” refers - to a saved cursor position (*note Commands For Moving::). The - text between the point and mark is referred to as the - “region”. When this variable is set to ‘On’, Readline allows - certain commands to designate the region as “active”. When - the region is active, Readline highlights the text in the - region using the value of the ‘active-region-start-color’, - which defaults to the string that enables the terminal's - standout mode. The active region shows the text inserted by - bracketed-paste and any matching text found by incremental and - non-incremental history searches. The default is ‘On’. + “point” is the current cursor position, and “mark” refers to a + saved cursor position (*note Commands For Moving::). The text + between the point and mark is referred to as the “region”. + When this variable is set to ‘On’, Readline allows certain + commands to designate the region as “active”. When the region + is active, Readline highlights the text in the region using + the value of the ‘active-region-start-color’, which defaults + to the string that enables the terminal's standout mode. The + active region shows the text inserted by bracketed-paste and + any matching text found by incremental and non-incremental + history searches. The default is ‘On’. ‘enable-bracketed-paste’ When set to ‘On’, Readline configures the terminal to insert @@ -8843,7 +8847,7 @@ Variable Settings default is ‘on’. ‘expand-tilde’ - If set to ‘on’, tilde expansion is performed when Readline + If set to ‘on’, Readline attempts tilde expansion when it attempts word completion. The default is ‘off’. ‘force-meta-prefix’ @@ -8870,29 +8874,29 @@ Variable Settings list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. By - default, the number of history entries is not limited. If an - attempt is made to set HISTORY-SIZE to a non-numeric value, - the maximum number of history entries will be set to 500. + default, Bash sets the the maximum number of history entries + to the value of the ‘HISTSIZE’ shell variable. If you try to + set HISTORY-SIZE to a non-numeric value, the maximum number of + history entries will be set to 500. ‘horizontal-scroll-mode’ - This variable can be set to either ‘on’ or ‘off’. Setting it - to ‘on’ means that the text of the lines being edited will - scroll horizontally on a single screen line when they are - longer than the width of the screen, instead of wrapping onto - a new screen line. This variable is automatically set to ‘on’ - for terminals of height 1. By default, this variable is set - to ‘off’. + Setting this variable to ‘on’ means that the text of the lines + being edited will scroll horizontally on a single screen line + when the lines are longer than the width of the screen, + instead of wrapping onto a new screen line. This variable is + automatically set to ‘on’ for terminals of height 1. By + default, this variable is set to ‘off’. ‘input-meta’ - If set to ‘on’, Readline will enable eight-bit input (it will - not clear the eighth bit in the characters it reads), + If set to ‘on’, Readline will enable eight-bit input (that is, + it will not clear the eighth bit in the characters it reads), regardless of what the terminal claims it can support. The default value is ‘off’, but Readline will set it to ‘on’ if the locale contains characters whose encodings may include - bytes with the eighth bit set. The name ‘meta-flag’ is a - synonym for this variable. This variable is dependent on the - ‘LC_CTYPE’ locale category, and may change if the locale is - changed. + bytes with the eighth bit set. This variable is dependent on + the ‘LC_CTYPE’ locale category, and its value may change if + the locale changes. The name ‘meta-flag’ is a synonym for + ‘input-meta’. ‘isearch-terminators’ The string of characters that should terminate an incremental @@ -8908,18 +8912,18 @@ Variable Settings ‘vi-command’, and ‘vi-insert’. ‘vi’ is equivalent to ‘vi-command’ (‘vi-move’ is also a synonym); ‘emacs’ is equivalent to ‘emacs-standard’. Applications may add - additional names. The default value is ‘emacs’. The value of + additional names. The default value is ‘emacs’; the value of the ‘editing-mode’ variable also affects the default keymap. ‘keyseq-timeout’ Specifies the duration Readline will wait for a character when reading an ambiguous key sequence (one that can form a complete key sequence using the input read so far, or can take - additional input to complete a longer key sequence). If no - input is received within the timeout, Readline will use the - shorter but complete key sequence. Readline uses this value - to determine whether or not input is available on the current - input source (‘rl_instream’ by default). The value is + additional input to complete a longer key sequence). If + Readline doesn't receive any input within the timeout, it will + use the shorter but complete key sequence. Readline uses this + value to determine whether or not input is available on the + current input source (‘rl_instream’ by default). The value is specified in milliseconds, so a value of 1000 means that Readline will wait one second for additional input. If this variable is set to a value less than or equal to zero, or to a @@ -8932,14 +8936,14 @@ Variable Settings appended. The default is ‘on’. ‘mark-modified-lines’ - This variable, when set to ‘on’, causes Readline to display an + When this variable is set to ‘on’, Readline will to display an asterisk (‘*’) at the start of history lines which have been modified. This variable is ‘off’ by default. ‘mark-symlinked-directories’ If set to ‘on’, completed names which are symbolic links to - directories have a slash appended (subject to the value of - ‘mark-directories’). The default is ‘off’. + directories have a slash appended, subject to the value of + ‘mark-directories’. The default is ‘off’. ‘match-hidden-files’ This variable, when set to ‘on’, forces Readline to match @@ -8959,8 +8963,8 @@ Variable Settings sequence. The default is ‘off’, but Readline will set it to ‘on’ if the locale contains characters whose encodings may include bytes with the eighth bit set. This variable is - dependent on the ‘LC_CTYPE’ locale category, and may change if - the locale is changed. + dependent on the ‘LC_CTYPE’ locale category, and its value may + change if the locale changes. ‘page-completions’ If set to ‘on’, Readline uses an internal ‘more’-like pager to @@ -8977,7 +8981,7 @@ Variable Settings ‘revert-all-at-newline’ If set to ‘on’, Readline will undo all changes to history - lines before returning when ‘accept-line’ is executed. By + lines before returning when executing ‘accept-line’. By default, history lines may be modified and retain individual undo lists across calls to ‘readline()’. The default is ‘off’. @@ -9012,22 +9016,22 @@ Variable Settings If set to ‘on’, this alters the default completion behavior when inserting a single match into the line. It's only active when performing completion in the middle of a word. If - enabled, Readline does not insert characters from the + enabled, readline does not insert characters from the completion that match characters after point in the word being completed, so portions of the word following the cursor are not duplicated. For instance, if this is enabled, attempting - completion when the cursor is after the ‘e’ in ‘Makefile’ will - result in ‘Makefile’ rather than ‘Makefilefile’, assuming - there is a single possible completion. The default value is - ‘off’. + completion when the cursor is after the first ‘e’ in + ‘Makefile’ will result in ‘Makefile’ rather than + ‘Makefilefile’, assuming there is a single possible + completion. The default value is ‘off’. ‘vi-cmd-mode-string’ If the SHOW-MODE-IN-PROMPT variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in command mode. The value is expanded like a key binding, so the standard set - of meta- and control prefixes and backslash escape sequences - is available. Use the ‘\1’ and ‘\2’ escapes to begin and end + of meta- and control- prefixes and backslash escape sequences + is available. The ‘\1’ and ‘\2’ escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. The default is ‘(cmd)’. @@ -9037,8 +9041,8 @@ Variable Settings displayed immediately before the last line of the primary prompt when vi editing mode is active and in insertion mode. The value is expanded like a key binding, so the standard set - of meta- and control prefixes and backslash escape sequences - is available. Use the ‘\1’ and ‘\2’ escapes to begin and end + of meta- and control- prefixes and backslash escape sequences + is available. The ‘\1’ and ‘\2’ escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. The default is ‘(ins)’. @@ -9063,7 +9067,9 @@ Key Bindings different ways, depending on what you find most comfortable. In addition to command names, Readline allows keys to be bound to a - string that is inserted when the key is pressed (a MACRO). + string that is inserted when the key is pressed (a MACRO). The + difference between a macro and a command is that a macro is + enclosed in single or double quotes. The ‘bind -p’ command displays Readline function names and bindings in a format that can be put directly into an initialization file. @@ -9082,16 +9088,16 @@ Key Bindings expressed on the right hand side (that is, to insert the text ‘> output’ into the line). - A number of symbolic character names are recognized while - processing this key binding syntax: DEL, ESC, ESCAPE, LFD, - NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB. + This key binding syntax recognizes a number of symbolic + character names: DEL, ESC, ESCAPE, LFD, NEWLINE, RET, RETURN, + RUBOUT, SPACE, SPC, and TAB. "KEYSEQ": FUNCTION-NAME or MACRO KEYSEQ differs from KEYNAME above in that strings denoting an entire key sequence can be specified, by placing the key sequence in double quotes. Some GNU Emacs style key escapes - can be used, as in the following example, but the special - character names are not recognized. + can be used, as in the following example, but none of the + special character names are recognized. "\C-u": universal-argument "\C-x\C-r": re-read-init-file @@ -9107,20 +9113,20 @@ Key Bindings specifying key sequences: ‘\C-’ - control prefix + A control prefix. ‘\M-’ - adding the meta prefix or converting the following character + Adding the meta prefix or converting the following character to a meta character, as described above under ‘force-meta-prefix’ (see ‘Variable Settings’ in *note Readline Init File Syntax::). ‘\e’ - an escape character + An escape character. ‘\\’ - backslash + Backslash. ‘\"’ - <">, a double quotation mark + <">, a double quotation mark. ‘\'’ - <'>, a single quote or apostrophe + <'>, a single quote or apostrophe. In addition to the GNU Emacs style escape sequences, a second set of backslash escapes is available: @@ -9142,16 +9148,16 @@ Key Bindings ‘\v’ vertical tab ‘\NNN’ - the eight-bit character whose value is the octal value NNN - (one to three digits) + The eight-bit character whose value is the octal value NNN + (one to three digits). ‘\xHH’ - the eight-bit character whose value is the hexadecimal value - HH (one or two hex digits) + The eight-bit character whose value is the hexadecimal value + HH (one or two hex digits). When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to - be a function name. In the macro body, the backslash escapes - described above are expanded. Backslash will quote any other + be a function name. Tthe backslash escapes described above are + expanded in the macro body. Backslash will quote any other character in the macro text, including ‘"’ and ‘'’. For example, the following binding will make ‘‘C-x’ \’ insert a single ‘\’ into the line: @@ -9166,7 +9172,7 @@ File: bash.info, Node: Conditional Init Constructs, Next: Sample Init File, P Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result of tests. There are -four parser directives used. +four parser directives available. ‘$if’ The ‘$if’ construct allows bindings to be made based on the editing @@ -9188,7 +9194,8 @@ four parser directives used. terminal's function keys. The word on the right side of the ‘=’ is tested against both the full name of the terminal and the portion of the terminal name before the first ‘-’. This - allows ‘sun’ to match both ‘sun’ and ‘sun-cmd’, for instance. + allows ‘xterm’ to match both ‘xterm’ and ‘xterm-256color’, for + instance. ‘version’ The ‘version’ test may be used to perform comparisons against @@ -9198,8 +9205,8 @@ four parser directives used. version number supplied on the right side of the operator consists of a major version number, an optional decimal point, and an optional minor version (e.g., ‘7.1’). If the minor - version is omitted, it is assumed to be ‘0’. The operator may - be separated from the string ‘version’ and from the version + version is omitted, it defaults to ‘0’. The operator may be + separated from the string ‘version’ and from the version number argument by whitespace. The following example sets a variable if the Readline version being used is 7.0 or newer: $if version >= 7.0 @@ -9225,7 +9232,7 @@ four parser directives used. operators are ‘=’, ‘==’, and ‘!=’. The variable name must be separated from the comparison operator by whitespace; the operator may be separated from the value on the right hand - side by whitespace. Both string and boolean variables may be + side by whitespace. String and boolean variables may be tested. Boolean variables must be tested against the values ON and OFF. The following example is equivalent to the ‘mode=emacs’ test described above: @@ -9233,18 +9240,18 @@ four parser directives used. set show-mode-in-prompt on $endif -‘$endif’ - This command, as seen in the previous example, terminates an ‘$if’ - command. - ‘$else’ Commands in this branch of the ‘$if’ directive are executed if the test fails. +‘$endif’ + This command, as seen in the previous example, terminates an ‘$if’ + command. + ‘$include’ This directive takes a single filename as an argument and reads - commands and bindings from that file. For example, the following - directive reads from ‘/etc/inputrc’: + commands and key bindings from that file. For example, the + following directive reads from ‘/etc/inputrc’: $include /etc/inputrc  @@ -9382,7 +9389,10 @@ sequence are unbound by default. In the following descriptions, “point” refers to the current cursor position, and “mark” refers to a cursor position saved by the ‘set-mark’ command. The text between the point and mark is referred to as the -“region”. +“region”. Readline has the concept of an _active region_: when the +region is active, Readline redisplay uses the value of the +‘active-region-start-color’ variable to denote the region. Several +commands set the region to active; those are noted below.  File: bash.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands @@ -9477,13 +9487,13 @@ File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: C Search backward starting at the current line and moving 'up' through the history as necessary. This is an incremental search. This command sets the region to the matched text and activates the - mark. + region. ‘forward-search-history (C-s)’ Search forward starting at the current line and moving 'down' through the history as necessary. This is an incremental search. This command sets the region to the matched text and activates the - mark. + region. ‘non-incremental-reverse-search-history (M-p)’ Search backward starting at the current line and moving 'up' @@ -9529,8 +9539,9 @@ File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: C insert the Nth word from the previous command (the words in the previous command begin with word 0). A negative argument inserts the Nth word from the end of the previous command. Once the - argument N is computed, the argument is extracted as if the ‘!N’ - history expansion had been specified. + argument N is computed, this uses the history expansion facilities + to extract the Nth word, as if the ‘!N’ history expansion had been + specified. ‘yank-last-arg (M-. or M-_)’ Insert last argument to the previous command (the last word of the @@ -9540,9 +9551,9 @@ File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: C specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive calls determines the direction to move through the history. A negative argument - switches the direction through the history (back or forward). The - history expansion facilities are used to extract the last argument, - as if the ‘!$’ history expansion had been specified. + switches the direction through the history (back or forward). This + uses the history expansion facilities to extract the last word, as + if the ‘!$’ history expansion had been specified. ‘operate-and-get-next (C-o)’ Accept the current line for return to the calling application as if @@ -9575,7 +9586,8 @@ File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: C ‘backward-delete-char (Rubout)’ Delete the character behind the cursor. A numeric argument means - to kill the characters instead of deleting them. + to kill the characters, saving them on the kill ring, instead of + deleting them. ‘forward-backward-delete-char ()’ Delete the character under the cursor, unless the cursor is at the @@ -9587,7 +9599,7 @@ File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: C insert key sequences like ‘C-q’, for example. ‘self-insert (a, b, A, 1, !, ...)’ - Insert yourself. + Insert the character typed. ‘bracketed-paste-begin ()’ This function is intended to be bound to the "bracketed paste" @@ -9599,9 +9611,7 @@ File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: C commands. Bracketed paste sets the region (the characters between point and - the mark) to the inserted text. It uses the concept of an _active - mark_: when the mark is active, Readline redisplay uses the - terminal's standout mode to denote the region. + the mark) to the inserted text. It sets the _active region_. ‘transpose-chars (C-t)’ Drag the character before the cursor forward over the character at @@ -9655,14 +9665,14 @@ File: bash.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: C ------------------------- ‘kill-line (C-k)’ - Kill the text from point to the end of the line. With a negative - numeric argument, kill backward from the cursor to the beginning of - the current line. + Kill the text from point to the end of the current line. With a + negative numeric argument, kill backward from the cursor to the + beginning of the line. ‘backward-kill-line (C-x Rubout)’ Kill backward from the cursor to the beginning of the current line. With a negative numeric argument, kill forward from the cursor to - the end of the current line. + the end of the line. ‘unix-line-discard (C-u)’ Kill backward from the cursor to the beginning of the current line. @@ -9690,12 +9700,12 @@ File: bash.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: C ‘shell-backward-word’. ‘unix-word-rubout (C-w)’ - Kill the word behind point, using white space as a word boundary. - The killed text is saved on the kill-ring. + Kill the word behind point, using white space as a word boundary, + saving the killed text on the kill-ring. ‘unix-filename-rubout ()’ Kill the word behind point, using white space and the slash - character as the word boundaries. The killed text is saved on the + character as the word boundaries, saving the killed text on the kill-ring. ‘delete-horizontal-space ()’ @@ -9759,11 +9769,13 @@ File: bash.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: ‘complete ()’ Attempt to perform completion on the text before point. The actual completion performed is application-specific. Bash attempts - completion treating the text as a variable (if the text begins with - ‘$’), username (if the text begins with ‘~’), hostname (if the text - begins with ‘@’), or command (including aliases and functions) in - turn. If none of these produces a match, filename completion is - attempted. + completion by first checking for any programmable completions for + the command word (*note Programmable Completion::), otherwise + treating the text as a variable (if the text begins with ‘$’), + username (if the text begins with ‘~’), hostname (if the text + begins with ‘@’), or command (including aliases, functions, and + builtins) in turn. If none of these produces a match, it falls + back to filename completion. ‘possible-completions (M-?)’ List the possible completions of the text before point. When @@ -9774,28 +9786,27 @@ File: bash.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: ‘insert-completions (M-*)’ Insert all completions of the text before point that would have - been generated by ‘possible-completions’. + been generated by ‘possible-completions’, separated by a space. ‘menu-complete ()’ Similar to ‘complete’, but replaces the word to be completed with a - single match from the list of possible completions. Repeated - execution of ‘menu-complete’ steps through the list of possible + single match from the list of possible completions. Repeatedly + executing ‘menu-complete’ steps through the list of possible completions, inserting each match in turn. At the end of the list - of completions, the bell is rung (subject to the setting of - ‘bell-style’) and the original text is restored. An argument of N - moves N positions forward in the list of matches; a negative - argument may be used to move backward through the list. This - command is intended to be bound to , but is unbound by - default. + of completions, ‘menu-complete’ rings the bell (subject to the + setting of ‘bell-style’) and restores the original text. An + argument of N moves N positions forward in the list of matches; a + negative argument moves backward through the list. This command is + intended to be bound to , but is unbound by default. ‘menu-complete-backward ()’ Identical to ‘menu-complete’, but moves backward through the list of possible completions, as if ‘menu-complete’ had been given a - negative argument. + negative argument. This command is unbound by default. ‘delete-char-or-list ()’ Deletes the character under the cursor if not at the beginning or - end of the line (like ‘delete-char’). If at the end of the line, + end of the line (like ‘delete-char’). At the end of the line, it behaves identically to ‘possible-completions’. This command is unbound by default. @@ -9842,8 +9853,7 @@ File: bash.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: ‘dynamic-complete-history (M-)’ Attempt completion on the text before point, comparing the text - against lines from the history list for possible completion - matches. + against history list entries for possible completion matches. ‘dabbrev-expand ()’ Attempt menu completion on the text before point, comparing the @@ -9896,59 +9906,56 @@ File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bin behavior is undefined if X is already lower case. ‘prefix-meta ()’ - Metafy the next character typed. This is for keyboards without a - meta key. Typing ‘ f’ is equivalent to typing ‘M-f’. + Metafy the next character typed. Typing ‘ f’ is equivalent to + typing ‘M-f’. ‘undo (C-_ or C-x C-u)’ Incremental undo, separately remembered for each line. ‘revert-line (M-r)’ Undo all changes made to this line. This is like executing the - ‘undo’ command enough times to get back to the beginning. + ‘undo’ command enough times to get back to the initial state. ‘tilde-expand (M-&)’ Perform tilde expansion on the current word. ‘set-mark (C-@)’ - Set the mark to the point. If a numeric argument is supplied, the - mark is set to that position. + Set the mark to the point. If a numeric argument is supplied, set + the mark to that position. ‘exchange-point-and-mark (C-x C-x)’ - Swap the point with the mark. The current cursor position is set - to the saved position, and the old cursor position is saved as the - mark. + Swap the point with the mark. Set the current cursor position to + the saved position, then set the mark to the old cursor position. ‘character-search (C-])’ - A character is read and point is moved to the next occurrence of - that character. A negative argument searches for previous - occurrences. + Read a character and move point to the next occurrence of that + character. A negative argument searches for previous occurrences. ‘character-search-backward (M-C-])’ - A character is read and point is moved to the previous occurrence - of that character. A negative argument searches for subsequent + Read a character and move point to the previous occurrence of that + character. A negative argument searches for subsequent occurrences. ‘skip-csi-sequence ()’ Read enough characters to consume a multi-key sequence such as - those defined for keys like Home and End. Such sequences begin - with a Control Sequence Indicator (CSI), usually ESC-[. If this - sequence is bound to "\e[", keys producing such sequences will have + those defined for keys like Home and End. CSI sequences begin with + a Control Sequence Indicator (CSI), usually ESC-[. If this + sequence is bound to "\e[", keys producing CSI sequences will have no effect unless explicitly bound to a Readline command, instead of inserting stray characters into the editing buffer. This is unbound by default, but usually bound to ESC-[. ‘insert-comment (M-#)’ - Without a numeric argument, the value of the ‘comment-begin’ - variable is inserted at the beginning of the current line. If a - numeric argument is supplied, this command acts as a toggle: if the + Without a numeric argument, insert the value of the ‘comment-begin’ + variable at the beginning of the current line. If a numeric + argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value of - ‘comment-begin’, the value is inserted, otherwise the characters in - ‘comment-begin’ are deleted from the beginning of the line. In - either case, the line is accepted as if a newline had been typed. - The default value of ‘comment-begin’ causes this command to make - the current line a shell comment. If a numeric argument causes the - comment character to be removed, the line will be executed by the - shell. + ‘comment-begin’, insert the value; otherwise delete the characters + in ‘comment-begin’ from the beginning of the line. In either case, + the line is accepted as if a newline had been typed. The default + value of ‘comment-begin’ causes this command to make the current + line a shell comment. If a numeric argument causes the comment + character to be removed, the line will be executed by the shell. ‘dump-functions ()’ Print all of the functions and their key bindings to the Readline @@ -9964,9 +9971,17 @@ File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bin ‘dump-macros ()’ Print all of the Readline key sequences bound to macros and the - strings they output. If a numeric argument is supplied, the output - is formatted in such a way that it can be made part of an INPUTRC - file. This command is unbound by default. + strings they output to the Readline output stream. If a numeric + argument is supplied, the output is formatted in such a way that it + can be made part of an INPUTRC file. This command is unbound by + default. + +‘execute-named-command (M-x)’ + Read a bindable readline command name from the input and execute + the function to which it's bound, as if the key sequence to which + it was bound appeared in the input. If this function is supplied + with a numeric argument, it passes that argument to the function it + executes. ‘spell-correct-word (C-x s)’ Perform spelling correction on the current word, treating it as a @@ -9975,25 +9990,20 @@ File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bin ‘shell-forward-word’. ‘glob-complete-word (M-g)’ - The word before point is treated as a pattern for pathname - expansion, with an asterisk implicitly appended. This pattern is - used to generate a list of matching file names for possible - completions. + Treat the word before point as a pattern for pathname expansion, + with an asterisk implicitly appended, then use the pattern to + generate a list of matching file names for possible completions. ‘glob-expand-word (C-x *)’ - The word before point is treated as a pattern for pathname - expansion, and the list of matching file names is inserted, - replacing the word. If a numeric argument is supplied, a ‘*’ is - appended before pathname expansion. - -‘glob-list-expansions (C-x g)’ - The list of expansions that would have been generated by - ‘glob-expand-word’ is displayed, and the line is redrawn. If a - numeric argument is supplied, a ‘*’ is appended before pathname + Treat the word before point as a pattern for pathname expansion, + and insert the list of matching file names, replacing the word. If + a numeric argument is supplied, append a ‘*’ before pathname expansion. -‘display-shell-version (C-x C-v)’ - Display version information about the current instance of Bash. +‘glob-list-expansions (C-x g)’ + Display the list of expansions that would have been generated by + ‘glob-expand-word’, and redisplay the line. If a numeric argument + is supplied, append a ‘*’ before pathname expansion. ‘shell-expand-line (M-C-e)’ Expand the line by performing shell word expansions. This performs @@ -10023,12 +10033,8 @@ File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bin result as shell commands. Bash attempts to invoke ‘$VISUAL’, ‘$EDITOR’, and ‘emacs’ as the editor, in that order. -‘execute-named-command (M-x)’ - Read a bindable readline command name from the input and execute - the function to which it's bound, as if the key sequence to which - it was bound appeared in the input. If this function is supplied - with a numeric argument, it passes that argument to the function it - executes. +‘display-shell-version (C-x C-v)’ + Display version information about the current instance of Bash.  File: bash.info, Node: Readline vi Mode, Next: Programmable Completion, Prev: Bindable Readline Commands, Up: Command Line Editing @@ -10038,11 +10044,12 @@ File: bash.info, Node: Readline vi Mode, Next: Programmable Completion, Prev: While the Readline library does not have a full set of ‘vi’ editing functions, it does contain enough to allow simple editing of the line. -The Readline ‘vi’ mode behaves as specified in the POSIX standard. +The Readline ‘vi’ mode behaves as specified in the ‘sh’ description in +the POSIX standard. - In order to switch interactively between ‘emacs’ and ‘vi’ editing -modes, use the ‘set -o emacs’ and ‘set -o vi’ commands (*note The Set -Builtin::). The Readline default is ‘emacs’ mode. + You can use the ‘set -o emacs’ and ‘set -o vi’ commands (*note The +Set Builtin::) to switch interactively between ‘emacs’ and ‘vi’ editing +modes, The Readline default is ‘emacs’ mode. When you enter a line in ‘vi’ mode, you are already placed in 'insertion' mode, as if you had typed an ‘i’. Pressing switches @@ -10057,64 +10064,65 @@ File: bash.info, Node: Programmable Completion, Next: Programmable Completion =========================== When the user attempts word completion for an argument to a command for -which a completion specification (a COMPSPEC) has been defined using the -‘complete’ builtin (*note Programmable Completion Builtins::), +which a completion specification (a “compspec”) has been defined using +the ‘complete’ builtin (*note Programmable Completion Builtins::), \fBreadline\fP invokes the programmable completion facilities. - First, the command name is identified. If a compspec has been + First, Bash identifies the command name. If a compspec has been defined for that command, the compspec is used to generate the list of possible completions for the word. If the command word is the empty -string (completion attempted at the beginning of an empty line), any -compspec defined with the ‘-E’ option to ‘complete’ is used. If the -command word is a full pathname, a compspec for the full pathname is -searched for first. If no compspec is found for the full pathname, -completion attempts to find a compspec for the portion following the -final slash. If those searches do not result in a compspec, any -compspec defined with the ‘-D’ option to ‘complete’ is used as the -default. If there is no default compspec, Bash attempts alias expansion -on the command word as a final resort, and attempts to find a compspec -for the command word from any successful expansion. - - Once a compspec has been found, it is used to generate the list of -matching words. If a compspec is not found, the default Bash completion -described above (*note Commands For Completion::) is performed. - - First, the actions specified by the compspec are used. Only matches -which are prefixed by the word being completed are returned. When the -‘-f’ or ‘-d’ option is used for filename or directory name completion, -the shell variable ‘FIGNORE’ is used to filter the matches. *Note Bash -Variables::, for a description of ‘FIGNORE’. +string (completion attempted at the beginning of an empty line), Bash +uses any compspec defined with the ‘-E’ option to ‘complete’. If the +command word is a full pathname, Bash searches for a compspec for the +full pathname first. If there is no compspec for the full pathname, +Bash attempts to find a compspec for the portion following the final +slash. If those searches do not result in a compspec, any compspec +defined with the ‘-D’ option to ‘complete’ is used as the default. If +there is no default compspec, Bash attempts alias expansion on the +command word as a final resort, and attempts to find a compspec for the +command word from any successful expansion. + + If a compspec is not found, Bash performs its default completion +described above (*note Commands For Completion::). Otherwise, once a +compspec has been found, Bash uses it to generate the list of matching +words. + + First, Bash performs the ACTIONS specified by the compspec. Only +matches which are prefixed by the word being completed are returned. +When the ‘-f’ or ‘-d’ option is used for filename or directory name +completion, Bash uses shell the variable ‘FIGNORE’ to filter the +matches. *Note Bash Variables::, for a description of ‘FIGNORE’. Any completions specified by a filename expansion pattern to the ‘-G’ option are generated next. The words generated by the pattern need not -match the word being completed. The ‘GLOBIGNORE’ shell variable is not -used to filter the matches, but the ‘FIGNORE’ shell variable is used. - - Next, the string specified as the argument to the ‘-W’ option is -considered. The string is first split using the characters in the ‘IFS’ -special variable as delimiters. Shell quoting is honored within the -string, in order to provide a mechanism for the words to contain shell -metacharacters or characters in the value of ‘IFS’. Each word is then -expanded using brace expansion, tilde expansion, parameter and variable -expansion, command substitution, and arithmetic expansion, as described -above (*note Shell Expansions::). The results are split using the rules -described above (*note Word Splitting::). The results of the expansion -are prefix-matched against the word being completed, and the matching -words become the possible completions. - - After these matches have been generated, any shell function or -command specified with the ‘-F’ and ‘-C’ options is invoked. When the -command or function is invoked, the ‘COMP_LINE’, ‘COMP_POINT’, -‘COMP_KEY’, and ‘COMP_TYPE’ variables are assigned values as described -above (*note Bash Variables::). If a shell function is being invoked, -the ‘COMP_WORDS’ and ‘COMP_CWORD’ variables are also set. When the -function or command is invoked, the first argument ($1) is the name of -the command whose arguments are being completed, the second argument -($2) is the word being completed, and the third argument ($3) is the -word preceding the word being completed on the current command line. No -filtering of the generated completions against the word being completed -is performed; the function or command has complete freedom in generating -the matches. +match the word being completed. Bash uses the ‘FIGNORE’ variable to +filter the matches, but does not use the ‘GLOBIGNORE’ shell variable. + + Next, completion considers the string specified as the argument to +the ‘-W’ option. The string is first split using the characters in the +‘IFS’ special variable as delimiters. Shell quoting is honored within +the string, in order to provide a mechanism for the words to contain +shell metacharacters or characters in the value of ‘IFS’. Each word is +then expanded using brace expansion, tilde expansion, parameter and +variable expansion, command substitution, and arithmetic expansion, as +described above (*note Shell Expansions::). The results are split using +the rules described above (*note Word Splitting::). The results of the +expansion are prefix-matched against the word being completed, and the +matching words become possible completions. + + After these matches have been generated, Bash executes any shell +function or command any shell function or command specified with the +‘-F’ and ‘-C’ options. When the command or function is invoked, the +‘COMP_LINE’, ‘COMP_POINT’, ‘COMP_KEY’, and ‘COMP_TYPE’ variables are +assigned values as described above (*note Bash Variables::). If a shell +function is being invoked, the ‘COMP_WORDS’ and ‘COMP_CWORD’ variables +are also set. When the function or command is invoked, the first +argument ($1) is the name of the command whose arguments are being +completed, the second argument ($2) is the word being completed, and the +third argument ($3) is the word preceding the word being completed on +the current command line. There is no filtering of the generated +completions against the word being completed; the function or command +has complete freedom in generating the matches. Any function specified with ‘-F’ is invoked first. The function may use any of the shell facilities, including the ‘compgen’ and ‘compopt’ @@ -10146,21 +10154,21 @@ is returned to Readline as the list of possible completions. If the previously-applied actions do not generate any matches, and the ‘-o dirnames’ option was supplied to ‘complete’ when the compspec -was defined, directory name completion is attempted. +was defined, Bash attempts directory name completion. If the ‘-o plusdirs’ option was supplied to ‘complete’ when the -compspec was defined, directory name completion is attempted and any -matches are added to the results of the other actions. +compspec was defined, Bash attempts directory name completion and adds +any matches to the set of possible completions. By default, if a compspec is found, whatever it generates is returned to the completion code as the full set of possible completions. The default Bash completions and the Readline default of filename completion are disabled. If the ‘-o bashdefault’ option was supplied to ‘complete’ -when the compspec was defined, if the compspec generates no matches, the -default Bash completions are attempted. If the ‘-o default’ option was -supplied to ‘complete’ when the compspec was defined, Readline's default -completion will be performed if the compspec (and, if attempted, the -default Bash completions) generate no matches. +when the compspec was defined, if the compspec generates no matches, +Bash attempts its default completions. If the ‘-o default’ option was +supplied to ‘complete’ when the compspec was defined, programmable +completion will perform Readline's default completion if the compspec +(and, if attempted, the default Bash completions) generate no matches. When a compspec indicates that directory name completion is desired, the programmable completion functions force Readline to append a slash @@ -10171,7 +10179,7 @@ setting of the MARK-SYMLINKED-DIRECTORIES Readline variable. There is some support for dynamically modifying completions. This is most useful when used in combination with a default completion specified with ‘-D’. It's possible for shell functions executed as completion -handlers to indicate that completion should be retried by returning an +functions to indicate that completion should be retried by returning an exit status of 124. If a shell function returns 124, and changes the compspec associated with the command on which completion is being attempted (supplied as the first argument when the function is @@ -10232,18 +10240,21 @@ happening. [-X FILTERPAT] [-P PREFIX] [-S SUFFIX] NAME [NAME ...] complete -pr [-DEI] [NAME ...] - Specify how arguments to each NAME should be completed. If the - ‘-p’ option is supplied, or if no options or NAMEs are supplied, - existing completion specifications are printed in a way that allows - them to be reused as input. The ‘-r’ option removes a completion - specification for each NAME, or, if no NAMEs are supplied, all - completion specifications. The ‘-D’ option indicates that other - supplied options and actions should apply to the "default" command - completion; that is, completion attempted on a command for which no - completion has previously been defined. The ‘-E’ option indicates - that other supplied options and actions should apply to "empty" - command completion; that is, completion attempted on a blank line. - The ‘-I’ option indicates that other supplied options and actions + Specify how arguments to each NAME should be completed. + + If the ‘-p’ option is supplied, or if no options or NAMEs are + supplied, print existing completion specifications in a way that + allows them to be reused as input. The ‘-r’ option removes a + completion specification for each NAME, or, if no NAMEs are + supplied, all completion specifications. + + The ‘-D’ option indicates that other supplied options and actions + should apply to the "default" command completion; that is, + completion attempted on a command for which no completion has + previously been defined. The ‘-E’ option indicates that other + supplied options and actions should apply to "empty" command + completion; that is, completion attempted on a blank line. The + ‘-I’ option indicates that other supplied options and actions should apply to completion on the initial non-assignment word on the line, or after a command delimiter such as ‘;’ or ‘|’, which is usually command name completion. If multiple options are supplied, @@ -10280,7 +10291,7 @@ happening. ‘filenames’ Tell Readline that the compspec generates filenames, so - it can perform any filename-specific processing (like + it can perform any filename-specific processing (such as adding a slash to directory names, quoting special characters, or suppressing trailing spaces). This option is intended to be used with shell functions specified @@ -10303,7 +10314,7 @@ happening. words completed at the end of the line. ‘plusdirs’ - After any matches defined by the compspec are generated, + After generating any matches defined by the compspec, attempt directory name completion and add any matches to the results of the other actions. @@ -10399,13 +10410,14 @@ happening. ‘-F FUNCTION’ The shell function FUNCTION is executed in the current shell - environment. When it is executed, $1 is the name of the - command whose arguments are being completed, $2 is the word - being completed, and $3 is the word preceding the word being + environment. When it is executed, the first argument ($1) is + the name of the command whose arguments are being completed, + the second argument ($2) is the word being completed, and the + third argument ($3) is the word preceding the word being completed, as described above (*note Programmable - Completion::). When ‘function’ finishes, the possible - completions are retrieved from the value of the ‘COMPREPLY’ - array variable. + Completion::). When ‘function’ finishes, programmable + completion retrieves the possible completions from the value + of the ‘COMPREPLY’ array variable. ‘-G GLOBPAT’ Expand the filename expansion pattern GLOBPAT to generate the @@ -10420,13 +10432,13 @@ happening. options have been applied. ‘-W WORDLIST’ - The WORDLIST is split using the characters in the ‘IFS’ - special variable as delimiters, and each resulting word is - expanded. Shell quoting is honored within WORDLIST in order - to provide a mechanism for the words to contain shell - metacharacters or characters in the value of ‘IFS’. The - possible completions are the members of the resultant list - which match the word being completed. + Split the WORDLIST using the characters in the ‘IFS’ special + variable as delimiters, and expand each resulting word. Shell + quoting is honored within WORDLIST in order to provide a + mechanism for the words to contain shell metacharacters or + characters in the value of ‘IFS’. The possible completions + are the members of the resultant list which match a prefix of + the word being completed. ‘-X FILTERPAT’ FILTERPAT is a pattern as used for filename expansion. It is @@ -10448,16 +10460,14 @@ happening. or for the currently-executing completion if no NAMEs are supplied. If no OPTIONs are given, display the completion options for each NAME or the current completion. The possible values of OPTION are - those valid for the ‘complete’ builtin described above. The ‘-D’ - option indicates that other supplied options should apply to the - "default" command completion; that is, completion attempted on a - command for which no completion has previously been defined. The - ‘-E’ option indicates that other supplied options should apply to - "empty" command completion; that is, completion attempted on a - blank line. The ‘-I’ option indicates that other supplied options - should apply to completion on the initial non-assignment word on - the line, or after a command delimiter such as ‘;’ or ‘|’, which is - usually command name completion. + those valid for the ‘complete’ builtin described above. + + The ‘-D’ option indicates that other supplied options should apply + to the "default" command completion; the ‘-E’ option indicates that + other supplied options should apply to "empty" command completion; + and the ‘-I’ option indicates that other supplied options should + apply to completion on the initial word on the line. These are + determined in the same way as the \fBcomplete\fP builtin. If multiple options are supplied, the ‘-D’ option takes precedence over ‘-E’, and both take precedence over ‘-I’ @@ -10607,17 +10617,17 @@ File: bash.info, Node: Bash History Facilities, Next: Bash History Builtins, When the ‘-o history’ option to the ‘set’ builtin is enabled (*note The Set Builtin::), the shell provides access to the “command history”, the list of commands previously typed. The value of the ‘HISTSIZE’ shell -variable is used as the number of commands to save in a history list. -The text of the last ‘$HISTSIZE’ commands (default 500) is saved. The -shell stores each command in the history list prior to parameter and +variable is used as the number of commands to save in a history list: +the shell saves the text of the last ‘$HISTSIZE’ commands (default 500). +The shell stores each command in the history list prior to parameter and variable expansion but after history expansion is performed, subject to the values of the shell variables ‘HISTIGNORE’ and ‘HISTCONTROL’. When the shell starts up, Bash initializes the history list by reading history entries from the file named by the ‘HISTFILE’ variable (default ‘~/.bash_history’). This is referred to as the “history file”. -That file is truncated, if necessary, to contain no more than the number -of history entries specified by the value of the ‘HISTFILESIZE’ +The history file is truncated, if necessary, to contain no more than the +number of history entries specified by the value of the ‘HISTFILESIZE’ variable. If ‘HISTFILESIZE’ is unset, or set to null, a non-numeric value, or a numeric value less than zero, the history file is not truncated. @@ -10632,17 +10642,16 @@ delimit history entries, making multi-line entries possible. When a shell with history enabled exits, Bash copies the last ‘$HISTSIZE’ entries from the history list to the file named by ‘$HISTFILE’. If the ‘histappend’ shell option is set (*note Bash -Builtins::), Bash appends the entries to the history file, otherwise the -history file is overwritten. If ‘HISTFILE’ is unset or null, or if the +Builtins::), Bash appends the entries to the history file, otherwise it +overwrites the history file. If ‘HISTFILE’ is unset or null, or if the history file is unwritable, the history is not saved. After saving the history, Bash truncates the history file to contain no more than -‘$HISTFILESIZE’ lines. If ‘HISTFILESIZE’ is unset, or set to null, a -non-numeric value, or a numeric value less than zero, the history file -is not truncated. +‘$HISTFILESIZE’ lines as described above. - If the ‘HISTTIMEFORMAT’ is set, the time stamp information associated -with each history entry is written to the history file, marked with the -history comment character. When the history file is read, lines + If the ‘HISTTIMEFORMAT’ variable is set, the shell writes the +timestamp information associated with each history entry to the history +file, marked with the history comment character, so timestamps are +preserved across shell sessions. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted as timestamps for the following history entry. As above, when using ‘HISTTIMEFORMAT’, the timestamps delimit multi-line @@ -10656,13 +10665,13 @@ access to the history list (*note Commands For History::). The shell allows control over which commands are saved on the history list. The ‘HISTCONTROL’ and ‘HISTIGNORE’ variables are used to save -only a subset of the commands entered. The ‘cmdhist’ shell option, if -enabled, causes the shell to attempt to save each line of a multi-line -command in the same history entry, adding semicolons where necessary to -preserve syntactic correctness. The ‘lithist’ shell option modifies -‘cmdhist’ by saving the command with embedded newlines instead of -semicolons. The ‘shopt’ builtin is used to set these options. *Note -The Shopt Builtin::, for a description of ‘shopt’. +only a subset of the commands entered. If the ‘cmdhist’ shell option is +enabled, the shell attempts to save each line of a multi-line command in +the same history entry, adding semicolons where necessary to preserve +syntactic correctness. The ‘lithist’ shell option modifies ‘cmdhist’ by +saving the command with embedded newlines instead of semicolons. The +‘shopt’ builtin is used to set these options. *Note The Shopt +Builtin::, for a description of ‘shopt’.  File: bash.info, Node: Bash History Builtins, Next: History Interaction, Prev: Bash History Facilities, Up: Using History Interactively @@ -10688,9 +10697,9 @@ history file. equivalent to the current command (usually the ‘fc’ command); otherwise 0 is equivalent to -1 and -0 is invalid. - If LAST is not specified, it is set to FIRST. If FIRST is not - specified, it is set to the previous command for editing and −16 - for listing. + If LAST is not specified, it is set to the current command for + listing and to FIRST otherwise. If FIRST is not specified, it is + set to the previous command for editing and −16 for listing. If the ‘-l’ flag is supplied, the commands are listed on standard output. The ‘-n’ flag suppresses the command numbers when listing. @@ -10765,10 +10774,10 @@ history file. session, but not already appended to the history file. ‘-n’ - Append the history lines not already read from the history - file to the current history list. These are lines appended to - the history file since the beginning of the current Bash - session. + Read the history lines not already read from the history file + and add them to the current history list. These are lines + appended to the history file since the beginning of the + current Bash session. ‘-r’ Read the history file and append its contents to the history @@ -10776,7 +10785,7 @@ history file. ‘-w’ Write the current history list to the history file, - overwriting it. + overwriting the history file. ‘-p’ Perform history substitution on the ARGs and display the @@ -10795,10 +10804,10 @@ history file. If the ‘HISTTIMEFORMAT’ variable is set, ‘history’ writes the time stamp information associated with each history entry to the history - file, marked with the history comment character. When the history - file is read, lines beginning with the history comment character - followed immediately by a digit are interpreted as timestamps for - the following history entry. + file, marked with the history comment character as described above. + When the history file is read, lines beginning with the history + comment character followed immediately by a digit are interpreted + as timestamps for the following history entry. The return value is 0 unless an invalid option is encountered, an error occurs while reading or writing the history file, an invalid @@ -10837,12 +10846,13 @@ substitution. The second is to select portions of that entry to include into the current one. The entry selected from the history is called the “event”, and the -portions of that entry that are acted upon are called “words”. The -history entry is broken into words in the same fashion that Bash does, -so that several words surrounded by quotes are considered one word. The -“event designator” selects the event, the optional “word designator” -selects words from the event, and various optional “modifiers” are -available to manipulate the selected words. +portions of that entry that are acted upon are “words”. Various +“modifiers” are available to manipulate the selected words. The entry +is split into words in the same fashion that Bash does when reading +input, so that several words surrounded by quotes are considered one +word. The “event designator” selects the event, the optional “word +designator” selects words from the event, and various optional +“modifiers” are available to manipulate the selected words. History expansions are introduced by the appearance of the history expansion character, which is ‘!’ by default. History expansions may @@ -10867,12 +10877,12 @@ space, tab, newline, carriage return, ‘=’, and the other shell metacharacters. There is a special abbreviation for substitution, active when the -QUICK SUBSTITUTION character (default ‘^’) is the first character on the -line. It selects the previous history entry, using an event designator -equivalent to ‘!!’, and substitutes one string for another in that -entry. It is described below (*note Event Designators::). This is the -only history expansion that does not begin with the history expansion -character. +QUICK SUBSTITUTION character (described above under ‘histchars’) is the +first character on the line. It selects the previous history list +entry, using an event designator equivalent to ‘!!’, and substitutes one +string for another in that entry. It is described below (*note Event +Designators::). This is the only history expansion that does not begin +with the history expansion character. Several shell options settable with the ‘shopt’ builtin (*note The Shopt Builtin::) will modify history expansion behavior If the @@ -10906,12 +10916,11 @@ File: bash.info, Node: Event Designators, Next: Word Designators, Up: History 9.3.1 Event Designators ----------------------- -An event designator is a reference to an entry in the history list. -Unless the reference is absolute, events are relative to the current -position in the history list. The event designator consists of the -portion of the word beginning with the history expansion character, and -ending with the word designator if one is present, or the end of the -word. +An event designator is a reference to an entry in the history list. The +event designator consists of the portion of the word beginning with the +history expansion character, and ending with the word designator if one +is present, or the end of the word. Unless the reference is absolute, +events are relative to the current position in the history list. ‘!’ Start a history substitution, except when followed by a space, tab, @@ -10922,10 +10931,10 @@ word. Refer to history list entry N. ‘!-N’ - Refer to the history entry N entries back. + Refer to the history entry minus N. ‘!!’ - Refer to the previous command. This is a synonym for ‘!-1’. + Refer to the previous entry. This is a synonym for ‘!-1’. ‘!STRING’ Refer to the most recent command preceding the current position in @@ -10977,7 +10986,8 @@ spaces. Here are the word designators: ‘0 (zero)’ - The ‘0’th word. For many applications, this is the command word. + The ‘0’th word. For the shell, and many other, applications, this + is the command word. ‘N’ The Nth word. @@ -10986,8 +10996,8 @@ spaces. The first argument: word 1. ‘$’ - The last argument. This is usually the last argument, but will - expand to the zeroth word if there is only one word in the line. + The last word. This is usually the last argument, but will expand + to the zeroth word if there is only one word in the line. ‘%’ The first word matched by the most recent ‘?STRING?’ search, if the @@ -11002,7 +11012,7 @@ spaces. ‘*’ All of the words, except the ‘0’th. This is a synonym for ‘1-$’. It is not an error to use ‘*’ if there is just one word in the - event; it expands to the empty string in this case. + event; it expands to the empty string in that case. ‘X*’ Abbreviates ‘X-$’. @@ -11025,10 +11035,10 @@ more of the following modifiers, each preceded by a ‘:’. These modify, or edit, the word or words selected from the history event. ‘h’ - Remove a trailing pathname component, leaving only the head. + Remove a trailing filename component, leaving only the head. ‘t’ - Remove all leading pathname components, leaving the tail. + Remove all leading filename components, leaving the tail. ‘r’ Remove a trailing suffix of the form ‘.SUFFIX’, leaving the @@ -11064,8 +11074,8 @@ or edit, the word or words selected from the history event. ‘g’ ‘a’ - Cause changes to be applied over the entire event line. Used in - conjunction with ‘s’, as in ‘gs/OLD/NEW/’, or with ‘&’. + Cause changes to be applied over the entire event line. This is + used in conjunction with ‘s’, as in ‘gs/OLD/NEW/’, or with ‘&’. ‘G’ Apply the following ‘s’ or ‘&’ modifier once to each word in the @@ -11672,12 +11682,12 @@ Appendix B Major Differences From The Bourne Shell Bash implements essentially the same grammar, parameter and variable expansion, redirection, and quoting as the Bourne Shell. Bash uses the POSIX standard as the specification of how these features are to be -implemented. There are some differences between the traditional Bourne -shell and Bash; this section quickly details the differences of -significance. A number of these differences are explained in greater -depth in previous sections. This section uses the version of ‘sh’ -included in SVR4.2 (the last version of the historical Bourne shell) as -the baseline reference. +implemented and how they should behave. There are some differences +between the traditional Bourne shell and Bash; this section quickly +details the differences of significance. A number of these differences +are explained in greater depth in previous sections. This section uses +the version of ‘sh’ included in SVR4.2 (the last version of the +historical Bourne shell) as the baseline reference. • Bash is POSIX-conformant, even where the POSIX specification differs from traditional ‘sh’ behavior (*note Bash POSIX Mode::). @@ -11685,6 +11695,9 @@ the baseline reference. • Bash has multi-character invocation options (*note Invoking Bash::). + • The Bash restricted mode is more useful (*note The Restricted + Shell::); the SVR4.2 shell restricted mode is too limited. + • Bash has command-line editing (*note Command Line Editing::) and the ‘bind’ builtin. @@ -11692,6 +11705,15 @@ the baseline reference. Programmable Completion::), and builtin commands ‘complete’, ‘compgen’, and ‘compopt’, to manipulate it. + • Bash decodes a number of backslash-escape sequences in the prompt + string variables (‘PS0’, ‘PS1’, ‘PS2’, and ‘PS4’) (*note + Controlling the Prompt::). + + • Bash expands and displays the ‘PS0’ prompt string variable. + + • Bash runs commands from the ‘PROMPT_COMMAND’ array variable before + issuing each primary prompt. + • Bash has command history (*note Bash History Facilities::) and the ‘history’ and ‘fc’ builtins to manipulate it. The Bash history list maintains timestamp information and uses the value of the @@ -11700,31 +11722,35 @@ the baseline reference. • Bash implements ‘csh’-like history expansion (*note History Interaction::). - • Bash has one-dimensional array variables (*note Arrays::), and the - appropriate variable expansions and assignment syntax to use them. - Several of the Bash builtins take options to act on arrays. Bash - provides a number of built-in array variables. - - • The ‘$'...'’ quoting syntax, which expands ANSI-C backslash-escaped - characters in the text between the single quotes, is supported + • Bash supports the ‘$'...'’ quoting syntax, which expands ANSI-C + backslash-escaped characters in the text between the single quotes (*note ANSI-C Quoting::). - • Bash supports the ‘$"..."’ quoting syntax to do locale-specific - translation of the characters between the double quotes. The ‘-D’, - ‘--dump-strings’, and ‘--dump-po-strings’ invocation options list - the translatable strings found in a script (*note Locale - Translation::). + • Bash supports the ‘$"..."’ quoting syntax and performs + locale-specific translation of the characters between the double + quotes. The ‘-D’, ‘--dump-strings’, and ‘--dump-po-strings’ + invocation options list the translatable strings found in a script + (*note Locale Translation::). + + • Bash includes brace expansion (*note Brace Expansion::) and tilde + expansion (*note Tilde Expansion::). + + • Bash implements command aliases and the ‘alias’ and ‘unalias’ + builtins (*note Aliases::). • Bash implements the ‘!’ keyword to negate the return value of a - pipeline (*note Pipelines::). Very useful when an ‘if’ statement - needs to act only if a test fails. The Bash ‘-o pipefail’ option - to ‘set’ will cause a pipeline to return a failure status if any - command fails. + pipeline (*note Pipelines::). This is very useful when an ‘if’ + statement needs to act only if a test fails. The Bash ‘-o + pipefail’ option to ‘set’ will cause a pipeline to return a failure + status if any command fails (*note The Set Builtin::). • Bash has the ‘time’ reserved word and command timing (*note Pipelines::). The display of the timing statistics may be controlled with the ‘TIMEFORMAT’ variable. + • Bash provides coprocesses and the ‘coproc’ reserved word (*note + Coprocesses::). + • Bash implements the ‘for (( EXPR1 ; EXPR2 ; EXPR3 ))’ arithmetic for command, similar to the C language (*note Looping Constructs::). @@ -11737,25 +11763,31 @@ the baseline reference. including optional regular expression matching. • Bash provides optional case-insensitive matching for the ‘case’ and - ‘[[’ constructs. - - • Bash includes brace expansion (*note Brace Expansion::) and tilde - expansion (*note Tilde Expansion::). + ‘[[’ constructs (*note Conditional Constructs::). - • Bash implements command aliases and the ‘alias’ and ‘unalias’ - builtins (*note Aliases::). + • Bash provides additional ‘case’ statement action list terminators: + ‘;&’ and ‘;;&’ (*note Conditional Constructs::). • Bash provides shell arithmetic, the ‘((’ compound command (*note - Conditional Constructs::), and arithmetic expansion (*note Shell - Arithmetic::). + Conditional Constructs::), the ‘let’ builtin, and arithmetic + expansion (*note Shell Arithmetic::). + + • Bash has one-dimensional array variables (*note Arrays::), and the + appropriate variable expansions and assignment syntax to use them. + Several of the Bash builtins take options to act on arrays. Bash + provides a number of built-in array variables. • Variables present in the shell's initial environment are - automatically exported to child processes. The Bourne shell does - not normally do this unless the variables are explicitly marked - using the ‘export’ command. + automatically exported to child processes (*note Command Execution + Environment::). The Bourne shell does not normally do this unless + the variables are explicitly marked using the ‘export’ command. + + • Bash can expand positional parameters beyond ‘$9’ using ‘${NUM}’ + (*note Shell Parameter Expansion::). • Bash supports the ‘+=’ assignment operator, which appends to the - value of the variable named on the left hand side. + value of the variable named on the left hand side (*note Shell + Parameters::). • Bash includes the POSIX pattern removal ‘%’, ‘#’, ‘%%’ and ‘##’ expansions to remove leading or trailing substrings from variable @@ -11781,18 +11813,17 @@ the baseline reference. Parameter Expansion::) and implements the ‘nameref’ variable attribute for automatic indirect variable expansion. - • Bash can expand positional parameters beyond ‘$9’ using ‘${NUM}’. - • Bash includes a set of parameter transformation word expansions of - the form ‘${var@X}’, where ‘X’ specifies the transformation. + the form ‘${var@X}’, where ‘X’ specifies the transformation (*note + Shell Parameter Expansion::). • The POSIX ‘$()’ form of command substitution is implemented (*note Command Substitution::), and preferred to the Bourne shell's ‘``’ (which is also implemented for backwards compatibility). • Bash implements a variant of command substitution that runs the - enclosed command in the current shell execution environment (‘${ - COMMAND;}’). + enclosed command in the current shell execution environment: ‘${ + COMMAND;}’ or ‘${|COMMAND;}’ (*note Command Substitution::). • Bash has process substitution (*note Process Substitution::). @@ -11804,17 +11835,20 @@ the baseline reference. • Bash uses many variables to provide functionality and customize shell behavior that the Bourne shell does not. Examples include - ‘RANDOM’, ‘SRANDOM’, ‘EPOCHSECONDS’, ‘GLOBSORT’, ‘TIMEFORMAT’, + ‘RANDOM’, ‘SRANDOM’, ‘EPOCHSECONDS’, ‘EPOCHREALTIME’, ‘TIMEFORMAT’, ‘BASHPID’, ‘BASH_XTRACEFD’, ‘GLOBIGNORE’, ‘HISTIGNORE’, and ‘BASH_VERSION’. *Note Bash Variables::, for a complete list. - • The ‘IFS’ variable is used to split only the results of expansion, - not all words (*note Word Splitting::). This closes a longstanding - shell security hole. + • Bash uses the ‘GLOBSORT’ shell variable to control how to sort the + results of filename expansion (*note Filename Expansion::). + + • Bash uses the ‘IFS’ variable to split only the results of + expansion, not all words (*note Word Splitting::). This closes a + longstanding shell security hole. • The filename expansion bracket expression code uses ‘!’ and ‘^’ to - negate the set of characters between the brackets. The Bourne - shell uses only ‘!’. + negate the set of characters between the brackets (*note Filename + Expansion::). The Bourne shell uses only ‘!’. • Bash implements the full set of POSIX filename expansion operators, including character classes, equivalence classes, and collating @@ -11823,17 +11857,16 @@ the baseline reference. • Bash implements extended pattern matching features when the ‘extglob’ shell option is enabled (*note Pattern Matching::). + • The ‘globstar’ shell option extends filename expansion to + recursively scan directories and subdirectories for matching + filenames (*note Pattern Matching::). + • It is possible to have a variable and a function with the same name; ‘sh’ does not separate the two name spaces. • Bash functions are permitted to have local variables using the - ‘local’ builtin, and thus useful recursive functions may be written - (*note Bash Builtins::). - - • Variable assignments preceding commands affect only that command, - even builtins and functions (*note Environment::). In ‘sh’, all - variable assignments preceding commands are global unless the - command is executed from the file system. + ‘local’ builtin, and thus users can write useful recursive + functions (*note Bash Builtins::). • Bash performs filename expansion on filenames specified as operands to input and output redirection operators (*note Redirections::). @@ -11852,6 +11885,10 @@ the baseline reference. • Bash treats a number of filenames specially when they are used in redirection operators (*note Redirections::). + • Bash provides the {VAR}|’ redirection operator may be used to override ‘noclobber’. - • The Bash ‘cd’ and ‘pwd’ builtins (*note Bourne Shell Builtins::) - each take ‘-L’ and ‘-P’ options to switch between logical and - physical modes. + • Variable assignments preceding commands affect only that command, + even builtins and functions (*note Environment::). In ‘sh’, all + variable assignments preceding commands are global unless the + command is executed from the file system. + + • Bash includes a number of features to support a separate debugger + for shell scripts: variables (‘BASH_ARGC’, ‘BASH_ARGV’, + ‘BASH_LINENO’, ‘BASH_SOURCE’), the ‘DEBUG’, ‘RETURN’, and ‘ERR’ + traps, ‘declare -F’, and the ‘caller’ builtin. + + • Bash implements a ‘csh’-like directory stack, and provides the + ‘pushd’, ‘popd’, and ‘dirs’ builtins to manipulate it (*note The + Directory Stack::). Bash also makes the directory stack visible as + the value of the ‘DIRSTACK’ shell variable. • Bash allows a function to override a builtin with the same name, and provides access to that builtin's functionality within the function via the ‘builtin’ and ‘command’ builtins (*note Bash Builtins::). - • Bash implements support for dynamically loading builtin commands - from shared objects. + • Bash includes the ‘caller’ builtin (*note Bash Builtins::), which + displays the context of any active subroutine call (a shell + function or a script executed with the ‘.’ or ‘source’ builtins). + This supports the Bash debugger. + + • The Bash ‘cd’ and ‘pwd’ builtins (*note Bourne Shell Builtins::) + each take ‘-L’ and ‘-P’ options to switch between logical and + physical modes. + + • The ‘command’ builtin allows selectively skipping shell functions + when performing command lookup (*note Bash Builtins::). - • The ‘command’ builtin allows selective disabling of functions when - command lookup is performed (*note Bash Builtins::). + • Bash uses the ‘declare’ builtin to modify the full set of variable + and function attributes, and to assign values to variables. - • Individual builtins may be enabled or disabled using the ‘enable’ - builtin (*note Bash Builtins::). + • The ‘disown’ builtin can remove a job from the internal shell job + table (*note Job Control Builtins::) or suppress sending ‘SIGHUP’ + to a job when the shell exits as the result of a ‘SIGHUP’. + + • The ‘enable’ builtin (*note Bash Builtins::) can enable or disable + individual builtins and implements support for dynamically loading + builtin commands from shared objects. • The Bash ‘exec’ builtin takes additional options that allow users to control the contents of the environment passed to the executed @@ -11885,21 +11947,12 @@ the baseline reference. • Shell functions may be exported to children via the environment using ‘export -f’ (*note Shell Functions::). - • Bash decodes a number of backslash-escape sequences in the prompt - string variables (‘PS0’, ‘PS1’, ‘PS2’, and ‘PS4’). - - • Bash expands and displays the ‘PS0’ prompt string variable. - - • Bash runs commands from the ‘PROMPT_COMMAND’ array variable before - issuing each primary prompt. - - • Bash decodes a number of backslash-escaped characters - • The Bash ‘export’, ‘readonly’, and ‘declare’ builtins can take a - ‘-f’ option to act on shell functions, a ‘-p’ option to display - variables with various attributes set in a format that can be used - as shell input, a ‘-n’ option to remove various variable - attributes, and ‘name=value’ arguments to set variable attributes - and values simultaneously. + • The Bash ‘export’ and ‘readonly’ builtins (*note Bourne Shell + Builtins:: can take a ‘-f’ option to act on shell functions, a ‘-p’ + option to display variables with various attributes set in a format + that can be used as shell input, a ‘-n’ option to remove various + variable attributes, and ‘name=value’ arguments to set variable + attributes and values simultaneously. • The Bash ‘hash’ builtin allows a name to be associated with an arbitrary filename, even when that filename cannot be found by @@ -11910,33 +11963,33 @@ the baseline reference. facilities (*note Bash Builtins::). • Bash includes the ‘mapfile’ builtin to quickly read the contents of - a file into an indexed array variable. + a file into an indexed array variable (*note Bash Builtins::). • The ‘printf’ builtin is available to display formatted output - (*note Bash Builtins::). + (*note Bash Builtins::), and has additional custom format + specifiers and an option to assign the formatted output directly to + a shell variable. • The Bash ‘read’ builtin (*note Bash Builtins::) will read a line ending in ‘\’ with the ‘-r’ option, and will use the ‘REPLY’ - variable as a default if no non-option arguments are supplied. The - Bash ‘read’ builtin also accepts a prompt string with the ‘-p’ - option and will use Readline to obtain the line when given the ‘-e’ - or ‘-E’ options. The ‘read’ builtin also has additional options to - control input: the ‘-s’ option will turn off echoing of input - characters as they are read, the ‘-t’ option will allow ‘read’ to - time out if input does not arrive within a specified number of - seconds, the ‘-n’ option will allow reading only a specified number - of characters rather than a full line, and the ‘-d’ option will - read until a particular character rather than newline. + variable as a default if no non-option arguments are supplied. + + • The ‘read’ builtin (*note Bash Builtins::) accepts a prompt string + with the ‘-p’ option and will use Readline to obtain the line when + given the ‘-e’ or ‘-E’ options, with the ability to insert text + into the line using the ‘-i’ option. The ‘read’ builtin also has + additional options to control input: the ‘-s’ option will turn off + echoing of input characters as they are read, the ‘-t’ option will + allow ‘read’ to time out if input does not arrive within a + specified number of seconds, the ‘-n’ option will allow reading + only a specified number of characters rather than a full line, and + the ‘-d’ option will read until a particular character rather than + newline. • The ‘return’ builtin may be used to abort execution of scripts executed with the ‘.’ or ‘source’ builtins (*note Bourne Shell Builtins::). - • Bash includes the ‘shopt’ builtin, for finer control of shell - optional capabilities (*note The Shopt Builtin::), and allows these - options to be set and unset at shell invocation (*note Invoking - Bash::). - • Bash has much more optional behavior controllable with the ‘set’ builtin (*note The Set Builtin::). @@ -11944,20 +11997,15 @@ the baseline reference. commands when performing an execution trace (*note The Set Builtin::). + • Bash includes the ‘shopt’ builtin, for finer control of shell + optional capabilities (*note The Shopt Builtin::), and allows these + options to be set and unset at shell invocation (*note Invoking + Bash::). + • The ‘test’ builtin (*note Bourne Shell Builtins::) is slightly different, as it implements the POSIX algorithm, which specifies the behavior based on the number of arguments. - • The Bash ‘wait’ builtin has a ‘-n’ option to wait for the next - child to exit, possibly selecting from a list of supplied jobs, and - the ‘-p’ option to store information about a terminated child - process in a shell variable. - - • Bash includes the ‘caller’ builtin, which displays the context of - any active subroutine call (a shell function or a script executed - with the ‘.’ or ‘source’ builtins). This supports the Bash - debugger. - • The ‘trap’ builtin (*note Bourne Shell Builtins::) allows a ‘DEBUG’ pseudo-signal specification, similar to ‘EXIT’. Commands specified with a ‘DEBUG’ trap are executed before every simple command, ‘for’ @@ -11987,27 +12035,20 @@ the baseline reference. • The Bash ‘type’ builtin is more extensive and gives more information about the names it finds (*note Bash Builtins::). - • The Bash ‘umask’ builtin permits a ‘-p’ option to cause the output - to be displayed in the form of a ‘umask’ command that may be reused - as input (*note Bourne Shell Builtins::). + • The ‘ulimit’ builtin provides control over many more per-process + resources (*note Bash Builtins::). - • Bash implements a ‘csh’-like directory stack, and provides the - ‘pushd’, ‘popd’, and ‘dirs’ builtins to manipulate it (*note The - Directory Stack::). Bash also makes the directory stack visible as - the value of the ‘DIRSTACK’ shell variable. + • The Bash ‘umask’ builtin uses the ‘-p’ option to display the output + in the form of a ‘umask’ command that may be reused as input (*note + Bourne Shell Builtins::). - • Bash interprets special backslash-escaped characters in the prompt - strings when interactive (*note Controlling the Prompt::). - - • The Bash restricted mode is more useful (*note The Restricted - Shell::); the SVR4.2 shell restricted mode is too limited. - - • The ‘disown’ builtin can remove a job from the internal shell job - table (*note Job Control Builtins::) or suppress the sending of - ‘SIGHUP’ to a job when the shell exits as the result of a ‘SIGHUP’. + • The Bash ‘wait’ builtin has a ‘-n’ option to wait for the next + child to exit, possibly selecting from a list of supplied jobs, and + the ‘-p’ option to store information about a terminated child + process in a shell variable. - • Bash includes a number of features to support a separate debugger - for shell scripts. + • The SVR4.2 shell behaves differently when invoked as ‘jsh’ (it + turns on job control). • The SVR4.2 shell has two privilege-related builtins (‘mldmode’ and ‘priv’) not present in Bash. @@ -12061,9 +12102,6 @@ many of the limitations of the SVR4.2 shell. For instance: script only if one of the POSIX special builtins fails, and only for certain failures, as enumerated in the POSIX standard. - • The SVR4.2 shell behaves differently when invoked as ‘jsh’ (it - turns on job control). - • If the ‘lastpipe’ option is enabled, and job control is not active, Bash runs the last element of a pipeline in the current shell execution environment. @@ -12597,7 +12635,7 @@ D.1 Index of Shell Builtin Commands * complete: Programmable Completion Builtins. (line 37) * compopt: Programmable Completion Builtins. - (line 253) + (line 257) * continue: Bourne Shell Builtins. (line 102) * declare: Bash Builtins. (line 179) @@ -12796,46 +12834,48 @@ D.3 Parameter and Variable Index * COMP_WORDBREAKS: Bash Variables. (line 263) * COMP_WORDS: Bash Variables. (line 269) * completion-display-width: Readline Init File Syntax. - (line 105) + (line 104) * completion-ignore-case: Readline Init File Syntax. - (line 112) + (line 111) * completion-map-case: Readline Init File Syntax. - (line 117) + (line 116) * completion-prefix-display-length: Readline Init File Syntax. - (line 123) + (line 122) * completion-query-items: Readline Init File Syntax. - (line 130) + (line 129) * COMPREPLY: Bash Variables. (line 276) * convert-meta: Readline Init File Syntax. - (line 141) + (line 140) * COPROC: Bash Variables. (line 282) * DIRSTACK: Bash Variables. (line 286) * disable-completion: Readline Init File Syntax. - (line 153) + (line 152) * echo-control-characters: Readline Init File Syntax. - (line 158) + (line 157) * editing-mode: Readline Init File Syntax. - (line 163) + (line 162) * EMACS: Bash Variables. (line 296) * emacs-mode-string: Readline Init File Syntax. - (line 169) -* enable-active-region: Readline Init File Syntax. - (line 179) + (line 168) +* enable-active-region The: Readline Init File Syntax. + (line 178) * enable-bracketed-paste: Readline Init File Syntax. - (line 192) + (line 191) * enable-keypad: Readline Init File Syntax. - (line 201) + (line 200) +* enable-meta-key: Readline Init File Syntax. + (line 205) * ENV: Bash Variables. (line 301) * EPOCHREALTIME: Bash Variables. (line 306) * EPOCHSECONDS: Bash Variables. (line 314) * EUID: Bash Variables. (line 321) * EXECIGNORE: Bash Variables. (line 325) * expand-tilde: Readline Init File Syntax. - (line 216) + (line 215) * FCEDIT: Bash Variables. (line 337) * FIGNORE: Bash Variables. (line 340) * force-meta-prefix: Readline Init File Syntax. - (line 220) + (line 219) * FUNCNAME: Bash Variables. (line 346) * FUNCNEST: Bash Variables. (line 363) * GLOBIGNORE: Bash Variables. (line 368) @@ -12848,9 +12888,9 @@ D.3 Parameter and Variable Index * HISTFILESIZE: Bash Variables. (line 461) * HISTIGNORE: Bash Variables. (line 472) * history-preserve-point: Readline Init File Syntax. - (line 233) + (line 232) * history-size: Readline Init File Syntax. - (line 239) + (line 238) * HISTSIZE: Bash Variables. (line 496) * HISTTIMEFORMAT: Bash Variables. (line 503) * HOME: Bourne Shell Variables. @@ -12864,13 +12904,13 @@ D.3 Parameter and Variable Index (line 18) * IGNOREEOF: Bash Variables. (line 529) * input-meta: Readline Init File Syntax. - (line 257) + (line 256) * INPUTRC: Bash Variables. (line 538) * INSIDE_EMACS: Bash Variables. (line 542) * isearch-terminators: Readline Init File Syntax. - (line 268) + (line 267) * keymap: Readline Init File Syntax. - (line 275) + (line 274) * LANG: Creating Internationalized Scripts. (line 51) * LANG <1>: Bash Variables. (line 548) @@ -12892,15 +12932,15 @@ D.3 Parameter and Variable Index (line 29) * MAPFILE: Bash Variables. (line 605) * mark-modified-lines: Readline Init File Syntax. - (line 305) + (line 304) * mark-symlinked-directories: Readline Init File Syntax. - (line 310) + (line 309) * match-hidden-files: Readline Init File Syntax. - (line 315) + (line 314) * menu-complete-display-prefix: Readline Init File Syntax. - (line 322) + (line 321) * meta-flag: Readline Init File Syntax. - (line 257) + (line 256) * OLDPWD: Bash Variables. (line 609) * OPTARG: Bourne Shell Variables. (line 36) @@ -12909,9 +12949,9 @@ D.3 Parameter and Variable Index (line 40) * OSTYPE: Bash Variables. (line 617) * output-meta: Readline Init File Syntax. - (line 327) + (line 326) * page-completions: Readline Init File Syntax. - (line 336) + (line 335) * PATH: Bourne Shell Variables. (line 44) * PIPESTATUS: Bash Variables. (line 620) @@ -12934,21 +12974,21 @@ D.3 Parameter and Variable Index * READLINE_POINT: Bash Variables. (line 695) * REPLY: Bash Variables. (line 699) * revert-all-at-newline: Readline Init File Syntax. - (line 349) + (line 348) * search-ignore-case: Readline Init File Syntax. - (line 356) + (line 355) * SECONDS: Bash Variables. (line 703) * SHELL: Bash Variables. (line 713) * SHELLOPTS: Bash Variables. (line 718) * SHLVL: Bash Variables. (line 727) * show-all-if-ambiguous: Readline Init File Syntax. - (line 361) + (line 360) * show-all-if-unmodified: Readline Init File Syntax. - (line 367) + (line 366) * show-mode-in-prompt: Readline Init File Syntax. - (line 376) + (line 375) * skip-completed-text: Readline Init File Syntax. - (line 382) + (line 381) * SRANDOM: Bash Variables. (line 732) * TEXTDOMAIN: Creating Internationalized Scripts. (line 51) @@ -12959,11 +12999,11 @@ D.3 Parameter and Variable Index * TMPDIR: Bash Variables. (line 792) * UID: Bash Variables. (line 796) * vi-cmd-mode-string: Readline Init File Syntax. - (line 395) + (line 394) * vi-ins-mode-string: Readline Init File Syntax. - (line 406) + (line 405) * visible-stats: Readline Init File Syntax. - (line 417) + (line 416)  File: bash.info, Node: Function Index, Next: Concept Index, Prev: Variable Index, Up: Indexes @@ -12990,29 +13030,29 @@ D.4 Function Index * beginning-of-history (M-<): Commands For History. (line 20) * beginning-of-line (C-a): Commands For Moving. (line 6) -* bracketed-paste-begin (): Commands For Text. (line 33) +* bracketed-paste-begin (): Commands For Text. (line 34) * call-last-kbd-macro (C-x e): Keyboard Macros. (line 13) -* capitalize-word (M-c): Commands For Text. (line 73) +* capitalize-word (M-c): Commands For Text. (line 72) * character-search (C-]): Miscellaneous Commands. - (line 42) + (line 41) * character-search-backward (M-C-]): Miscellaneous Commands. - (line 47) + (line 45) * clear-display (M-C-l): Commands For Moving. (line 50) * clear-screen (C-l): Commands For Moving. (line 55) * complete (): Commands For Completion. (line 6) * complete-command (M-!): Commands For Completion. - (line 80) + (line 81) * complete-filename (M-/): Commands For Completion. - (line 49) + (line 50) * complete-hostname (M-@): Commands For Completion. - (line 72) + (line 73) * complete-into-braces (M-{): Commands For Completion. (line 100) * complete-username (M-~): Commands For Completion. - (line 56) + (line 57) * complete-variable (M-$): Commands For Completion. - (line 64) + (line 65) * copy-backward-word (): Commands For Killing. (line 62) * copy-forward-word (): Commands For Killing. @@ -13023,23 +13063,23 @@ D.4 Function Index (line 95) * delete-char (C-d): Commands For Text. (line 12) * delete-char-or-list (): Commands For Completion. - (line 43) + (line 44) * delete-horizontal-space (): Commands For Killing. (line 50) * digit-argument (M-0, M-1, ... M--): Numeric Arguments. (line 6) * display-shell-version (C-x C-v): Miscellaneous Commands. - (line 116) + (line 147) * do-lowercase-version (M-A, M-B, M-X, ...): Miscellaneous Commands. (line 14) -* downcase-word (M-l): Commands For Text. (line 69) +* downcase-word (M-l): Commands For Text. (line 68) * dump-functions (): Miscellaneous Commands. - (line 74) + (line 71) * dump-macros (): Miscellaneous Commands. - (line 86) + (line 83) * dump-variables (): Miscellaneous Commands. - (line 80) + (line 77) * dynamic-complete-history (M-): Commands For Completion. - (line 90) + (line 91) * edit-and-execute-command (C-x C-e): Miscellaneous Commands. (line 142) * end-kbd-macro (C-x )): Keyboard Macros. (line 9) @@ -13050,20 +13090,20 @@ D.4 Function Index * exchange-point-and-mark (C-x C-x): Miscellaneous Commands. (line 37) * execute-named-command (M-x): Miscellaneous Commands. - (line 147) + (line 90) * fetch-history (): Commands For History. - (line 105) -* forward-backward-delete-char (): Commands For Text. (line 21) + (line 106) +* forward-backward-delete-char (): Commands For Text. (line 22) * forward-char (C-f): Commands For Moving. (line 14) * forward-search-history (C-s): Commands For History. (line 33) * forward-word (M-f): Commands For Moving. (line 20) * glob-complete-word (M-g): Miscellaneous Commands. - (line 98) + (line 103) * glob-expand-word (C-x *): Miscellaneous Commands. - (line 104) + (line 108) * glob-list-expansions (C-x g): Miscellaneous Commands. - (line 110) + (line 114) * history-and-alias-expand-line (): Miscellaneous Commands. (line 136) * history-expand-line (M-^): Miscellaneous Commands. @@ -13077,9 +13117,9 @@ D.4 Function Index * history-substring-search-forward (): Commands For History. (line 71) * insert-comment (M-#): Miscellaneous Commands. - (line 61) + (line 59) * insert-completions (M-*): Commands For Completion. - (line 22) + (line 24) * insert-last-argument (M-. or M-_): Miscellaneous Commands. (line 139) * kill-line (C-k): Commands For Killing. @@ -13093,9 +13133,9 @@ D.4 Function Index * magic-space (): Miscellaneous Commands. (line 129) * menu-complete (): Commands For Completion. - (line 26) + (line 28) * menu-complete-backward (): Commands For Completion. - (line 38) + (line 39) * next-history (C-n): Commands For History. (line 17) * next-screen-line (): Commands For Moving. (line 43) @@ -13104,27 +13144,27 @@ D.4 Function Index * non-incremental-reverse-search-history (M-p): Commands For History. (line 39) * operate-and-get-next (C-o): Commands For History. - (line 98) -* overwrite-mode (): Commands For Text. (line 77) + (line 99) +* overwrite-mode (): Commands For Text. (line 76) * possible-command-completions (C-x !): Commands For Completion. - (line 86) + (line 87) * possible-completions (M-?): Commands For Completion. - (line 15) + (line 17) * possible-filename-completions (C-x /): Commands For Completion. - (line 52) + (line 53) * possible-hostname-completions (C-x @): Commands For Completion. - (line 76) + (line 77) * possible-username-completions (C-x ~): Commands For Completion. - (line 60) + (line 61) * possible-variable-completions (C-x $): Commands For Completion. - (line 68) + (line 69) * prefix-meta (): Miscellaneous Commands. (line 19) * previous-history (C-p): Commands For History. (line 13) * previous-screen-line (): Commands For Moving. (line 36) * print-last-kbd-macro (): Keyboard Macros. (line 17) -* quoted-insert (C-q or C-v): Commands For Text. (line 26) +* quoted-insert (C-q or C-v): Commands For Text. (line 27) * re-read-init-file (C-x C-r): Miscellaneous Commands. (line 6) * redraw-current-line (): Commands For Moving. (line 59) @@ -13132,7 +13172,7 @@ D.4 Function Index (line 27) * revert-line (M-r): Miscellaneous Commands. (line 26) -* self-insert (a, b, A, 1, !, ...): Commands For Text. (line 30) +* self-insert (a, b, A, 1, !, ...): Commands For Text. (line 31) * set-mark (C-@): Miscellaneous Commands. (line 33) * shell-backward-kill-word (): Commands For Killing. @@ -13143,16 +13183,16 @@ D.4 Function Index * shell-forward-word (M-C-f): Commands For Moving. (line 28) * shell-kill-word (M-C-d): Commands For Killing. (line 32) -* shell-transpose-words (M-C-t): Commands For Text. (line 58) +* shell-transpose-words (M-C-t): Commands For Text. (line 57) * skip-csi-sequence (): Miscellaneous Commands. - (line 52) + (line 50) * spell-correct-word (C-x s): Miscellaneous Commands. - (line 92) + (line 97) * start-kbd-macro (C-x (): Keyboard Macros. (line 6) * tilde-expand (M-&): Miscellaneous Commands. (line 30) -* transpose-chars (C-t): Commands For Text. (line 47) -* transpose-words (M-t): Commands For Text. (line 53) +* transpose-chars (C-t): Commands For Text. (line 46) +* transpose-words (M-t): Commands For Text. (line 52) * undo (C-_ or C-x C-u): Miscellaneous Commands. (line 23) * universal-argument (): Numeric Arguments. (line 10) @@ -13162,11 +13202,11 @@ D.4 Function Index (line 16) * unix-word-rubout (C-w): Commands For Killing. (line 41) -* upcase-word (M-u): Commands For Text. (line 65) +* upcase-word (M-u): Commands For Text. (line 64) * yank (C-y): Commands For Killing. (line 72) * yank-last-arg (M-. or M-_): Commands For History. - (line 86) + (line 87) * yank-nth-arg (M-C-y): Commands For History. (line 77) * yank-pop (M-y): Commands For Killing. @@ -13260,7 +13300,7 @@ D.5 Concept Index * functions, shell: Shell Functions. (line 6) * history builtins: Bash History Builtins. (line 6) -* history events: Event Designators. (line 11) +* history events: Event Designators. (line 10) * history expansion: History Interaction. (line 6) * history list: Bash History Facilities. (line 6) @@ -13350,138 +13390,138 @@ D.5 Concept Index  Tag Table: -Node: Top903 -Node: Introduction2846 -Node: What is Bash?3059 -Node: What is a shell?4192 -Node: Definitions6783 -Node: Basic Shell Features9959 -Node: Shell Syntax11179 -Node: Shell Operation12206 -Node: Quoting13504 -Node: Escape Character14842 -Node: Single Quotes15377 -Node: Double Quotes15726 -Node: ANSI-C Quoting17071 -Node: Locale Translation18456 -Node: Creating Internationalized Scripts19863 -Node: Comments24061 -Node: Shell Commands24828 -Node: Reserved Words25767 -Node: Simple Commands26632 -Node: Pipelines27294 -Node: Lists30521 -Node: Compound Commands32393 -Node: Looping Constructs33402 -Node: Conditional Constructs35921 -Node: Command Grouping50853 -Node: Coprocesses52345 -Node: GNU Parallel55031 -Node: Shell Functions55949 -Node: Shell Parameters64426 -Node: Positional Parameters69164 -Node: Special Parameters70254 -Node: Shell Expansions73715 -Node: Brace Expansion75904 -Node: Tilde Expansion78619 -Node: Shell Parameter Expansion81561 -Node: Command Substitution101333 -Node: Arithmetic Expansion104866 -Node: Process Substitution105879 -Node: Word Splitting106995 -Node: Filename Expansion109092 -Node: Pattern Matching112360 -Node: Quote Removal117688 -Node: Redirections117992 -Node: Executing Commands128207 -Node: Simple Command Expansion128874 -Node: Command Search and Execution130982 -Node: Command Execution Environment133426 -Node: Environment136859 -Node: Exit Status138762 -Node: Signals140820 -Node: Shell Scripts144718 -Node: Shell Builtin Commands148016 -Node: Bourne Shell Builtins150127 -Node: Bash Builtins176426 -Node: Modifying Shell Behavior212868 -Node: The Set Builtin213210 -Node: The Shopt Builtin225146 -Node: Special Builtins242192 -Node: Shell Variables243181 -Node: Bourne Shell Variables243615 -Node: Bash Variables246123 -Node: Bash Features284380 -Node: Invoking Bash285394 -Node: Bash Startup Files291820 -Node: Interactive Shells297133 -Node: What is an Interactive Shell?297541 -Node: Is this Shell Interactive?298203 -Node: Interactive Shell Behavior299027 -Node: Bash Conditional Expressions302788 -Node: Shell Arithmetic308005 -Node: Aliases311344 -Node: Arrays314306 -Node: The Directory Stack321369 -Node: Directory Stack Builtins322166 -Node: Controlling the Prompt326611 -Node: The Restricted Shell329495 -Node: Bash POSIX Mode332377 -Node: Shell Compatibility Mode350636 -Node: Job Control359647 -Node: Job Control Basics360104 -Node: Job Control Builtins365412 -Node: Job Control Variables371580 -Node: Command Line Editing372748 -Node: Introduction and Notation374452 -Node: Readline Interaction376547 -Node: Readline Bare Essentials377735 -Node: Readline Movement Commands379553 -Node: Readline Killing Commands380550 -Node: Readline Arguments382528 -Node: Searching383585 -Node: Readline Init File385814 -Node: Readline Init File Syntax387096 -Node: Conditional Init Constructs413700 -Node: Sample Init File418065 -Node: Bindable Readline Commands421186 -Node: Commands For Moving422411 -Node: Commands For History424638 -Node: Commands For Text429843 -Node: Commands For Killing433977 -Node: Numeric Arguments436778 -Node: Commands For Completion437930 -Node: Keyboard Macros442246 -Node: Miscellaneous Commands442947 -Node: Readline vi Mode449601 -Node: Programmable Completion450553 -Node: Programmable Completion Builtins458544 -Node: A Programmable Completion Example470312 -Node: Using History Interactively475657 -Node: Bash History Facilities476338 -Node: Bash History Builtins480124 -Node: History Interaction486503 -Node: Event Designators491354 -Node: Word Designators492940 -Node: Modifiers495225 -Node: Installing Bash497158 -Node: Basic Installation498274 -Node: Compilers and Options502150 -Node: Compiling For Multiple Architectures502900 -Node: Installation Names504649 -Node: Specifying the System Type506883 -Node: Sharing Defaults507629 -Node: Operation Controls508343 -Node: Optional Features509362 -Node: Reporting Bugs521742 -Node: Major Differences From The Bourne Shell523100 -Node: GNU Free Documentation License542835 -Node: Indexes568012 -Node: Builtin Index568463 -Node: Reserved Word Index575561 -Node: Variable Index578006 -Node: Function Index595278 -Node: Concept Index609134 +Node: Top899 +Node: Introduction2838 +Node: What is Bash?3051 +Node: What is a shell?4184 +Node: Definitions6794 +Node: Basic Shell Features9970 +Node: Shell Syntax11194 +Node: Shell Operation12221 +Node: Quoting13512 +Node: Escape Character14850 +Node: Single Quotes15385 +Node: Double Quotes15734 +Node: ANSI-C Quoting17079 +Node: Locale Translation18473 +Node: Creating Internationalized Scripts19880 +Node: Comments24078 +Node: Shell Commands24845 +Node: Reserved Words25784 +Node: Simple Commands26649 +Node: Pipelines27311 +Node: Lists30567 +Node: Compound Commands32439 +Node: Looping Constructs33448 +Node: Conditional Constructs35967 +Node: Command Grouping50899 +Node: Coprocesses52391 +Node: GNU Parallel55077 +Node: Shell Functions55995 +Node: Shell Parameters64472 +Node: Positional Parameters69210 +Node: Special Parameters70300 +Node: Shell Expansions73761 +Node: Brace Expansion75950 +Node: Tilde Expansion78678 +Node: Shell Parameter Expansion81620 +Node: Command Substitution101392 +Node: Arithmetic Expansion104925 +Node: Process Substitution105938 +Node: Word Splitting107054 +Node: Filename Expansion109151 +Node: Pattern Matching112419 +Node: Quote Removal117753 +Node: Redirections118057 +Node: Executing Commands128272 +Node: Simple Command Expansion128939 +Node: Command Search and Execution131047 +Node: Command Execution Environment133491 +Node: Environment136939 +Node: Exit Status138842 +Node: Signals140900 +Node: Shell Scripts144798 +Node: Shell Builtin Commands148096 +Node: Bourne Shell Builtins150207 +Node: Bash Builtins176508 +Node: Modifying Shell Behavior212956 +Node: The Set Builtin213298 +Node: The Shopt Builtin225234 +Node: Special Builtins242286 +Node: Shell Variables243275 +Node: Bourne Shell Variables243709 +Node: Bash Variables246217 +Node: Bash Features284474 +Node: Invoking Bash285488 +Node: Bash Startup Files291914 +Node: Interactive Shells297227 +Node: What is an Interactive Shell?297635 +Node: Is this Shell Interactive?298297 +Node: Interactive Shell Behavior299121 +Node: Bash Conditional Expressions302882 +Node: Shell Arithmetic308099 +Node: Aliases311438 +Node: Arrays314400 +Node: The Directory Stack321463 +Node: Directory Stack Builtins322260 +Node: Controlling the Prompt326705 +Node: The Restricted Shell329589 +Node: Bash POSIX Mode332471 +Node: Shell Compatibility Mode350612 +Node: Job Control359623 +Node: Job Control Basics360080 +Node: Job Control Builtins365388 +Node: Job Control Variables371556 +Node: Command Line Editing372724 +Node: Introduction and Notation374427 +Node: Readline Interaction376777 +Node: Readline Bare Essentials377965 +Node: Readline Movement Commands379773 +Node: Readline Killing Commands380769 +Node: Readline Arguments382792 +Node: Searching383849 +Node: Readline Init File386110 +Node: Readline Init File Syntax387414 +Node: Conditional Init Constructs414134 +Node: Sample Init File418519 +Node: Bindable Readline Commands421640 +Node: Commands For Moving423112 +Node: Commands For History425339 +Node: Commands For Text430592 +Node: Commands For Killing434651 +Node: Numeric Arguments437439 +Node: Commands For Completion438591 +Node: Keyboard Macros443091 +Node: Miscellaneous Commands443792 +Node: Readline vi Mode450345 +Node: Programmable Completion451322 +Node: Programmable Completion Builtins459374 +Node: A Programmable Completion Example471039 +Node: Using History Interactively476384 +Node: Bash History Facilities477065 +Node: Bash History Builtins480800 +Node: History Interaction487271 +Node: Event Designators492225 +Node: Word Designators493803 +Node: Modifiers496111 +Node: Installing Bash498052 +Node: Basic Installation499168 +Node: Compilers and Options503044 +Node: Compiling For Multiple Architectures503794 +Node: Installation Names505543 +Node: Specifying the System Type507777 +Node: Sharing Defaults508523 +Node: Operation Controls509237 +Node: Optional Features510256 +Node: Reporting Bugs522636 +Node: Major Differences From The Bourne Shell523994 +Node: GNU Free Documentation License545414 +Node: Indexes570591 +Node: Builtin Index571042 +Node: Reserved Word Index578140 +Node: Variable Index580585 +Node: Function Index597998 +Node: Concept Index611854  End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index 4392930fd47a67aee84eae0c49dcd07d179a4eeb..48c5d5622b94751f4264f7bdb57b184dc204417d 100644 GIT binary patch delta 356235 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 z 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
=x#I`DmBHl?htL5aUd}hM&tn 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
comment-begin
-

The string to insert at the beginning of the line when the -insert-comment command is executed. The default value -is "#". +

The string to insert at the beginning of the line by the +insert-comment command. +The default value is "#".

completion-display-width
@@ -10947,79 +11373,87 @@ The default value is ‘off’.

completion-prefix-display-length
-

The length in characters of the common prefix of a list of possible -completions that is displayed without modification. When set to a -value greater than zero, common prefixes longer than this value are -replaced with an ellipsis when displaying possible completions. +

The maximum +length in characters of the common prefix of a list of possible +completions that is displayed without modification. +When set to a value greater than zero, readline +replaces common prefixes longer than this value +with an ellipsis when displaying possible completions.

completion-query-items
-

The number of possible completions that determines when the user is -asked whether the list of possibilities should be displayed. -If the number of possible completions is greater than or equal to this value, -Readline will ask whether or not the user wishes to view them; -otherwise, they are simply listed. +

The number of possible completions that determines when the user is asked +whether the list of possibilities should be displayed. +If the number of possible completions is greater than +or equal to this value, Readline will ask whether or not +the user wishes to view them; +otherwise, Readline simply lists the completions. This variable must be set to an integer value greater than or equal to zero. -A zero value means Readline should never ask; negative values are -treated as zero. +A zero value means Readline should never ask; negative +values are treated as zero. The default limit is 100.

convert-meta
-

If set to ‘on’, Readline will convert characters with the -eighth bit set to an ASCII key sequence by stripping the eighth -bit and prefixing an ESC character, converting them to a -meta-prefixed key sequence. -The default value is ‘on’, but -will be set to ‘off’ if the locale is one that contains -eight-bit characters. +

If set to ‘on’, Readline will convert characters it reads +that have the eighth bit set to an ASCII key sequence by +clearing the eighth bit and prefixing an ESC character, +converting them to a meta-prefixed key sequence. +The default value is ‘on’, but Readline will set it to ‘off’ +if the locale contains +characters whose encodings may include bytes with the eighth bit set. This variable is dependent on the LC_CTYPE locale category, and -may change if the locale is changed. +may change if the locale changes. +This variable also affects key bindings; +see the description of force-meta-prefix below.

disable-completion

If set to ‘On’, Readline will inhibit word completion. -Completion characters will be inserted into the line as if they had -been mapped to self-insert. The default is ‘off’. +Completion characters will be inserted into the line as if they +had been mapped to self-insert. +The default is ‘off’.

echo-control-characters

When set to ‘on’, on operating systems that indicate they support it, Readline echoes a character corresponding to a signal generated from the -keyboard. The default is ‘on’. +keyboard. +The default is ‘on’.

editing-mode
-

The editing-mode variable controls which default set of -key bindings is used. By default, Readline starts up in Emacs editing -mode, where the keystrokes are most similar to Emacs. This variable can be -set to either ‘emacs’ or ‘vi’. +

The editing-mode variable controls the default set of +key bindings. +By default, Readline starts up in emacs editing mode, where +the keystrokes are most similar to Emacs. +This variable can be set to either ‘emacs’ or ‘vi’.

emacs-mode-string

If the show-mode-in-prompt variable is enabled, this string is displayed immediately before the last line of the primary -prompt when emacs editing mode is active. The value is expanded like a -key binding, so the standard set of meta- and control prefixes and +prompt when emacs editing mode is active. +The value is expanded like a +key binding, so the standard set of meta- and control- prefixes and backslash escape sequences is available. -Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of +The ‘\1’ and ‘\2’ escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. The default is ‘@’.

-
enable-active-region
-

The point is the current cursor position, and mark refers -to a saved cursor position (see Commands For Moving). +

enable-active-region
+

point is the current cursor position, and mark refers to a +saved cursor position (see Commands For Moving). The text between the point and mark is referred to as the region. When this variable is set to ‘On’, Readline allows certain commands to designate the region as active. When the region is active, Readline highlights the text in the region using the value of the active-region-start-color, which defaults to the -string that enables -the terminal’s standout mode. +string that enables the terminal’s standout mode. The active region shows the text inserted by bracketed-paste and any -matching text found by incremental and non-incremental history searches. +matching text found by incremental and non-incremental history searches. The default is ‘On’.

@@ -11028,34 +11462,58 @@ The default is ‘On’. paste into the editing buffer as a single string of characters, instead of treating each character as if it had been read from the keyboard. This is called putting the terminal into bracketed paste mode; -it prevents Readline from executing any editing commands bound to key -sequences appearing in the pasted text. -The default is ‘On’. +it prevents Readline from executing any editing commands bound +to key sequences appearing in the pasted text. +The default is ‘On’.

enable-keypad

When set to ‘on’, Readline will try to enable the application -keypad when it is called. Some systems need this to enable the -arrow keys. The default is ‘off’. +keypad when it is called. +Some systems need this to enable the arrow keys. +The default is ‘off’.

-
enable-meta-key
-

When set to ‘on’, Readline will try to enable any meta modifier -key the terminal claims to support when it is called. On many terminals, -the meta key is used to send eight-bit characters. +

enable-meta-key
+

When set to ‘on’, Readline will try to enable any meta +modifier key the terminal claims to support when it is called. +On many terminals, the Meta key is used to send eight-bit characters; +this variable checks for the terminal capability that indicates the +terminal can enable and disable a mode that sets the eighth bit of a +character (0200) if the Meta key is held down when the character is +typed (a meta character). The default is ‘on’.

expand-tilde
-

If set to ‘on’, tilde expansion is performed when Readline -attempts word completion. The default is ‘off’. +

If set to ‘on’, Readline attempts tilde expansion when it +attempts word completion. +The default is ‘off’. +

+
+
force-meta-prefix
+

If set to ‘on’, Readline modifies its behavior when binding key +sequences containing \M- or Meta- +(see Key Bindings in Readline Init File Syntax) +by converting a key sequence of the form +\M-C or Meta-C to the two-character sequence +ESCC (adding the meta prefix). +If force-meta-prefix is set to ‘off’ (the default), +Readline uses the value of the convert-meta variable to determine +whether to perform this conversion: +if convert-meta is ‘on’, +Readline performs the conversion described above; +if it is ‘off’, Readline converts C to a meta character by +setting the eighth bit (0200). +The default is ‘off’.

history-preserve-point

If set to ‘on’, the history code attempts to place the point (the current cursor position) at the same location on each history line retrieved with previous-history -or next-history. The default is ‘off’. +or next-history. +The default is ‘off’.

history-size
@@ -11064,30 +11522,32 @@ If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. -By default, the number of history entries is not limited. -If an attempt is made to set history-size to a non-numeric value, +By default, Bash sets the the maximum number of history entries to +the value of the HISTSIZE shell variable. +If you try to set history-size to a non-numeric value, the maximum number of history entries will be set to 500.

horizontal-scroll-mode
-

This variable can be set to either ‘on’ or ‘off’. Setting it -to ‘on’ means that the text of the lines being edited will scroll -horizontally on a single screen line when they are longer than the width -of the screen, instead of wrapping onto a new screen line. +

Setting this variable to ‘on’ means that the text of the lines +being edited will scroll horizontally on a single screen line when +the lines are longer than the width of the screen, instead of wrapping +onto a new screen line. This variable is automatically set to ‘on’ for terminals of height 1. By default, this variable is set to ‘off’.

input-meta
-

If set to ‘on’, Readline will enable eight-bit input (it +

If set to ‘on’, Readline will enable eight-bit input (that is, it will not clear the eighth bit in the characters it reads), -regardless of what the terminal claims it can support. The -default value is ‘off’, but Readline will set it to ‘on’ if the -locale contains eight-bit characters. -The name meta-flag is a synonym for this variable. +regardless of what the terminal claims it can support. +The default value is ‘off’, but Readline will set it to ‘on’ +if the locale contains characters whose encodings may include bytes +with the eighth bit set. This variable is dependent on the LC_CTYPE locale category, and -may change if the locale is changed. +its value may change if the locale changes. +The name meta-flag is a synonym for input-meta.

isearch-terminators
@@ -11111,18 +11571,18 @@ Built-in keymap names are vi is equivalent to vi-command (vi-move is also a synonym); emacs is equivalent to emacs-standard. Applications may add additional names. -The default value is emacs. -The value of the editing-mode variable also affects the +The default value is emacs; +the value of the editing-mode variable also affects the default keymap.

keyseq-timeout
-

Specifies the duration Readline will wait for a character when reading an -ambiguous key sequence (one that can form a complete key sequence using -the input read so far, or can take additional input to complete a longer -key sequence). -If no input is received within the timeout, Readline will use the shorter -but complete key sequence. +

Specifies the duration Readline will wait for a character when +reading an ambiguous key sequence +(one that can form a complete key sequence using the input read so far, +or can take additional input to complete a longer key sequence). +If Readline doesn’t receive any input within the timeout, it will use the +shorter but complete key sequence. Readline uses this value to determine whether or not input is available on the current input source (rl_instream by default). The value is specified in milliseconds, so a value of 1000 means that @@ -11134,20 +11594,19 @@ The default value is 500.

mark-directories
-

If set to ‘on’, completed directory names have a slash -appended. The default is ‘on’. +

If set to ‘on’, completed directory names have a slash appended. +The default is ‘on’.

mark-modified-lines
-

This variable, when set to ‘on’, causes Readline to display an +

When this variable is set to ‘on’, Readline will to display an asterisk (‘*’) at the start of history lines which have been modified. This variable is ‘off’ by default.

mark-symlinked-directories
-

If set to ‘on’, completed names which are symbolic links -to directories have a slash appended (subject to the value of -mark-directories). +

If set to ‘on’, completed names which are symbolic links to directories +have a slash appended, subject to the value of mark-directories. The default is ‘off’.

@@ -11163,17 +11622,19 @@ This variable is ‘on’ by default.
menu-complete-display-prefix

If set to ‘on’, menu completion displays the common prefix of the list of possible completions (which may be empty) before cycling through -the list. The default is ‘off’. +the list. +The default is ‘off’.

output-meta

If set to ‘on’, Readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. -The default is ‘off’, but Readline will set it to ‘on’ if the -locale contains eight-bit characters. +The default is ‘off’, but Readline will set it to ‘on’ +if the locale contains characters whose encodings may include +bytes with the eighth bit set. This variable is dependent on the LC_CTYPE locale category, and -may change if the locale is changed. +its value may change if the locale changes.

page-completions
@@ -11182,6 +11643,10 @@ to display a screenful of possible completions at a time. This variable is ‘on’ by default.

+
prefer-visible-bell
+

See bell-style. +

+
print-completions-horizontally

If set to ‘on’, Readline will display completions with matches sorted horizontally in alphabetical order, rather than down the screen. @@ -11190,9 +11655,11 @@ The default is ‘off’.

revert-all-at-newline

If set to ‘on’, Readline will undo all changes to history lines -before returning when accept-line is executed. By default, +before returning when executing accept-line. +By default, history lines may be modified and retain individual undo lists across -calls to readline(). The default is ‘off’. +calls to readline(). +The default is ‘off’.

search-ignore-case
@@ -11202,8 +11669,8 @@ The default value is ‘off’.

show-all-if-ambiguous
-

This alters the default behavior of the completion functions. If -set to ‘on’, +

This alters the default behavior of the completion functions. +If set to ‘on’, words which have more than one possible completion cause the matches to be listed immediately instead of ringing the bell. The default value is ‘off’. @@ -11229,15 +11696,15 @@ The default value is ‘off’.

skip-completed-text

If set to ‘on’, this alters the default completion behavior when -inserting a single match into the line. It’s only active when -performing completion in the middle of a word. If enabled, Readline -does not insert characters from the completion that match characters -after point in the word being completed, so portions of the word -following the cursor are not duplicated. +inserting a single match into the line. +It’s only active when performing completion in the middle of a word. +If enabled, readline does not insert characters from the completion +that match characters after point in the word being completed, +so portions of the word following the cursor are not duplicated. For instance, if this is enabled, attempting completion when the cursor -is after the ‘e’ in ‘Makefile’ will result in ‘Makefile’ -rather than ‘Makefilefile’, assuming there is a single possible -completion. +is after the first ‘e’ in ‘Makefile’ will result in +‘Makefile’ rather than ‘Makefilefile’, +assuming there is a single possible completion. The default value is ‘off’.

@@ -11245,10 +11712,9 @@ The default value is ‘off’.

If the show-mode-in-prompt variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in command mode. -The value is expanded like a -key binding, so the standard set of meta- and control prefixes and -backslash escape sequences is available. -Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of +The value is expanded like a key binding, so the standard set of +meta- and control- prefixes and backslash escape sequences is available. +The ‘\1’ and ‘\2’ escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. The default is ‘(cmd)’. @@ -11258,10 +11724,9 @@ The default is ‘(cmd)’.

If the show-mode-in-prompt variable is enabled, this string is displayed immediately before the last line of the primary prompt when vi editing mode is active and in insertion mode. -The value is expanded like a -key binding, so the standard set of meta- and control prefixes and -backslash escape sequences is available. -Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of +The value is expanded like a key binding, so the standard set of +meta- and control- prefixes and backslash escape sequences is available. +The ‘\1’ and ‘\2’ escapes begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. The default is ‘(ins)’. @@ -11270,16 +11735,18 @@ The default is ‘(ins)’.

visible-stats

If set to ‘on’, a character denoting a file’s type is appended to the filename when listing possible -completions. The default is ‘off’. +completions. +The default is ‘off’.

Key Bindings
-

The syntax for controlling key bindings in the init file is -simple. First you need to find the name of the command that you -want to change. The following sections contain tables of the command +

The syntax for controlling key bindings in the init file is simple. +First you need to find the name of the command that you +want to change. +The following sections contain tables of the command name, the default keybinding, if any, and a short description of what the command does.

@@ -11294,6 +11761,8 @@ what you find most comfortable.

In addition to command names, Readline allows keys to be bound to a string that is inserted when the key is pressed (a macro). +The difference between a macro and a command is that a macro is +enclosed in single or double quotes.

The bind -p command displays Readline function names and bindings in a format that can be put directly into an initialization file. @@ -11301,7 +11770,8 @@ See Bash Builtin Commands.

keynamefunction-name or macro
-

keyname is the name of a key spelled out in English. For example: +

keyname is the name of a key spelled out in English. +For example:

Control-u: universal-argument
 Meta-Rubout: backward-kill-word
@@ -11315,8 +11785,7 @@ Control-o: "> output"
 expressed on the right hand side (that is, to insert the text
 ‘> output’ into the line).
 

-

A number of symbolic character names are recognized while -processing this key binding syntax: +

This key binding syntax recognizes a number of symbolic character names: DEL, ESC, ESCAPE, @@ -11334,9 +11803,10 @@ and

"keyseq": function-name or macro

keyseq differs from keyname above in that strings denoting an entire key sequence can be specified, by placing -the key sequence in double quotes. Some GNU Emacs style key -escapes can be used, as in the following example, but the -special character names are not recognized. +the key sequence in double quotes. +Some GNU Emacs style key escapes can be used, +as in the following example, but none of the +special character names are recognized.

"\C-u": universal-argument
@@ -11358,22 +11828,24 @@ specifying key sequences:
 

\C-
-

control prefix +

A control prefix.

\M-
-

meta prefix +

Adding the meta prefix or converting the following character to a meta +character, as described above under force-meta-prefix +(see Variable Settings in Readline Init File Syntax).

\e
-

an escape character +

An escape character.

\\
-

backslash +

Backslash.

\"
-

", a double quotation mark +

", a double quotation mark.

\'
-

', a single quote or apostrophe +

', a single quote or apostrophe.

@@ -11406,19 +11878,20 @@ set of backslash escapes is available:

vertical tab

\nnn
-

the eight-bit character whose value is the octal value nnn -(one to three digits) +

The eight-bit character whose value is the octal value nnn +(one to three digits).

\xHH
-

the eight-bit character whose value is the hexadecimal value HH -(one or two hex digits) +

The eight-bit character whose value is the hexadecimal value HH +(one or two hex digits).

When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a function name. -In the macro body, the backslash escapes described above are expanded. +Tthe backslash escapes described above are expanded +in the macro body. Backslash will quote any other character in the macro text, including ‘"’ and ‘'’. For example, the following binding will make ‘C-x \’ @@ -11442,13 +11915,15 @@ Next: ,

Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result -of tests. There are four parser directives used. +of tests. +There are four parser directives available.

$if

The $if construct allows bindings to be made based on the editing mode, the terminal being used, or the application using -Readline. The text of the test, after any comparison operator, +Readline. +The text of the test, after any comparison operator, extends to the end of the line; unless otherwise noted, no characters are required to isolate it.

@@ -11465,11 +11940,13 @@ Readline is starting out in emacs mode.
term

The term= form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the -terminal’s function keys. The word on the right side of the -‘=’ is tested against both the full name of the terminal and -the portion of the terminal name before the first ‘-’. This -allows sun to match both sun and sun-cmd, -for instance. +terminal’s function keys. +The word on the right side of the +‘=’ +is tested against both the full name of the terminal and the portion +of the terminal name before the first ‘-’. +This allows xterm to match both xterm and +xterm-256color, for instance.

version
@@ -11481,8 +11958,9 @@ The set of comparison operators includes and ‘>’. The version number supplied on the right side of the operator consists of a major version number, an optional decimal point, and an optional -minor version (e.g., ‘7.1’). If the minor version is omitted, it -is assumed to be ‘0’. +minor version (e.g., ‘7.1’). +If the minor version is omitted, it +defaults to ‘0’. The operator may be separated from the string version and from the version number argument by whitespace. The following example sets a variable if the Readline version being used @@ -11496,11 +11974,13 @@ $endif
application

The application construct is used to include -application-specific settings. Each program using the Readline +application-specific settings. +Each program using the Readline library sets the application name, and you can test for a particular value. This could be used to bind key sequences to functions useful for -a specific program. For instance, the following command adds a +a specific program. +For instance, the following command adds a key sequence that quotes the current or previous word in Bash:

$if Bash
@@ -11517,7 +11997,8 @@ The permitted comparison operators are ‘=’
 The variable name must be separated from the comparison operator by
 whitespace; the operator may be separated from the value on the right hand
 side by whitespace.
-Both string and boolean variables may be tested. Boolean variables must be
+String and boolean variables may be tested.
+Boolean variables must be
 tested against the values on and off.
 The following example is equivalent to the mode=emacs test described
 above:
@@ -11529,20 +12010,20 @@ $endif
 
- -
$endif
-

This command, as seen in the previous example, terminates an -$if command. -

$else

Commands in this branch of the $if directive are executed if the test fails.

+
$endif
+

This command, as seen in the previous example, terminates an +$if command. +

+
$include

This directive takes a single filename as an argument and reads commands -and bindings from that file. +and key bindings from that file. For example, the following directive reads from /etc/inputrc:

$include /etc/inputrc
@@ -11686,6 +12167,11 @@ Command names without an accompanying key sequence are unbound by default.
 position, and mark refers to a cursor position saved by the
 set-mark command.
 The text between the point and mark is referred to as the region.
+Readline has the concept of an active region:
+when the region is active, Readline redisplay uses the
+value of the active-region-start-color variable
+to denote the region.
+Several commands set the region to active; those are noted below.
 

  • Commands For Moving
  • @@ -11745,14 +12231,16 @@ Words are delimited by non-quoted shell metacharacters.
previous-screen-line ()

Attempt to move point to the same physical screen column on the previous -physical screen line. This will not have the desired effect if the current +physical screen line. +This will not have the desired effect if the current Readline line does not take up more than one physical line or if point is not greater than the length of the prompt plus the screen width.

next-screen-line ()

Attempt to move point to the same physical screen column on the next -physical screen line. This will not have the desired effect if the current +physical screen line. +This will not have the desired effect if the current Readline line does not take up more than one physical line or if the length of the current Readline line is not greater than the length of the prompt plus the screen width. @@ -11814,14 +12302,16 @@ being entered.

reverse-search-history (C-r)

Search backward starting at the current line and moving ‘up’ through -the history as necessary. This is an incremental search. -This command sets the region to the matched text and activates the mark. +the history as necessary. +This is an incremental search. +This command sets the region to the matched text and activates the region.

forward-search-history (C-s)

Search forward starting at the current line and moving ‘down’ through -the history as necessary. This is an incremental search. -This command sets the region to the matched text and activates the mark. +the history as necessary. +This is an incremental search. +This command sets the region to the matched text and activates the region.

non-incremental-reverse-search-history (M-p)
@@ -11877,10 +12367,13 @@ By default, this command is unbound. the second word on the previous line) at point. With an argument n, insert the nth word from the previous command (the words -in the previous command begin with word 0). A negative argument -inserts the nth word from the end of the previous command. -Once the argument n is computed, the argument is extracted -as if the ‘!n’ history expansion had been specified. +in the previous command begin with word 0). +A negative argument inserts the nth word from the end of +the previous command. +Once the argument n is computed, +this uses the history expansion facilities to extract the +nth word, as if the +‘!n’ history expansion had been specified.

yank-last-arg (M-. or M-_)
@@ -11891,10 +12384,12 @@ Successive calls to yank-last-arg move back through th list, inserting the last word (or the word specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive calls determines -the direction to move through the history. A negative argument switches -the direction through the history (back or forward). -The history expansion facilities are used to extract the last argument, -as if the ‘!$’ history expansion had been specified. +the direction to move through the history. +A negative argument switches the direction through the history +(back or forward). +This uses the history expansion facilities to extract the +last word, as if the +‘!$’ history expansion had been specified.

operate-and-get-next (C-o)
@@ -11902,8 +12397,8 @@ as if the ‘!$’ history expansion had been newline had been entered, and fetch the next line relative to the current line from the history for editing. -A numeric argument, if supplied, specifies the history entry to use instead -of the current line. +A numeric argument, if supplied, specifies the history entry +to use instead of the current line.

fetch-history ()
@@ -11926,56 +12421,62 @@ Next:
end-of-file (usually C-d)

The character indicating end-of-file as set, for example, by -stty. If this character is read when there are no characters +stty. +If this character is read when there are no characters on the line, and point is at the beginning of the line, Readline interprets it as the end of input and returns EOF.

delete-char (C-d)
-

Delete the character at point. If this function is bound to the +

Delete the character at point. +If this function is bound to the same character as the tty EOF character, as C-d commonly is, see above for the effects.

backward-delete-char (Rubout)
-

Delete the character behind the cursor. A numeric argument means -to kill the characters instead of deleting them. +

Delete the character behind the cursor. +A numeric argument means +to kill the characters, saving them on the kill ring, +instead of deleting them.

forward-backward-delete-char ()

Delete the character under the cursor, unless the cursor is at the end of the line, in which case the character behind the cursor is -deleted. By default, this is not bound to a key. +deleted. +By default, this is not bound to a key.

quoted-insert (C-q or C-v)
-

Add the next character typed to the line verbatim. This is -how to insert key sequences like C-q, for example. +

Add the next character typed to the line verbatim. +This is how to insert key sequences like C-q, for example.

self-insert (a, b, A, 1, !, …)
-

Insert yourself. +

Insert the character typed.

bracketed-paste-begin ()

This function is intended to be bound to the "bracketed paste" escape sequence sent by some terminals, and such a binding is assigned by default. It allows Readline to insert the pasted text as a single unit without treating -each character as if it had been read from the keyboard. The characters +each character as if it had been read from the keyboard. +The characters are inserted as if each one was bound to self-insert instead of executing any editing commands.

Bracketed paste sets the region (the characters between point and the mark) -to the inserted text. It uses the concept of an active mark: when the -mark is active, Readline redisplay uses the terminal’s standout mode to -denote the region. +to the inserted text. +It sets the active region.

transpose-chars (C-t)

Drag the character before the cursor forward over the character at the cursor, moving the -cursor forward as well. If the insertion point +cursor forward as well. +If the insertion point is at the end of the line, then this transposes the last two characters of the line. Negative arguments have no effect. @@ -11998,25 +12499,29 @@ Word boundaries are the same as shell-forward-word and

upcase-word (M-u)
-

Uppercase the current (or following) word. With a negative argument, +

Uppercase the current (or following) word. +With a negative argument, uppercase the previous word, but do not move the cursor.

downcase-word (M-l)
-

Lowercase the current (or following) word. With a negative argument, +

Lowercase the current (or following) word. +With a negative argument, lowercase the previous word, but do not move the cursor.

capitalize-word (M-c)
-

Capitalize the current (or following) word. With a negative argument, +

Capitalize the current (or following) word. +With a negative argument, capitalize the previous word, but do not move the cursor.

overwrite-mode ()
-

Toggle overwrite mode. With an explicit positive numeric argument, -switches to overwrite mode. With an explicit non-positive numeric -argument, switches to insert mode. This command affects only -emacs mode; vi mode does overwrite differently. +

Toggle overwrite mode. +With an explicit positive numeric argument, switches to overwrite mode. +With an explicit non-positive numeric argument, switches to insert mode. +This command affects only emacs mode; +vi mode does overwrite differently. Each call to readline() starts in insert mode.

In overwrite mode, characters bound to self-insert replace @@ -12041,15 +12546,15 @@ Next:

kill-line (C-k)
-

Kill the text from point to the end of the line. +

Kill the text from point to the end of the current line. With a negative numeric argument, kill backward from the cursor to the -beginning of the current line. +beginning of the line.

backward-kill-line (C-x Rubout)

Kill backward from the cursor to the beginning of the current line. With a negative numeric argument, kill forward from the cursor to the -end of the current line. +end of the line.

unix-line-discard (C-u)
@@ -12084,18 +12589,19 @@ Word boundaries are the same as shell-backward-word.

unix-word-rubout (C-w)
-

Kill the word behind point, using white space as a word boundary. -The killed text is saved on the kill-ring. +

Kill the word behind point, using white space as a word boundary, +saving the killed text on the kill-ring.

unix-filename-rubout ()

Kill the word behind point, using white space and the slash character -as the word boundaries. -The killed text is saved on the kill-ring. +as the word boundaries, +saving the killed text on the kill-ring.

delete-horizontal-space ()
-

Delete all spaces and tabs around point. By default, this is unbound. +

Delete all spaces and tabs around point. +By default, this is unbound.

kill-region ()
@@ -12105,7 +12611,8 @@ By default, this command is unbound.
copy-region-as-kill ()

Copy the text in the region to the kill buffer, so it can be yanked -right away. By default, this command is unbound. +right away. +By default, this command is unbound.

copy-backward-word ()
@@ -12125,7 +12632,8 @@ By default, this command is unbound.

yank-pop (M-y)
-

Rotate the kill-ring, and yank the new top. You can only do this if +

Rotate the kill-ring, and yank the new top. +You can only do this if the prior command is yank or yank-pop.

@@ -12141,7 +12649,8 @@ Next:
digit-argument (M-0, M-1, … M--)

Add this digit to the argument already accumulating, or start a new -argument. M-- starts a negative argument. +argument. +M-- starts a negative argument.

universal-argument ()
@@ -12173,11 +12682,14 @@ Next: , P
complete (TAB)

Attempt to perform completion on the text before point. The actual completion performed is application-specific. -Bash attempts completion treating the text as a variable (if the -text begins with ‘$’), username (if the text begins with -‘~’), hostname (if the text begins with ‘@’), or -command (including aliases and functions) in turn. If none -of these produces a match, filename completion is attempted. +Bash attempts completion by first checking for any programmable +completions for the command word (see Programmable Completion), +otherwise treating the text as a +variable (if the text begins with ‘$’), +username (if the text begins with ‘~’), +hostname (if the text begins with ‘@’), or +command (including aliases, functions, and builtins) in turn. +If none of these produces a match, it falls back to filename completion.

possible-completions (M-?)
@@ -12189,20 +12701,21 @@ the environment variable COLUMNS, or the screen width,
insert-completions (M-*)

Insert all completions of the text before point that would have -been generated by possible-completions. +been generated by possible-completions, +separated by a space.

menu-complete ()

Similar to complete, but replaces the word to be completed with a single match from the list of possible completions. -Repeated execution of menu-complete steps through the list +Repeatedly executing menu-complete steps through the list of possible completions, inserting each match in turn. -At the end of the list of completions, the bell is rung +At the end of the list of completions, +menu-complete rings the bell (subject to the setting of bell-style) -and the original text is restored. +and restores the original text. An argument of n moves n positions forward in the list -of matches; a negative argument may be used to move backward -through the list. +of matches; a negative argument moves backward through the list. This command is intended to be bound to TAB, but is unbound by default.

@@ -12211,13 +12724,13 @@ by default.

Identical to menu-complete, but moves backward through the list of possible completions, as if menu-complete had been given a negative argument. +This command is unbound by default.

delete-char-or-list ()

Deletes the character under the cursor if not at the beginning or end of the line (like delete-char). -If at the end of the line, behaves identically to -possible-completions. +At the end of the line, it behaves identically to possible-completions. This command is unbound by default.

@@ -12262,7 +12775,8 @@ treating it as a hostname.
complete-command (M-!)

Attempt completion on the text before point, treating -it as a command name. Command completion attempts to +it as a command name. +Command completion attempts to match the text against aliases, reserved words, shell functions, shell builtins, and finally executable filenames, in that order. @@ -12275,7 +12789,7 @@ treating it as a command name.

dynamic-complete-history (M-TAB)

Attempt completion on the text before point, comparing -the text against lines from the history list for possible +the text against history list entries for possible completion matches.

@@ -12350,9 +12864,8 @@ The behavior is undefined if x is already lower case.

prefix-meta (ESC)
-

Metafy the next character typed. This is for keyboards -without a meta key. Typing ‘ESC f’ is equivalent to typing -M-f. +

Metafy the next character typed. +Typing ‘ESC f’ is equivalent to typing M-f.

undo (C-_ or C-x C-u)
@@ -12360,8 +12873,9 @@ without a meta key. Typing ‘ESC

revert-line (M-r)
-

Undo all changes made to this line. This is like executing the undo -command enough times to get back to the beginning. +

Undo all changes made to this line. +This is like executing the undo +command enough times to get back to the initial state.

tilde-expand (M-&)
@@ -12369,44 +12883,44 @@ command enough times to get back to the beginning.

set-mark (C-@)
-

Set the mark to the point. If a -numeric argument is supplied, the mark is set to that position. +

Set the mark to the point. +If a numeric argument is supplied, set the mark to that position.

exchange-point-and-mark (C-x C-x)
-

Swap the point with the mark. The current cursor position is set to -the saved position, and the old cursor position is saved as the mark. +

Swap the point with the mark. +Set the current cursor position to the saved position, +then set the mark to the old cursor position.

character-search (C-])
-

A character is read and point is moved to the next occurrence of that -character. A negative argument searches for previous occurrences. +

Read a character and move point to the next occurrence of that character. +A negative argument searches for previous occurrences.

character-search-backward (M-C-])
-

A character is read and point is moved to the previous occurrence -of that character. A negative argument searches for subsequent -occurrences. +

Read a character and move point to the previous occurrence of that character. +A negative argument searches for subsequent occurrences.

skip-csi-sequence ()

Read enough characters to consume a multi-key sequence such as those -defined for keys like Home and End. Such sequences begin with a -Control Sequence Indicator (CSI), usually ESC-[. If this sequence is -bound to "\e[", keys producing such sequences will have no effect +defined for keys like Home and End. +CSI sequences begin with a Control Sequence Indicator (CSI), usually ESC-[. +If this sequence is bound to "\e[", +keys producing CSI sequences will have no effect unless explicitly bound to a Readline command, instead of inserting -stray characters into the editing buffer. This is unbound by default, -but usually bound to ESC-[. +stray characters into the editing buffer. +This is unbound by default, but usually bound to ESC-[.

insert-comment (M-#)
-

Without a numeric argument, the value of the comment-begin -variable is inserted at the beginning of the current line. +

Without a numeric argument, insert the value of the comment-begin +variable at the beginning of the current line. If a numeric argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value -of comment-begin, the value is inserted, otherwise -the characters in comment-begin are deleted from the beginning of -the line. +of comment-begin, insert the value; otherwise delete +the characters in comment-begin from the beginning of the line. In either case, the line is accepted as if a newline had been typed. The default value of comment-begin causes this command to make the current line a shell comment. @@ -12415,24 +12929,39 @@ will be executed by the shell.

dump-functions ()
-

Print all of the functions and their key bindings to the -Readline output stream. If a numeric argument is supplied, +

Print all of the functions and their key bindings +to the Readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part -of an inputrc file. This command is unbound by default. +of an inputrc file. +This command is unbound by default.

dump-variables ()
-

Print all of the settable variables and their values to the -Readline output stream. If a numeric argument is supplied, +

Print all of the settable variables and their values +to the Readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part -of an inputrc file. This command is unbound by default. +of an inputrc file. +This command is unbound by default.

dump-macros ()

Print all of the Readline key sequences bound to macros and the -strings they output. If a numeric argument is supplied, +strings they output +to the Readline output stream. +If a numeric argument is supplied, the output is formatted in such a way that it can be made part -of an inputrc file. This command is unbound by default. +of an inputrc file. +This command is unbound by default. +

+
+
execute-named-command (M-x)
+

Read a bindable readline command name from the input and execute the +function to which it’s bound, as if the key sequence to which it was +bound appeared in the input. +If this function is supplied with a numeric argument, it passes that +argument to the function it executes.

spell-correct-word (C-x s)
@@ -12442,29 +12971,25 @@ Word boundaries are the same as those used by shell-forward-w

glob-complete-word (M-g)
-

The word before point is treated as a pattern for pathname expansion, -with an asterisk implicitly appended. This pattern is used to +

Treat the word before point as a pattern for pathname expansion, +with an asterisk implicitly appended, then use the pattern to generate a list of matching file names for possible completions.

glob-expand-word (C-x *)
-

The word before point is treated as a pattern for pathname expansion, -and the list of matching file names is inserted, replacing the word. -If a numeric argument is supplied, a ‘*’ is appended before +

Treat the word before point as a pattern for pathname expansion, +and insert the list of matching file names, replacing the word. +If a numeric argument is supplied, append a ‘*’ before pathname expansion.

glob-list-expansions (C-x g)
-

The list of expansions that would have been generated by -glob-expand-word is displayed, and the line is redrawn. -If a numeric argument is supplied, a ‘*’ is appended before +

Display the list of expansions that would have been generated by +glob-expand-word, and redisplay the line. +If a numeric argument is supplied, append a ‘*’ before pathname expansion.

-
display-shell-version (C-x C-v)
-

Display version information about the current instance of Bash. -

-
shell-expand-line (M-C-e)

Expand the line by performing shell word expansions. This performs alias and history expansion, @@ -12503,16 +13028,12 @@ Bash attempts to invoke $VISUAL, $EDITOR, and emacs as the editor, in that order.

- -
-
execute-named-command (M-x)
-

Read a bindable readline command name from the input and execute the -function to which it’s bound, as if the key sequence to which it was -bound appeared in the input. -If this function is supplied with a numeric argument, it passes that -argument to the function it executes. +

display-shell-version (C-x C-v)
+

Display version information about the current instance of Bash.

+ +
@@ -12528,12 +13049,14 @@ Next:

The Set Builtin). +of the line. +The Readline vi mode behaves as specified in the +sh description in the POSIX standard. +

+

You can use the ‘set -o emacs’ and ‘set -o vi’ +commands (see The Set Builtin) +to switch interactively between emacs and vi +editing modes, The Readline default is emacs mode.

When you enter a line in vi mode, you are already placed in @@ -12553,48 +13076,49 @@ Next:

-

When word completion is attempted for an argument to a command for -which a completion specification (a compspec) has been defined +

When the user attempts word completion for an argument to a command for +which a completion specification (a compspec) has been defined using the complete builtin (see Programmable Completion Builtins), -the programmable completion facilities are invoked. +\fBreadline\fP invokes the programmable completion facilities.

-

First, the command name is identified. +

First, Bash identifies the command name. If a compspec has been defined for that command, the compspec is used to generate the list of possible completions for the word. If the command word is the empty string (completion attempted at the -beginning of an empty line), any compspec defined with -the -E option to complete is used. -If the command word is a full pathname, a compspec for the full -pathname is searched for first. -If no compspec is found for the full pathname, an attempt is made to +beginning of an empty line), Bash uses any compspec defined with +the -E option to complete. +If the command word is a full pathname, Bash +searches for a compspec for the full pathname first. +If there is no compspec for the full pathname, Bash attempts to find a compspec for the portion following the final slash. If those searches do not result in a compspec, any compspec defined with the -D option to complete is used as the default. If there is no default compspec, Bash attempts alias expansion on the command word as a final resort, and attempts to find a compspec -for the command word from any successful expansion +for the command word from any successful expansion.

-

Once a compspec has been found, it is used to generate the list of -matching words. -If a compspec is not found, the default Bash completion -described above (see Letting Readline Type For You) is performed. +

If a compspec is not found, Bash performs its default completion +described above (see Letting Readline Type For You). +Otherwise, once a compspec has been found, Bash uses it to generate +the list of matching words.

-

First, the actions specified by the compspec are used. +

First, Bash performs the actions specified by the compspec. Only matches which are prefixed by the word being completed are returned. When the -f or -d option is used for filename or -directory name completion, the shell variable FIGNORE is -used to filter the matches. +directory name completion, Bash uses shell the variable FIGNORE +to filter the matches. See Bash Variables, for a description of FIGNORE.

Any completions specified by a filename expansion pattern to the -G option are generated next. The words generated by the pattern need not match the word being completed. -The GLOBIGNORE shell variable is not used to filter the matches, -but the FIGNORE shell variable is used. +Bash uses the FIGNORE +variable to filter the matches, but does not use the +GLOBIGNORE shell variable.

-

Next, the string specified as the argument to the -W option -is considered. +

Next, completion considers +the string specified as the argument to the -W option. The string is first split using the characters in the IFS special variable as delimiters. Shell quoting is honored within the string, in order to provide a @@ -12607,23 +13131,26 @@ as described above (see Shell Expansio The results are split using the rules described above (see Word Splitting). The results of the expansion are prefix-matched against the word being -completed, and the matching words become the possible completions. +completed, and the matching words become possible completions.

-

After these matches have been generated, any shell function or command -specified with the -F and -C options is invoked. +

After these matches have been generated, +Bash executes any shell function or command +any shell function or command +specified with the -F and -C options. When the command or function is invoked, the COMP_LINE, COMP_POINT, COMP_KEY, and COMP_TYPE variables are assigned values as described above (see Bash Variables). If a shell function is being invoked, the COMP_WORDS and COMP_CWORD variables are also set. -When the function or command is invoked, the first argument ($1) is the -name of the command whose arguments are being completed, the -second argument ($2) is the word being completed, and the third argument -($3) is the word preceding the word being completed on the current command -line. -No filtering of the generated completions against the word being completed -is performed; the function or command has complete freedom in generating -the matches. +When the function or command is invoked, +the first argument ($1) is the name of the command whose arguments +are being completed, +the second argument ($2) is the word being completed, +and the third argument ($3) is the word preceding the word being +completed on the current command line. +There is no filtering of the generated completions against the +word being completed; +the function or command has complete freedom in generating the matches.

Any function specified with -F is invoked first. The function may use any of the shell facilities, including the @@ -12637,6 +13164,7 @@ in an environment equivalent to command substitution. It should print a list of completions, one per line, to the standard output. Backslash may be used to escape a newline, if necessary. +These are added to the set of possible completions.

After all of the possible completions are generated, any filter specified with the -X option is applied to the list. @@ -12654,26 +13182,26 @@ of alphabetic characters.

Finally, any prefix and suffix specified with the -P and -S options are added to each member of the completion list, and the result is -returned to the Readline completion code as the list of possible -completions. +returned to Readline as the list of possible completions.

If the previously-applied actions do not generate any matches, and the -o dirnames option was supplied to complete when the -compspec was defined, directory name completion is attempted. +compspec was defined, Bash attempts directory name completion.

If the -o plusdirs option was supplied to complete when -the compspec was defined, directory name completion is attempted and any -matches are added to the results of the other actions. +the compspec was defined, Bash attempts directory name completion +and adds any matches to the set of possible completions.

By default, if a compspec is found, whatever it generates is returned to the completion code as the full set of possible completions. -The default Bash completions are not attempted, and the Readline default -of filename completion is disabled. +The default Bash completions and the Readline default +of filename completion are disabled. If the -o bashdefault option was supplied to complete when -the compspec was defined, the default Bash completions are attempted -if the compspec generates no matches. +the compspec was defined, if the compspec generates no matches, +Bash attempts its default completions. If the -o default option was supplied to complete when the -compspec was defined, Readline’s default completion will be performed +compspec was defined, programmable completion will perform +Readline’s default completion if the compspec (and, if attempted, the default Bash completions) generate no matches.

@@ -12683,17 +13211,19 @@ to completed names which are symbolic links to directories, subject to the value of the mark-directories Readline variable, regardless of the setting of the mark-symlinked-directories Readline variable.

-

There is some support for dynamically modifying completions. This is -most useful when used in combination with a default completion specified -with -D. It’s possible for shell functions executed as completion -handlers to indicate that completion should be retried by returning an -exit status of 124. If a shell function returns 124, and changes +

There is some support for dynamically modifying completions. +This is most useful when used in combination with a default completion +specified with -D. +It’s possible for shell functions executed as completion functions +to indicate that completion should be retried by returning an +exit status of 124. +If a shell function returns 124, and changes the compspec associated with the command on which completion is being attempted (supplied as the first argument when the function is executed), programmable completion restarts from the beginning, with an -attempt to find a new compspec for that command. This allows a set of -completions to be built dynamically as completion is attempted, rather than -being loaded all at once. +attempt to find a new compspec for that command. +This allows a set of completions to be built dynamically as completion +is attempted, rather than being loaded all at once.

For instance, assuming that there is a library of compspecs, each kept in a file corresponding to the name of the command, the following default @@ -12751,7 +13281,7 @@ have useful values. completion code had generated them directly from a completion specification with the same flags. If word is specified, only those completions matching word -will be displayed. +will be displayed or stored.

The return value is true unless an invalid option is supplied, or no matches were generated. @@ -12766,14 +13296,15 @@ matches were generated.

Specify how arguments to each name should be completed. -If the -p option is supplied, or if no options or names -are supplied, existing -completion specifications are printed in a way that allows them to be -reused as input. +

+

If the -p option is supplied, or if no options or names +are supplied, print existing completion specifications +in a way that allows them to be reused as input. The -r option removes a completion specification for each name, or, if no names are supplied, all completion specifications. -The -D option indicates that other supplied options and actions should +

+

The -D option indicates that other supplied options and actions should apply to the “default” command completion; that is, completion attempted on a command for which no completion has previously been defined. The -E option indicates that other supplied options and actions should @@ -12798,7 +13329,6 @@ The arguments to the -G, -Wcomplete builtin is invoked.

-
-o comp-option

The comp-option controls several aspects of the compspec’s behavior @@ -12821,8 +13351,8 @@ no matches.

filenames
-

Tell Readline that the compspec generates filenames, so it can perform any -filename-specific processing (like adding a slash to directory names, +

Tell Readline that the compspec generates filenames, so it can perform +any filename-specific processing (such as adding a slash to directory names, quoting special characters, or suppressing trailing spaces). This option is intended to be used with shell functions specified with -F. @@ -12848,11 +13378,10 @@ the end of the line.

plusdirs
-

After any matches defined by the compspec are generated, -directory name completion is attempted and any -matches are added to the results of the other actions. -

-
+

After generating any matches defined by the compspec, +attempt directory name completion and add any +matches to the results of the other actions. +

@@ -12862,7 +13391,8 @@ completions:

alias
-

Alias names. May also be specified as -a. +

Alias names. +May also be specified as -a.

arrayvar
@@ -12874,15 +13404,18 @@ completions:

builtin
-

Names of shell builtin commands. May also be specified as -b. +

Names of shell builtin commands. +May also be specified as -b.

command
-

Command names. May also be specified as -c. +

Command names. +May also be specified as -c.

directory
-

Directory names. May also be specified as -d. +

Directory names. +May also be specified as -d.

disabled
@@ -12894,11 +13427,13 @@ completions:

export
-

Names of exported shell variables. May also be specified as -e. +

Names of exported shell variables. +May also be specified as -e.

file
-

File names. May also be specified as -f. +

File names. +May also be specified as -f.

function
@@ -12906,7 +13441,8 @@ completions:

group
-

Group names. May also be specified as -g. +

Group names. +May also be specified as -g.

helptopic
@@ -12919,11 +13455,13 @@ completions:

job
-

Job names, if job control is active. May also be specified as -j. +

Job names, if job control is active. +May also be specified as -j.

keyword
-

Shell reserved words. May also be specified as -k. +

Shell reserved words. +May also be specified as -k.

running
@@ -12931,7 +13469,8 @@ completions:

service
-

Service names. May also be specified as -s. +

Service names. +May also be specified as -s.

setopt
@@ -12953,11 +13492,13 @@ completions:

user
-

User names. May also be specified as -u. +

User names. +May also be specified as -u.

variable
-

Names of all shell variables. May also be specified as -v. +

Names of all shell variables. +May also be specified as -v.

@@ -12971,35 +13512,43 @@ Arguments are passed as with the -F option.
-F function

The shell function function is executed in the current shell environment. -When it is executed, $1 is the name of the command whose arguments are -being completed, $2 is the word being completed, and $3 is the word -preceding the word being completed, as described above -(see Programmable Completion). -When it finishes, the possible completions are retrieved from the value +When it is executed, +the first argument ($1) is the name of the command whose arguments are +being completed, +the second argument ($2) is the word being completed, and +the third argument ($3) is the word preceding the word being completed, +as described above (see Programmable Completion). +When function finishes, +programmable completion retrieves +the possible completions from the value of the COMPREPLY array variable.

-G globpat
-

The filename expansion pattern globpat is expanded to generate +

Expand the filename expansion pattern globpat to generate the possible completions.

-P prefix
-

prefix is added at the beginning of each possible completion +

Add prefix to the beginning of each possible completion after all other options have been applied.

-S suffix
-

suffix is appended to each possible completion +

Append suffix to each possible completion after all other options have been applied.

-W wordlist
-

The wordlist is split using the characters in the -IFS special variable as delimiters, and each resultant word -is expanded. +

Split the wordlist using the characters in the +IFS special variable as delimiters, and expand +each resulting word. +Shell quoting is honored within wordlist +in order to provide a +mechanism for the words to contain shell metacharacters or characters +in the value of IFS. The possible completions are the members of the resultant list which -match the word being completed. +match a prefix of the word being completed.

-X filterpat
@@ -13037,16 +13586,14 @@ If no options are given, display the completion options f name or the current completion. The possible values of option are those valid for the complete builtin described above. -The -D option indicates that other supplied options should -apply to the “default” command completion; that is, completion attempted -on a command for which no completion has previously been defined. -The -E option indicates that other supplied options should -apply to “empty” command completion; that is, completion attempted on a -blank line. -The -I option indicates that other supplied options should -apply to completion on the initial non-assignment word on the line, or after a -command delimiter such as ‘;’ or ‘|’, which is usually command -name completion. +

+

The -D option indicates that other supplied options should +apply to the “default” command completion; +the -E option indicates that other supplied options should +apply to “empty” command completion; and +the -I option indicates that other supplied options should +apply to completion on the initial word on the line. +These are determined in the same way as the \fBcomplete\fP builtin.

If multiple options are supplied, the -D option takes precedence over -E, and both take precedence over -I @@ -13054,8 +13601,7 @@ over -E, and both take precedence over name for which no completion specification exists, or an output error occurs. -

- +


@@ -13073,8 +13619,10 @@ a shell function and bind it to a particular command using co

The following function provides completions for the cd builtin. It is a reasonably good example of what shell functions must do when -used for completion. This function uses the word passed as $2 -to determine the directory name to complete. You can also use the +used for completion. +This function uses the word passed as $2 to determine the +directory name to complete. +You can also use the COMP_WORDS array variable; the current word is indexed by the COMP_CWORD variable.

@@ -13091,7 +13639,8 @@ a newline to accommodate file names containing spaces and tabs – compgen prints the possible completions it generates one per line.

Possible completions go into the COMPREPLY array variable, one -completion per array element. The programmable completion system retrieves +completion per array element. +The programmable completion system retrieves the completions from there when the function returns.

@@ -13164,7 +13713,7 @@ extend _comp_cd to append a slash if we’re using via CDPATH: Readline can’t tell those completions are directories). The -o nospace option tells Readline to not append a space character to the directory name, in case we want to append to it. -The -o bashdefault option brings in the rest of the "Bash default" +The -o bashdefault option brings in the rest of the “Bash default” completions – possible completions that Bash adds to the default Readline set. These include things like command name completion, variable completion @@ -13224,60 +13773,74 @@ is enabled (see The Set Builtin), the shell provides access to the command history, the list of commands previously typed. The value of the HISTSIZE shell variable is used as the -number of commands to save in a history list. -The text of the last $HISTSIZE -commands (default 500) is saved. +number of commands to save in a history list: +the shell saves the text of the last $HISTSIZE +commands (default 500). The shell stores each command in the history list prior to parameter and variable expansion but after history expansion is performed, subject to the values of the shell variables HISTIGNORE and HISTCONTROL.

-

When the shell starts up, the history is initialized from the +

When the shell starts up, Bash initializes the history list +by reading history entries from the file named by the HISTFILE variable (default ~/.bash_history). -The file named by the value of HISTFILE is truncated, if -necessary, to contain no more than the number of lines specified by -the value of the HISTFILESIZE variable. -When a shell with history enabled exits, the last -$HISTSIZE lines are copied from the history list to the file +This is referred to as the history file. +The history file is truncated, if necessary, +to contain no more than the number of history entries +specified by the value of the HISTFILESIZE variable. +If HISTFILESIZE is unset, or set to null, a non-numeric value, +or a numeric value less than zero, the history file is not truncated. +

+

When the history file is read, +lines beginning with the history comment character followed immediately +by a digit are interpreted as timestamps for the following history entry. +These timestamps are optionally displayed depending on the value of the +HISTTIMEFORMAT variable (see Bash Variables). +When present, history timestamps delimit history entries, making +multi-line entries possible. +

+

When a shell with history enabled exits, Bash copies the last +$HISTSIZE entries from the history list to the file named by $HISTFILE. If the histappend shell option is set (see Bash Builtin Commands), -the lines are appended to the history file, -otherwise the history file is overwritten. +Bash appends the entries to the history file, +otherwise it overwrites the history file. If HISTFILE is unset or null, or if the history file is unwritable, the history is not saved. -After saving the history, the history file is truncated -to contain no more than $HISTFILESIZE lines. -If HISTFILESIZE is unset, or set to null, a non-numeric value, or -a numeric value less than zero, the history file is not truncated. -

-

If the HISTTIMEFORMAT is set, the time stamp information -associated with each history entry is written to the history file, -marked with the history comment character. -When the history file is read, lines beginning with the history -comment character followed immediately by a digit are interpreted -as timestamps for the following history entry. -

-

The fc builtin command may be used to list or edit and re-execute -a portion of the history list. -The history builtin may be used to display or modify the history -list and manipulate the history file. +After saving the history, Bash truncates the history file +to contain no more than $HISTFILESIZE +lines as described above. +

+

If the HISTTIMEFORMAT +variable is set, the shell writes the timestamp information +associated with each history entry to the history file, +marked with the history comment character, +so timestamps are preserved across shell sessions. +When the history file is read, lines beginning with +the history comment character followed immediately by a digit are +interpreted as timestamps for the following history entry. +As above, when using HISTTIMEFORMAT, +the timestamps delimit multi-line history entries. +

+

The fc builtin command will list or edit and re-execute a +portion of the history list. +The history builtin can display or +modify the history list and manipulate the history file. When using command-line editing, search commands are available in each editing mode that provide access to the -history list (see Commands For Manipulating The History). +history list (see Commands For Manipulating The History).

-

The shell allows control over which commands are saved on the history -list. +

The shell allows control over which commands are saved on the history list. The HISTCONTROL and HISTIGNORE -variables are used to cause the shell to save only a subset of the -commands entered. -The cmdhist -shell option, if enabled, causes the shell to attempt to save each +variables are used to save only a subset of the commands entered. +If the cmdhist shell option is +enabled, the shell attempts to save each line of a multi-line command in the same history entry, adding semicolons where necessary to preserve syntactic correctness. The lithist -shell option causes the shell to save the command with embedded newlines -instead of semicolons. +shell option modifies cmdhist by saving +the command with embedded newlines instead of semicolons. The shopt builtin is used to set these options. See The Shopt Builtin, for a description of shopt.

@@ -13301,9 +13864,9 @@ history list and history file. fc -s [pat=rep] [command]
-

The first form selects a range of commands from first to -last from the history list and displays or edits and re-executes -them. +

The first form selects a range of commands from +first to last +from the history list and displays or edits and re-executes them. Both first and last may be specified as a string (to locate the most recent command beginning with that string) or as a number (an index into the @@ -13316,26 +13879,44 @@ command); otherwise 0 is equivalent to -1 and -0 is invalid.

If last is not specified, it is set to -first. If first is not specified, it is set to the previous -command for editing and −16 for listing. If the -l flag is -given, the commands are listed on standard output. The -n flag -suppresses the command numbers when listing. The -r flag -reverses the order of the listing. Otherwise, the editor given by -ename is invoked on a file containing those commands. If -ename is not given, the value of the following variable expansion -is used: ${FCEDIT:-${EDITOR:-vi}}. This says to use the +the current command for listing and to first otherwise. +If first is not specified, it is set to the previous +command for editing and −16 for listing. +

+

If the -l flag is supplied, +the commands are listed on standard output. +The -n flag suppresses the command numbers when listing. +The -r flag reverses the order of the listing. +

+

Otherwise, fc invokes the editor named by +ename on a file containing those commands. +If ename is not supplied, fc uses the value of the following +variable expansion: ${FCEDIT:-${EDITOR:-vi}}. +This says to use the value of the FCEDIT variable if set, or the value of the EDITOR variable if that is set, or vi if neither is set. -When editing is complete, the edited commands are echoed and executed. +When editing is complete, fc reads the file of edited commands +and echoes and executes them.

-

In the second form, command is re-executed after each instance -of pat in the selected command is replaced by rep. +

In the second form, fc re-executes command after +replacing each instance of pat in the selected command with rep. command is interpreted the same as first above.

A useful alias to use with the fc command is r='fc -s', so that typing ‘r cc’ runs the last command beginning with cc and typing ‘r’ re-executes the last command (see Aliases).

+

If the first form is used, the return value is zero unless an invalid +option is encountered or first or last +specify history lines out of range. +When editing and re-executing a file of commands, +the return value is the value of the last command executed +or failure if an error occurs with the temporary file. +If the second form is used, the return status +is that of the re-executed command, unless +command does not specify a valid history entry, in which case +fc returns a non-zero status. +

history
@@ -13347,21 +13928,21 @@ history [-anrw] [filename] history -ps arg
-

With no options, display the history list with line numbers. -Lines prefixed with a ‘*’ have been modified. -An argument of n lists only the last n lines. +

With no options, display the history list with numbers. +Entries prefixed with a ‘*’ have been modified. +An argument of n lists only the last n entries. If the shell variable HISTTIMEFORMAT is set and not null, it is used as a format string for strftime(3) to display the time stamp associated with each displayed history entry. -No intervening blank is printed between the formatted time stamp -and the history line. +If history uses HISTTIMEFORMAT, it does not print an +intervening space between the formatted time stamp and the history entry.

Options, if supplied, have the following meanings:

-c
-

Clear the history list. This may be combined -with the other options to replace the history list completely. +

Clear the history list. +This may be combined with the other options to replace the history list.

-d offset
@@ -13382,24 +13963,25 @@ are interpreted as described above.

-a
-

Append the new history lines to the history file. +

Append the "new" history lines to the history file. These are history lines entered since the beginning of the current Bash session, but not already appended to the history file.

-n
-

Append the history lines not already read from the history file -to the current history list. These are lines appended to the history +

Read the history lines not already read from the history file +and add them to the current history list. +These are lines appended to the history file since the beginning of the current Bash session.

-r
-

Read the history file and append its contents to -the history list. +

Read the history file and append its contents to the history list.

-w
-

Write out the current history list to the history file. +

Write the current history list to the history file, overwriting +the history file.

-p
@@ -13408,18 +13990,26 @@ on the standard output, without storing the results in the history list.

-s
-

The args are added to the end of -the history list as a single entry. +

Add the args to the end of the history list as a single entry. +The last command in the history list is removed before adding the args.

If a filename argument is supplied -when any of the -w, -r, -a, or -n options -is used, Bash uses filename as the history file. -If not, then the value of the HISTFILE variable is used. +with any of the -w, -r, -a, or -n +options, Bash uses filename as the history file. +If not, it uses the value of the HISTFILE variable. If HISTFILE is unset or null, these options have no effect.

+

If the HISTTIMEFORMAT +variable is set, history writes the time stamp information +associated with each history entry to the history file, +marked with the history comment character as described above. +When the history file is read, lines beginning with the history +comment character followed immediately by a digit are interpreted +as timestamps for the following history entry. +

The return value is 0 unless an invalid option is encountered, an error occurs while reading or writing the history file, an invalid offset or range is supplied as an argument to -d, or the @@ -13438,9 +14028,18 @@ Previous:

-

The History library provides a history expansion feature that is similar -to the history expansion provided by csh. This section -describes the syntax used to manipulate the history information. +

The shell +provides a history expansion feature that is similar +to the history expansion provided by csh +(also referred to as history substitution where appropriate). +This section describes the syntax used to manipulate the +history information. +

+

History expansion is enabled by default for interactive shells, +and can be disabled using the +H option to the set +builtin command (see The Set Builtin). +Non-interactive shells do not perform history expansion by default, +but it can be enabled with set -H.

History expansions introduce words from the history list into the input stream, making it easy to repeat commands, insert the @@ -13449,19 +14048,22 @@ fix errors in previous commands quickly.

History expansion is performed immediately after a complete line is read, before the shell breaks it into words, and is performed -on each line individually. Bash attempts to inform the history +on each line individually. +Bash attempts to inform the history expansion functions about quoting still in effect from previous lines.

-

History expansion takes place in two parts. The first is to determine -which line from the history list should be used during substitution. -The second is to select portions of that line for inclusion into the +

History expansion takes place in two parts. +The first is to determine +which entry from the history list should be used during substitution. +The second is to select portions of that entry to include into the current one.

-

The line selected from the history is called the event, -and the portions of that line that are acted upon are called words. -The line is broken into words in the same fashion -that Bash does, so that several words -surrounded by quotes are considered one word. +

The entry selected from the history is called the event, +and the portions of that entry that are acted upon are words. +Various modifiers are available to manipulate the selected words. +The entry is split into words in the same fashion that Bash +does when reading input, +so that several words surrounded by quotes are considered one word. The event designator selects the event, the optional word designator selects words from the event, and various optional modifiers are available to manipulate the @@ -13485,29 +14087,36 @@ history expansion character, but the history expansion character is also treated as quoted if it immediately precedes the closing double quote in a double-quoted string.

+

Several characters inhibit history expansion if found immediately +following the history expansion character, even if it is unquoted: +space, tab, newline, carriage return, ‘=’, +and the other shell metacharacters. +

There is a special abbreviation for substitution, active when the -quick substitution character (default ‘^’) +quick substitution character +(described above under histchars) is the first character on the line. It selects the previous history list entry, using an event designator equivalent to !!, -and substitutes one string for another in that line. +and substitutes one string for another in that entry. It is described below (see Event Designators). This is the only history expansion that does not begin with the history expansion character.

Several shell options settable with the shopt -builtin (see The Shopt Builtin) may be used to tailor -the behavior of history expansion. If the -histverify shell option is enabled, and Readline +builtin (see The Shopt Builtin) +will modify history expansion behavior +If the histverify shell option is enabled, and Readline is being used, history substitutions are not immediately passed to the shell parser. Instead, the expanded line is reloaded into the Readline editing buffer for further modification. If Readline is being used, and the histreedit -shell option is enabled, a failed history expansion will be +shell option is enabled, a failed history expansion is reloaded into the Readline editing buffer for correction. -The -p option to the history builtin command -may be used to see what a history expansion will do before using it. +

+

The -p option to the history builtin command +shows what a history expansion will do before using it. The -s option to the history builtin may be used to add commands to the end of the history list without actually executing them, so that they are available for subsequent recall. @@ -13515,9 +14124,9 @@ This is most useful in conjunction with Readline.

The shell allows control of the various characters used by the history expansion mechanism with the histchars variable, -as explained above (see Bash Variables). The shell uses -the history comment character to mark history timestamps when -writing the history file. +as explained above (see Bash Variables). +The shell uses the history comment character to mark history +timestamps when writing the history file.