From 68d220cb0576c967cf4bfa82ad9e60128bd5d5e1 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 26 Jun 2017 09:29:20 -0400 Subject: [PATCH] commit bash-snap-20170626 snapshot --- CWRU/CWRU.chlog | 6 + doc/bash.0 | 3220 ++++++++++---------- doc/bash.1 | 13 +- doc/bash.html | 38 +- doc/bash.info | 323 +- doc/bash.pdf | Bin 368738 -> 338575 bytes doc/bash.ps | 7484 +++++++++++++++++++++++----------------------- doc/bashref.bt | 2 +- doc/bashref.bts | 2 +- doc/bashref.dvi | Bin 755240 -> 756068 bytes doc/bashref.html | 35 +- doc/bashref.info | 323 +- doc/bashref.log | 20 +- doc/bashref.pdf | Bin 742837 -> 743436 bytes doc/bashref.ps | 695 ++--- doc/bashref.texi | 9 +- doc/builtins.0 | 564 ++-- doc/builtins.ps | 1867 ++++++------ doc/rbash.ps | 2 +- doc/version.texi | 6 +- 20 files changed, 7370 insertions(+), 7239 deletions(-) diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index e6d5ab51..00819cbf 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -14193,3 +14193,9 @@ expr.c error and either longjmp back to the expression top level or return 0 immediately. Fixes bug reported by Eduardo Bustamante + + 6/23 + ---- +doc/{bash.1,bashref.texi} + - add text noting that $* and ${array[*]} (unquoted) can also expand + to multiple words diff --git a/doc/bash.0 b/doc/bash.0 index 0380629a..1361799d 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -1474,48 +1474,49 @@ EEXXPPAANNSSIIOONN original word are removed unless they have been quoted themselves (_q_u_o_t_e _r_e_m_o_v_a_l). - Only brace expansion, word splitting, and pathname expansion can change - the number of words of the expansion; other expansions expand a single - word to a single word. The only exceptions to this are the expansions - of "$$@@" and "$${{_n_a_m_e[[@@]]}}" as explained above (see PPAARRAAMMEETTEERRSS). + Only brace expansion, word splitting, and pathname expansion can + increase the number of words of the expansion; other expansions expand + a single word to a single word. The only exceptions to this are the + expansions of "$$@@" and "$${{_n_a_m_e[[@@]]}}", and, in most cases, $$** and + $${{_n_a_m_e[[**]]}} as explained above (see PPAARRAAMMEETTEERRSS). BBrraaccee EExxppaannssiioonn _B_r_a_c_e _e_x_p_a_n_s_i_o_n is a mechanism by which arbitrary strings may be gener- - ated. This mechanism is similar to _p_a_t_h_n_a_m_e _e_x_p_a_n_s_i_o_n, but the file- + ated. This mechanism is similar to _p_a_t_h_n_a_m_e _e_x_p_a_n_s_i_o_n, but the file- names generated need not exist. Patterns to be brace expanded take the form of an optional _p_r_e_a_m_b_l_e, followed by either a series of comma-sep- - arated strings or a sequence expression between a pair of braces, fol- - lowed by an optional _p_o_s_t_s_c_r_i_p_t. The preamble is prefixed to each + arated strings or a sequence expression between a pair of braces, fol- + lowed by an optional _p_o_s_t_s_c_r_i_p_t. 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. - Brace expansions may be nested. The results of each expanded string - are not sorted; left to right order is preserved. For example, + 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'. - A sequence expression takes the form {{_x...._y[[...._i_n_c_r]]}}, where _x and _y are - either integers or single characters, 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. Supplied integers may be pre- - fixed with _0 to force each term to have the same width. 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 neces- - sary. When characters are supplied, the expression expands 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. - When the increment is supplied, it is used as the difference between + A sequence expression takes the form {{_x...._y[[...._i_n_c_r]]}}, where _x and _y are + either integers or single characters, 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. Supplied integers may be pre- + fixed with _0 to force each term to have the same width. 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 neces- + sary. When characters are supplied, the expression expands 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. + 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 - closing braces, and at least one unquoted comma or a valid sequence - expression. Any incorrectly formed brace expansion is left unchanged. + A correctly-formed brace expansion must contain unquoted opening and + closing braces, and at least one unquoted comma or a valid sequence + expression. 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 }}. @@ -1526,36 +1527,36 @@ 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. The same word is output as _f_i_l_e_1 _f_i_l_e_2 after expansion by - bbaasshh. If strict compatibility with sshh is desired, start bbaasshh with the + 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. The same word is output as _f_i_l_e_1 _f_i_l_e_2 after expansion by + bbaasshh. If strict compatibility with sshh is desired, start bbaasshh with the ++BB option or disable brace expansion with the ++BB option to the sseett com- mand (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). 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 - value of the shell parameter HHOOMMEE. If HHOOMMEE is unset, the home direc- - tory of the user executing the shell is substituted instead. Other- - wise, the tilde-prefix is replaced with the home directory associated + 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 home direc- + tory of the user executing the shell is substituted 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 + If the tilde-prefix is a `~+', the value of the shell variable PPWWDD replaces the tilde-prefix. If the tilde-prefix is a `~-', the value of - the shell variable OOLLDDPPWWDD, if it is set, is substituted. If the char- - acters following the tilde in the tilde-prefix consist of a number _N, - optionally prefixed by a `+' or a `-', the tilde-prefix is replaced + the shell variable OOLLDDPPWWDD, if it is set, is substituted. If the char- + acters 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 tilde-prefix as an argu- - ment. If the characters following the tilde in the tilde-prefix con- + ment. If the characters following the tilde in the tilde-prefix con- sist of a number without a leading `+' or `-', `+' is assumed. If the login name is invalid, or the tilde expansion fails, the word is @@ -1563,235 +1564,235 @@ EEXXPPAANNSSIIOONN Each variable assignment is checked for unquoted tilde-prefixes immedi- ately following a :: or the first ==. In these cases, tilde expansion is - also performed. Consequently, one may use filenames with tildes in - assignments to PPAATTHH, MMAAIILLPPAATTHH, and CCDDPPAATTHH, and the shell assigns the + also performed. Consequently, one may use filenames with tildes in + assignments to PPAATTHH, MMAAIILLPPAATTHH, and CCDDPPAATTHH, and the shell assigns the expanded value. 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 - escaped by a backslash or within a quoted string, and not within an + 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 embedded arithmetic expansion, command substitution, or parameter expansion. ${_p_a_r_a_m_e_t_e_r} - The value of _p_a_r_a_m_e_t_e_r is substituted. The braces are required - when _p_a_r_a_m_e_t_e_r is a positional parameter with more than one + The value of _p_a_r_a_m_e_t_e_r is substituted. 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 above PPAARRAAMMEETTEERRSS) or an array reference + 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 - _p_a_r_a_m_e_t_e_r is not a _n_a_m_e_r_e_f, it introduces a level of variable indirec- - tion. BBaasshh uses the value of the variable formed from the rest of - _p_a_r_a_m_e_t_e_r as the name of the variable; this variable is then expanded + 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 variable indirec- + tion. BBaasshh uses the value of the variable formed from the rest of + _p_a_r_a_m_e_t_e_r as the name of the variable; this variable is then expanded and that value is used in the rest of the substitution, rather than the - value of _p_a_r_a_m_e_t_e_r itself. This is known as _i_n_d_i_r_e_c_t _e_x_p_a_n_s_i_o_n. If + value of _p_a_r_a_m_e_t_e_r itself. This is known as _i_n_d_i_r_e_c_t _e_x_p_a_n_s_i_o_n. If _p_a_r_a_m_e_t_e_r is a nameref, this expands to the name of the variable refer- - enced by _p_a_r_a_m_e_t_e_r instead of performing the complete indirect expan- - sion. 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 + enced by _p_a_r_a_m_e_t_e_r instead of performing the complete indirect expan- + sion. 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 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 - below (e.g., ::--), bbaasshh tests for a parameter that is unset or null. - Omitting the colon results in a test only for a parameter that is + When not performing substring expansion, using the forms documented + below (e.g., ::--), bbaasshh tests for a parameter that is unset or null. + Omitting the colon results in a test 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 + AAssssiiggnn DDeeffaauulltt VVaalluueess. If _p_a_r_a_m_e_t_e_r is unset or null, the expansion of _w_o_r_d is assigned to _p_a_r_a_m_e_t_e_r. The value of _p_a_r_a_m_- - _e_t_e_r is then substituted. Positional parameters and special + _e_t_e_r is then substituted. Positional parameters and special parameters may not be assigned to 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 + 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. 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 + 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. ${_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_- + 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 @@, an indexed array subscripted by @@ or **, - or an associative array name, the results differ as described - below. If _l_e_n_g_t_h is omitted, expands to the substring of the + or an associative array name, the results differ as described + 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 + 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 - 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 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 - expansion 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 ::-- expan- + 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 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 + expansion 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 ::-- expan- sion. - If _p_a_r_a_m_e_t_e_r is @@, the result is _l_e_n_g_t_h positional parameters + If _p_a_r_a_m_e_t_e_r is @@, the result is _l_e_n_g_t_h positional parameters 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. It is an expan- + greater than the greatest positional parameter, so an offset of + -1 evaluates to the last positional parameter. It is an expan- sion 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 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 + 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 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 + Substring expansion applied to an associative array produces undefined results. - Substring indexing is zero-based unless the positional parame- - ters are used, in which case the indexing starts at 1 by - default. If _o_f_f_s_e_t is 0, and the positional parameters are + Substring indexing is zero-based unless the positional parame- + ters are used, in which case the indexing starts at 1 by + default. 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. The length in characters of the value of - _p_a_r_a_m_e_t_e_r is substituted. 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. The length in characters of the value of + _p_a_r_a_m_e_t_e_r is substituted. 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} ${_p_a_r_a_m_e_t_e_r####_w_o_r_d} RReemmoovvee mmaattcchhiinngg pprreeffiixx ppaatttteerrnn. The _w_o_r_d is expanded to produce a pattern just as in pathname expansion. 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 pat- - tern (the ``####'' case) deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the - pattern removal operation is applied to each positional parame- + 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 pat- + tern (the ``####'' case) deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the + pattern removal operation is applied to each positional parame- ter 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 + _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%%_w_o_r_d} ${_p_a_r_a_m_e_t_e_r%%%%_w_o_r_d} RReemmoovvee mmaattcchhiinngg ssuuffffiixx ppaatttteerrnn. The _w_o_r_d is expanded to produce a pattern just as in pathname expansion. 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 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 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 pattern removal operation is applied to each member of + a trailing portion of the expanded 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 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 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} PPaatttteerrnn ssuubbssttiittuuttiioonn. The _p_a_t_t_e_r_n is expanded to produce a pat- - tern just as in pathname expansion. _P_a_r_a_m_e_t_e_r is expanded and - the longest match of _p_a_t_t_e_r_n against its value is replaced with - _s_t_r_i_n_g. If _p_a_t_t_e_r_n begins with //, all matches of _p_a_t_t_e_r_n are - replaced with _s_t_r_i_n_g. Normally only the first match is + tern just as in pathname expansion. _P_a_r_a_m_e_t_e_r is expanded and + the longest match of _p_a_t_t_e_r_n against its value is replaced with + _s_t_r_i_n_g. If _p_a_t_t_e_r_n begins with //, all matches of _p_a_t_t_e_r_n are + replaced with _s_t_r_i_n_g. Normally only the first match is replaced. If _p_a_t_t_e_r_n begins with ##, it must match at the begin- ning of the expanded value of _p_a_r_a_m_e_t_e_r. If _p_a_t_t_e_r_n begins with - %%, it must match at the end of the expanded value of _p_a_r_a_m_e_t_e_r. + %%, it must match at the end of the expanded value of _p_a_r_a_m_e_t_e_r. If _s_t_r_i_n_g is null, matches of _p_a_t_t_e_r_n are deleted and the // fol- - lowing _p_a_t_t_e_r_n may be omitted. If the nnooccaasseemmaattcchh shell option + lowing _p_a_t_t_e_r_n may be omitted. If the nnooccaasseemmaattcchh shell option is enabled, the match is performed 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 resultant 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 member of the array in turn, and the expansion + 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 substitution 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} ${_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 - should not attempt to match more than one character. The ^^ - operator converts lowercase letters matching _p_a_t_t_e_r_n to upper- + 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 upper- case; the ,, operator converts matching uppercase letters to low- ercase. The ^^^^ and ,,,, expansions convert each matched character - 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 character. - If _p_a_r_a_m_e_t_e_r is @@ or **, the case modification 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 sub- + 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 character. + If _p_a_r_a_m_e_t_e_r is @@ or **, the case modification 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 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: - 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. - 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. - 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 case modification operation is applied to each member of + 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 case modification 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 @@ -1805,117 +1806,117 @@ 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)). - When the old-style backquote form of substitution is used, backslash - retains its literal meaning except when followed by $$, ``, or \\. The + When the old-style backquote form of substitution is used, backslash + retains its literal meaning except when followed by $$, ``, or \\. The first backquote not preceded by a backslash terminates the command sub- - stitution. When using the $(_c_o_m_m_a_n_d) form, all characters between the + stitution. When using the $(_c_o_m_m_a_n_d) form, all characters between the parentheses make up the command; none are treated specially. Command substitutions may be nested. To nest when using the backquoted form, escape the inner backquotes with backslashes. - If the substitution appears within double quotes, word splitting and + If the substitution appears within double quotes, word splitting and pathname expansion are not performed on the results. AArriitthhmmeettiicc EExxppaannssiioonn - Arithmetic expansion allows the evaluation of an arithmetic expression - and the substitution of the result. The format for arithmetic expan- + Arithmetic expansion allows the evaluation of an arithmetic expression + and the substitution of the result. The format for arithmetic expan- sion is: $$((((_e_x_p_r_e_s_s_i_o_n)))) - The _e_x_p_r_e_s_s_i_o_n is treated as if it were within double quotes, but a - double quote inside the parentheses is not treated specially. All + The _e_x_p_r_e_s_s_i_o_n is treated as if it were within double quotes, but a + double quote inside the parentheses is not treated specially. All tokens in the expression undergo parameter and variable expansion, com- - mand substitution, and quote removal. The result is treated as the - arithmetic expression to be evaluated. Arithmetic expansions may be + mand 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 indicating failure and no substitution occurs. 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, the file passed as an argument should be read to obtain the + 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, the file passed as an argument should be read to obtain the output of _l_i_s_t. Process substitution is supported on systems that sup- port 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 - field terminators. If IIFFSS is unset, or its value is exactly - <><><>, the default, then sequences of <>, <>, - and <> at the beginning and end of the results of the previous - expansions are ignored, and any sequence of IIFFSS characters not at the - beginning or end serves to delimit words. If IIFFSS has a value other - than the default, then sequences of the whitespace characters ssppaaccee, - ttaabb, and nneewwlliinnee are ignored at the beginning and end of the word, as - long as the whitespace character is in the value of IIFFSS (an IIFFSS white- - space character). Any character in IIFFSS that is not IIFFSS whitespace, + 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 default, then sequences of <>, <>, + and <> at the beginning and end of the results of the previous + expansions are ignored, and any sequence of IIFFSS characters not at the + beginning or end serves to delimit words. If IIFFSS has a value other + than the default, then sequences of the whitespace characters ssppaaccee, + ttaabb, and nneewwlliinnee are ignored at the beginning and end of the word, as + long as the whitespace character is in the value of IIFFSS (an IIFFSS white- + space character). 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. + sequence of IIFFSS whitespace characters is also treated as a delimiter. If the value of IIFFSS is null, no word splitting occurs. - 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 - results 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'' + ter with no value is expanded within double quotes, a null argument + results 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'' becomes -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 - appears, then the word is regarded as a _p_a_t_t_e_r_n, and replaced with an - alphabetically sorted list of filenames matching the pattern (see PPaatt-- - tteerrnn MMaattcchhiinngg below). 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 + After word splitting, unless the --ff option has been set, bbaasshh scans + each word for the characters **, ??, and [[. If one of these characters + appears, then the word is regarded as a _p_a_t_t_e_r_n, and replaced with an + alphabetically sorted list of filenames matching the pattern (see PPaatt-- + tteerrnn MMaattcchhiinngg below). 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, an error message is printed and the command is not executed. If - the shell option nnooccaasseegglloobb 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 explicitly, unless the - shell option ddoottgglloobb is set. The filenames ````..'''' and ````....'''' must - always be matched explicitly, even if ddoottgglloobb is set. When matching a - pathname, the slash character must always be matched explicitly. In - other cases, the ````..'''' character is not treated specially. See the - description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS for a descrip- + the shell option nnooccaasseegglloobb 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 explicitly, unless the + shell option ddoottgglloobb is set. The filenames ````..'''' and ````....'''' must + always be matched explicitly, even if ddoottgglloobb is set. When matching a + pathname, the slash character must always be matched explicitly. In + other cases, the ````..'''' character is not treated specially. See the + description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS for a descrip- tion of the nnooccaasseegglloobb, nnuullllgglloobb, 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 GGLLOOBBIIGG-- - NNOORREE is set and not null. However, setting GGLLOOBBIIGGNNOORREE to a non-null + NNOORREE is 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 + filenames beginning with a ````..'''' will match. To get the old behavior + of ignoring filenames beginning with a ````..'''', make ````..**'''' one of the patterns in GGLLOOBBIIGGNNOORREE. The ddoottgglloobb option is disabled when GGLLOOBBIIGGNNOORREE is unset. The pattern matching honors the setting of the eexxttgglloobb shell option. @@ -1923,57 +1924,57 @@ 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 - directories 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 + directories 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- - ters, inclusive, using the current locale's collating - sequence and character set, is matched. If the first + [[......]] 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 + sequence and character set, is matched. If the first character following the [[ is a !! or a ^^ then any charac- - ter not enclosed is matched. The sorting order of char- - acters in range expressions is determined by the current - locale and the values of the LLCC__CCOOLLLLAATTEE or LLCC__AALLLL shell + ter not enclosed is matched. The sorting order of char- + acters in range expressions is determined by the current + locale and the values of the LLCC__CCOOLLLLAATTEE or LLCC__AALLLL shell variables, if set. To obtain the traditional interpreta- - tion of range expressions, where [[aa--dd]] is equivalent to - [[aabbccdd]], set value of the LLCC__AALLLL shell variable to CC, or - enable the gglloobbaasscciiiirraannggeess shell option. A -- may be + tion of range expressions, where [[aa--dd]] is equivalent to + [[aabbccdd]], set value of the LLCC__AALLLL shell variable to CC, or + enable the gglloobbaasscciiiirraannggeess shell option. A -- may be matched by including it as the first or last character in the set. A ]] may be matched by including it as the first character in the set. - 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 class. The wwoorrdd character class matches letters, digits, 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 + Within [[ and ]], an _e_q_u_i_v_a_l_e_n_c_e _c_l_a_s_s can be specified using the syntax [[==_c==]], which matches all characters with - the same collation weight (as defined by the current + the same collation weight (as defined by the current locale) 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, several - extended pattern matching operators are recognized. In the following + extended pattern matching operators are recognized. 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 of the fol- lowing sub-patterns: @@ -1989,71 +1990,71 @@ EEXXPPAANNSSIIOONN !!((_p_a_t_t_e_r_n_-_l_i_s_t)) Matches anything except one of the given patterns - Complicated extended pattern matching against long strings is slow, - especially when the patterns contain alternations and the strings con- + Complicated extended pattern matching against long strings is slow, + especially when the patterns contain alternations and the strings con- tain multiple matches. Using separate matches against shorter strings, - or using arrays of strings instead of a single long string, may be + 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. Redirection 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. Redirection 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. Redirection may also be used to modify file handles in the - current shell execution environment. The following redirection opera- + writes to. Redirection may also be used to modify file handles in the + current shell execution environment. The following redirection opera- tors may precede or appear anywhere within a _s_i_m_p_l_e _c_o_m_m_a_n_d or may fol- - low a _c_o_m_m_a_n_d. Redirections are processed in the order they appear, + low a _c_o_m_m_a_n_d. Redirections are processed in the order 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. - If >&- or <&- is preceded by {_v_a_r_n_a_m_e}, 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 redirect- - ion persists beyond the scope of the command, allowing the shell pro- + file descriptor greater than or equal to 10 and assign it to _v_a_r_n_a_m_e. + If >&- or <&- is preceded by {_v_a_r_n_a_m_e}, 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 redirect- + ion persists beyond the scope of the command, allowing the shell pro- grammer to manage the file descriptor himself. - In the following descriptions, if the file descriptor number is omit- - ted, and the first character of the redirection operator is <<, the re- - direction 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 re- + direction 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 word 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 word 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. - Note that the order of redirections is significant. For example, the + Note that 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 duplicated from the standard output before the standard out- + directs only the standard output to file _d_i_r_l_i_s_t, because the standard + error was duplicated from the standard output before the standard out- put 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, bash 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 - If _f_d is a valid integer, file descriptor _f_d is dupli- + If _f_d is a valid integer, file descriptor _f_d is dupli- cated. //ddeevv//ssttddiinn File descriptor 0 is duplicated. @@ -2063,22 +2064,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 Redirection of input causes the file whose name results from the expan- - sion of _w_o_r_d to be opened for reading on file descriptor _n, or the + sion of _w_o_r_d to be opened 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: @@ -2086,27 +2087,27 @@ RREEDDIIRREECCTTIIOONN [_n]<<_w_o_r_d RReeddiirreeccttiinngg OOuuttppuutt - Redirection of output causes the file whose name results from the + Redirection of output causes the file whose name results from the expansion of _w_o_r_d to be opened 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 + 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, the re- direction is attempted even if the file named by _w_o_r_d exists. AAppppeennddiinngg RReeddiirreecctteedd OOuuttppuutt - Redirection of output in this fashion causes the file whose name - results from the expansion of _w_o_r_d to be opened for appending on file - descriptor _n, or the standard output (file descriptor 1) if _n is not + Redirection of output in this fashion causes the file whose name + results from the expansion of _w_o_r_d to be opened 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. The general format for appending output is: @@ -2114,11 +2115,11 @@ RREEDDIIRREECCTTIIOONN [_n]>>>>_w_o_r_d RReeddiirreeccttiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr - This construct allows both the standard output (file descriptor 1) and - the standard error output (file descriptor 2) to be redirected to the + This construct allows both the standard output (file descriptor 1) and + the standard error output (file descriptor 2) to be redirected to the file whose name is the expansion of _w_o_r_d. - There are two formats for redirecting standard output and standard + There are two formats for redirecting standard output and standard error: &&>>_w_o_r_d @@ -2130,13 +2131,13 @@ 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 + 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 DDeessccrriippttoorrss below) for compatibility reasons. AAppppeennddiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr - This construct allows both the standard output (file descriptor 1) and - the standard error output (file descriptor 2) to be appended to the + This construct allows both the standard output (file descriptor 1) and + the standard error output (file descriptor 2) to be appended to the file whose name is the expansion of _w_o_r_d. The format for appending standard output and standard error is: @@ -2150,10 +2151,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 a line containing only _d_e_l_i_m_i_t_e_r (with no trailing - blanks) is seen. All of the lines read up to that point are then used - as the standard input (or file descriptor _n if _n is specified) for a + blanks) is seen. All of the lines read up to that point are then used + as the standard input (or file descriptor _n if _n is specified) for a command. The format of here-documents is: @@ -2162,18 +2163,18 @@ RREEDDIIRREECCTTIIOONN _h_e_r_e_-_d_o_c_u_m_e_n_t _d_e_l_i_m_i_t_e_r - No 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 removal on _w_o_r_d, - and the lines in the here-document are not expanded. If _w_o_r_d is - unquoted, all lines of the here-document are subjected to parameter - expansion, command substitution, and arithmetic expansion, the charac- - ter sequence \\<> is ignored, and \\ must be used to quote the + No 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 removal on _w_o_r_d, + and the lines in the here-document are not expanded. If _w_o_r_d is + unquoted, all lines of the here-document are subjected to parameter + expansion, command substitution, and arithmetic expansion, the charac- + ter sequence \\<> is ignored, and \\ must be used to quote the characters \\, $$, and ``. If the redirection operator is <<<<--, then all leading tab characters are - stripped 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 + stripped 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. HHeerree SSttrriinnggss @@ -2181,9 +2182,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). @@ -2193,22 +2194,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, the file descriptor denoted by _n is made to be a copy of - that file descriptor. If the digits in _w_o_r_d do not specify a file - descriptor open for input, a redirection error occurs. If _w_o_r_d evalu- - ates to --, file descriptor _n is closed. If _n is not specified, the + more digits, the file descriptor denoted by _n is made to be a copy of + that file descriptor. If the digits in _w_o_r_d do not specify a file + descriptor open for input, a redirection error occurs. If _w_o_r_d evalu- + ates to --, file descriptor _n is closed. If _n is not specified, the standard input (file descriptor 0) is used. The operator [_n]>>&&_w_o_r_d - is used similarly to duplicate output file descriptors. If _n is not - specified, the standard output (file descriptor 1) is used. If the - digits in _w_o_r_d do not specify a file descriptor open for output, a re- - direction error occurs. 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 --, the standard output and standard error are + is used similarly to duplicate output file descriptors. If _n is not + specified, the standard output (file descriptor 1) is used. If the + digits in _w_o_r_d do not specify a file descriptor open for output, a re- + direction error occurs. 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 --, the standard output and standard error are redirected as described previously. MMoovviinngg FFiillee DDeessccrriippttoorrss @@ -2216,7 +2217,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. @@ -2224,7 +2225,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 @@ -2232,146 +2233,146 @@ RREEDDIIRREECCTTIIOONN [_n]<<>>_w_o_r_d - causes the file whose name is the expansion of _w_o_r_d to be opened for - both reading and writing on file descriptor _n, or on file descriptor 0 + causes the file whose name is the expansion of _w_o_r_d to be opened for + both reading and writing on file descriptor _n, or on file descriptor 0 if _n is not specified. 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 when it is used as - the first word of a simple command. The shell maintains a list of - aliases that may be set and unset with the aalliiaass and uunnaalliiaass builtin - commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The first word of each - simple command, if unquoted, is checked to see if it has an alias. If - so, that word is replaced by the text of the alias. 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 + _A_l_i_a_s_e_s allow a string to be substituted for a word when it is used as + the first word of a simple command. The shell maintains a list of + aliases that may be set and unset with the aalliiaass and uunnaalliiaass builtin + commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The first word of each + simple command, if unquoted, is checked to see if it has an alias. If + so, that word is replaced by the text of the alias. 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 text. If the - last character of the alias value is a _b_l_a_n_k, then the next command + 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 text. If the + last character of the alias value is a _b_l_a_n_k, then the next command word following the alias is also checked 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, a shell function should be used (see FFUUNNCCTTIIOONNSS + There is no mechanism for using arguments in the replacement text. If + arguments are needed, a shell function should be used (see FFUUNNCCTTIIOONNSS below). - 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 - before executing any of the commands on that line. 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 next line of input is read. The commands + The rules concerning the definition and use of aliases are somewhat + confusing. BBaasshh always reads at least one complete line of input + before executing any of the commands on that line. 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 next line of input is read. The commands following 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 + 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, aliases are superseded by shell functions. FFUUNNCCTTIIOONNSS - 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 list of commands + 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 list of commands associated with that function name is executed. Functions are executed - in the context of the current shell; no new process is 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 + in the context of the current shell; no new process is 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 positional parameters during its execution. The special parameter ## is - updated to reflect the change. Special parameter 00 is unchanged. The - first element of the FFUUNNCCNNAAMMEE variable is set to the name of the func- + updated to reflect the change. Special parameter 00 is unchanged. The + first element of the FFUUNNCCNNAAMMEE variable is set to the name of the func- tion while the function is executing. - All other aspects of the shell execution environment are identical - between 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 + between 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 may be declared with the llooccaall builtin + Variables local to the function may be declared with the llooccaall builtin command. Ordinarily, variables and their values are shared between the - function and its caller. If a variable is declared llooccaall, the vari- - able's visible scope is restricted to that function and its children + function and its caller. If a variable is declared llooccaall, the vari- + able's visible scope is restricted to that function and its children (including the functions it calls). Local variables "shadow" variables - with the same name declared at previous scopes. For instance, a local - variable declared in a function hides a global variable of the same - name: references and assignments refer to the local variable, leaving - the global variable unmodified. When the function returns, the global + with the same name declared at previous scopes. For instance, a local + variable declared in a function hides a global variable of the same + name: references and assignments refer to the local variable, leaving + the global variable 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 - also the value that a local variable declaration "shadows", and the + 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 local scope is unset, it will remain so - until it is reset in that scope or until the function returns. If the - unset acts on a variable at a previous scope, any instance of a vari- + will refer to the variable found in any calling scope as described + above. If a variable at the local scope is unset, it will remain so + until it is reset in that scope or until the function returns. If the + unset acts on a variable at a previous scope, any instance of a vari- able with that name that had been shadowed will become visible. - The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, - defines a maximum function nesting level. Function invocations that + The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, + defines a maximum function nesting level. Function invocations that exceed 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- - tion call. Any command associated with the RREETTUURRNN trap is executed + 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. Any command associated with the RREETTUURRNN trap is executed before execution resumes. When a function completes, the values of the - positional parameters and the special parameter ## are restored to the + positional parameters and the special parameter ## are restored to the values they had prior to the function's execution. - Function names and definitions may be listed with the --ff option to the + Function names and definitions may be listed with the --ff option to the ddeeccllaarree or ttyyppeesseett builtin commands. The --FF option to ddeeccllaarree or ttyyppee-- - sseett 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 subshells automatically have them defined with - the --ff option to the eexxppoorrtt builtin. A function definition may be - deleted using the --ff option to the uunnsseett builtin. Note that shell + sseett 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 subshells automatically have them defined with + the --ff option to the eexxppoorrtt builtin. A function definition may be + deleted using the --ff option to the uunnsseett builtin. Note that shell functions and variables with the same name may result in multiple iden- - tically-named entries in the environment passed to the shell's chil- + tically-named entries in the environment passed to the shell's chil- dren. Care should be taken in cases where this may cause a problem. 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, no limit is imposed on the number of + the depth of the function call stack and restrict the number of func- + tion invocations. By default, no limit is imposed 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- + The shell allows arithmetic expressions to be evaluated, under certain + circumstances (see the lleett and ddeeccllaarree builtin commands, the (((( com- pound command, and AArriitthhmmeettiicc EExxppaannssiioonn). Evaluation is done in fixed- - width integers with no check for overflow, though division by 0 is - trapped and flagged as an error. The operators and their precedence, - associativity, and values are the same as in the C language. The fol- - lowing list of operators is grouped into levels of equal-precedence + width integers with no check for overflow, though division by 0 is + trapped and flagged as an error. The operators and their precedence, + associativity, and values are the same as in the C language. The fol- + lowing list of operators is grouped into levels of equal-precedence operators. The levels are listed in order of decreasing precedence. _i_d++++ _i_d---- @@ -2399,49 +2400,49 @@ 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 - expansion syntax. A shell variable that is null or unset evaluates to + variables may also be referenced by name without using the parameter + expansion syntax. A shell variable that is null or unset evaluates to 0 when referenced by name without using the parameter expansion syntax. - 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. Constants with a leading 0 are interpreted as octal numbers. A leading - 0x or 0X denotes hexadecimal. Otherwise, numbers take the form - [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal number between 2 and 64 - representing the arithmetic base, and _n is a number in that base. If - _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, the digits - greater than 9 are represented by the lowercase letters, the uppercase + 0x or 0X denotes hexadecimal. Otherwise, numbers take the form + [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal number between 2 and 64 + representing the arithmetic base, and _n is a number in that base. If + _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, 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 uppercase letters may be used interchangeably to repre- + lowercase and uppercase letters may be used interchangeably to repre- sent numbers between 10 and 35. - Operators are evaluated in order of precedence. Sub-expressions in - parentheses are evaluated first and may override the precedence rules + Operators are evaluated in order of precedence. Sub-expressions in + parentheses 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. Expressions are formed from the following - unary or binary primaries. BBaasshh handles several filenames specially - when they are used in expressions. If the operating system on which - bbaasshh is running provides these special files, bash will use them; oth- - erwise it will emulate them internally with this behavior: If any _f_i_l_e - argument to one of the primaries 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, + Conditional expressions are used by the [[[[ compound command and the + tteesstt and [[ builtin commands to test file attributes and perform string + and arithmetic comparisons. Expressions are formed from the following + unary or binary primaries. BBaasshh handles several filenames specially + when they are used in expressions. If the operating system on which + bbaasshh is running provides these special files, bash will use them; oth- + erwise it will emulate them internally with this behavior: If any _f_i_l_e + argument to one of the primaries 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, 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 [[[[, the << and >> operators sort lexicographically using + When used with [[[[, the << and >> operators sort lexicographically using the current locale. The tteesstt command sorts using ASCII ordering. --aa _f_i_l_e @@ -2480,30 +2481,30 @@ 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 + True if _f_i_l_e exists and has been modified since it was last read. --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. _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. --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 + True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a value). --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. @@ -2513,8 +2514,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). @@ -2528,108 +2529,108 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS True if _s_t_r_i_n_g_1 sorts after _s_t_r_i_n_g_2 lexicographically. _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 a simple command is executed, the shell performs the following + When a simple command is executed, the shell performs the following expansions, assignments, and redirections, from left to right. - 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. Otherwise, the variables are added to the environ- - ment of the executed command and do not affect the current shell envi- - ronment. If any of the assignments attempts to assign a value to a - readonly variable, an error occurs, and the command exits with a non- + shell environment. Otherwise, the variables are added to the environ- + ment of the executed command and do not affect the current shell envi- + ronment. If any of the assignments attempts to assign a 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 - affect the current shell environment. A redirection error causes the + If no command name results, redirections are performed, but do not + affect 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 status of zero. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN - After a command has been split into words, if it results in a simple - command and an optional list of arguments, the following actions are + After a command has been split into words, if it results in a simple + command and an optional list of arguments, the following actions are taken. - 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- - taining an executable file by that name. BBaasshh uses a hash table to - remember the full pathnames of executable files (see hhaasshh under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is - performed only if the command is not found in the hash table. If the + 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 + remember the full pathnames of executable files (see hhaasshh under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is + performed 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 - with the original command and the original command's arguments as its - arguments, and the function's exit status becomes the exit status of - the shell. If that function is not defined, the shell prints an error + with the original command and the original command's arguments as its + arguments, and the function's exit status becomes the exit status of + the shell. If that function is not defined, the shell prints an error message and returns 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 - file containing shell commands. A subshell is spawned to execute it. - This subshell reinitializes itself, so that the effect is as if a new - shell had been invoked to handle the script, with the exception that - the locations of commands remembered by the parent (see hhaasshh below + 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. A subshell is spawned to execute it. + This subshell reinitializes itself, so that the effect is as if a new + shell had been invoked to handle the script, with the exception 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 + +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 + +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 + +o the file creation mode mask as set by uummaasskk or inherited from the shell's parent +o current traps set by ttrraapp @@ -2637,251 +2638,251 @@ CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENN +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 + +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- + +o options enabled at invocation (either by default or with com- mand-line arguments) or by sseett +o options enabled by sshhoopptt +o shell aliases defined with aalliiaass - +o various process IDs, including those of background jobs, the + +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 + +o the shell's open files, plus any modifications and additions specified by redirections to the command +o the current working directory +o the file creation mode mask - +o shell variables and functions marked for export, along with + +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 - A command invoked in this separate environment cannot affect the + A command invoked in this separate environment cannot affect the shell's execution environment. - 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 + of the shell environment, except that traps caught by the shell are reset to the values that the shell inherited from its parent at invoca- tion. Builtin commands that are invoked as part of a pipeline are also executed in a subshell environment. Changes made to the subshell envi- ronment cannot affect the shell's execution environment. Subshells spawned to execute command substitutions inherit the value of - the --ee option from the parent shell. When not in _p_o_s_i_x mode, bbaasshh + the --ee option from the parent shell. When not in _p_o_s_i_x mode, bbaasshh clears the --ee option in such subshells. - If a command is followed by a && and job control is not active, the - default standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. - Otherwise, the invoked command inherits the file descriptors of the + If a command is followed by a && and job control is not active, the + default standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. + Otherwise, the invoked command inherits the file descriptors of the calling 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 + The shell provides several ways to manipulate the environment. On invocation, 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 pro- - cesses. Executed commands inherit the environment. The eexxppoorrtt and - ddeeccllaarree --xx commands allow parameters and functions to be added to and + for each name found, automatically marking it for _e_x_p_o_r_t to child pro- + cesses. Executed commands inherit the environment. The eexxppoorrtt and + ddeeccllaarree --xx commands allow parameters and functions to be added to and deleted from the environment. If the value of a parameter in the envi- - ronment is modified, the new value 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 modi- - fied in the shell, less any pairs removed by the uunnsseett command, plus + ronment is modified, the new value 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 modi- + fied in the shell, less any pairs removed by the uunnsseett command, plus any additions via the eexxppoorrtt and ddeeccllaarree --xx commands. - The environment for any _s_i_m_p_l_e _c_o_m_m_a_n_d or function may be augmented - temporarily by prefixing it with parameter assignments, as described + The environment for any _s_i_m_p_l_e _c_o_m_m_a_n_d or function may be augmented + temporarily by prefixing it with parameter assignments, as described above in PPAARRAAMMEETTEERRSS. These assignment statements affect only the envi- ronment seen by that command. - 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 filename 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. An exit status of zero indicates success. A non-zero - exit status indicates failure. When a command terminates on a fatal + has succeeded. 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 128+_N as the exit status. - If a command is not found, the child process created to execute it - returns 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 + returns 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 + 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 invalid options or missing arguments. - BBaasshh itself returns the exit status of the last command executed, - unless a syntax error occurs, in which case it exits with a non-zero + BBaasshh itself returns the exit status of the last command executed, + unless 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 + When bbaasshh is interactive, in the absence of any traps, it ignores SSIIGGTTEERRMM (so that kkiillll 00 does not kill an interactive shell), and SSIIGGIINNTT - is caught and handled (so that the wwaaiitt builtin is interruptible). In - all cases, bbaasshh ignores SSIIGGQQUUIITT. If job control is in effect, bbaasshh + is caught and handled (so that the wwaaiitt builtin is interruptible). In + all cases, bbaasshh ignores SSIIGGQQUUIITT. If job control is in effect, bbaasshh ignores SSIIGGTTTTIINN, SSIIGGTTTTOOUU, and SSIIGGTTSSTTPP. Non-builtin commands run by bbaasshh have signal handlers set to the values - inherited by the shell from its parent. 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 substi- + inherited by the shell from its parent. 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 substi- tution ignore the keyboard-generated job control signals SSIIGGTTTTIINN, SSIIGGTT-- TTOOUU, 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 + The shell exits by default upon receipt of a SSIIGGHHUUPP. Before exiting, + an interactive shell resends the SSIIGGHHUUPP to all jobs, running or stopped. Stopped jobs are sent SSIIGGCCOONNTT to ensure that they receive the - SSIIGGHHUUPP. To prevent the shell from sending the signal to a particular - job, it should be removed from the jobs table with the ddiissoowwnn builtin - (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) or marked to not receive SSIIGGHHUUPP + SSIIGGHHUUPP. To prevent the shell from sending the signal to a particular + job, it should be removed from the jobs table with the ddiissoowwnn builtin + (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) or marked to not receive SSIIGGHHUUPP using ddiissoowwnn --hh. - If the hhuuppoonneexxiitt shell option has been set with sshhoopptt, bbaasshh sends a + If the hhuuppoonneexxiitt shell option has been set with 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. When bbaasshh is waiting for an asynchronous command via - the wwaaiitt builtin, the reception of a signal for which a trap has been + mand completes. When bbaasshh is waiting for an asynchronous command via + the wwaaiitt builtin, the reception of a signal for which a trap has been set will cause the wwaaiitt builtin to return immediately with an exit sta- tus greater than 128, immediately after which the trap is executed. 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 + _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 execution 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 - interface supplied jointly by the operating system kernel's terminal + point. A user typically employs this facility via an interactive + interface supplied jointly by the operating system kernel's terminal driver 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. - Background processes which attempt to read from (write to when stty - tostop is in effect) the terminal are sent a SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) signal - by the kernel's terminal driver, which, unless caught, suspends the + if the user so specifies with stty tostop, write to the terminal. + Background processes which attempt to read from (write to when stty + tostop 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 - when it attempts to read input from the terminal, and control to be - returned 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 + 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 + returned 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 ccee job. 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 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 + line. For example, %%ccee refers to a stopped ccee job. 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 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 both be used to refer - to that job. In output pertaining to jobs (e.g., the output of the + 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 pre- - vious job with a --. A single % (with no accompanying job specifica- + vious job with a --. A single % (with no accompanying job specifica- tion) also refers to the current job. - Simply naming a job can be used to bring it into the foreground: %%11 is - a synonym for ````ffgg %%11'''', bringing job 1 from the background into the - foreground. Similarly, ````%%11 &&'''' resumes job 1 in the background, + Simply naming a job can be used to bring it into the foreground: %%11 is + a synonym for ````ffgg %%11'''', bringing job 1 from the background into the + foreground. Similarly, ````%%11 &&'''' resumes job 1 in the background, equivalent to ````bbgg %%11''''. - 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. If the --bb + in a job's status so as to not interrupt any other output. If the --bb option to the sseett builtin command is enabled, bbaasshh reports such changes - immediately. Any trap on SSIIGGCCHHLLDD is executed for each child that + immediately. 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 will force wwaaiitt to wait until the job or process + 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 will force wwaaiitt to wait until the job or process terminates 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 - needs more input to complete a command. BBaasshh displays PPSS00 after it - reads a command but before executing it. BBaasshh displays PPSS44 as - described above before tracing each command when the --xx option is - enabled. BBaasshh allows these prompt strings to be customized by insert- - ing a number of backslash-escaped special characters that are decoded + it is ready to read a command, and the secondary prompt PPSS22 when it + needs more input to complete a command. BBaasshh displays PPSS00 after it + reads a command but before executing it. BBaasshh displays PPSS44 as + described above before tracing each command when the --xx option is + enabled. BBaasshh allows these prompt strings to be customized by insert- + ing 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 - inserted into the prompt string; an empty _f_o_r_m_a_t results + the _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is + inserted into the prompt string; an empty _f_o_r_m_a_t results in a locale-specific time representation. The braces are required \\ee an ASCII escape character (033) @@ -2891,7 +2892,7 @@ PPRROOMMPPTTIINNGG \\ll the basename of the shell's terminal device name \\nn newline \\rr 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 @@ -2900,8 +2901,8 @@ PPRROOMMPPTTIINNGG \\uu the username of the current user \\vv the version of bbaasshh (e.g., 2.00) \\VV the release of bbaasshh, version + patch level (e.g., 2.00.0) - \\ww the current working directory, with $$HHOOMMEE abbreviated - with a tilde (uses the value of the PPRROOMMPPTT__DDIIRRTTRRIIMM vari- + \\ww the current working directory, with $$HHOOMMEE abbreviated + with a tilde (uses the value of the PPRROOMMPPTT__DDIIRRTTRRIIMM vari- able) \\WW the basename of the current working directory, with $$HHOOMMEE abbreviated with a tilde @@ -2910,66 +2911,66 @@ PPRROOMMPPTTIINNGG \\$$ 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 - below), while the command number is the position in the sequence of - commands executed during the current shell session. After the string - is decoded, it is expanded via parameter expansion, command substitu- - tion, arithmetic expansion, and quote removal, subject to the value of - the pprroommppttvvaarrss shell option (see the description of the sshhoopptt command + 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 + below), while the command number is the position in the sequence of + commands executed during the current shell session. After the string + is decoded, it is expanded via parameter expansion, command substitu- + tion, 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). RREEAADDLLIINNEE - This is the library that handles reading input when using an interac- + This is the library that handles reading input when using an interac- tive shell, unless the ----nnooeeddiittiinngg option is given at shell invocation. 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 options to the + 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. (On key- - boards without a _m_e_t_a key, M-_x means ESC _x, i.e., press the Escape key + 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. (On key- + boards without a _m_e_t_a key, M-_x means ESC _x, i.e., press the Escape key then the _x key. This makes ESC the _m_e_t_a _p_r_e_f_i_x. The combination M-C-_x - means ESC-Control-_x, or press the Escape key then hold the Control key + means ESC-Control-_x, or press the Escape key then hold the Control key while pressing the _x key.) 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 + 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. - 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 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. When a program which uses the readline library starts up, + 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. 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. Blank lines are ignored. Lines beginning with a - ## are comments. Lines beginning with a $$ indicate conditional con- + 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 con- structs. 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 + 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. For example, placing @@ -2977,18 +2978,18 @@ RREEAADDLLIINNEE M-Control-u: universal-argument 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, + 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. - In addition to command names, readline allows keys to be bound to a + 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). 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 + 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. @@ -3000,15 +3001,15 @@ 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 + 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. "\C-u": universal-argument @@ -3016,7 +3017,7 @@ RREEAADDLLIINNEE "\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 @@ -3027,7 +3028,7 @@ RREEAADDLLIINNEE \\"" literal " \\'' literal ' - In addition to the GNU Emacs style escape sequences, a second set of + In addition to the GNU Emacs style escape sequences, a second set of backslash escapes is available: \\aa alert (bell) \\bb backspace @@ -3037,20 +3038,20 @@ 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 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 + \\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. In the macro body, the backslash escapes described above + are expanded. 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- + 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). RReeaaddlliinnee VVaarriiaabblleess @@ -3060,77 +3061,77 @@ RREEAADDLLIINNEE sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e - Except where noted, readline variables can take the values OOnn or OOffff - (without regard to case). Unrecognized variable names are ignored. - When a variable value is read, empty or null values, "on" (case-insen- + Except where noted, readline variables can take the values OOnn or OOffff + (without regard to case). Unrecognized variable names are ignored. + When a variable value is read, empty or null values, "on" (case-insen- sitive), and "1" are equivalent to OOnn. All other values are equivalent to OOffff. The variables and their default values are: bbeellll--ssttyyllee ((aauuddiibbllee)) - Controls what happens when readline wants to ring the terminal + Controls what happens when readline wants to ring the terminal bell. If set to nnoonnee, readline never rings the bell. If set to - vviissiibbllee, readline uses a visible bell if one is available. If + 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, readline attempts to bind the control characters + If set to OOnn, readline attempts to bind the control characters treated specially by the kernel's terminal driver to their read- line equivalents. 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. ccoolloorreedd--ccoommpplleettiioonn--pprreeffiixx ((OOffff)) - If set to OOnn, when listing completions, readline displays the + If set to OOnn, when listing completions, readline displays the common prefix of the set of possible completions using a differ- - ent color. The color definitions are taken from the value of + ent color. The color definitions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoolloorreedd--ssttaattss ((OOffff)) - If set to OOnn, readline displays possible completions using dif- - ferent colors to indicate their file type. The color defini- - tions are taken from the value of the LLSS__CCOOLLOORRSS environment + If set to OOnn, readline displays possible completions using dif- + ferent colors to indicate their file type. The color defini- + tions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoommmmeenntt--bbeeggiinn ((````##'''')) - The string that is inserted when the readline iinnsseerrtt--ccoommmmeenntt + 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. 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- + 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. ccoommpplleettiioonn--qquueerryy--iitteemmss ((110000)) - This determines when the user is queried about viewing the num- - ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- - ttiioonnss command. It may be set to any integer value greater than - or equal to zero. If the number of possible completions is + This determines when the user is queried about viewing the num- + ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- + ttiioonnss command. 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, the user is - asked whether or not he wishes to view them; otherwise they are + asked whether or not he wishes to view them; otherwise they are simply listed on the terminal. ccoonnvveerrtt--mmeettaa ((OOnn)) - If set to OOnn, readline will convert characters with the eighth + If set to OOnn, readline will convert characters with the eighth bit set to an ASCII key sequence by stripping the eighth bit and - prefixing an escape character (in effect, using escape as the - _m_e_t_a _p_r_e_f_i_x). The default is _O_n, but readline will set it to + prefixing an escape character (in effect, using escape as 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 eight-bit characters. ddiissaabbllee--ccoommpplleettiioonn ((OOffff)) If set to OOnn, readline will inhibit word completion. Completion - characters will be inserted into the line as if they had been + characters will be inserted into the line as if they had been mapped to sseellff--iinnsseerrtt. eecchhoo--ccoonnttrrooll--cchhaarraacctteerrss ((OOnn)) - When set to OOnn, on operating systems that indicate they support + When set to OOnn, on operating systems that indicate they support it, readline echoes a character corresponding to a signal gener- ated from the keyboard. eeddiittiinngg--mmooddee ((eemmaaccss)) @@ -3139,191 +3140,191 @@ RREEAADDLLIINNEE vvii. eemmaaccss--mmooddee--ssttrriinngg ((@@)) 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 con- + 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 con- trol sequence into the mode string. eennaabbllee--bbrraacckkeetteedd--ppaassttee ((OOffff)) - When set to OOnn, readline will configure the terminal in a way + When set to OOnn, readline will configure the terminal in a way that will enable it to insert each paste into the editing buffer as a single string of characters, instead of treating each char- - acter as if it had been read from the keyboard. This can pre- - vent pasted characters from being interpreted as editing com- + acter as if it had been read from the keyboard. This can pre- + vent pasted characters from being interpreted as editing com- mands. 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 + pad when it is called. Some systems need this to enable the arrow 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 + 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. eexxppaanndd--ttiillddee ((OOffff)) - If set to OOnn, tilde expansion is performed when readline + If set to OOnn, tilde expansion is performed when readline attempts 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 + 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. hhoorriizzoonnttaall--ssccrroollll--mmooddee ((OOffff)) - When set to OOnn, makes readline use a single line for display, + 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 + becomes longer than the screen width rather than wrapping to a new line. 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), + If set to OOnn, readline will enable eight-bit input (that is, it + will not strip the eighth bit from the characters it reads), regardless 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 eight-bit + 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 eight-bit characters. 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 - received 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 + input to complete a longer key sequence). If no input is + received 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. 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- + If set to OOnn, history lines that have been modified are dis- played 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 + tories have a slash appended (subject to the value of mmaarrkk--ddiirreeccttoorriieess). mmaattcchh--hhiiddddeenn--ffiilleess ((OOnn)) - This variable, when set to OOnn, causes readline to match files - whose names begin with a `.' (hidden files) when performing - filename completion. If set to OOffff, the leading `.' must be + This variable, when set to OOnn, causes readline to match files + whose names begin with a `.' (hidden files) when performing + filename completion. If set to OOffff, the leading `.' must be supplied by the user 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 eight-bit characters. 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. 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 + If set to OOnn, readline will undo all changes to history lines before returning when aacccceepptt--lliinnee is executed. By default, his- - tory lines may be modified and retain individual undo lists + tory lines may be modified and retain individual undo lists across calls to rreeaaddlliinnee. sshhooww--aallll--iiff--aammbbiigguuoouuss ((OOffff)) - This alters the default behavior of the completion functions. + This alters the default behavior of the completion functions. If set to OOnn, words which have more than one possible completion - cause the matches to be listed immediately instead of ringing + cause the matches to be listed immediately instead of ringing the bell. sshhooww--aallll--iiff--uunnmmooddiiffiieedd ((OOffff)) - This alters the default behavior of the completion functions in + This alters the default behavior of the completion functions in a fashion similar to sshhooww--aallll--iiff--aammbbiigguuoouuss. If set to OOnn, words - which have more than one possible completion without any possi- - ble partial completion (the possible completions don't share a - common prefix) cause the matches to be listed immediately + which have more than one possible completion without any possi- + ble partial completion (the possible completions don't share a + common prefix) cause the matches to be listed immediately instead of ringing the bell. sshhooww--mmooddee--iinn--pprroommpptt ((OOffff)) - If set to OOnn, add a character to the beginning of the prompt - indicating the editing mode: emacs (@), vi command (:) or vi + If set to OOnn, add a character to the beginning of the prompt + indicating the editing mode: emacs (@), vi command (:) or vi insertion (+). sskkiipp--ccoommpplleetteedd--tteexxtt ((OOffff)) - If set to OOnn, 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 + If set to OOnn, 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. vvii--ccmmdd--mmooddee--ssttrriinngg ((((ccmmdd)))) This string is displayed immediately before the last line of the - primary prompt when vi editing mode is active and in command + 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 + 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. vvii--iinnss--mmooddee--ssttrriinngg ((((iinnss)))) This string is displayed immediately before the last line of the - primary prompt when vi editing mode is active and in insertion + 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 + 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. 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- + 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- pletions. RReeaaddlliinnee CCoonnddiittiioonnaall CCoonnssttrruuccttss - 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 + 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. - $$iiff The $$iiff construct allows bindings to be made based on the edit- - ing mode, the terminal being used, or the application using - readline. The text of the test extends to the end of the line; + $$iiff The $$iiff construct allows bindings to be made based on the edit- + ing mode, the terminal being used, or the application using + readline. The text of the test extends to the end of the line; no characters are required to isolate it. - mmooddee The mmooddee== form of the $$iiff directive is used to test - whether readline is in emacs or vi mode. This may be - used in conjunction with the sseett kkeeyymmaapp command, for - instance, to set bindings in the _e_m_a_c_s_-_s_t_a_n_d_a_r_d and - _e_m_a_c_s_-_c_t_l_x keymaps only if readline is starting out in + mmooddee The mmooddee== form of the $$iiff directive is used to test + whether readline is in emacs or vi mode. This may be + used in conjunction with the sseett kkeeyymmaapp command, for + instance, to set bindings in the _e_m_a_c_s_-_s_t_a_n_d_a_r_d and + _e_m_a_c_s_-_c_t_l_x keymaps only if readline is starting out in emacs mode. - tteerrmm The tteerrmm== form may be used to include terminal-specific + tteerrmm The tteerrmm== 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 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, + 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. aapppplliiccaattiioonn The aapppplliiccaattiioonn construct is used to include application- specific settings. Each program using the readline - library sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization + library 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 @@ -3338,51 +3339,51 @@ RREEAADDLLIINNEE test fails. $$iinncclluuddee - This directive takes a single filename as an argument and reads - commands and bindings from that file. For example, the follow- + 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: $$iinncclluuddee _/_e_t_c_/_i_n_p_u_t_r_c SSeeaarrcchhiinngg - Readline provides commands for searching through the command history + Readline provides commands for searching through the command history (see HHIISSTTOORRYY below) for lines containing a specified string. There are two search modes: _i_n_c_r_e_m_e_n_t_a_l and _n_o_n_-_i_n_c_r_e_m_e_n_t_a_l. - Incremental searches begin before the user has finished typing the - search string. As each character of the search string is typed, read- + Incremental searches begin before the user has finished typing the + 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 + 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 + 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- + 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 + Rs are typed without any intervening characters defining a new search string, any remembered search string is used. - Non-incremental searches read the entire search string before starting - to search for matching history lines. The search string may be typed + 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. RReeaaddlliinnee CCoommmmaanndd NNaammeess - The following is a list of the names of the commands and the default + 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 + 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. CCoommmmaannddss ffoorr MMoovviinngg @@ -3398,29 +3399,29 @@ RREEAADDLLIINNEE Move forward to the end of the next word. Words are composed of alphanumeric characters (letters and digits). bbaacckkwwaarrdd--wwoorrdd ((MM--bb)) - Move back to the start of the current or previous word. Words + Move back to the start of the current or previous word. Words are composed of alphanumeric characters (letters and digits). sshheellll--ffoorrwwaarrdd--wwoorrdd - Move forward to the end of the next word. Words are delimited + Move forward to the end of the next word. Words are delimited by non-quoted shell metacharacters. sshheellll--bbaacckkwwaarrdd--wwoorrdd - Move back to the start of the current or previous word. Words + Move back to the start of the current or previous word. Words 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 - 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 + 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 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 + 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 - physical line or if the length of the current Readline line is + 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--ssccrreeeenn ((CC--ll)) - Clear the screen leaving the current line at the top of the - screen. With an argument, refresh the current line without + Clear the screen leaving the current line at the top of the + screen. With an argument, refresh the current line without clearing the screen. rreeddrraaww--ccuurrrreenntt--lliinnee Refresh the current line. @@ -3428,70 +3429,70 @@ RREEAADDLLIINNEE CCoommmmaannddss ffoorr MMaanniippuullaattiinngg tthhee HHiissttoorryy 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 + 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. 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. 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 backward starting at the current line and moving `up' + through the history as necessary. This is an incremental search. 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 forward starting at the current line and moving `down' + through the history as necessary. This is an incremental search. 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 + using a non-incremental search for a string supplied by the user. nnoonn--iinnccrreemmeennttaall--ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((MM--nn)) - Search forward through the history using a non-incremental + Search forward through the history using a non-incremental search for a string supplied by the user. 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 + 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. 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. This is a non-incremental search. 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 + between the start of the current line and the current cursor position (the _p_o_i_n_t). The search string may match anywhere in a history line. This is a non-incremental 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- + string may match anywhere in a history line. This is a non- incremental 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 + 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 + the argument _n is computed, the argument is extracted as if the "!_n" history expansion had been specified. yyaannkk--llaasstt--aarrgg ((MM--..,, MM--__)) - Insert the last argument to the previous command (the last word + Insert the last argument to the previous command (the last word of the previous history entry). With a numeric argument, behave - exactly like yyaannkk--nntthh--aarrgg. Successive calls to yyaannkk--llaasstt--aarrgg - move back through the history list, inserting the last word (or - the word specified by the argument to the first call) of each + exactly like yyaannkk--nntthh--aarrgg. Successive calls to yyaannkk--llaasstt--aarrgg + 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 + 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. @@ -3500,79 +3501,79 @@ RREEAADDLLIINNEE tory expansion as well as all of the shell word expansions. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. hhiissttoorryy--eexxppaanndd--lliinnee ((MM--^^)) - Perform history expansion on the current line. See HHIISSTTOORRYY + Perform history expansion on the current line. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. mmaaggiicc--ssppaaccee - Perform history expansion on the current line and insert a + Perform history expansion on the current line and insert a space. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. aalliiaass--eexxppaanndd--lliinnee - Perform alias expansion on the current line. See AALLIIAASSEESS above + Perform alias expansion on the current line. See AALLIIAASSEESS above for a description of alias expansion. hhiissttoorryy--aanndd--aalliiaass--eexxppaanndd--lliinnee Perform history and alias expansion on the current line. iinnsseerrtt--llaasstt--aarrgguummeenntt ((MM--..,, MM--__)) A synonym for yyaannkk--llaasstt--aarrgg. 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. Any + Accept the current line for execution and fetch the next line + relative to the current line from the history for editing. Any argument is ignored. eeddiitt--aanndd--eexxeeccuuttee--ccoommmmaanndd ((CC--xx CC--ee)) - Invoke an editor on the current command line, and execute the - result as shell commands. BBaasshh attempts to invoke $$VVIISSUUAALL, + Invoke an editor on the current command line, and execute the + result as shell commands. BBaasshh attempts to invoke $$VVIISSUUAALL, $$EEDDIITTOORR, and _e_m_a_c_s as the editor, in that order. CCoommmmaannddss ffoorr CChhaannggiinngg TTeexxtt _e_n_d_-_o_f_-_f_i_l_e ((uussuuaallllyy CC--dd)) - The character indicating end-of-file as set, for example, by - ``stty''. If this character is read when there are no charac- - ters on the line, and point is at the beginning of the line, + The character indicating end-of-file as set, for example, by + ``stty''. If this character is read when there are no charac- + ters on the line, and point is at the beginning of the line, Readline interprets it as the end of input and returns EEOOFF. ddeelleettee--cchhaarr ((CC--dd)) Delete the character at point. If this function is bound to the same character as the tty EEOOFF character, as CC--dd commonly is, see above for the effects. bbaacckkwwaarrdd--ddeelleettee--cchhaarr ((RRuubboouutt)) - Delete the character behind the cursor. When given a numeric + Delete the character behind the cursor. When given a numeric argument, save the deleted text on the kill ring. ffoorrwwaarrdd--bbaacckkwwaarrdd--ddeelleettee--cchhaarr - Delete the character under the cursor, unless the cursor is at + Delete the character under the cursor, unless the cursor is at the end of the line, in which case the character behind the cur- sor is deleted. qquuootteedd--iinnsseerrtt ((CC--qq,, CC--vv)) - Add the next character typed to the line verbatim. This is how + Add the next character typed to the line verbatim. This is how to insert characters like CC--qq, for example. ttaabb--iinnsseerrtt ((CC--vv TTAABB)) Insert a tab character. sseellff--iinnsseerrtt ((aa,, bb,, AA,, 11,, !!,, ......)) Insert the character typed. 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. uuppccaassee--wwoorrdd ((MM--uu)) - Uppercase the current (or following) word. With a negative + Uppercase the current (or following) word. With a negative argument, uppercase the previous word, but do not move point. ddoowwnnccaassee--wwoorrdd ((MM--ll)) - Lowercase the current (or following) word. With a negative + Lowercase the current (or following) word. With a negative argument, lowercase the previous word, but do not move point. ccaappiittaalliizzee--wwoorrdd ((MM--cc)) - Capitalize the current (or following) word. With a negative + Capitalize the current (or following) word. With a negative argument, capitalize the previous word, but do not move point. oovveerrwwrriittee--mmooddee - Toggle overwrite mode. With an explicit positive numeric argu- + Toggle overwrite mode. With an explicit positive numeric argu- 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 + 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 + 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. KKiilllliinngg aanndd YYaannkkiinngg @@ -3581,31 +3582,31 @@ RREEAADDLLIINNEE bbaacckkwwaarrdd--kkiillll--lliinnee ((CC--xx RRuubboouutt)) Kill backward to the beginning of the line. uunniixx--lliinnee--ddiissccaarrdd ((CC--uu)) - Kill backward from point to the beginning of the line. The + Kill backward from point to the beginning of the line. The killed text is saved 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 - same as those used by ffoorrwwaarrdd--wwoorrdd. - bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) - 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 + same as those used by ffoorrwwaarrdd--wwoorrdd. + bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) + 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 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- + Kill the word behind point, using white space as a word bound- ary. The killed text is saved 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 + 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. ddeelleettee--hhoorriizzoonnttaall--ssppaaccee ((MM--\\)) Delete all spaces and tabs around point. @@ -3614,65 +3615,65 @@ RREEAADDLLIINNEE ccooppyy--rreeggiioonn--aass--kkiillll Copy the text in the region to the kill buffer. ccooppyy--bbaacckkwwaarrdd--wwoorrdd - Copy the word before point to the kill buffer. The word bound- + Copy the word before point to the kill buffer. The word bound- aries are the same as bbaacckkwwaarrdd--wwoorrdd. ccooppyy--ffoorrwwaarrdd--wwoorrdd - Copy the word following point to the kill buffer. The word + Copy the word following point to the kill buffer. The word boundaries are the same as ffoorrwwaarrdd--wwoorrdd. yyaannkk ((CC--yy)) Yank the top of the kill ring into the buffer at point. yyaannkk--ppoopp ((MM--yy)) - Rotate the kill ring, and yank the new top. Only works follow- + Rotate the kill ring, and yank the new top. Only works follow- ing yyaannkk or yyaannkk--ppoopp. NNuummeerriicc AArrgguummeennttss ddiiggiitt--aarrgguummeenntt ((MM--00,, MM--11,, ......,, MM----)) - Add this digit to the argument already accumulating, or start a + Add this digit to the argument already accumulating, or start a new argument. M-- starts a negative argument. uunniivveerrssaall--aarrgguummeenntt - This is another way to specify an argument. If this command is - followed by one or more digits, optionally with a leading minus - sign, those digits define the argument. If the command is fol- - lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt 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. The argument count is initially - one, so executing this function the first time makes the argu- + This is another way to specify an argument. If this command is + followed by one or more digits, optionally with a leading minus + sign, those digits define the argument. If the command is fol- + lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt 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. The argument count is initially + one, so executing this function the first time makes the argu- ment count four, a second time makes the argument count sixteen, and so on. CCoommpplleettiinngg ccoommpplleettee ((TTAABB)) - Attempt to perform completion on the text before point. BBaasshh + 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 + 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. ppoossssiibbllee--ccoommpplleettiioonnss ((MM--??)) List the possible completions of the text before point. iinnsseerrtt--ccoommpplleettiioonnss ((MM--**)) - Insert all completions of the text before point that would have + Insert all completions of the text before point that would have been generated by ppoossssiibbllee--ccoommpplleettiioonnss. 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 + 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 - argument may be used to move backward through the list. This - command is intended to be bound to TTAABB, but is unbound by + 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 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 + 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. ccoommpplleettee--ffiilleennaammee ((MM--//)) @@ -3681,67 +3682,67 @@ RREEAADDLLIINNEE 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 + Attempt completion on the text before point, comparing the text + against lines from the history list for possible completion matches. ddaabbbbrreevv--eexxppaanndd - Attempt menu completion on the text before point, comparing the + Attempt menu completion on the text before point, comparing the text against lines from the history list for possible completion matches. ccoommpplleettee--iinnttoo--bbrraacceess ((MM--{{)) Perform filename completion and insert the list of possible com- - pletions enclosed within braces so the list is available to the + pletions enclosed within braces so the list is available to the shell (see BBrraaccee EExxppaannssiioonn above). KKeeyybbooaarrdd MMaaccrrooss ssttaarrtt--kkbbdd--mmaaccrroo ((CC--xx (()) - Begin saving the characters typed into the current keyboard + Begin saving the characters typed into the current keyboard macro. eenndd--kkbbdd--mmaaccrroo ((CC--xx )))) Stop saving the characters typed into the current keyboard macro and store the definition. ccaallll--llaasstt--kkbbdd--mmaaccrroo ((CC--xx ee)) - Re-execute the last keyboard macro defined, by making the char- + Re-execute the last keyboard macro defined, by making the char- acters in the macro appear as if typed at the keyboard. pprriinntt--llaasstt--kkbbdd--mmaaccrroo (()) - Print the last keyboard macro defined in a format suitable for + Print the last keyboard macro defined in a format suitable for the _i_n_p_u_t_r_c file. MMiisscceellllaanneeoouuss rree--rreeaadd--iinniitt--ffiillee ((CC--xx CC--rr)) - Read in the contents of the _i_n_p_u_t_r_c file, and incorporate any + Read in the contents of the _i_n_p_u_t_r_c file, and incorporate any bindings or variable assignments found there. aabboorrtt ((CC--gg)) - Abort the current editing command and ring the terminal's bell + Abort the current editing command and ring the terminal's bell (subject to the setting of bbeellll--ssttyyllee). ddoo--lloowweerrccaassee--vveerrssiioonn ((MM--AA,, MM--BB,, MM--_x,, ......)) - If the metafied character _x is uppercase, run the command that + If the metafied character _x is uppercase, run the command that is bound to the corresponding metafied lowercase character. The behavior is undefined if _x is already lowercase. pprreeffiixx--mmeettaa ((EESSCC)) @@ -3749,196 +3750,196 @@ RREEAADDLLIINNEE uunnddoo ((CC--__,, CC--xx CC--uu)) Incremental undo, separately remembered for each line. rreevveerrtt--lliinnee ((MM--rr)) - Undo all changes made to this line. This is like executing the - uunnddoo command enough times to return the line to its initial + Undo all changes made to this line. This is like executing the + uunnddoo command enough times to return the line to its initial state. ttiillddee--eexxppaanndd ((MM--&&)) Perform tilde expansion on the current word. sseett--mmaarrkk ((CC--@@,, MM--<>)) - Set the mark to the point. If a numeric argument is supplied, + Set the mark to the point. If a numeric argument is supplied, the mark is set 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 + 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. cchhaarraacctteerr--sseeaarrcchh ((CC--]])) A character is read and point is moved to the next occurrence of - that character. A negative count searches for previous occur- + that character. A negative count 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 count searches for subse- + A character is read and point is moved to the previous occur- + rence of that character. A negative count searches for subse- quent occurrences. 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. Such 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 "\[", keys producing such 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 + 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- + 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 + 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 removed, the line will be executed by the shell. gglloobb--ccoommpplleettee--wwoorrdd ((MM--gg)) - 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 + 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. gglloobb--eexxppaanndd--wwoorrdd ((CC--xx **)) - 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 + 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 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 + 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. 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 + 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. ddiissppllaayy--sshheellll--vveerrssiioonn ((CC--xx CC--vv)) Display version information about the current instance of bbaasshh. PPrrooggrraammmmaabbllee CCoommpplleettiioonn - When word completion is attempted 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), the program- + When word completion is attempted 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), the program- mable completion facilities are invoked. - First, the command name is identified. 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 a - compspec has been defined for that command, the compspec is used to + First, the command name is identified. 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 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 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 find a compspec for the portion following the final slash. - If those searches do not result in a compspec, any compspec defined + 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 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. - 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- + 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. - 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 + 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. - Any completions specified by a pathname expansion pattern to the --GG + Any completions specified by a pathname expansion pattern to the --GG option are generated next. The words generated by the pattern need not - match the word being completed. The GGLLOOBBIIGGNNOORREE shell variable is 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 - variable expansion, command substitution, and arithmetic expansion, as + 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 + 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 + 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 - being completed, the second argument ($$22) is the word being completed, - and the third argument ($$33) is the word preceding the word being com- + 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 + being 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. - Any function specified with --FF is invoked first. The function may use - any of the shell facilities, including the ccoommppggeenn builtin described - below, to generate the matches. It must put the possible completions + Any function specified with --FF is invoked first. The function may use + any of the shell facilities, including the ccoommppggeenn builtin described + below, to generate the matches. It must put the possible completions in the CCOOMMPPRREEPPLLYY array variable, one per array element. - Next, any command specified with the --CC option is invoked in an envi- - ronment equivalent to command substitution. It should print a list of - completions, one per line, to the standard output. Backslash may be + Next, any command specified with the --CC option is invoked in an envi- + ronment 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. - After all of the possible completions are generated, any filter speci- - fied with the --XX option is applied to the list. The filter is a pat- - tern as used for pathname expansion; a && in the pattern is replaced - with the text of the word being completed. A literal && may be escaped - with a backslash; the backslash is removed before attempting a match. - Any completion that matches the pattern will be removed from the list. + After all of the possible completions are generated, any filter speci- + fied with the --XX option is applied to the list. The filter is a pat- + tern as used for pathname expansion; a && in the pattern is replaced + with the text of the word being completed. A literal && may be escaped + with a backslash; the backslash is removed before attempting a match. + Any completion that matches the pattern will be removed from the list. A leading !! negates the pattern; in this case any completion not match- - ing the pattern will be removed. If the nnooccaasseemmaattcchh shell option is - enabled, the match is performed without regard to the case of alpha- + ing the pattern will be removed. If the nnooccaasseemmaattcchh shell option is + enabled, the match is performed without regard to the case of alpha- betic characters. Finally, any prefix and suffix specified with the --PP and --SS 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. - If the previously-applied actions do not generate any matches, and the - --oo ddiirrnnaammeess option was supplied to ccoommpplleettee when the compspec was + If the previously-applied actions do not generate any matches, and the + --oo ddiirrnnaammeess option was supplied to ccoommpplleettee when the compspec was defined, directory name completion is attempted. - If the --oo pplluussddiirrss option was supplied to ccoommpplleettee when the compspec + 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 + 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 are not attempted, and the readline default of filename completion is disabled. If the --oo bbaasshhddeeffaauulltt option was sup- - plied to ccoommpplleettee when the compspec was defined, the bbaasshh default com- + plied to ccoommpplleettee when the compspec was defined, the bbaasshh default com- pletions are attempted if the compspec generates no matches. If the --oo - ddeeffaauulltt option was supplied to ccoommpplleettee when the compspec was defined, - readline's default completion will be performed if the compspec (and, + ddeeffaauulltt option was supplied to ccoommpplleettee when the compspec was defined, + readline's default completion will be performed if the compspec (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 - to completed names which are symbolic links to directories, subject to - the value of the mmaarrkk--ddiirreeccttoorriieess readline variable, regardless of the + When a compspec indicates that directory name completion is desired, + the programmable completion functions force readline to append a slash + to completed names which are symbolic links to directories, subject to + the value of the mmaarrkk--ddiirreeccttoorriieess readline variable, regardless of the setting of the mmaarrkk--ssyymmlliinnkkeedd--ddiirreeccttoorriieess readline variable. - 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 - returning an exit status of 124. If a shell function returns 124, and + 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 + 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 + 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 + 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 + 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 completion function would load completions dynamically: _completion_loader() @@ -3949,161 +3950,161 @@ RREEAADDLLIINNEE HHIISSTTOORRYY - When the --oo hhiissttoorryy option to the sseett builtin is enabled, the shell + 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 + 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 + 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. On startup, the history is initialized from the file named by the vari- - able HHIISSTTFFIILLEE (default _~_/_._b_a_s_h___h_i_s_t_o_r_y). The file named by the value - of HHIISSTTFFIILLEE is truncated, if necessary, to contain no more than the - number of lines specified by the value of HHIISSTTFFIILLEESSIIZZEE. If HHIISSTTFFIILLEE-- - SSIIZZEE 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 fol- + able HHIISSTTFFIILLEE (default _~_/_._b_a_s_h___h_i_s_t_o_r_y). The file named by the value + of HHIISSTTFFIILLEE is truncated, if necessary, to contain no more than the + number of lines specified by the value of HHIISSTTFFIILLEESSIIZZEE. If HHIISSTTFFIILLEE-- + SSIIZZEE 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 fol- lowed immediately by a digit are interpreted as timestamps for the fol- lowing history line. These timestamps are optionally displayed depend- - ing on the value of the HHIISSTTTTIIMMEEFFOORRMMAATT variable. When a shell with - history enabled exits, the last $$HHIISSTTSSIIZZEE lines are copied from the - history list to $$HHIISSTTFFIILLEE. If the hhiissttaappppeenndd shell option is enabled - (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the - lines are appended to the history file, otherwise the history file is + ing on the value of the HHIISSTTTTIIMMEEFFOORRMMAATT variable. When a shell with + history enabled exits, the last $$HHIISSTTSSIIZZEE lines are copied from the + history list to $$HHIISSTTFFIILLEE. If the hhiissttaappppeenndd shell option is enabled + (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the + lines are appended to the history file, otherwise the history file is overwritten. If HHIISSTTFFIILLEE is unset, 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 preserved across shell ses- - sions. This uses the history comment character to distinguish time- + 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 preserved across shell ses- + sions. This uses the history comment character to distinguish time- stamps from other history lines. After saving the history, the history file is truncated to contain no more than HHIISSTTFFIILLEESSIIZZEE lines. If HHIISSTT-- - FFIILLEESSIIZZEE is unset, or set to null, a non-numeric value, or a numeric + FFIILLEESSIIZZEE is unset, or set to null, a non-numeric value, or a numeric value less than zero, the history file is not truncated. - The builtin command ffcc (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) may be used + The builtin command ffcc (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) may be used to list or edit and re-execute a portion of the history list. The hhiiss-- - ttoorryy builtin may be used to 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 + ttoorryy builtin may be used to 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. - The shell allows control over which commands are saved on the history + The shell allows control over which commands are saved on the history list. The HHIISSTTCCOONNTTRROOLL and HHIISSTTIIGGNNOORREE variables may be set to cause the shell 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 preserve syntactic correctness. The lliitthhiisstt shell option - causes the shell to save the command with embedded newlines instead of + 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 lliitthhiisstt shell option + causes the shell to save 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 - are available. This feature is enabled by default for interactive + The shell supports a history expansion feature that is similar to the + history expansion in ccsshh.. This section describes what syntax features + are available. This feature is enabled by default for interactive shells, and can be disabled using the ++HH option to the sseett builtin com- mand (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). Non-interactive shells do not perform history expansion by default. 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. It takes place in two - parts. The first is to determine which line from the history list to + History expansion is performed immediately after a complete line is + read, before the shell breaks it into words. It takes place in two + parts. The first is to determine which line from the history list to use during substitution. The second is to select portions of that line for inclusion into the current one. The line selected from the history - is the _e_v_e_n_t, and the portions of that line that are acted upon are - _w_o_r_d_s. Various _m_o_d_i_f_i_e_r_s are available to manipulate the selected + is the _e_v_e_n_t, and the portions of that line that are acted upon are + _w_o_r_d_s. Various _m_o_d_i_f_i_e_r_s are available to manipulate the selected words. The line is broken into words in the same fashion as when read- - ing 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. History expansions are introduced by - the appearance of the history expansion character, which is !! by - default. 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 + ing 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. History expansions are introduced by + the appearance of the history expansion character, which is !! by + default. 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 ==. If the eexxttgglloobb shell option is + 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 ==. If the eexxttgglloobb shell option is enabled, (( will also inhibit expansion. - Several shell options settable with the sshhoopptt builtin may be used to - tailor the behavior of history expansion. If the hhiissttvveerriiffyy shell + Several shell options settable with the sshhoopptt builtin may be used to + tailor the behavior of history expansion. If the hhiissttvveerriiffyy shell option is enabled (see the description of the sshhoopptt builtin below), and - rreeaaddlliinnee is being used, history substitutions are not immediately - passed to the shell parser. Instead, the expanded line is reloaded + rreeaaddlliinnee is being used, history substitutions are not immediately + passed to the shell parser. Instead, the expanded line is reloaded into the rreeaaddlliinnee editing buffer for further modification. If rreeaaddlliinnee - is being used, and the hhiissttrreeeeddiitt shell option is enabled, a failed - history substitution will be reloaded into the rreeaaddlliinnee editing buffer - for correction. The --pp option to the hhiissttoorryy builtin command may be - used to see what a history expansion will do before using it. The --ss + is being used, and the hhiissttrreeeeddiitt shell option is enabled, a failed + history substitution will be reloaded into the rreeaaddlliinnee editing buffer + for correction. The --pp option to the hhiissttoorryy builtin command may be + used to see what a history expansion will do before using it. The --ss option to the hhiissttoorryy builtin may be used to add commands to the end of - the history list without actually executing them, so that they are + the history list without actually executing them, so that they are available for subsequent recall. - The shell allows control of the various characters used by the history + The shell allows control of the various characters used by the history expansion mechanism (see the description of hhiissttcchhaarrss above under SShheellll - VVaarriiaabblleess). The shell uses the history comment character to mark his- + VVaarriiaabblleess). The shell uses the history comment character to mark his- tory timestamps when writing the history file. EEvveenntt DDeessiiggnnaattoorrss - An event designator is a reference to a command line entry in the his- - tory list. Unless the reference is absolute, events are relative to + An event designator is a reference to a command line entry in the his- + tory list. 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 bbllaannkk, - newline, carriage return, = or ( (when the eexxttgglloobb shell option + !! 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). !!_n Refer to command line _n. !!--_n Refer to the current command minus _n. !!!! Refer to the previous command. 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 + 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. ^^_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. WWoorrdd DDeessiiggnnaattoorrss - Word designators are used to select desired words from the 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 inserted into the current line sepa- + Word designators are used to select desired words from the 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 inserted into the current line sepa- rated by single spaces. 00 ((zzeerroo)) The zeroth word. For the shell, this is the command word. _n The _nth word. ^^ The first argument. That is, word 1. - $$ The last word. This is usually the last argument, but will + $$ 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 word matched by the most recent `?_s_t_r_i_n_g?' search. _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 + ** 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; the empty string is returned in that case. xx** Abbreviates _x_-_$. xx-- Abbreviates _x_-_$ like xx**, but omits the last word. - If a word designator is supplied without an event specification, the + If a word designator is supplied without an event specification, the previous command is used as the event. MMooddiiffiieerrss - After the optional word designator, there may appear a sequence of one + After the optional word designator, there may appear a sequence of one or more of the following modifiers, each preceded by a `:'. hh Remove a trailing filename component, leaving only the head. @@ -4112,80 +4113,80 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN ee Remove all but the trailing suffix. pp Print the new command but do not execute it. qq Quote the substituted words, escaping further substitutions. - xx Quote the substituted words as with qq, but break into words at + xx Quote the substituted words as with qq, but break into words at bbllaannkkss and newlines. ss//_o_l_d//_n_e_w// - Substitute _n_e_w for the first occurrence of _o_l_d in the event - line. Any delimiter can be used in place of /. The final - delimiter is optional if it is the last character of the event - line. The delimiter may be quoted in _o_l_d and _n_e_w with a single - backslash. If & appears in _n_e_w, it is replaced by _o_l_d. A sin- - gle backslash will quote the &. If _o_l_d is null, it is set to - the last _o_l_d substituted, or, if no previous history substitu- + Substitute _n_e_w for the first occurrence of _o_l_d in the event + line. Any delimiter can be used in place of /. The final + delimiter is optional if it is the last character of the event + line. The delimiter may be quoted in _o_l_d and _n_e_w with a single + backslash. If & appears in _n_e_w, it is replaced by _o_l_d. A sin- + gle backslash will quote the &. If _o_l_d is null, it is set to + the last _o_l_d substituted, or, if no previous history substitu- tions took place, the last _s_t_r_i_n_g in a !!??_s_t_r_i_n_g[[??]] search. && Repeat the previous substitution. gg Cause changes to be applied over the entire event line. This is - used in conjunction with `::ss' (e.g., `::ggss//_o_l_d//_n_e_w//') or `::&&'. - If used with `::ss', any delimiter can be used in place of /, and - the final delimiter is optional if it is the last character of + used in conjunction with `::ss' (e.g., `::ggss//_o_l_d//_n_e_w//') or `::&&'. + If used with `::ss', any delimiter can be used in place of /, and + the final delimiter is optional if it is the last character of the event line. An aa may be used as a synonym for gg. - GG Apply the following `ss' modifier once to each word in the event + GG Apply the following `ss' modifier once to each word in the event line. SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Unless otherwise noted, each builtin command documented in this section as accepting options preceded by -- accepts ---- to signify the end of the - options. The ::, ttrruuee, ffaallssee, and tteesstt builtins do not accept options - and do not treat ---- specially. The eexxiitt, llooggoouutt, rreettuurrnn, bbrreeaakk, ccoonn-- - ttiinnuuee, lleett, and sshhiifftt builtins accept and process arguments beginning - with -- without requiring ----. Other builtins that accept arguments but - are not specified as accepting options interpret arguments beginning - with -- as invalid options and require ---- to prevent this interpreta- + options. The ::, ttrruuee, ffaallssee, and tteesstt builtins do not accept options + and do not treat ---- specially. The eexxiitt, llooggoouutt, rreettuurrnn, bbrreeaakk, ccoonn-- + ttiinnuuee, lleett, and sshhiifftt builtins accept and process arguments beginning + with -- without requiring ----. Other builtins that accept arguments but + are not specified as accepting options interpret arguments beginning + with -- as invalid options and require ---- to prevent this interpreta- tion. :: [_a_r_g_u_m_e_n_t_s] - No effect; the command does nothing beyond expanding _a_r_g_u_m_e_n_t_s + No effect; the command does nothing beyond expanding _a_r_g_u_m_e_n_t_s and performing any specified redirections. The return status is zero. .. _f_i_l_e_n_a_m_e [_a_r_g_u_m_e_n_t_s] ssoouurrccee _f_i_l_e_n_a_m_e [_a_r_g_u_m_e_n_t_s] - Read and execute commands from _f_i_l_e_n_a_m_e in the current shell - environment and return the exit status of the last command exe- - cuted from _f_i_l_e_n_a_m_e. If _f_i_l_e_n_a_m_e does not contain a slash, - filenames in PPAATTHH are used to find the directory containing + Read and execute commands from _f_i_l_e_n_a_m_e in the current shell + environment and return the exit status of the last command exe- + cuted from _f_i_l_e_n_a_m_e. If _f_i_l_e_n_a_m_e does not contain a slash, + filenames in PPAATTHH are used to find the directory containing _f_i_l_e_n_a_m_e. The file searched for in PPAATTHH need not be executable. - When bbaasshh is not in _p_o_s_i_x _m_o_d_e, the current directory is - searched if no file is found in PPAATTHH. If the ssoouurrcceeppaatthh option - to the sshhoopptt builtin command is turned off, the PPAATTHH is not - searched. If any _a_r_g_u_m_e_n_t_s are supplied, they become the posi- - tional parameters when _f_i_l_e_n_a_m_e is executed. Otherwise the - positional parameters are unchanged. If the --TT option is - enabled, ssoouurrccee inherits any trap on DDEEBBUUGG; if it is not, any - DDEEBBUUGG trap string is saved and restored around the call to - ssoouurrccee, and ssoouurrccee unsets the DDEEBBUUGG trap while it executes. If - --TT is not set, and the sourced file changes the DDEEBBUUGG trap, the - new value is retained when ssoouurrccee completes. The return status + When bbaasshh is not in _p_o_s_i_x _m_o_d_e, the current directory is + searched if no file is found in PPAATTHH. If the ssoouurrcceeppaatthh option + to the sshhoopptt builtin command is turned off, the PPAATTHH is not + searched. If any _a_r_g_u_m_e_n_t_s are supplied, they become the posi- + tional parameters when _f_i_l_e_n_a_m_e is executed. Otherwise the + positional parameters are unchanged. If the --TT option is + enabled, ssoouurrccee inherits any trap on DDEEBBUUGG; if it is not, any + DDEEBBUUGG trap string is saved and restored around the call to + ssoouurrccee, and ssoouurrccee unsets the DDEEBBUUGG trap while it executes. If + --TT is not set, and the sourced file changes the DDEEBBUUGG trap, the + new value is retained when ssoouurrccee completes. The return status is the status of the last command exited within the script (0 if no commands are executed), and false if _f_i_l_e_n_a_m_e is not found or cannot be read. aalliiaass [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] AAlliiaass with no arguments or with the --pp option prints the list of - aliases in the form aalliiaass _n_a_m_e=_v_a_l_u_e on standard output. When - arguments are supplied, an alias is defined for each _n_a_m_e whose - _v_a_l_u_e is given. A trailing space in _v_a_l_u_e causes the next word + aliases in the form aalliiaass _n_a_m_e=_v_a_l_u_e on standard output. When + arguments are supplied, an alias is defined for each _n_a_m_e whose + _v_a_l_u_e is given. A trailing space in _v_a_l_u_e causes the next word to be checked for alias substitution when the alias is expanded. - For each _n_a_m_e in the argument list for which no _v_a_l_u_e is sup- - plied, the name and value of the alias is printed. AAlliiaass - returns true unless a _n_a_m_e is given for which no alias has been + For each _n_a_m_e in the argument list for which no _v_a_l_u_e is sup- + plied, the name and value of the alias is printed. AAlliiaass + returns true unless a _n_a_m_e is given for which no alias has been defined. bbgg [_j_o_b_s_p_e_c ...] - Resume each suspended job _j_o_b_s_p_e_c in the background, as if it + Resume each suspended job _j_o_b_s_p_e_c in the background, as if it had been started with &&. If _j_o_b_s_p_e_c is not present, the shell's - notion of the _c_u_r_r_e_n_t _j_o_b is used. bbgg _j_o_b_s_p_e_c returns 0 unless - run when job control is disabled or, when run with job control - enabled, any specified _j_o_b_s_p_e_c was not found or was started + notion of the _c_u_r_r_e_n_t _j_o_b is used. bbgg _j_o_b_s_p_e_c returns 0 unless + run when job control is disabled or, when run with job control + enabled, any specified _j_o_b_s_p_e_c was not found or was started without job control. bbiinndd [--mm _k_e_y_m_a_p] [--llppssvvPPSSVVXX] @@ -4194,29 +4195,29 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS bbiinndd [--mm _k_e_y_m_a_p] --xx _k_e_y_s_e_q:_s_h_e_l_l_-_c_o_m_m_a_n_d bbiinndd [--mm _k_e_y_m_a_p] _k_e_y_s_e_q:_f_u_n_c_t_i_o_n_-_n_a_m_e bbiinndd [--mm _k_e_y_m_a_p] _k_e_y_s_e_q:_r_e_a_d_l_i_n_e_-_c_o_m_m_a_n_d - Display current rreeaaddlliinnee key and function bindings, bind a key - sequence to a rreeaaddlliinnee function or macro, or set a rreeaaddlliinnee - variable. Each non-option argument is a command as it would - appear in _._i_n_p_u_t_r_c, but each binding or command must be passed - as a separate argument; e.g., '"\C-x\C-r": re-read-init-file'. + Display current rreeaaddlliinnee key and function bindings, bind a key + sequence to a rreeaaddlliinnee function or macro, or set a rreeaaddlliinnee + variable. Each non-option argument is a command as it would + appear in _._i_n_p_u_t_r_c, but each binding or command must be passed + as a separate argument; e.g., '"\C-x\C-r": re-read-init-file'. Options, if supplied, have the following meanings: --mm _k_e_y_m_a_p Use _k_e_y_m_a_p as the keymap to be affected by the subsequent bindings. Acceptable _k_e_y_m_a_p names are _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_-_m_o_v_e_, _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 (_v_i_-_m_o_v_e - is also a synonym); _e_m_a_c_s is equivalent to _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_-_m_o_v_e_, _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 (_v_i_-_m_o_v_e + is also a synonym); _e_m_a_c_s is equivalent to _e_m_a_c_s_-_s_t_a_n_- _d_a_r_d. --ll List the names of all rreeaaddlliinnee functions. - --pp Display rreeaaddlliinnee function names and bindings in such a + --pp Display rreeaaddlliinnee function names and bindings in such a way that they can be re-read. --PP List current rreeaaddlliinnee function names and bindings. - --ss Display rreeaaddlliinnee key sequences bound to macros and the - strings they output in such a way that they can be re- + --ss Display rreeaaddlliinnee key sequences bound to macros and the + strings they output in such a way that they can be re- read. - --SS Display rreeaaddlliinnee key sequences bound to macros and the + --SS Display rreeaaddlliinnee key sequences bound to macros and the strings they output. - --vv Display rreeaaddlliinnee variable names and values in such a way + --vv Display rreeaaddlliinnee variable names and values in such a way that they can be re-read. --VV List current rreeaaddlliinnee variable names and values. --ff _f_i_l_e_n_a_m_e @@ -4228,174 +4229,174 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --rr _k_e_y_s_e_q Remove any current binding for _k_e_y_s_e_q. --xx _k_e_y_s_e_q::_s_h_e_l_l_-_c_o_m_m_a_n_d - Cause _s_h_e_l_l_-_c_o_m_m_a_n_d to be executed whenever _k_e_y_s_e_q is - entered. When _s_h_e_l_l_-_c_o_m_m_a_n_d is executed, the shell sets - the RREEAADDLLIINNEE__LLIINNEE variable to the contents of the rreeaadd-- - lliinnee line buffer and the RREEAADDLLIINNEE__PPOOIINNTT variable to the + Cause _s_h_e_l_l_-_c_o_m_m_a_n_d to be executed whenever _k_e_y_s_e_q is + entered. When _s_h_e_l_l_-_c_o_m_m_a_n_d is executed, the shell sets + the RREEAADDLLIINNEE__LLIINNEE variable to the contents of the rreeaadd-- + lliinnee line buffer and the RREEAADDLLIINNEE__PPOOIINNTT variable to the current location of the insertion point. If the executed - command changes the value of RREEAADDLLIINNEE__LLIINNEE or RREEAADD-- - LLIINNEE__PPOOIINNTT, those new values will be reflected in the + command changes the value of RREEAADDLLIINNEE__LLIINNEE or RREEAADD-- + LLIINNEE__PPOOIINNTT, those new values will be reflected in the editing state. - --XX List all key sequences bound to shell commands and the - associated commands in a format that can be reused as + --XX List all key sequences bound to shell commands and the + associated commands in a format that can be reused as input. - The return value is 0 unless an unrecognized option is given or + The return value is 0 unless an unrecognized option is given or an error occurred. bbrreeaakk [_n] - Exit from within a ffoorr, wwhhiillee, uunnttiill, or sseelleecctt loop. If _n is - specified, break _n levels. _n must be >= 1. If _n is greater - than the number of enclosing loops, all enclosing loops are - exited. The return value is 0 unless _n is not greater than or + Exit from within a ffoorr, wwhhiillee, uunnttiill, or sseelleecctt loop. If _n is + specified, break _n levels. _n must be >= 1. If _n is greater + than the number of enclosing loops, all enclosing loops are + exited. The return value is 0 unless _n is not greater than or equal to 1. bbuuiillttiinn _s_h_e_l_l_-_b_u_i_l_t_i_n [_a_r_g_u_m_e_n_t_s] - Execute the specified shell builtin, passing it _a_r_g_u_m_e_n_t_s, and + Execute the specified shell builtin, passing it _a_r_g_u_m_e_n_t_s, and return its exit status. This is useful when defining a function - whose name is the same as a shell builtin, retaining the func- + whose name is the same as a shell builtin, retaining the func- tionality of the builtin within the function. The ccdd builtin is - commonly redefined this way. The return status is false if + commonly redefined this way. The return status is false if _s_h_e_l_l_-_b_u_i_l_t_i_n is not a shell builtin command. ccaalllleerr [_e_x_p_r] Returns the context of any active subroutine call (a shell func- tion or a script executed with the .. or ssoouurrccee builtins). With- out _e_x_p_r, ccaalllleerr displays the line number and source filename of - the current subroutine call. If a non-negative integer is sup- + the current subroutine call. If a non-negative integer is sup- plied as _e_x_p_r, ccaalllleerr displays the line number, subroutine name, - and source file corresponding to that position in the current - execution call stack. This extra information may be used, for - example, to print a stack trace. The current frame is frame 0. - The return value is 0 unless the shell is not executing a sub- - routine call or _e_x_p_r does not correspond to a valid position in + and source file corresponding to that position in the current + execution call stack. This extra information may be used, for + example, to print a stack trace. The current frame is frame 0. + The return value is 0 unless the shell is not executing a sub- + routine call or _e_x_p_r does not correspond to a valid position in the call stack. ccdd [--LL|[--PP [--ee]] [-@]] [_d_i_r] - Change the current directory to _d_i_r. if _d_i_r is not supplied, - the value of the HHOOMMEE shell variable is the default. Any addi- + Change the current directory to _d_i_r. if _d_i_r is not supplied, + the value of the HHOOMMEE shell variable is the default. Any addi- tional arguments following _d_i_r are ignored. The variable CCDDPPAATTHH - defines the search path for the directory containing _d_i_r: each - directory name in CCDDPPAATTHH is searched for _d_i_r. Alternative - directory names in CCDDPPAATTHH are separated by a colon (:). A null - directory name in CCDDPPAATTHH is the same as the current directory, + defines the search path for the directory containing _d_i_r: each + directory name in CCDDPPAATTHH is searched for _d_i_r. Alternative + directory names in CCDDPPAATTHH are separated by a colon (:). A null + directory name in CCDDPPAATTHH is the same as the current directory, i.e., ``..''. If _d_i_r begins with a slash (/), then CCDDPPAATTHH is not - used. The --PP option causes ccdd to use the physical directory - structure by resolving symbolic links while traversing _d_i_r and + used. The --PP option causes ccdd to use the physical directory + structure by resolving symbolic links while traversing _d_i_r and before processing instances of _._. in _d_i_r (see also the --PP option to the sseett builtin command); the --LL option forces symbolic links - to be followed by resolving the link after processing instances + to be followed by resolving the link after processing instances of _._. in _d_i_r. If _._. appears in _d_i_r, it is processed by removing - the immediately previous pathname component from _d_i_r, back to a - slash or the beginning of _d_i_r. If the --ee option is supplied - with --PP, and the current working directory cannot be success- - fully determined after a successful directory change, ccdd will - return an unsuccessful status. On systems that support it, the - --@@ option presents the extended attributes associated with a - file as a directory. An argument of -- is converted to $$OOLLDDPPWWDD + the immediately previous pathname component from _d_i_r, back to a + slash or the beginning of _d_i_r. If the --ee option is supplied + with --PP, and the current working directory cannot be success- + fully determined after a successful directory change, ccdd will + return an unsuccessful status. On systems that support it, the + --@@ option presents the extended attributes associated with a + file as a directory. An argument of -- is converted to $$OOLLDDPPWWDD before the directory change is attempted. If a non-empty direc- - tory name from CCDDPPAATTHH is used, or if -- is the first argument, + tory name from CCDDPPAATTHH is used, or if -- is the first argument, and the directory change is successful, the absolute pathname of - the new working directory is written to the standard output. - The return value is true if the directory was successfully + the new working directory is written to the standard output. + The return value is true if the directory was successfully changed; false otherwise. ccoommmmaanndd [--ppVVvv] _c_o_m_m_a_n_d [_a_r_g ...] - Run _c_o_m_m_a_n_d with _a_r_g_s suppressing the normal shell function + Run _c_o_m_m_a_n_d with _a_r_g_s suppressing the normal shell function lookup. Only builtin commands or commands found in the PPAATTHH are - executed. If the --pp option is given, the search for _c_o_m_m_a_n_d is - performed using a default value for PPAATTHH that is guaranteed to - find all of the standard utilities. If either the --VV or --vv + executed. If the --pp option is given, the search for _c_o_m_m_a_n_d is + performed using a default value for PPAATTHH that is guaranteed to + find all of the standard utilities. If either the --VV or --vv option is supplied, a description of _c_o_m_m_a_n_d is printed. The --vv - option causes a single word indicating the command or filename + option causes a single word indicating the command or filename used to invoke _c_o_m_m_a_n_d to be displayed; the --VV option produces a - more verbose description. If the --VV or --vv option is supplied, - the exit status is 0 if _c_o_m_m_a_n_d was found, and 1 if not. If + more verbose description. If the --VV or --vv option is supplied, + the exit status is 0 if _c_o_m_m_a_n_d was found, and 1 if not. If neither option is supplied and an error occurred or _c_o_m_m_a_n_d can- - not be found, the exit status is 127. Otherwise, the exit sta- + not be found, the exit status is 127. Otherwise, the exit sta- tus of the ccoommmmaanndd builtin is the exit status of _c_o_m_m_a_n_d. ccoommppggeenn [_o_p_t_i_o_n] [_w_o_r_d] - Generate possible completion matches for _w_o_r_d according to the - _o_p_t_i_o_ns, which may be any option accepted by the ccoommpplleettee - builtin with the exception of --pp and --rr, and write the matches - to the standard output. When using the --FF or --CC options, the - various shell variables set by the programmable completion + Generate possible completion matches for _w_o_r_d according to the + _o_p_t_i_o_ns, which may be any option accepted by the ccoommpplleettee + builtin with the exception of --pp and --rr, and write the matches + to the standard output. When using the --FF or --CC options, the + various shell variables set by the programmable completion facilities, while available, will not have useful values. The matches will be generated in the same way as if the program- mable completion code had generated them directly from a comple- - tion specification with the same flags. If _w_o_r_d is specified, + tion specification with the same flags. If _w_o_r_d is specified, only those completions matching _w_o_r_d will be displayed. - The return value is true unless an invalid option is supplied, + The return value is true unless an invalid option is supplied, or no matches were generated. - ccoommpplleettee [--aabbccddeeffggjjkkssuuvv] [--oo _c_o_m_p_-_o_p_t_i_o_n] [--DDEE] [--AA _a_c_t_i_o_n] [--GG _g_l_o_b_- + ccoommpplleettee [--aabbccddeeffggjjkkssuuvv] [--oo _c_o_m_p_-_o_p_t_i_o_n] [--DDEE] [--AA _a_c_t_i_o_n] [--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 [--DDEE] [_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 are supplied, existing - completion specifications are printed in a way that allows them + Specify how arguments to each _n_a_m_e should be completed. If the + --pp option is supplied, or if no options are supplied, existing + completion specifications are printed in a way that allows them to be reused as input. The --rr option removes a completion spec- - ification for each _n_a_m_e, or, if no _n_a_m_es are supplied, all com- + ification for each _n_a_m_e, or, if no _n_a_m_es are supplied, all com- pletion specifications. The --DD option indicates that the - remaining 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 --EE - option indicates that the remaining options and actions should - apply to ``empty'' command completion; that is, completion + remaining 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 --EE + option indicates that the remaining options and actions should + apply to ``empty'' command completion; that is, completion attempted on a blank line. - The process of applying these completion specifications when - word completion is attempted is described above under PPrrooggrraamm-- + The process of applying these completion specifications when + word completion is attempted is described above under PPrrooggrraamm-- mmaabbllee 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- + 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 readline'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 + 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. - nnooqquuoottee Tell readline not to quote the completed words - if they are filenames (quoting filenames is the + nnooqquuoottee Tell readline 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 readline not to sort the list of possible completions alphabetically. - nnoossppaaccee Tell readline not to append a space (the - default) to words completed at the end of the + nnoossppaaccee Tell readline not to append a space (the + default) to words completed at the end of the line. pplluussddiirrss - After any matches defined by the compspec are - generated, directory name completion is - attempted and any matches are added to the + 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. --AA _a_c_t_i_o_n - The _a_c_t_i_o_n may be one of the following to generate a + The _a_c_t_i_o_n may be one of the following to generate a list of possible completions: aalliiaass Alias names. May also be specified as --aa. aarrrraayyvvaarr Array variable names. bbiinnddiinngg RReeaaddlliinnee key binding names. - bbuuiillttiinn Names of shell builtin commands. May also be + bbuuiillttiinn Names of shell builtin commands. May also be specified as --bb. ccoommmmaanndd Command names. May also be specified as --cc. ddiirreeccttoorryy @@ -4403,7 +4404,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ddiissaabblleedd Names of disabled shell builtins. eennaabblleedd Names of enabled shell builtins. - eexxppoorrtt Names of exported shell variables. May also be + eexxppoorrtt Names of exported shell variables. May also be specified as --ee. ffiillee File names. May also be specified as --ff. ffuunnccttiioonn @@ -4412,17 +4413,17 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hheellppttooppiicc Help topics as accepted by the hheellpp builtin. hhoossttnnaammee - Hostnames, as taken from the file specified by + Hostnames, as taken from the file specified by the HHOOSSTTFFIILLEE shell variable. - jjoobb Job names, if job control is active. May also + jjoobb Job names, if job control is active. May also be specified as --jj. - kkeeyywwoorrdd Shell reserved words. May also be specified as + kkeeyywwoorrdd Shell reserved words. May also be specified as --kk. rruunnnniinngg Names of running jobs, if job control is active. sseerrvviiccee Service names. May also be specified as --ss. - sseettoopptt Valid arguments for the --oo option to the sseett + sseettoopptt Valid arguments for the --oo option to the sseett builtin. - sshhoopptt Shell option names as accepted by the sshhoopptt + sshhoopptt Shell option names as accepted by the sshhoopptt builtin. ssiiggnnaall Signal names. ssttooppppeedd Names of stopped jobs, if job control is active. @@ -4431,188 +4432,188 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Names of all shell variables. May also be spec- ified as --vv. --CC _c_o_m_m_a_n_d - _c_o_m_m_a_n_d is executed in a subshell environment, and its + _c_o_m_m_a_n_d is executed in a subshell environment, and its output is used as the possible completions. --FF _f_u_n_c_t_i_o_n - The shell function _f_u_n_c_t_i_o_n is executed in the current - shell environment. When the function is executed, the - first argument ($$11) is the name of the command whose - arguments are being completed, the second argument ($$22) + The shell function _f_u_n_c_t_i_o_n is executed in the current + shell environment. When the function is executed, the + first argument ($$11) is the name of the command whose + arguments 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. When it finishes, the possible - completions are retrieved from the value of the CCOOMMPPRREE-- + is the word preceding the word being completed on the + current command line. When it finishes, the possible + completions are retrieved from the value of the CCOOMMPPRREE-- PPLLYY array variable. --GG _g_l_o_b_p_a_t - The pathname expansion pattern _g_l_o_b_p_a_t is expanded to + The pathname expansion pattern _g_l_o_b_p_a_t is expanded to generate the possible completions. --PP _p_r_e_f_i_x - _p_r_e_f_i_x is added at the beginning of each possible com- + _p_r_e_f_i_x is added at the beginning of each possible com- pletion after all other options have been applied. --SS _s_u_f_f_i_x _s_u_f_f_i_x is appended 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 resultant word - is expanded. The possible completions are the members - of the resultant list which match the word being com- + The _w_o_r_d_l_i_s_t is split using the characters in the IIFFSS + special variable as delimiters, and each resultant word + is expanded. The possible completions are the members + of the resultant list which match 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. + _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- - ated by the preceding options and arguments, and each - completion matching _f_i_l_t_e_r_p_a_t is removed from the list. - A leading !! in _f_i_l_t_e_r_p_a_t negates the pattern; in this + ated by the preceding options and arguments, and each + completion matching _f_i_l_t_e_r_p_a_t is removed from the list. + A leading !! in _f_i_l_t_e_r_p_a_t negates the pattern; in this case, any completion not matching _f_i_l_t_e_r_p_a_t is removed. - The return value is true unless an invalid option is supplied, - an option other than --pp or --rr is supplied without a _n_a_m_e argu- - ment, an attempt is made to remove a completion specification + The return value is true unless an invalid option is supplied, + an option other than --pp or --rr is supplied without a _n_a_m_e argu- + ment, an attempt is made to remove a completion specification for a _n_a_m_e for which no specification exists, or an error occurs adding a completion specification. ccoommppoopptt [--oo _o_p_t_i_o_n] [--DDEE] [++oo _o_p_t_i_o_n] [_n_a_m_e] Modify completion options for each _n_a_m_e according to the - _o_p_t_i_o_ns, or for the currently-executing completion if no _n_a_m_es - are supplied. If no _o_p_t_i_o_ns are given, 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 - described above. The --DD option indicates that the remaining + _o_p_t_i_o_ns, or for the currently-executing completion if no _n_a_m_es + are supplied. If no _o_p_t_i_o_ns are given, 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 + described above. The --DD option indicates that the remaining options 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 the - remaining options should apply to ``empty'' command completion; + is, completion attempted on a command for which no completion + has previously been defined. The --EE option indicates that the + remaining options should apply to ``empty'' command completion; that is, completion attempted on a blank line. - 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] Resume the next iteration of the enclosing ffoorr, wwhhiillee, uunnttiill, or - sseelleecctt loop. If _n is specified, resume at the _nth enclosing - loop. _n must be >= 1. If _n is greater than the number of - enclosing loops, the last enclosing loop (the ``top-level'' + sseelleecctt loop. If _n is specified, resume at the _nth enclosing + loop. _n must be >= 1. If _n is greater than the number of + enclosing loops, the last enclosing loop (the ``top-level'' loop) is resumed. The return value is 0 unless _n is not greater than or equal to 1. ddeeccllaarree [--aaAAffFFggiillnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] ttyyppeesseett [--aaAAffFFggiillnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] - Declare variables and/or give them attributes. If no _n_a_m_es are - given then display the values of variables. The --pp option will + Declare variables and/or give them attributes. If no _n_a_m_es are + given then display the values of variables. 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 than --ff and --FF, - are ignored. When --pp is supplied without _n_a_m_e arguments, it - will display the attributes and values of all variables having + 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, it + will display the attributes and values of all variables having the attributes 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 - will restrict 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 + options are supplied with --pp, ddeeccllaarree will display the + attributes and values of all shell variables. The --ff option + will restrict 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 --FF option - implies --ff. The --gg option forces variables to be created or + implies --ff. 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 in all other cases. The follow- + shell function. It is ignored in all other cases. The follow- ing options can be used to restrict output to variables with the specified attribute or to give variables attributes: - --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 Use function names only. --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 - inherit the DDEEBBUUGG and RREETTUURRNN traps from the calling - shell. The trace attribute has no special meaning for + --tt Give each _n_a_m_e the _t_r_a_c_e attribute. Traced functions + inherit 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 _n_a_m_es for export to subsequent commands via the + --xx Mark _n_a_m_es for export to subsequent commands via the environment. - Using `+' instead of `-' turns off the attribute instead, with + Using `+' instead of `-' turns off the attribute instead, with the exceptions that ++aa may not be used to destroy an array vari- - able and ++rr will not remove the readonly attribute. When used + able and ++rr will not remove the readonly attribute. When used in a function, ddeeccllaarree and ttyyppeesseett make each _n_a_m_e local, as with the llooccaall command, unless the --gg option is supplied. If a vari- - able 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 compound assignment - syntax to create array variables, additional attributes do not + able 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 compound 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 attempt is made to - assign a value to a readonly variable, an attempt is made to - assign a value to an array variable without using 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 read- - only status for a readonly variable, an attempt is made to turn + 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 attempt is made to + assign a value to an array variable without using 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 read- + only 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, displays the list of currently remembered - directories. 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 + Without options, displays the list of currently remembered + directories. 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. --cc Clears the directory stack by deleting all of the entries. - --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] [_j_o_b_s_p_e_c ... | _p_i_d ... ] - Without options, remove each _j_o_b_s_p_e_c from the table of active - jobs. If _j_o_b_s_p_e_c is not present, and neither the --aa nor the --rr - option is supplied, the _c_u_r_r_e_n_t _j_o_b is used. If the --hh option - is given, each _j_o_b_s_p_e_c 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 _j_o_b_s_p_e_c is supplied, the --aa option - means to remove or mark all jobs; the --rr option without a _j_o_b_- - _s_p_e_c argument restricts operation to running jobs. The return + Without options, remove each _j_o_b_s_p_e_c from the table of active + jobs. If _j_o_b_s_p_e_c is not present, and neither the --aa nor the --rr + option is supplied, the _c_u_r_r_e_n_t _j_o_b is used. If the --hh option + is given, each _j_o_b_s_p_e_c 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 _j_o_b_s_p_e_c is supplied, the --aa option + means to remove or mark all jobs; the --rr option without a _j_o_b_- + _s_p_e_c argument restricts operation to running jobs. The return value is 0 unless a _j_o_b_s_p_e_c 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 suppressed. If the --ee option - is given, interpretation of the following backslash-escaped - characters is enabled. The --EE option disables the interpreta- - tion of these escape characters, even on systems where they are - interpreted by default. The xxppgg__eecchhoo shell option may be used - to dynamically determine whether or not eecchhoo expands these - escape characters by default. eecchhoo does not interpret ---- to - mean the end of options. eecchhoo interprets the following escape + is given, interpretation of the following backslash-escaped + characters is enabled. The --EE option disables the interpreta- + tion of these escape characters, even on systems where they are + interpreted by default. The xxppgg__eecchhoo shell option may be used + to dynamically determine whether or not eecchhoo expands these + escape characters by default. eecchhoo does not interpret ---- to + mean the end of options. eecchhoo interprets the following escape sequences: \\aa alert (bell) \\bb backspace @@ -4625,189 +4626,189 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS \\tt horizontal tab \\vv vertical tab \\\\ backslash - \\00_n_n_n the eight-bit character whose value is the octal value + \\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 + \\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 + \\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 + 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) 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 + Enable and disable builtin shell commands. Disabling a builtin allows a disk command 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 disk commands. - If --nn is used, each _n_a_m_e is disabled; otherwise, _n_a_m_e_s are + to be executed without specifying a full pathname, even though + the shell normally searches for builtins before disk commands. + If --nn is used, each _n_a_m_e is disabled; otherwise, _n_a_m_e_s are enabled. For example, to use the tteesstt binary found via the PPAATTHH - instead of the shell builtin version, run ``enable -n test''. - The --ff option means to load the new builtin command _n_a_m_e from + instead of the shell builtin version, run ``enable -n test''. + 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. - The --dd option will delete a builtin previously loaded with --ff. + The --dd option will delete a builtin previously loaded with --ff. If no _n_a_m_e arguments are given, or if the --pp option is supplied, a list of shell builtins is printed. With no other option argu- - ments, the list consists of all enabled shell builtins. If --nn - is supplied, only disabled builtins are printed. If --aa is sup- - plied, the list printed includes all builtins, with an indica- - tion of whether or not each is enabled. If --ss is supplied, the - output is restricted to the POSIX _s_p_e_c_i_a_l builtins. The return - value is 0 unless a _n_a_m_e is not a shell builtin or there is an + ments, the list consists of all enabled shell builtins. If --nn + is supplied, only disabled builtins are printed. If --aa is sup- + plied, the list printed includes all builtins, with an indica- + tion of whether or not each is enabled. If --ss is supplied, the + output is restricted to the POSIX _s_p_e_c_i_a_l builtins. 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 ...] - The _a_r_gs are read and concatenated together into a single com- - mand. This command is then read and executed by the shell, and - its exit status is returned as the value of eevvaall. If there are + The _a_r_gs are read and concatenated together into a single com- + mand. This command is then read and executed by the shell, and + its exit status is returned as the value 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. No new process - is created. The _a_r_g_u_m_e_n_t_s become the arguments to _c_o_m_m_a_n_d. If + If _c_o_m_m_a_n_d is specified, it replaces the shell. No new process + is created. 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 begin- - ning of the zeroth argument passed to _c_o_m_m_a_n_d. This is what + ning of the zeroth 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 environment. If --aa is supplied, the shell passes _n_a_m_e + an empty environment. 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 can- - not be executed for some reason, a non-interactive shell exits, - unless the eexxeeccffaaiill shell option is enabled. In that case, it - returns failure. An interactive shell returns failure if the + not be executed for some reason, a non-interactive shell exits, + unless the eexxeeccffaaiill shell option is enabled. In that case, it + returns failure. An interactive shell returns failure if the file cannot be executed. If _c_o_m_m_a_n_d is not specified, any redi- rections take effect in the current shell, and the return status is 0. If there is a redirection error, the return status is 1. eexxiitt [_n] - Cause the shell to exit with a status of _n. If _n is omitted, + Cause the shell to exit with a status of _n. If _n is omitted, the exit status is that of the last command executed. A trap on EEXXIITT is executed before the shell terminates. eexxppoorrtt [--ffnn] [_n_a_m_e[=_w_o_r_d]] ... 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 - given, the _n_a_m_e_s refer to functions. If no _n_a_m_e_s are given, or - if the --pp option is supplied, a list of names of all exported - variables is printed. The --nn option causes the export property + 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. If no _n_a_m_e_s are given, or + if the --pp option is supplied, a list of names of all exported + variables is printed. The --nn option causes the export property to be removed from each _n_a_m_e. If a variable name is followed by =_w_o_r_d, the value of the variable is set to _w_o_r_d. 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 sup- + of the _n_a_m_e_s is not a valid shell variable name, or --ff is sup- plied with a _n_a_m_e that is not a function. 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 - an offset from the current command number). 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 other- - wise. If _f_i_r_s_t is not specified it is set to the previous com- + 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). 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 other- + wise. If _f_i_r_s_t is not specified it is set to the previous com- mand for editing and -16 for listing. - The --nn option suppresses the command numbers when listing. The - --rr option reverses the order of the commands. If the --ll option - is given, the commands are listed on standard output. Other- - wise, the editor given by _e_n_a_m_e is invoked on a file containing - those commands. If _e_n_a_m_e is not given, the value of the FFCCEEDDIITT - variable is used, and the value of EEDDIITTOORR if FFCCEEDDIITT is not set. - If neither variable is set, _v_i is used. When editing is com- + The --nn option suppresses the command numbers when listing. The + --rr option reverses the order of the commands. If the --ll option + is given, the commands are listed on standard output. Other- + wise, the editor given by _e_n_a_m_e is invoked on a file containing + those commands. If _e_n_a_m_e is not given, the value of the FFCCEEDDIITT + variable is used, and the value of EEDDIITTOORR if FFCCEEDDIITT is not set. + If neither variable is set, _v_i is used. When editing is com- plete, the edited commands are echoed and executed. - In the second form, _c_o_m_m_a_n_d is re-executed after each instance - of _p_a_t is replaced by _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 this is ``r="fc -s"'', - so that typing ``r cc'' runs the last command beginning with + In the second form, _c_o_m_m_a_n_d is re-executed after each instance + of _p_a_t is replaced by _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 this 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 0 unless an - invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history - lines out of range. If the --ee option is supplied, the return + If the first form is used, the return value is 0 unless an + invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history + lines out of range. If the --ee option is supplied, the return value is the value of the last command executed or failure if an error occurs with the temporary file of commands. If the second - form is used, the return status is that of the command re-exe- - cuted, unless _c_m_d does not specify a valid history line, in + form is used, the return status is that of the command re-exe- + cuted, unless _c_m_d does not specify a valid history line, in which case ffcc returns failure. 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, the shell's notion of the _c_u_r_r_e_n_t _j_o_b - is used. The return value is that of the command placed into - the foreground, or failure if run when job control is disabled + is used. 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 spec- - ify a valid job or _j_o_b_s_p_e_c specifies a job that was started + ify a 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_s] - ggeettooppttss is used by shell procedures to parse positional parame- - ters. _o_p_t_s_t_r_i_n_g contains the option characters to be recog- - nized; 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. 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 shell variable _n_a_m_e, initializing + ggeettooppttss is used by shell procedures to parse positional parame- + ters. _o_p_t_s_t_r_i_n_g contains the option characters to be recog- + nized; 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. 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 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, ggeettooppttss places that argument into - the variable OOPPTTAARRGG. The shell does not reset OOPPTTIINNDD automati- - cally; it must be manually reset between multiple calls 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 automati- + cally; it must be manually reset between multiple calls to ggeettooppttss within the same shell invocation if a new set of parame- ters is to be used. - When the end of options is encountered, ggeettooppttss exits with a - return value greater than zero. OOPPTTIINNDD is set to the index of + When the end of options is encountered, 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 + ggeettooppttss normally parses the positional parameters, but if more arguments are given in _a_r_g_s, ggeettooppttss parses those instead. - ggeettooppttss can report errors in two ways. If the first character - of _o_p_t_s_t_r_i_n_g is a colon, _s_i_l_e_n_t error reporting is used. In - normal operation, diagnostic messages are printed when invalid - options or missing option arguments are encountered. 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, _s_i_l_e_n_t error reporting is used. In + normal operation, diagnostic messages are printed when invalid + options or missing option arguments are encountered. 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 an invalid option is seen, ggeettooppttss places ? into _n_a_m_e and, if - not silent, prints an error message and unsets OOPPTTAARRGG. If - ggeettooppttss is silent, the option character found is placed in + not silent, prints an error message and unsets OOPPTTAARRGG. If + ggeettooppttss is silent, the option character found is placed in OOPPTTAARRGG and no diagnostic message is printed. - If a required argument is not found, and ggeettooppttss is not silent, - a question mark (??) is placed in _n_a_m_e, OOPPTTAARRGG is unset, and a - diagnostic message is printed. If ggeettooppttss is silent, then a - colon (::) is placed in _n_a_m_e and OOPPTTAARRGG is set to the option + If a required argument is not found, and ggeettooppttss is not silent, + a question mark (??) is placed in _n_a_m_e, OOPPTTAARRGG is unset, and a + diagnostic message is printed. If ggeettooppttss is silent, then a + colon (::) is placed in _n_a_m_e and OOPPTTAARRGG is set 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, the full pathname of the command _n_a_m_e - is determined by searching the directories in $$PPAATTHH and remem- + is determined by searching the directories in $$PPAATTHH and remem- bered. Any previously-remembered pathname is discarded. If the --pp option is supplied, no path search is performed, and _f_i_l_e_n_a_m_e - is used as the full filename of the command. The --rr option - causes the shell to forget all remembered locations. The --dd - option causes the shell to forget the remembered location of - each _n_a_m_e. If the --tt option is supplied, the full pathname to - which each _n_a_m_e corresponds is printed. If multiple _n_a_m_e argu- - ments are supplied with --tt, the _n_a_m_e is printed before the - hashed full pathname. The --ll option causes output to be dis- + is used as the full filename of the command. The --rr option + causes the shell to forget all remembered locations. The --dd + option causes the shell to forget the remembered location of + each _n_a_m_e. If the --tt option is supplied, the full pathname to + which each _n_a_m_e corresponds is printed. If multiple _n_a_m_e argu- + ments are supplied with --tt, the _n_a_m_e is printed before the + hashed full pathname. The --ll option causes output to be dis- played in a format that may be reused as input. If no arguments - are given, or if only --ll is supplied, information about remem- - bered commands is printed. The return status is true unless a + are given, or if only --ll is supplied, information about remem- + bered commands is printed. The return status is true unless a _n_a_m_e is not found or an invalid 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 help for all the builtins and shell control + 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 help for all the builtins and shell control structures is printed. --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 @@ -4824,49 +4825,49 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hhiissttoorryy --ss _a_r_g [_a_r_g _._._.] With no options, display the command history list with line num- bers. Lines listed with a ** have been modified. An argument of - _n lists only the last _n lines. 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. No intervening blank is printed between - the formatted time stamp and the history line. If _f_i_l_e_n_a_m_e is - supplied, it is used as the name of the history file; if not, - the value of HHIISSTTFFIILLEE is used. Options, if supplied, have the + _n lists only the last _n lines. 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. No intervening blank is printed between + the formatted time stamp and the history line. If _f_i_l_e_n_a_m_e is + supplied, it is used as the name of the history file; if not, + the value of HHIISSTTFFIILLEE is used. Options, if supplied, have the following meanings: --cc Clear the history list by deleting all the entries. --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. - --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 - appended to the history file since the beginning of the + --nn Read the history lines not already read from the history + file into the current history list. These are lines + appended to the history file since the beginning of the current bbaasshh session. - --rr Read the contents of the history file and append them to + --rr Read the contents of the history file and append them to the current 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. Does not - store the results in the history list. Each _a_r_g must be + --pp Perform history substitution on the following _a_r_g_s and + display the result on the standard output. Does not + store 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 the _a_r_g_s are added. - If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the time stamp informa- - tion associated with each history entry is written 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 + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the time stamp informa- + tion associated with each history entry is written 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. The return value is 0 unless an invalid option is encountered, an error occurs while - reading or writing the history file, an invalid _o_f_f_s_e_t is sup- + reading or writing the history file, an invalid _o_f_f_s_e_t is sup- plied as an argument to --dd, or the history expansion supplied as an argument to --pp fails. @@ -4875,210 +4876,210 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS The first form lists the active jobs. The options have the fol- lowing meanings: --ll List process IDs in addition to the normal information. - --nn Display information only about jobs that have changed + --nn Display information only about jobs that have changed status since the user was last notified of their status. - --pp List only the process ID of the job's process group + --pp List only the process ID of the job's process group leader. --rr Display only running jobs. --ss Display only stopped jobs. - If _j_o_b_s_p_e_c is given, output is restricted to information about - that job. The return status is 0 unless an invalid option is + If _j_o_b_s_p_e_c is given, output is restricted to information about + that job. The return status is 0 unless an invalid option is encountered or an invalid _j_o_b_s_p_e_c is supplied. If the --xx option is supplied, jjoobbss replaces any _j_o_b_s_p_e_c found in - _c_o_m_m_a_n_d or _a_r_g_s with the corresponding process group ID, and + _c_o_m_m_a_n_d or _a_r_g_s with the corresponding process group ID, and executes _c_o_m_m_a_n_d passing it _a_r_g_s, returning its exit status. kkiillll [--ss _s_i_g_s_p_e_c | --nn _s_i_g_n_u_m | --_s_i_g_s_p_e_c] [_p_i_d | _j_o_b_s_p_e_c] ... kkiillll --ll|--LL [_s_i_g_s_p_e_c | _e_x_i_t___s_t_a_t_u_s] - Send the signal named by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes - named by _p_i_d or _j_o_b_s_p_e_c. _s_i_g_s_p_e_c is either a case-insensitive - signal name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or - a signal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not - present, then SSIIGGTTEERRMM is assumed. An argument of --ll lists the - signal names. If any arguments are supplied when --ll is given, - the names of the signals corresponding to the arguments are + Send the signal named by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes + named by _p_i_d or _j_o_b_s_p_e_c. _s_i_g_s_p_e_c is either a case-insensitive + signal name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or + a signal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not + present, then SSIIGGTTEERRMM is assumed. An argument of --ll lists the + signal names. If any arguments are supplied when --ll is given, + the names of the signals corresponding to the arguments are listed, and the return status is 0. The _e_x_i_t___s_t_a_t_u_s argument to - --ll is a number specifying either a signal number or the exit - status of a process terminated by a signal. The --LL option is - equivalent to --ll. kkiillll returns true if at least one signal was - successfully sent, or false if an error occurs or an invalid + --ll is a number specifying either a signal number or the exit + status of a process terminated by a signal. The --LL option is + equivalent to --ll. kkiillll returns true if at least one signal was + successfully sent, or false if an error occurs or an invalid option is encountered. lleett _a_r_g [_a_r_g ...] Each _a_r_g is an arithmetic expression to be evaluated (see AARRIITTHH-- - MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett + MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett returns 1; 0 is returned otherwise. llooccaall [_o_p_t_i_o_n] [_n_a_m_e[=_v_a_l_u_e] ... | - ] - For each argument, a local variable named _n_a_m_e is created, and - assigned _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted + For each argument, a local variable named _n_a_m_e is created, and + assigned _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddeeccllaarree. When llooccaall is used within a function, it causes the - variable _n_a_m_e to have a visible scope restricted to that func- - tion and its children. If _n_a_m_e is -, the set of shell options - is made local to the function in which llooccaall is invoked: shell - options changed using the sseett builtin inside the function are - restored to their original values when the function returns. - With no operands, llooccaall writes a list of local variables to the - standard output. It is an error to use llooccaall when not within a + variable _n_a_m_e to have a visible scope restricted to that func- + tion and its children. If _n_a_m_e is -, the set of shell options + is made local to the function in which llooccaall is invoked: shell + options changed using the sseett builtin inside the function are + restored to their original values when the function returns. + With no operands, llooccaall writes a list of local variables to the + standard output. It is an error to use llooccaall when not within a function. The return status is 0 unless llooccaall is used outside a - function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly + function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly variable. llooggoouutt Exit a login shell. - mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC + mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] rreeaaddaarrrraayy [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] - Read lines from the standard input into the indexed array vari- - able _a_r_r_a_y, or from file descriptor _f_d if the --uu option is sup- - plied. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if + Read lines from the standard input into the indexed array vari- + able _a_r_r_a_y, or from file descriptor _f_d if the --uu option is sup- + plied. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if supplied, have the following meanings: - --dd The first character of _d_e_l_i_m is used to terminate each - input line, rather than newline. If _d_e_l_i_m is the empty + --dd The first character of _d_e_l_i_m is used to terminate each + input line, rather than newline. If _d_e_l_i_m is the empty string, mmaappffiillee will terminate a line when it reads a NUL character. - --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, all lines are + --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, all lines are copied. - --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default + --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default index is 0. --ss Discard the first _c_o_u_n_t lines read. - --tt Remove a trailing _d_e_l_i_m (default newline) from each line + --tt Remove a trailing _d_e_l_i_m (default newline) from each line read. - --uu Read lines from file descriptor _f_d instead of the stan- + --uu Read lines from file descriptor _f_d instead of the stan- dard input. - --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The + --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The --cc option specifies _q_u_a_n_t_u_m. - --cc Specify the number of lines read between each call to + --cc Specify the number of lines read between each call to _c_a_l_l_b_a_c_k. - If --CC is specified without --cc, the default quantum is 5000. + If --CC is specified without --cc, the default quantum is 5000. When _c_a_l_l_b_a_c_k is evaluated, it is supplied the index of the next array element to be assigned and the line to be assigned to that - element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after + element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after the line is read but before the array element is assigned. - If not supplied with an explicit origin, mmaappffiillee will clear + If not supplied with an explicit origin, mmaappffiillee will clear _a_r_r_a_y before assigning to it. - mmaappffiillee returns successfully unless an invalid option or option - argument is supplied, _a_r_r_a_y is invalid or unassignable, or if + mmaappffiillee returns successfully unless an invalid option or option + argument is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is not an indexed array. ppooppdd [-nn] [+_n] [-_n] - Removes entries from the directory stack. With no arguments, - removes the top directory from the stack, and performs a ccdd to + Removes entries from the directory stack. With no arguments, + removes the top directory from the stack, and performs a ccdd to the new top directory. Arguments, if supplied, have the follow- ing meanings: - --nn Suppresses the normal change of directory when removing - directories from the stack, so that only the stack is + --nn Suppresses the normal change of directory when removing + directories from the stack, so that only the stack is manipulated. - ++_n Removes the _nth entry counting from the left of the list - shown by ddiirrss, starting with zero. For example: ``popd + ++_n Removes the _nth entry counting from the left of the list + shown by ddiirrss, starting with zero. For example: ``popd +0'' removes the first directory, ``popd +1'' the second. --_n Removes the _nth entry counting from the right of the list - shown by ddiirrss, starting with zero. For example: ``popd - -0'' removes the last directory, ``popd -1'' the next to + shown by ddiirrss, starting with zero. For example: ``popd + -0'' removes the last directory, ``popd -1'' the next to last. - If the ppooppdd command is successful, a ddiirrss is performed as well, - and the return status is 0. ppooppdd returns false if an invalid + If the ppooppdd command is successful, a ddiirrss is performed as well, + and the return status is 0. ppooppdd returns false if an invalid option is encountered, the directory stack is empty, a non-exis- tent directory stack entry is specified, or the directory change fails. pprriinnttff [--vv _v_a_r] _f_o_r_m_a_t [_a_r_g_u_m_e_n_t_s] - Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the - control of the _f_o_r_m_a_t. The --vv option causes the output to be - assigned to the variable _v_a_r rather than being printed to the + Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the + control of the _f_o_r_m_a_t. The --vv option causes the output to be + assigned to the variable _v_a_r rather than being printed to the standard output. - The _f_o_r_m_a_t is a character string which contains three types of - objects: plain characters, which are simply copied to standard - output, character escape sequences, which are converted and - copied to the standard output, and format specifications, each - of which causes printing of the next successive _a_r_g_u_m_e_n_t. In + The _f_o_r_m_a_t is a character string which contains three types of + objects: plain characters, which are simply copied to standard + output, character escape sequences, which are converted and + copied to the standard output, and format specifications, each + of which causes printing of the next successive _a_r_g_u_m_e_n_t. In addition to the standard _p_r_i_n_t_f(1) format specifications, pprriinnttff interprets the following extensions: %%bb causes pprriinnttff to expand backslash escape sequences in the corresponding _a_r_g_u_m_e_n_t in the same way as eecchhoo --ee. - %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a + %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a format that can be reused as shell input. %%((_d_a_t_e_f_m_t))TT - causes pprriinnttff to output the date-time string resulting - from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). + causes pprriinnttff to output the date-time string resulting + from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). The corresponding _a_r_g_u_m_e_n_t is an integer representing the - number of seconds since the epoch. Two special argument - values may be used: -1 represents the current time, and - -2 represents the time the shell was invoked. If no - argument is specified, conversion behaves as if -1 had - been given. This is an exception to the usual pprriinnttff + number of seconds since the epoch. Two special argument + values may be used: -1 represents the current time, and + -2 represents the time the shell was invoked. If no + argument is specified, conversion behaves as if -1 had + been given. This is an exception to the usual pprriinnttff behavior. - Arguments to non-string format specifiers are treated as C con- + Arguments to non-string format specifiers are treated as C con- stants, except that a leading plus or minus sign is allowed, and - if the leading character is a single or double quote, the value + if the leading character is a single or double quote, the value is the ASCII value of the following character. - The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- + The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- _m_e_n_t_s. If the _f_o_r_m_a_t requires more _a_r_g_u_m_e_n_t_s than are supplied, - the extra format specifications behave as if a zero value or - null string, as appropriate, had been supplied. The return + the extra format specifications behave as if a zero value or + null string, as appropriate, had been supplied. The return value is zero on success, non-zero on failure. ppuusshhdd [--nn] [+_n] [-_n] ppuusshhdd [--nn] [_d_i_r] - Adds a directory to the top of the directory stack, or rotates - the stack, making the new top of the stack the current working - directory. With no arguments, ppuusshhdd exchanges the top two - directories and returns 0, unless the directory stack is empty. + Adds a directory to the top of the directory stack, or rotates + the stack, making the new top of the stack the current working + directory. With no arguments, ppuusshhdd exchanges the top two + directories and returns 0, unless the directory stack is empty. Arguments, if supplied, have the following meanings: - --nn Suppresses the normal change of directory when rotating - or adding directories to the stack, so that only the + --nn Suppresses the normal change of directory when rotating + or adding directories to the stack, so that only the stack is manipulated. - ++_n Rotates the stack so that the _nth directory (counting - from the left of the list shown by ddiirrss, starting with + ++_n Rotates the stack so that the _nth directory (counting + from the left of the list shown by ddiirrss, starting with zero) is at the top. - --_n Rotates the stack so that the _nth directory (counting - from the right of the list shown by ddiirrss, starting with + --_n Rotates the stack so that the _nth directory (counting + from the right of the list shown by ddiirrss, starting with zero) is at the top. _d_i_r Adds _d_i_r to the directory stack at the top, making it the - new current working directory as if it had been supplied + new current working directory as if it had been supplied as the argument to the ccdd builtin. If the ppuusshhdd command is successful, a ddiirrss is performed as well. - If the first form is used, ppuusshhdd returns 0 unless the cd to _d_i_r - fails. With the second form, ppuusshhdd returns 0 unless the direc- - tory stack is empty, a non-existent directory stack element is - specified, or the directory change to the specified new current + If the first form is used, ppuusshhdd returns 0 unless the cd to _d_i_r + fails. With the second form, ppuusshhdd returns 0 unless the direc- + tory stack is empty, a non-existent directory stack element is + specified, or the directory change to the specified new current directory fails. ppwwdd [--LLPP] - Print the absolute pathname of the current working directory. + Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the --PP option is supplied or the --oo pphhyyssiiccaall option to the sseett builtin command - is enabled. If the --LL option is used, the pathname printed may - contain symbolic links. The return status is 0 unless an error - occurs while reading the name of the current directory or an + is enabled. If the --LL option is used, the pathname printed may + contain symbolic links. The return status is 0 unless an error + occurs while reading the name of the current directory or an invalid option is supplied. rreeaadd [--eerrss] [--aa _a_n_a_m_e] [--dd _d_e_l_i_m] [--ii _t_e_x_t] [--nn _n_c_h_a_r_s] [--NN _n_c_h_a_r_s] [--pp _p_r_o_m_p_t] [--tt _t_i_m_e_o_u_t] [--uu _f_d] [_n_a_m_e ...] - One line is read from the standard input, or from the file - descriptor _f_d supplied as an argument to the --uu option, split - into words as described above under WWoorrdd SSpplliittttiinngg, and the + One line is read from the standard input, or from the file + descriptor _f_d supplied as an argument to the --uu option, split + into words as described above under WWoorrdd SSpplliittttiinngg, and the first word is assigned to the first _n_a_m_e, the second word to the second _n_a_m_e, and so on. If there are more words than names, the remaining words and their intervening delimiters are assigned to - the last _n_a_m_e. If there are fewer words read from the input - stream than names, the remaining names are assigned empty val- - ues. The characters in IIFFSS are used to split the line into + the last _n_a_m_e. If there are fewer words read from the input + stream than names, the remaining names are assigned empty val- + ues. The characters in IIFFSS are used to split the line into words using the same rules the shell uses for expansion (described above under WWoorrdd SSpplliittttiinngg). The backslash character (\\) may be used to remove any special meaning for the next char- - acter read and for line continuation. Options, if supplied, + acter read and for line continuation. Options, if supplied, have the following meanings: --aa _a_n_a_m_e The words are assigned to sequential indices of the array @@ -5086,14 +5087,15 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS new values are assigned. Other _n_a_m_e arguments are ignored. --dd _d_e_l_i_m - The first character of _d_e_l_i_m is used to terminate the - input line, rather than newline. If _d_e_l_i_m is the empty - string, rreeaadd will terminate a line when it reads a NUL + The first character of _d_e_l_i_m is used to terminate the + input line, rather than newline. If _d_e_l_i_m is the empty + string, rreeaadd will terminate a line when it reads a NUL character. --ee If the standard input is coming from a terminal, rreeaaddlliinnee - (see RREEAADDLLIINNEE above) is used to obtain the line. Read- - line uses the current (or default, if line editing was - not previously active) editing settings. + (see RREEAADDLLIINNEE above) is used to obtain the line. Read- + line uses the current (or default, if line editing was + not previously active) editing settings, but uses Read- + line's default filename completion. --ii _t_e_x_t If rreeaaddlliinnee is being used to read the line, _t_e_x_t is placed into the editing buffer before editing begins. @@ -5433,9 +5435,9 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS (see JJOOBB CCOONNTTRROOLL above). The shell always postpones exiting if any jobs are stopped. cchheecckkwwiinnssiizzee - If set, bbaasshh checks the window size after each command - and, if necessary, updates the values of LLIINNEESS and CCOOLL-- - UUMMNNSS. + If set, bbaasshh checks the window size after each external + (non-builtin) command and, if necessary, updates the + values of LLIINNEESS and CCOOLLUUMMNNSS. ccmmddhhiisstt If set, bbaasshh attempts to save all lines of a multiple- line command in the same history entry. This allows easy re-editing of multi-line commands. This option is @@ -6049,4 +6051,4 @@ BBUUGGSS -GNU Bash 4.4 2017 May 25 BASH(1) +GNU Bash 4.4 2017 June 23 BASH(1) diff --git a/doc/bash.1 b/doc/bash.1 index d84f737f..42419d33 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -5,12 +5,12 @@ .\" Case Western Reserve University .\" chet.ramey@case.edu .\" -.\" Last Change: Thu May 25 15:58:43 EDT 2017 +.\" Last Change: Fri Jun 23 12:42:34 EDT 2017 .\" .\" bash_builtins, strip all but Built-Ins section .if \n(zZ=1 .ig zZ .if \n(zY=1 .ig zY -.TH BASH 1 "2017 May 25" "GNU Bash 4.4" +.TH BASH 1 "2017 June 23" "GNU Bash 4.4" .\" .\" There's some problem with having a `@' .\" in a tagged paragraph with the BSD man macros. @@ -2744,10 +2744,11 @@ original word are removed unless they have been quoted themselves (\fIquote removal\fP). .PP Only brace expansion, word splitting, and pathname expansion -can change the number of words of the expansion; other expansions +can increase the number of words of the expansion; other expansions expand a single word to a single word. The only exceptions to this are the expansions of -"\fB$@\fP" and "\fB${\fP\fIname\fP\fB[@]}\fP" +"\fB$@\fP" and "\fB${\fP\fIname\fP\fB[@]}\fP", +and, in most cases, \fB$*\fP and \fB${\fP\fIname\fP\fB[*]}\fP as explained above (see .SM .BR PARAMETERS ). @@ -9679,8 +9680,8 @@ above). The shell always postpones exiting if any jobs are stopped. .TP 8 .B checkwinsize -If set, \fBbash\fP checks the window size after each command -and, if necessary, updates the values of +If set, \fBbash\fP checks the window size after each external (non-builtin) +command and, if necessary, updates the values of .SM .B LINES and diff --git a/doc/bash.html b/doc/bash.html index 2418fc3d..d706a978 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2017 March 22BASH(1) +BASH(1)2017 June 23BASH(1)

Index @@ -3482,10 +3482,11 @@ original word are removed unless they have been quoted themselves

Only brace expansion, word splitting, and pathname expansion -can change the number of words of the expansion; other expansions +can increase the number of words of the expansion; other expansions expand a single word to a single word. The only exceptions to this are the expansions of -"$@" and "${name[@]}" +"$@" and "${name[@]}", +and, in most cases, $* and ${name[*]} as explained above (see PARAMETERS). @@ -8728,7 +8729,7 @@ 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 preceding history line. +by a digit are interpreted as timestamps for the following history line. These timestamps are optionally displayed depending on the value of the HISTTIMEFORMAT @@ -10535,7 +10536,7 @@ echoed and executed.

In the second form, command is re-executed after each instance of pat is replaced by rep. -Command is intepreted the same as first above. +Command is interpreted the same as first above. A useful alias to use with this is r='fc -s', @@ -11125,6 +11126,8 @@ Options, if supplied, have the following meanings:

The first character of delim is used to terminate each input line, rather than newline. +If delim is the empty string, mapfile will terminate a line +when it reads a NUL character.
-n
@@ -11440,6 +11443,8 @@ Other name arguments are ignored.
The first character of delim is used to terminate the input line, rather than newline. +If delim is the empty string, read will terminate a line +when it reads a NUL character.
-e
@@ -11453,7 +11458,7 @@ is coming from a terminal, above) is used to obtain the line. Readline uses the current (or default, if line editing was not previously -active) editing settings. +active) editing settings, but uses Readline's default filename completion.
-i text
@@ -12273,8 +12278,8 @@ postpones exiting if any jobs are stopped.
checkwinsize
-If set, bash checks the window size after each command -and, if necessary, updates the values of +If set, bash checks the window size after each external (non-builtin) +command and, if necessary, updates the values of LINES @@ -12291,6 +12296,11 @@ If set, attempts to save all lines of a multiple-line command in the same history entry. This allows easy re-editing of multi-line commands. +This option is enabled by default, but only has an effect if command +history is enabled, as described above under +HISTORY. + +
compat31
@@ -12641,6 +12651,12 @@ If set, and the option is enabled, multi-line commands are saved to the history with embedded newlines rather than using semicolon separators where possible. +
localvar_inherit + +
+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 attribute is not inherited.
login_shell
@@ -13437,7 +13453,7 @@ If the -n option is supplied, wait waits for any job to terminate and returns its exit status. If the -f option is supplied, and job control is enabled, wait forces id to terminate before returning its status, -intead of returning when it changes status. +instead of returning when it changes status. If id @@ -13732,7 +13748,7 @@ There may be only one active coprocess at a time.
-
GNU Bash 4.42017 March 22BASH(1) +GNU Bash 4.42017 June 23BASH(1)

@@ -13838,6 +13854,6 @@ There may be only one active coprocess at a time.
This document was created by man2html from bash.1.
-Time: 03 April 2017 16:34:05 EDT +Time: 26 June 2017 09:16:53 EDT diff --git a/doc/bash.info b/doc/bash.info index cfd522fd..0ca3957c 100644 --- a/doc/bash.info +++ b/doc/bash.info @@ -2,9 +2,9 @@ This is bash.info, produced by makeinfo version 6.3 from bashref.texi. This text is a brief description of the features that are present in the -Bash shell (version 4.4, 22 March 2017). +Bash shell (version 4.4, 23 June 2017). - This is Edition 4.4, last updated 22 March 2017, of 'The GNU Bash + This is Edition 4.4, last updated 23 June 2017, of 'The GNU Bash Reference Manual', for 'Bash', Version 4.4. Copyright (C) 1988-2017 Free Software Foundation, Inc. @@ -27,10 +27,10 @@ Bash Features ************* This text is a brief description of the features that are present in the -Bash shell (version 4.4, 22 March 2017). The Bash home page is +Bash shell (version 4.4, 23 June 2017). The Bash home page is . - This is Edition 4.4, last updated 22 March 2017, of 'The GNU Bash + This is Edition 4.4, last updated 23 June 2017, of 'The GNU Bash Reference Manual', for 'Bash', Version 4.4. Bash contains features that appear in other popular shells, and some @@ -1127,7 +1127,7 @@ first. Finally, Parallel can be used to run a sequence of shell commands in parallel, similar to 'cat file | bash'. It is not uncommon to take a list of filenames, create a series of shell commands to operate on them, -and feed that list of commnds to a shell. Parallel can speed this up. +and feed that list of commands to a shell. Parallel can speed this up. Assuming that 'file' contains a list of shell commands, one per line, parallel -j 10 < file @@ -1503,10 +1503,10 @@ original word are removed unless they have been quoted themselves (QUOTE REMOVAL). Only brace expansion, word splitting, and filename expansion can -change the number of words of the expansion; other expansions expand a +increase the number of words of the expansion; other expansions expand a single word to a single word. The only exceptions to this are the -expansions of '"$@"' (*note Special Parameters::) and '"${NAME[@]}"' -(*note Arrays::). +expansions of '"$@"' and '$*' (*note Special Parameters::), and +'"${NAME[@]}"' and '${NAME[*]}' (*note Arrays::). After all expansions, 'quote removal' (*note Quote Removal::) is performed. @@ -3665,7 +3665,8 @@ standard. '-d' The first character of DELIM is used to terminate each input - line, rather than newline. + line, rather than newline. If DELIM is the empty string, + 'mapfile' will terminate a line when it reads a NUL character. '-n' Copy at most COUNT lines. If COUNT is 0, all lines are copied. @@ -3777,12 +3778,14 @@ standard. '-d DELIM' The first character of DELIM is used to terminate the input - line, rather than newline. + line, rather than newline. If DELIM is the empty string, + 'read' will terminate a line when it reads a NUL character. '-e' Readline (*note Command Line Editing::) is used to obtain the line. Readline uses the current (or default, if line editing - was not previously active) editing settings. + was not previously active) editing settings, but uses + Readline's default filename completion. '-i TEXT' If Readline is being used to read the line, TEXT is placed @@ -4366,13 +4369,16 @@ This builtin allows you to change additional shell optional behavior. are stopped. 'checkwinsize' - If set, Bash checks the window size after each command and, if - necessary, updates the values of 'LINES' and 'COLUMNS'. + If set, Bash checks the window size after each external + (non-builtin) command and, if necessary, updates the values of + 'LINES' and 'COLUMNS'. 'cmdhist' If set, Bash attempts to save all lines of a multiple-line command in the same history entry. This allows easy - re-editing of multi-line commands. + re-editing of multi-line commands. This option is enabled by + default, but only has an effect if command history is enabled + (*note Bash History Facilities::). 'compat31' If set, Bash changes its behavior to that of version 3.1 with @@ -4579,6 +4585,12 @@ This builtin allows you to change additional shell optional behavior. commands are saved to the history with embedded newlines rather than using semicolon separators where possible. + 'localvar_inherit' + 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 attribute is + not inherited. + 'login_shell' The shell sets this option if it is started as a login shell (*note Invoking Bash::). The value may not be changed. @@ -8893,10 +8905,9 @@ function and bind it to a particular command using 'complete -F'. 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 passsed 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. +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. The function relies on the 'complete' and 'compgen' builtins to do much of the work, adding only the things that the Bash 'cd' does beyond @@ -10826,13 +10837,13 @@ D.1 Index of Shell Builtin Commands * mapfile: Bash Builtins. (line 369) * popd: Directory Stack Builtins. (line 35) -* printf: Bash Builtins. (line 414) +* printf: Bash Builtins. (line 415) * pushd: Directory Stack Builtins. (line 53) * pwd: Bourne Shell Builtins. (line 205) -* read: Bash Builtins. (line 458) -* readarray: Bash Builtins. (line 550) +* read: Bash Builtins. (line 459) +* readarray: Bash Builtins. (line 553) * readonly: Bourne Shell Builtins. (line 215) * return: Bourne Shell Builtins. @@ -10841,7 +10852,7 @@ D.1 Index of Shell Builtin Commands * shift: Bourne Shell Builtins. (line 255) * shopt: The Shopt Builtin. (line 9) -* source: Bash Builtins. (line 559) +* source: Bash Builtins. (line 562) * suspend: Job Control Builtins. (line 104) * test: Bourne Shell Builtins. @@ -10850,12 +10861,12 @@ D.1 Index of Shell Builtin Commands (line 343) * trap: Bourne Shell Builtins. (line 349) -* type: Bash Builtins. (line 564) -* typeset: Bash Builtins. (line 596) -* ulimit: Bash Builtins. (line 602) +* type: Bash Builtins. (line 567) +* typeset: Bash Builtins. (line 599) +* ulimit: Bash Builtins. (line 605) * umask: Bourne Shell Builtins. (line 398) -* unalias: Bash Builtins. (line 701) +* unalias: Bash Builtins. (line 704) * unset: Bourne Shell Builtins. (line 416) * wait: Job Control Builtins. @@ -11412,7 +11423,7 @@ D.5 Concept Index * history list: Bash History Facilities. (line 6) * History, how to use: A Programmable Completion Example. - (line 114) + (line 113) * identifier: Definitions. (line 51) * initialization file, readline: Readline Init File. (line 6) * installation: Basic Installation. (line 6) @@ -11490,134 +11501,134 @@ D.5 Concept Index  Tag Table: -Node: Top891 -Node: Introduction2805 -Node: What is Bash?3021 -Node: What is a shell?4135 -Node: Definitions6673 -Node: Basic Shell Features9624 -Node: Shell Syntax10843 -Node: Shell Operation11869 -Node: Quoting13162 -Node: Escape Character14462 -Node: Single Quotes14947 -Node: Double Quotes15295 -Node: ANSI-C Quoting16573 -Node: Locale Translation17832 -Node: Comments18728 -Node: Shell Commands19346 -Node: Simple Commands20218 -Node: Pipelines20849 -Node: Lists23781 -Node: Compound Commands25520 -Node: Looping Constructs26532 -Node: Conditional Constructs29027 -Node: Command Grouping40082 -Node: Coprocesses41561 -Node: GNU Parallel43393 -Node: Shell Functions47366 -Node: Shell Parameters54565 -Node: Positional Parameters58978 -Node: Special Parameters59878 -Node: Shell Expansions63215 -Node: Brace Expansion65309 -Node: Tilde Expansion68143 -Node: Shell Parameter Expansion70491 -Node: Command Substitution84623 -Node: Arithmetic Expansion85978 -Node: Process Substitution86910 -Node: Word Splitting88030 -Node: Filename Expansion89974 -Node: Pattern Matching92348 -Node: Quote Removal96334 -Node: Redirections96629 -Node: Executing Commands106187 -Node: Simple Command Expansion106857 -Node: Command Search and Execution108787 -Node: Command Execution Environment111123 -Node: Environment114107 -Node: Exit Status115766 -Node: Signals117436 -Node: Shell Scripts119403 -Node: Shell Builtin Commands121918 -Node: Bourne Shell Builtins123952 -Node: Bash Builtins144552 -Node: Modifying Shell Behavior173197 -Node: The Set Builtin173542 -Node: The Shopt Builtin183955 -Node: Special Builtins199853 -Node: Shell Variables200832 -Node: Bourne Shell Variables201269 -Node: Bash Variables203373 -Node: Bash Features233166 -Node: Invoking Bash234065 -Node: Bash Startup Files240014 -Node: Interactive Shells245117 -Node: What is an Interactive Shell?245527 -Node: Is this Shell Interactive?246176 -Node: Interactive Shell Behavior246991 -Node: Bash Conditional Expressions250479 -Node: Shell Arithmetic254845 -Node: Aliases257662 -Node: Arrays260210 -Node: The Directory Stack265372 -Node: Directory Stack Builtins266156 -Node: Controlling the Prompt269124 -Node: The Restricted Shell271886 -Node: Bash POSIX Mode273711 -Node: Job Control284062 -Node: Job Control Basics284522 -Node: Job Control Builtins289490 -Node: Job Control Variables294217 -Node: Command Line Editing295373 -Node: Introduction and Notation297044 -Node: Readline Interaction298667 -Node: Readline Bare Essentials299858 -Node: Readline Movement Commands301641 -Node: Readline Killing Commands302601 -Node: Readline Arguments304519 -Node: Searching305563 -Node: Readline Init File307749 -Node: Readline Init File Syntax308896 -Node: Conditional Init Constructs329083 -Node: Sample Init File331608 -Node: Bindable Readline Commands334725 -Node: Commands For Moving335929 -Node: Commands For History337778 -Node: Commands For Text342073 -Node: Commands For Killing345462 -Node: Numeric Arguments347943 -Node: Commands For Completion349082 -Node: Keyboard Macros353273 -Node: Miscellaneous Commands353960 -Node: Readline vi Mode359836 -Node: Programmable Completion360743 -Node: Programmable Completion Builtins368204 -Node: A Programmable Completion Example378090 -Node: Using History Interactively383342 -Node: Bash History Facilities384026 -Node: Bash History Builtins387027 -Node: History Interaction391319 -Node: Event Designators394283 -Node: Word Designators395502 -Node: Modifiers397139 -Node: Installing Bash398541 -Node: Basic Installation399678 -Node: Compilers and Options402369 -Node: Compiling For Multiple Architectures403110 -Node: Installation Names404773 -Node: Specifying the System Type405591 -Node: Sharing Defaults406307 -Node: Operation Controls406980 -Node: Optional Features407938 -Node: Reporting Bugs418464 -Node: Major Differences From The Bourne Shell419658 -Node: GNU Free Documentation License436510 -Node: Indexes461687 -Node: Builtin Index462141 -Node: Reserved Word Index468968 -Node: Variable Index471416 -Node: Function Index487094 -Node: Concept Index500397 +Node: Top889 +Node: Introduction2801 +Node: What is Bash?3017 +Node: What is a shell?4131 +Node: Definitions6669 +Node: Basic Shell Features9620 +Node: Shell Syntax10839 +Node: Shell Operation11865 +Node: Quoting13158 +Node: Escape Character14458 +Node: Single Quotes14943 +Node: Double Quotes15291 +Node: ANSI-C Quoting16569 +Node: Locale Translation17828 +Node: Comments18724 +Node: Shell Commands19342 +Node: Simple Commands20214 +Node: Pipelines20845 +Node: Lists23777 +Node: Compound Commands25516 +Node: Looping Constructs26528 +Node: Conditional Constructs29023 +Node: Command Grouping40078 +Node: Coprocesses41557 +Node: GNU Parallel43389 +Node: Shell Functions47363 +Node: Shell Parameters54562 +Node: Positional Parameters58975 +Node: Special Parameters59875 +Node: Shell Expansions63212 +Node: Brace Expansion65335 +Node: Tilde Expansion68169 +Node: Shell Parameter Expansion70517 +Node: Command Substitution84649 +Node: Arithmetic Expansion86004 +Node: Process Substitution86936 +Node: Word Splitting88056 +Node: Filename Expansion90000 +Node: Pattern Matching92374 +Node: Quote Removal96360 +Node: Redirections96655 +Node: Executing Commands106213 +Node: Simple Command Expansion106883 +Node: Command Search and Execution108813 +Node: Command Execution Environment111149 +Node: Environment114133 +Node: Exit Status115792 +Node: Signals117462 +Node: Shell Scripts119429 +Node: Shell Builtin Commands121944 +Node: Bourne Shell Builtins123978 +Node: Bash Builtins144578 +Node: Modifying Shell Behavior173487 +Node: The Set Builtin173832 +Node: The Shopt Builtin184245 +Node: Special Builtins200580 +Node: Shell Variables201559 +Node: Bourne Shell Variables201996 +Node: Bash Variables204100 +Node: Bash Features233893 +Node: Invoking Bash234792 +Node: Bash Startup Files240741 +Node: Interactive Shells245844 +Node: What is an Interactive Shell?246254 +Node: Is this Shell Interactive?246903 +Node: Interactive Shell Behavior247718 +Node: Bash Conditional Expressions251206 +Node: Shell Arithmetic255572 +Node: Aliases258389 +Node: Arrays260937 +Node: The Directory Stack266099 +Node: Directory Stack Builtins266883 +Node: Controlling the Prompt269851 +Node: The Restricted Shell272613 +Node: Bash POSIX Mode274438 +Node: Job Control284789 +Node: Job Control Basics285249 +Node: Job Control Builtins290217 +Node: Job Control Variables294944 +Node: Command Line Editing296100 +Node: Introduction and Notation297771 +Node: Readline Interaction299394 +Node: Readline Bare Essentials300585 +Node: Readline Movement Commands302368 +Node: Readline Killing Commands303328 +Node: Readline Arguments305246 +Node: Searching306290 +Node: Readline Init File308476 +Node: Readline Init File Syntax309623 +Node: Conditional Init Constructs329810 +Node: Sample Init File332335 +Node: Bindable Readline Commands335452 +Node: Commands For Moving336656 +Node: Commands For History338505 +Node: Commands For Text342800 +Node: Commands For Killing346189 +Node: Numeric Arguments348670 +Node: Commands For Completion349809 +Node: Keyboard Macros354000 +Node: Miscellaneous Commands354687 +Node: Readline vi Mode360563 +Node: Programmable Completion361470 +Node: Programmable Completion Builtins368931 +Node: A Programmable Completion Example378817 +Node: Using History Interactively384068 +Node: Bash History Facilities384752 +Node: Bash History Builtins387753 +Node: History Interaction392045 +Node: Event Designators395009 +Node: Word Designators396228 +Node: Modifiers397865 +Node: Installing Bash399267 +Node: Basic Installation400404 +Node: Compilers and Options403095 +Node: Compiling For Multiple Architectures403836 +Node: Installation Names405499 +Node: Specifying the System Type406317 +Node: Sharing Defaults407033 +Node: Operation Controls407706 +Node: Optional Features408664 +Node: Reporting Bugs419190 +Node: Major Differences From The Bourne Shell420384 +Node: GNU Free Documentation License437236 +Node: Indexes462413 +Node: Builtin Index462867 +Node: Reserved Word Index469694 +Node: Variable Index472142 +Node: Function Index487820 +Node: Concept Index501123  End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index 4b290fbcc4e00687cb6918cd3fca5461033bc89d..f200b00a89d413be3a5391d3293a4571f8039f3c 100644 GIT binary patch literal 338575 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%0AiQ#*dX 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�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

(KAq`WzbFP?QY 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

MJeS_l*!AB(yNr%-;i?v?tI7_;nb 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

  • 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 A@Bjb+ diff --git a/doc/bash.ps b/doc/bash.ps index 2f6fc853..48e992d3 100644 --- a/doc/bash.ps +++ b/doc/bash.ps @@ -1,6 +1,6 @@ %!PS-Adobe-3.0 %%Creator: groff version 1.22.3 -%%CreationDate: Mon Apr 3 16:33:53 2017 +%%CreationDate: Mon Jun 26 09:16:26 2017 %%DocumentNeededResources: font Times-Roman %%+ font Times-Bold %%+ font Times-Italic @@ -340,7 +340,7 @@ F .475(xtended deb)-.15 F(ug-)-.2 E (~/.bashr)3.598 E(c)-.37 E F0 1.598(if the)4.408 F(shell is interacti) 144 710.4 Q .3 -.15(ve \()-.25 H(see).15 E F4(INV)2.5 E(OCA)-.405 E (TION)-.855 E F0(belo)2.25 E(w\).)-.25 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(1)198.45 E 0 Cg EP +(2017 June 23)148.175 E(1)202.335 E 0 Cg EP %%Page: 2 2 %%BeginPageSetup BP @@ -462,8 +462,8 @@ F2(~/.bashr)108 691.2 Q(c)-.37 E F0 2.535(,i)C 2.535(ft)-2.535 G .035 Q F1(bash)5.306 E F0 2.806(is started non-interacti)5.306 F -.15(ve)-.25 G(ly).15 E 5.306(,t)-.65 G 5.306(or)-5.306 G 2.806 (un a shell script, for e)-5.306 F 2.805(xample, it looks for the v)-.15 -F(ariable)-.25 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(2)198.45 E -0 Cg EP +F(ariable)-.25 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(2)202.335 +E 0 Cg EP %%Page: 3 3 %%BeginPageSetup BP @@ -598,7 +598,7 @@ F .389(wed by)-.25 F F2(blank)2.889 E F0 .389(-separated w)B .389 -.15(xe)-.15 G(cuted,).15 E(and is passed as ar)108 722.4 Q (gument zero.)-.18 E(The remaining w)5 E(ords are passed as ar)-.1 E (guments to the in)-.18 E -.2(vo)-.4 G -.1(ke).2 G 2.5(dc).1 G(ommand.) --2.5 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(3)198.45 E 0 Cg EP +-2.5 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(3)202.335 E 0 Cg EP %%Page: 4 4 %%BeginPageSetup BP @@ -714,8 +714,8 @@ E -.15(xe)-.15 G(cuted with left associati).15 E(vity)-.25 E 5(.A)-.65 G (returns a non-zero e)3.229 F .729(xit status.)-.15 F .728 (The return status of AND)5.729 F(and OR lists is the e)108 705.6 Q (xit status of the last command e)-.15 E -.15(xe)-.15 G -(cuted in the list.).15 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E -(4)198.45 E 0 Cg EP +(cuted in the list.).15 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E +(4)202.335 E 0 Cg EP %%Page: 5 5 %%BeginPageSetup BP @@ -844,8 +844,8 @@ F0 .597(with inde)2.847 F 3.097(x0i)-.15 G(s)-3.097 E .049 2.5 E F0 .523(Returns the v)180 685.2 R .522(alue of)-.25 F F2 -.2(ex) 3.022 G(pr).2 E(ession)-.37 E F0 5.522(.T)C .522(his may be used to o) -5.522 F -.15(ve)-.15 G .522(rride the normal precedence of).15 F -(operators.)180 697.2 Q(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(5) -198.45 E 0 Cg EP +(operators.)180 697.2 Q(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(5) +202.335 E 0 Cg EP %%Page: 6 6 %%BeginPageSetup BP @@ -994,8 +994,8 @@ E F0 1.087(is e)144 664.8 R -.15(xe)-.15 G 1.087 -.15 F .103(xit sta-)-.15 F(tus of the last command e)144 688.8 Q -.15 (xe)-.15 G(cuted, or zero if no condition tested true.).15 E F1(while) 108 705.6 Q F2(list-1)2.5 E F0(;)A F1(do)2.5 E F2(list-2)2.5 E F0(;)A F1 -(done)2.5 E F0(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(6)198.45 E 0 -Cg EP +(done)2.5 E F0(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(6)202.335 E +0 Cg EP %%Page: 7 7 %%BeginPageSetup BP @@ -1134,8 +1134,8 @@ F0 1.337(option is on by def)3.837 F 1.337(ault in)-.1 F(interacti)108 (ords to the shell.)-.1 F .477(Quoting can be)5.477 F .184 (used to disable special treatment for special characters, to pre)108 727.2 R -.15(ve)-.25 G .185(nt reserv).15 F .185(ed w)-.15 F .185 -(ords from being recognized as)-.1 F(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(7)198.45 E 0 Cg EP +(ords from being recognized as)-.1 F(GNU Bash 4.4)72 768 Q(2017 June 23) +148.175 E(7)202.335 E 0 Cg EP %%Page: 8 8 %%BeginPageSetup BP @@ -1237,7 +1237,7 @@ F3($)A F0(")A F1(string)A F0 .14 F3(C)2.995 E F0(or)2.995 E F3(POSIX)2.995 E F0 2.995(,t)C .495 (he dollar sign is ignored.)-2.995 F .496(If the string is trans-)5.496 F(lated and replaced, the replacement is double-quoted.)108 708 Q -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(8)198.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(8)202.335 E 0 Cg EP %%Page: 9 9 %%BeginPageSetup BP @@ -1389,7 +1389,7 @@ l function is e)108 705.6 Q -.15(xe)-.15 G(cuted \(see).15 E F4 (FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.403(When a positional par\ ameter consisting of more than a single digit is e)108 722.4 R 1.404 (xpanded, it must be enclosed in)-.15 F(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(9)198.45 E 0 Cg EP +(2017 June 23)148.175 E(9)202.335 E 0 Cg EP %%Page: 10 10 %%BeginPageSetup BP @@ -1519,7 +1519,7 @@ embers correspond to the internal list of aliases as main-)-.25 F .16 9.502 E F2 -.3(BA)144 710.4 S(SH_ALIASES).3 E F0 (is unset, it loses its special properties, e)2.5 E -.15(ve)-.25 G 2.5 (ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.) --2.5 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(10)193.45 E 0 Cg EP +-2.5 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(10)197.335 E 0 Cg EP %%Page: 11 11 %%BeginPageSetup BP @@ -1631,7 +1631,7 @@ F0(is)3.281 E(de\214ned in the \214le)144 612 Q F1(${B)2.5 E (ersion number \(the)-.15 E F4 -.37(re)2.5 G(lease).37 E F0(\).)A F1 -.3 (BA)144 714 S(SH_VERSINFO[).3 E F0(1)A F1(])A F0(The minor v)264 714 Q (ersion number \(the)-.15 E F4(ver)2.5 E(sion)-.1 E F0(\).)A -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(11)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(11)197.335 E 0 Cg EP %%Page: 12 12 %%BeginPageSetup BP @@ -1743,8 +1743,8 @@ F(\(see)144 672 Q F2(time)2.917 E F0 .417 1.09(are ignored.)3.34 F(If)6.09 E F3(EPOCHREAL)3.59 E(TIME)-.828 E F0 1.09(is unset, it loses its special properties, e)3.34 F -.15(ve)-.25 G 3.591(ni).15 G 3.591(fi)-3.591 G 3.591(ti)-3.591 G(s)-3.591 E -(subsequently reset.)144 696 Q(GNU Bash 4.4)72 768 Q(2017 March 22) -144.29 E(12)193.45 E 0 Cg EP +(subsequently reset.)144 696 Q(GNU Bash 4.4)72 768 Q(2017 June 23) +148.175 E(12)197.335 E 0 Cg EP %%Page: 13 13 %%BeginPageSetup BP @@ -1849,7 +1849,7 @@ g system on which)144 678 R F1(bash)2.829 E F0 .329(is e)2.829 F -.15 (xit status v)-.15 F .61(alues from the processes in)-.25 F (the most-recently-e)144 726 Q -.15(xe)-.15 G(cuted fore).15 E (ground pipeline \(which may contain only a single command\).)-.15 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(13)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(13)197.335 E 0 Cg EP %%Page: 14 14 %%BeginPageSetup BP @@ -1967,7 +1967,7 @@ mpty string causes the trace output to be sent to the standard error)144 693.6 S(SH_XTRA).27 E(CEFD)-.495 E F0 .74(to 2 \(the standard error \ \214le descriptor\) and then unsetting it will result in the)2.99 F (standard error being closed.)144 705.6 Q(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(14)193.45 E 0 Cg EP +(2017 June 23)148.175 E(14)197.335 E 0 Cg EP %%Page: 15 15 %%BeginPageSetup BP @@ -2086,7 +2086,7 @@ A F1(HISTFILE)108 696 Q F0 .181 -.1 F(alue)-.25 E(is)144 720 Q F5(~/.bash_history)2.5 E F0 5(.I)C 2.5 (fu)-5 G(nset, the command history is not sa)-2.5 E -.15(ve)-.2 G 2.5 (dw).15 G(hen a shell e)-2.5 E(xits.)-.15 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(15)193.45 E 0 Cg EP +(2017 June 23)148.175 E(15)197.335 E 0 Cg EP %%Page: 16 16 %%BeginPageSetup BP @@ -2204,7 +2204,7 @@ ermines the collation order used when sorting the results of pathname e) -.25 F(xpansion,)-.15 E 1.464(and determines the beha)144 720 R 1.464 (vior of range e)-.2 F 1.465(xpressions, equi)-.15 F -.25(va)-.25 G 1.465(lence classes, and collating sequences).25 F(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(16)193.45 E 0 Cg EP +(2017 June 23)148.175 E(16)197.335 E 0 Cg EP %%Page: 17 17 %%BeginPageSetup BP @@ -2314,7 +2314,7 @@ E F0(and)3.423 E F1(\\W)3.423 E F0 .923(prompt string escapes \(see) (alue of this parameter is used as the prompt for the)-.25 F F1(select) 3.615 E F0 1.116(command \(see)3.616 F F2 1.116(SHELL GRAM-)3.616 F(MAR) 144 720 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(17)193.45 E 0 Cg EP +(2017 June 23)148.175 E(17)197.335 E 0 Cg EP %%Page: 18 18 %%BeginPageSetup BP @@ -2434,7 +2434,7 @@ E F1(histchars)108 644.4 Q F0 2.07(The tw)144 656.4 R 4.57(oo)-.1 G 4.57 char)144 716.4 R(-)-.2 E 1.294(acter of a w)144 728.4 R 1.294 (ord, normally `)-.1 F F1(#)A F0 3.794('. The)B 1.293 (history comment character causes history substitution to be)3.794 F -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(18)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(18)197.335 E 0 Cg EP %%Page: 19 19 %%BeginPageSetup BP @@ -2591,7 +2591,7 @@ R .529(ariable does not unset the v)-.25 F(ariable.)-.25 E F1(unset) E F2(name)2.5 E F0([)A F2(subscript)A F0(], where)A F2(subscript)2.5 E F0(is)2.5 E F1(*)2.5 E F0(or)2.5 E F1(@)2.5 E F0 2.5(,r)C(emo)-2.5 E -.15(ve)-.15 G 2.5(st).15 G(he entire array)-2.5 E(.)-.65 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(19)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(19)197.335 E 0 Cg EP %%Page: 20 20 %%BeginPageSetup BP @@ -2639,226 +2639,229 @@ E(formed at the same time as tilde, parameter)108 242.4 Q 2.5(,v)-.4 G -.15 F .003(ord are remo)-.1 F -.15(ve)-.15 G 2.503(du).15 G .003 (nless the)-2.503 F(y)-.15 E(ha)108 271.2 Q .3 -.15(ve b)-.2 H (een quoted themselv).15 E(es \()-.15 E F3(quote r)A(emo)-.37 E(val)-.1 -E F0(\).)A 1.487(Only brace e)108 288 R 1.487(xpansion, w)-.15 F 1.487 -(ord splitting, and pathname e)-.1 F 1.487 -(xpansion can change the number of w)-.15 F 1.486(ords of the)-.1 F -.15 -(ex)108 300 S 1.164(pansion; other e).15 F 1.164(xpansions e)-.15 F +E F0(\).)A 1.191(Only brace e)108 288 R 1.191(xpansion, w)-.15 F 1.191 +(ord splitting, and pathname e)-.1 F 1.191 +(xpansion can increase the number of w)-.15 F 1.19(ords of the)-.1 F +-.15(ex)108 300 S 1.164(pansion; other e).15 F 1.164(xpansions e)-.15 F 1.164(xpand a single w)-.15 F 1.165(ord to a single w)-.1 F 3.665 (ord. The)-.1 F 1.165(only e)3.665 F 1.165(xceptions to this are the) --.15 F -.15(ex)108 312 S(pansions of ").15 E F1($@)A F0 2.5("a)C(nd ") --2.5 E F1(${)A F3(name)A F1([@]})A F0 2.5("a)C 2.5(se)-2.5 G -(xplained abo)-2.65 E .3 -.15(ve \()-.15 H(see).15 E/F4 9/Times-Bold@0 -SF -.666(PA)2.5 G(RAMETERS).666 E/F5 9/Times-Roman@0 SF(\).)A F1 -(Brace Expansion)87 328.8 Q F3(Br)108.58 340.8 Q .606(ace e)-.15 F -(xpansion)-.2 E F0 .606 +-.15 F -.15(ex)108 312 S 1.245(pansions of ").15 F F1($@)A F0 3.745("a)C +1.245(nd ")-3.745 F F1(${)A F3(name)A F1([@]})A F0 1.245 +(", and, in most cases,)B F1($*)3.745 E F0(and)3.745 E F1(${)3.744 E F3 +(name)A F1([*]})A F0 1.244(as e)3.744 F 1.244(xplained abo)-.15 F 1.544 +-.15(ve \()-.15 H(see).15 E/F4 9/Times-Bold@0 SF -.666(PA)108 324 S +(RAMETERS).666 E/F5 9/Times-Roman@0 SF(\).)A F1(Brace Expansion)87 340.8 +Q F3(Br)108.58 352.8 Q .606(ace e)-.15 F(xpansion)-.2 E F0 .606 (is a mechanism by which arbitrary strings may be generated.)3.346 F -.606(This mechanism is similar)5.606 F(to)108 352.8 Q F3 .415 +.606(This mechanism is similar)5.606 F(to)108 364.8 Q F3 .415 (pathname e)2.915 F(xpansion)-.2 E F0 2.915(,b)C .415 (ut the \214lenames generated need not e)-3.115 F 2.915(xist. P)-.15 F .415(atterns to be brace e)-.15 F .415(xpanded tak)-.15 F 2.915(et)-.1 G -(he)-2.915 E .152(form of an optional)108 364.8 R F3(pr)2.652 E(eamble) +(he)-2.915 E .151(form of an optional)108 376.8 R F3(pr)2.651 E(eamble) -.37 E F0 2.651(,f).18 G(ollo)-2.651 E .151 (wed by either a series of comma-separated strings or a sequence e)-.25 -F(xpres-)-.15 E .563(sion between a pair of braces, follo)108 376.8 R +F(xpres-)-.15 E .563(sion between a pair of braces, follo)108 388.8 R .563(wed by an optional)-.25 F F3(postscript)3.063 E F0 5.563(.T).68 G .563(he preamble is pre\214x)-5.563 F .563(ed to each string)-.15 F .659 (contained within the braces, and the postscript is then appended to ea\ -ch resulting string, e)108 388.8 R .658(xpanding left to)-.15 F(right.) -108 400.8 Q .718(Brace e)108 417.6 R .719(xpansions may be nested.)-.15 +ch resulting string, e)108 400.8 R .659(xpanding left to)-.15 F(right.) +108 412.8 Q .719(Brace e)108 429.6 R .719(xpansions may be nested.)-.15 F .719(The results of each e)5.719 F .719 (xpanded string are not sorted; left to right order is)-.15 F(preserv) -108 429.6 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F1({)A F0 -(d,c,b)A F1(})A F0 2.5(ee)C(xpands into `ade ace abe'.)-2.65 E 3.243(As) -108 446.4 S .743(equence e)-3.243 F .743(xpression tak)-.15 F .743 -(es the form)-.1 F F1({)3.243 E F3(x)A F1(..)A F3(y)A F1([..)A F3(incr)A -F1(]})A F0 3.243(,w)C(here)-3.243 E F3(x)3.243 E F0(and)3.242 E F3(y) -3.242 E F0 .742(are either inte)3.242 F .742(gers or single characters,) --.15 F(and)108 458.4 Q F3(incr)3.031 E F0 3.031(,a)C 3.032(no)-3.031 G +108 441.6 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F1({)A F0 +(d,c,b)A F1(})A F0 2.5(ee)C(xpands into `ade ace abe'.)-2.65 E 3.242(As) +108 458.4 S .742(equence e)-3.242 F .742(xpression tak)-.15 F .742 +(es the form)-.1 F F1({)3.242 E F3(x)A F1(..)A F3(y)A F1([..)A F3(incr)A +F1(]})A F0 3.242(,w)C(here)-3.242 E F3(x)3.242 E F0(and)3.243 E F3(y) +3.243 E F0 .743(are either inte)3.243 F .743(gers or single characters,) +-.15 F(and)108 470.4 Q F3(incr)3.032 E F0 3.032(,a)C 3.032(no)-3.032 G .532(ptional increment, is an inte)-3.032 F(ger)-.15 E 5.532(.W)-.55 G .532(hen inte)-5.532 F .532(gers are supplied, the e)-.15 F .532 -(xpression e)-.15 F .532(xpands to each)-.15 F .078(number between)108 -470.4 R F3(x)2.578 E F0(and)2.578 E F3(y)2.578 E F0 2.578(,i)C(nclusi) --2.578 E -.15(ve)-.25 G 5.078(.S).15 G .078(upplied inte)-5.078 F .077 -(gers may be pre\214x)-.15 F .077(ed with)-.15 F F3(0)2.577 E F0 .077 -(to force each term to ha)2.577 F .377 -.15(ve t)-.2 H(he).15 E .014 -(same width.)108 482.4 R .014(When either)5.014 F F3(x)2.514 E F0(or) -2.514 E F3(y)2.514 E F0(be)2.514 E .015(gins with a zero, the shell att\ +(xpression e)-.15 F .531(xpands to each)-.15 F .077(number between)108 +482.4 R F3(x)2.577 E F0(and)2.577 E F3(y)2.577 E F0 2.577(,i)C(nclusi) +-2.577 E -.15(ve)-.25 G 5.077(.S).15 G .077(upplied inte)-5.077 F .077 +(gers may be pre\214x)-.15 F .077(ed with)-.15 F F3(0)2.577 E F0 .078 +(to force each term to ha)2.578 F .378 -.15(ve t)-.2 H(he).15 E .015 +(same width.)108 494.4 R .015(When either)5.015 F F3(x)2.515 E F0(or) +2.515 E F3(y)2.515 E F0(be)2.515 E .014(gins with a zero, the shell att\ empts to force all generated terms to contain)-.15 F 1.143 -(the same number of digits, zero-padding where necessary)108 494.4 R +(the same number of digits, zero-padding where necessary)108 506.4 R 6.143(.W)-.65 G 1.143(hen characters are supplied, the e)-6.143 F -(xpression)-.15 E -.15(ex)108 506.4 S 1.064(pands to each character le) +(xpression)-.15 E -.15(ex)108 518.4 S 1.064(pands to each character le) .15 F 1.064(xicographically between)-.15 F F3(x)3.564 E F0(and)3.564 E F3(y)3.564 E F0 3.564(,i)C(nclusi)-3.564 E -.15(ve)-.25 G 3.564(,u).15 G -1.064(sing the def)-3.564 F 1.064(ault C locale.)-.1 F(Note)6.064 E .984 -(that both)108 518.4 R F3(x)3.484 E F0(and)3.484 E F3(y)3.484 E F0 .983 -(must be of the same type.)3.484 F .983 +1.064(sing the def)-3.564 F 1.064(ault C locale.)-.1 F(Note)6.064 E .983 +(that both)108 530.4 R F3(x)3.483 E F0(and)3.483 E F3(y)3.483 E F0 .983 +(must be of the same type.)3.483 F .984 (When the increment is supplied, it is used as the dif)5.983 F(ference) --.25 E(between each term.)108 530.4 Q(The def)5 E -(ault increment is 1 or -1 as appropriate.)-.1 E .581(Brace e)108 547.2 -R .581(xpansion is performed before an)-.15 F 3.081(yo)-.15 G .581 -(ther e)-3.081 F .581(xpansions, and an)-.15 F 3.082(yc)-.15 G .582 -(haracters special to other e)-3.082 F(xpansions)-.15 E .016 -(are preserv)108 559.2 R .016(ed in the result.)-.15 F .016 -(It is strictly te)5.016 F(xtual.)-.15 E F1(Bash)5.016 E F0 .015 -(does not apply an)2.516 F 2.515(ys)-.15 G .015 -(yntactic interpretation to the con-)-2.515 F(te)108 571.2 Q +-.25 E(between each term.)108 542.4 Q(The def)5 E +(ault increment is 1 or -1 as appropriate.)-.1 E .582(Brace e)108 559.2 +R .582(xpansion is performed before an)-.15 F 3.082(yo)-.15 G .581 +(ther e)-3.082 F .581(xpansions, and an)-.15 F 3.081(yc)-.15 G .581 +(haracters special to other e)-3.081 F(xpansions)-.15 E .015 +(are preserv)108 571.2 R .015(ed in the result.)-.15 F .015 +(It is strictly te)5.015 F(xtual.)-.15 E F1(Bash)5.016 E F0 .016 +(does not apply an)2.516 F 2.516(ys)-.15 G .016 +(yntactic interpretation to the con-)-2.516 F(te)108 583.2 Q (xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.) --.15 E 3.632(Ac)108 588 S 1.132(orrectly-formed brace e)-3.632 F 1.132(\ +-.15 E 3.633(Ac)108 600 S 1.133(orrectly-formed brace e)-3.633 F 1.132(\ xpansion must contain unquoted opening and closing braces, and at least\ - one)-.15 F 3.441(unquoted comma or a v)108 600 R 3.441(alid sequence e) + one)-.15 F 3.44(unquoted comma or a v)108 612 R 3.441(alid sequence e) -.25 F 5.941(xpression. An)-.15 F 5.941(yi)-.15 G 3.441 -(ncorrectly formed brace e)-5.941 F 3.44(xpansion is left)-.15 F 2.755 -(unchanged. A)108 612 R F1({)2.755 E F0(or)2.755 E F1(,)2.755 E F0 .255 +(ncorrectly formed brace e)-5.941 F 3.441(xpansion is left)-.15 F 2.755 +(unchanged. A)108 624 R F1({)2.755 E F0(or)2.755 E F1(,)2.755 E F0 .255 (may be quoted with a backslash to pre)2.755 F -.15(ve)-.25 G .255 -(nt its being considered part of a brace e).15 F(xpres-)-.15 E 2.911 -(sion. T)108 624 R 2.911(oa)-.8 G -.2(vo)-3.111 G .411 +(nt its being considered part of a brace e).15 F(xpres-)-.15 E 2.91 +(sion. T)108 636 R 2.91(oa)-.8 G -.2(vo)-3.11 G .41 (id con\215icts with parameter e).2 F .411(xpansion, the string)-.15 F -F1(${)2.911 E F0 .41(is not considered eligible for brace e)2.911 F -(xpan-)-.15 E(sion, and inhibits brace e)108 636 Q +F1(${)2.911 E F0 .411(is not considered eligible for brace e)2.911 F +(xpan-)-.15 E(sion, and inhibits brace e)108 648 Q (xpansion until the closing)-.15 E F1(})2.5 E F0(.)A 1.476(This constru\ ct is typically used as shorthand when the common pre\214x of the strin\ -gs to be generated is)108 652.8 R(longer than in the abo)108 664.8 Q .3 +gs to be generated is)108 664.8 R(longer than in the abo)108 676.8 Q .3 -.15(ve ex)-.15 H(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 -681.6 Q -.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 693.6 Q(cho)144 -705.6 Q(wn root /usr/{ucb/{e)-.25 E(x,edit},lib/{e)-.15 E(x?.?*,ho)-.15 -E(w_e)-.25 E(x}})-.15 E 2.468(Brace e)108 722.4 R 2.467 -(xpansion introduces a slight incompatibility with historical v)-.15 F -2.467(ersions of)-.15 F F1(sh)4.967 E F0(.)A F1(sh)7.467 E F0 2.467 -(does not treat)4.967 F(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(20) -193.45 E 0 Cg EP +693.6 Q -.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 705.6 Q(cho)144 +717.6 Q(wn root /usr/{ucb/{e)-.25 E(x,edit},lib/{e)-.15 E(x?.?*,ho)-.15 +E(w_e)-.25 E(x}})-.15 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(20) +197.335 E 0 Cg EP %%Page: 21 21 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .632 -(opening or closing braces specially when the)108 84 R 3.132(ya)-.15 G -.632(ppear as part of a w)-3.132 F .632(ord, and preserv)-.1 F .633 -(es them in the output.)-.15 F/F1 10/Times-Bold@0 SF(Bash)108 96 Q F0 -(remo)2.778 E -.15(ve)-.15 G 2.778(sb).15 G .278(races from w)-2.778 F -.278(ords as a consequence of brace e)-.1 F 2.778(xpansion. F)-.15 F -.277(or e)-.15 F .277(xample, a w)-.15 F .277(ord entered to)-.1 F F1 -(sh)2.777 E F0(as)108 108 Q/F2 10/Times-Italic@0 SF(\214le{1,2})3.848 E -F0 1.349(appears identically in the output.)3.848 F 1.349(The same w) -6.349 F 1.349(ord is output as)-.1 F F2 1.349(\214le1 \214le2)5.759 F F0 -1.349(after e)3.869 F 1.349(xpansion by)-.15 F F1(bash)108 120 Q F0 -5.903(.I)C 3.403(fs)-5.903 G .903(trict compatibility with)-3.403 F F1 -(sh)3.403 E F0 .902(is desired, start)3.403 F F1(bash)3.402 E F0 .902 -(with the)3.402 F F1(+B)3.402 E F0 .902(option or disable brace e)3.402 -F(xpansion)-.15 E(with the)108 132 Q F1(+B)2.5 E F0(option to the)2.5 E -F1(set)2.5 E F0(command \(see)2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E -(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1 -.18(Ti) -87 148.8 S(lde Expansion).18 E F0 1.086(If a w)108 160.8 R 1.086(ord be) --.1 F 1.086(gins with an unquoted tilde character \(`)-.15 F F1(~)A F0 -1.087('\), all of the characters preceding the \214rst unquoted)B .185(\ -slash \(or all characters, if there is no unquoted slash\) are consider\ -ed a)108 172.8 R F2(tilde-pr)2.685 E(e\214x)-.37 E F0 5.185(.I)C 2.685 -(fn)-5.185 G .185(one of the characters)-2.685 F .725(in the tilde-pre\ -\214x are quoted, the characters in the tilde-pre\214x follo)108 184.8 R -.726(wing the tilde are treated as a possible)-.25 F F2(lo)108 196.8 Q -.523(gin name)-.1 F F0 5.523(.I)C 3.023(ft)-5.523 G .523 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .618(Brace e)108 +84 R .618 +(xpansion introduces a slight incompatibility with historical v)-.15 F +.618(ersions of)-.15 F/F1 10/Times-Bold@0 SF(sh)3.118 E F0(.)A F1(sh) +5.618 E F0 .618(does not treat open-)3.118 F .248 +(ing or closing braces specially when the)108 96 R 2.748(ya)-.15 G .247 +(ppear as part of a w)-2.748 F .247(ord, and preserv)-.1 F .247 +(es them in the output.)-.15 F F1(Bash)5.247 E F0(remo)108 108 Q -.15 +(ve)-.15 G 3.53(sb).15 G 1.03(races from w)-3.53 F 1.03 +(ords as a consequence of brace e)-.1 F 3.53(xpansion. F)-.15 F 1.03 +(or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F1(sh) +3.53 E F0(as)3.53 E/F2 10/Times-Italic@0 SF(\214le{1,2})108 120 Q F0 +.515(appears identically in the output.)3.015 F .515(The same w)5.515 F +.515(ord is output as)-.1 F F2 .514(\214le1 \214le2)4.925 F F0 .514 +(after e)3.034 F .514(xpansion by)-.15 F F1(bash)3.014 E F0(.)A .436 +(If strict compatibility with)108 132 R F1(sh)2.936 E F0 .436 +(is desired, start)2.936 F F1(bash)2.936 E F0 .436(with the)2.936 F F1 +(+B)2.936 E F0 .436(option or disable brace e)2.936 F .437 +(xpansion with the)-.15 F F1(+B)108 144 Q F0(option to the)2.5 E F1(set) +2.5 E F0(command \(see)2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09 +E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1 -.18(Ti)87 160.8 S +(lde Expansion).18 E F0 1.087(If a w)108 172.8 R 1.087(ord be)-.1 F +1.087(gins with an unquoted tilde character \(`)-.15 F F1(~)A F0 1.086 +('\), all of the characters preceding the \214rst unquoted)B .185(slash\ + \(or all characters, if there is no unquoted slash\) are considered a) +108 184.8 R F2(tilde-pr)2.685 E(e\214x)-.37 E F0 5.185(.I)C 2.685(fn) +-5.185 G .185(one of the characters)-2.685 F .726(in the tilde-pre\214x\ + are quoted, the characters in the tilde-pre\214x follo)108 196.8 R .725 +(wing the tilde are treated as a possible)-.25 F F2(lo)108 208.8 Q .522 +(gin name)-.1 F F0 5.522(.I)C 3.022(ft)-5.522 G .522 (his login name is the null string, the tilde is replaced with the v) --3.023 F .522(alue of the shell parameter)-.25 F F3(HOME)108 208.8 Q/F4 -9/Times-Roman@0 SF(.)A F0(If)4.786 E F3(HOME)2.786 E F0 .287 -(is unset, the home directory of the user e)2.536 F -.15(xe)-.15 G .287 -(cuting the shell is substituted instead.).15 F(Other)5.287 E(-)-.2 E(w\ +-3.022 F .523(alue of the shell parameter)-.25 F F3(HOME)108 220.8 Q/F4 +9/Times-Roman@0 SF(.)A F0(If)4.787 E F3(HOME)2.787 E F0 .287 +(is unset, the home directory of the user e)2.537 F -.15(xe)-.15 G .286 +(cuting the shell is substituted instead.).15 F(Other)5.286 E(-)-.2 E(w\ ise, the tilde-pre\214x is replaced with the home directory associated \ -with the speci\214ed login name.)108 220.8 Q .093 -(If the tilde-pre\214x is a `~+', the v)108 237.6 R .092 +with the speci\214ed login name.)108 232.8 Q .092 +(If the tilde-pre\214x is a `~+', the v)108 249.6 R .092 (alue of the shell v)-.25 F(ariable)-.25 E F3(PWD)2.592 E F0 .092 -(replaces the tilde-pre\214x.)2.342 F .092(If the tilde-pre\214x is) -5.092 F 3.403(a`)108 249.6 S .903(~\255', the v)-3.403 F .903 +(replaces the tilde-pre\214x.)2.342 F .093(If the tilde-pre\214x is) +5.093 F 3.404(a`)108 261.6 S .904(~\255', the v)-3.404 F .904 (alue of the shell v)-.25 F(ariable)-.25 E F3(OLDPWD)3.404 E F4(,)A F0 -.904(if it is set, is substituted.)3.154 F .904(If the characters follo) -5.904 F .904(wing the)-.25 F 1.642 -(tilde in the tilde-pre\214x consist of a number)108 261.6 R F2(N)4.142 -E F0 4.142(,o)C 1.642(ptionally pre\214x)-4.142 F 1.641 -(ed by a `+' or a `\255', the tilde-pre\214x is)-.15 F 1.437(replaced w\ +.904(if it is set, is substituted.)3.154 F .903(If the characters follo) +5.903 F .903(wing the)-.25 F 1.641 +(tilde in the tilde-pre\214x consist of a number)108 273.6 R F2(N)4.141 +E F0 4.142(,o)C 1.642(ptionally pre\214x)-4.142 F 1.642 +(ed by a `+' or a `\255', the tilde-pre\214x is)-.15 F 1.438(replaced w\ ith the corresponding element from the directory stack, as it w)108 -273.6 R 1.438(ould be displayed by the)-.1 F F1(dirs)3.938 E F0 -.2(bu) -108 285.6 S .455(iltin in).2 F -.2(vo)-.4 G -.1(ke).2 G 2.955(dw).1 G -.455(ith the tilde-pre\214x as an ar)-2.955 F 2.954(gument. If)-.18 F -.454(the characters follo)2.954 F .454 +285.6 R 1.437(ould be displayed by the)-.1 F F1(dirs)3.937 E F0 -.2(bu) +108 297.6 S .454(iltin in).2 F -.2(vo)-.4 G -.1(ke).2 G 2.954(dw).1 G +.454(ith the tilde-pre\214x as an ar)-2.954 F 2.954(gument. If)-.18 F +.454(the characters follo)2.954 F .455 (wing the tilde in the tilde-pre\214x)-.25 F (consist of a number without a leading `+' or `\255', `+' is assumed.) -108 297.6 Q(If the login name is in)108 314.4 Q -.25(va)-.4 G +108 309.6 Q(If the login name is in)108 326.4 Q -.25(va)-.4 G (lid, or the tilde e).25 E(xpansion f)-.15 E(ails, the w)-.1 E -(ord is unchanged.)-.1 E .166(Each v)108 331.2 R .167 +(ord is unchanged.)-.1 E .167(Each v)108 343.2 R .167 (ariable assignment is check)-.25 F .167(ed for unquoted tilde-pre\214x) -.1 F .167(es immediately follo)-.15 F .167(wing a)-.25 F F1(:)2.667 E -F0 .167(or the \214rst)2.667 F F1(=)2.667 E F0 5.167(.I)C(n)-5.167 E -.468(these cases, tilde e)108 343.2 R .468(xpansion is also performed.) --.15 F(Consequently)5.467 E 2.967(,o)-.65 G .467 +F0 .167(or the \214rst)2.667 F F1(=)2.666 E F0 5.166(.I)C(n)-5.166 E +.467(these cases, tilde e)108 355.2 R .467(xpansion is also performed.) +-.15 F(Consequently)5.467 E 2.967(,o)-.65 G .468 (ne may use \214lenames with tildes in assign-)-2.967 F(ments to)108 -355.2 Q F3 -.666(PA)2.5 G(TH)-.189 E F4(,)A F3(MAILP)2.25 E -.855(AT) +367.2 Q F3 -.666(PA)2.5 G(TH)-.189 E F4(,)A F3(MAILP)2.25 E -.855(AT) -.666 G(H).855 E F4(,)A F0(and)2.25 E F3(CDP)2.5 E -.855(AT)-.666 G(H) .855 E F4(,)A F0(and the shell assigns the e)2.25 E(xpanded v)-.15 E -(alue.)-.25 E F1 -.1(Pa)87 372 S(rameter Expansion).1 E F0 1.605(The `) -108 384 R F1($)A F0 4.105('c)C 1.605(haracter introduces parameter e) --4.105 F 1.606(xpansion, command substitution, or arithmetic e)-.15 F -4.106(xpansion. The)-.15 F .407(parameter name or symbol to be e)108 396 +(alue.)-.25 E F1 -.1(Pa)87 384 S(rameter Expansion).1 E F0 1.606(The `) +108 396 R F1($)A F0 4.106('c)C 1.606(haracter introduces parameter e) +-4.106 F 1.605(xpansion, command substitution, or arithmetic e)-.15 F +4.105(xpansion. The)-.15 F .406(parameter name or symbol to be e)108 408 R .407(xpanded may be enclosed in braces, which are optional b)-.15 F -.406(ut serv)-.2 F 2.906(et)-.15 G 2.906(op)-2.906 G(ro-)-2.906 E .032 -(tect the v)108 408 R .032(ariable to be e)-.25 F .032 -(xpanded from characters immediately follo)-.15 F .033 -(wing it which could be interpreted as part)-.25 F(of the name.)108 420 -Q 1.19(When braces are used, the matching ending brace is the \214rst `) -108 436.8 R F1(})A F0 3.689('n)C 1.189 -(ot escaped by a backslash or within a)-3.689 F 2.15 -(quoted string, and not within an embedded arithmetic e)108 448.8 R 2.15 -(xpansion, command substitution, or parameter)-.15 F -.15(ex)108 460.8 S -(pansion.).15 E(${)108 477.6 Q F2(par)A(ameter)-.15 E F0(})A 1.205 -(The v)144 489.6 R 1.205(alue of)-.25 F F2(par)3.705 E(ameter)-.15 E F0 -1.204(is substituted.)3.705 F 1.204(The braces are required when)6.204 F -F2(par)4.954 E(ameter)-.15 E F0 1.204(is a positional)4.434 F .264 -(parameter with more than one digit, or when)144 501.6 R F2(par)4.014 E +.407(ut serv)-.2 F 2.907(et)-.15 G 2.907(op)-2.907 G(ro-)-2.907 E .033 +(tect the v)108 420 R .033(ariable to be e)-.25 F .033 +(xpanded from characters immediately follo)-.15 F .032 +(wing it which could be interpreted as part)-.25 F(of the name.)108 432 +Q 1.189 +(When braces are used, the matching ending brace is the \214rst `)108 +448.8 R F1(})A F0 3.69('n)C 1.19(ot escaped by a backslash or within a) +-3.69 F 2.15(quoted string, and not within an embedded arithmetic e)108 +460.8 R 2.15(xpansion, command substitution, or parameter)-.15 F -.15 +(ex)108 472.8 S(pansion.).15 E(${)108 489.6 Q F2(par)A(ameter)-.15 E F0 +(})A 1.204(The v)144 501.6 R 1.204(alue of)-.25 F F2(par)3.704 E(ameter) +-.15 E F0 1.204(is substituted.)3.704 F 1.204 +(The braces are required when)6.204 F F2(par)4.955 E(ameter)-.15 E F0 +1.205(is a positional)4.435 F .264 +(parameter with more than one digit, or when)144 513.6 R F2(par)4.014 E (ameter)-.15 E F0 .264(is follo)3.494 F .264 -(wed by a character which is not to)-.25 F 2.677 -(be interpreted as part of its name.)144 513.6 R(The)7.677 E F2(par) -5.177 E(ameter)-.15 E F0 2.676(is a shell parameter as described abo) -5.177 F -.15(ve)-.15 G F1 -.74(PA)144 525.6 S(RAMETERS).74 E F0 2.5(\)o) +(wed by a character which is not to)-.25 F 2.676 +(be interpreted as part of its name.)144 525.6 R(The)7.677 E F2(par) +5.177 E(ameter)-.15 E F0 2.677(is a shell parameter as described abo) +5.177 F -.15(ve)-.15 G F1 -.74(PA)144 537.6 S(RAMETERS).74 E F0 2.5(\)o) C 2.5(ra)-2.5 G 2.5(na)-2.5 G(rray reference \()-2.5 E F1(Arrays)A F0 -(\).)A .346(If the \214rst character of)108 542.4 R F2(par)2.846 E +(\).)A .347(If the \214rst character of)108 554.4 R F2(par)2.846 E (ameter)-.15 E F0 .346(is an e)2.846 F .346(xclamation point \()-.15 F F1(!)A F0 .346(\), and)B F2(par)2.846 E(ameter)-.15 E F0 .346(is not a) -2.846 F F2(namer)2.846 E(ef)-.37 E F0 2.847(,i)C 2.847(ti)-2.847 G -(ntroduces)-2.847 E 2.635(al)108 554.4 S -2.15 -.25(ev e)-2.635 H 2.635 -(lo).25 G 2.635(fv)-2.635 G .135(ariable indirection.)-2.885 F F1(Bash) +2.846 F F2(namer)2.846 E(ef)-.37 E F0 2.846(,i)C 2.846(ti)-2.846 G +(ntroduces)-2.846 E 2.634(al)108 566.4 S -2.15 -.25(ev e)-2.634 H 2.634 +(lo).25 G 2.634(fv)-2.634 G .134(ariable indirection.)-2.884 F F1(Bash) 5.134 E F0 .134(uses the v)2.634 F .134(alue of the v)-.25 F .134 -(ariable formed from the rest of)-.25 F F2(par)2.634 E(ameter)-.15 E F0 -.134(as the)2.634 F 1.003(name of the v)108 566.4 R 1.003 +(ariable formed from the rest of)-.25 F F2(par)2.635 E(ameter)-.15 E F0 +.135(as the)2.635 F 1.004(name of the v)108 578.4 R 1.003 (ariable; this v)-.25 F 1.003(ariable is then e)-.25 F 1.003 (xpanded and that v)-.15 F 1.003 -(alue is used in the rest of the substitution,)-.25 F .595 -(rather than the v)108 578.4 R .595(alue of)-.25 F F2(par)3.095 E +(alue is used in the rest of the substitution,)-.25 F .594 +(rather than the v)108 590.4 R .594(alue of)-.25 F F2(par)3.094 E (ameter)-.15 E F0 3.095(itself. This)3.095 F .595(is kno)3.095 F .595 -(wn as)-.25 F F2(indir)3.095 E .595(ect e)-.37 F(xpansion)-.2 E F0 5.594 -(.I)C(f)-5.594 E F2(par)3.094 E(ameter)-.15 E F0 .594(is a nameref,) -3.094 F .477(this e)108 590.4 R .477(xpands to the name of the v)-.15 F -.477(ariable referenced by)-.25 F F2(par)2.978 E(ameter)-.15 E F0 .478 -(instead of performing the complete indi-)2.978 F 2.164(rect e)108 602.4 +(wn as)-.25 F F2(indir)3.095 E .595(ect e)-.37 F(xpansion)-.2 E F0 5.595 +(.I)C(f)-5.595 E F2(par)3.095 E(ameter)-.15 E F0 .595(is a nameref,) +3.095 F .478(this e)108 602.4 R .478(xpands to the name of the v)-.15 F +.478(ariable referenced by)-.25 F F2(par)2.977 E(ameter)-.15 E F0 .477 +(instead of performing the complete indi-)2.977 F 2.163(rect e)108 614.4 R 4.663(xpansion. The)-.15 F -.15(ex)4.663 G 2.163 (ceptions to this are the e).15 F 2.163(xpansions of ${)-.15 F F1(!)A F2 (pr)A(e\214x)-.37 E F1(*)A F0 4.663(}a)C 2.163(nd ${)-4.663 F F1(!)A F2 -(name)A F0([)A F2(@)A F0 2.163(]} described)B(belo)108 614.4 Q 3.8 -.65 +(name)A F0([)A F2(@)A F0 2.164(]} described)B(belo)108 626.4 Q 3.8 -.65 (w. T)-.25 H(he e).65 E(xclamation point must immediately follo)-.15 E 2.5(wt)-.25 G(he left brace in order to introduce indirection.)-2.5 E -.334(In each of the cases belo)108 631.2 R -.65(w,)-.25 G F2(wor)3.484 E +.334(In each of the cases belo)108 643.2 R -.65(w,)-.25 G F2(wor)3.484 E (d)-.37 E F0 .334(is subject to tilde e)2.834 F .334 (xpansion, parameter e)-.15 F .334(xpansion, command substitution,)-.15 -F(and arithmetic e)108 643.2 Q(xpansion.)-.15 E 1.09 -(When not performing substring e)108 660 R 1.089 +F(and arithmetic e)108 655.2 Q(xpansion.)-.15 E 1.089 +(When not performing substring e)108 672 R 1.089 (xpansion, using the forms documented belo)-.15 F 3.589(w\()-.25 G -(e.g.,)-3.589 E F1(:-)3.589 E F0(\),)A F1(bash)3.589 E F0 1.089 -(tests for a)3.589 F(parameter that is unset or null.)108 672 Q(Omittin\ -g the colon results in a test only for a parameter that is unset.)5 E -(${)108 688.8 Q F2(par)A(ameter)-.15 E F1<3aad>A F2(wor)A(d)-.37 E F0(}) -A F1 .722(Use Default V)144 700.8 R(alues)-.92 E F0 5.722(.I)C(f)-5.722 -E F2(par)4.472 E(ameter)-.15 E F0 .723(is unset or null, the e)3.952 F -.723(xpansion of)-.15 F F2(wor)3.563 E(d)-.37 E F0 .723(is substituted.) -3.993 F(Other)5.723 E(-)-.2 E(wise, the v)144 712.8 Q(alue of)-.25 E F2 +(e.g.,)-3.589 E F1(:-)3.59 E F0(\),)A F1(bash)3.59 E F0 1.09 +(tests for a)3.59 F(parameter that is unset or null.)108 684 Q(Omitting\ + the colon results in a test only for a parameter that is unset.)5 E(${) +108 700.8 Q F2(par)A(ameter)-.15 E F1<3aad>A F2(wor)A(d)-.37 E F0(})A F1 +.723(Use Default V)144 712.8 R(alues)-.92 E F0 5.723(.I)C(f)-5.723 E F2 +(par)4.473 E(ameter)-.15 E F0 .723(is unset or null, the e)3.953 F .722 +(xpansion of)-.15 F F2(wor)3.562 E(d)-.37 E F0 .722(is substituted.) +3.992 F(Other)5.722 E(-)-.2 E(wise, the v)144 724.8 Q(alue of)-.25 E F2 (par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E(GNU Bash 4.4)72 768 -Q(2017 March 22)144.29 E(21)193.45 E 0 Cg EP +Q(2017 June 23)148.175 E(21)197.335 E 0 Cg EP %%Page: 22 22 %%BeginPageSetup BP @@ -2866,21 +2869,21 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(${)108 84 Q/F1 10 /Times-Italic@0 SF(par)A(ameter)-.15 E/F2 10/Times-Bold@0 SF(:=)A F1 -(wor)A(d)-.37 E F0(})A F2 2.005(Assign Default V)144 96 R(alues)-.92 E -F0 7.005(.I)C(f)-7.005 E F1(par)5.755 E(ameter)-.15 E F0 2.005 -(is unset or null, the e)5.235 F 2.004(xpansion of)-.15 F F1(wor)4.844 E -(d)-.37 E F0 2.004(is assigned to)5.274 F F1(par)144 108 Q(ameter)-.15 E -F0 5.278(.T).73 G .278(he v)-5.278 F .278(alue of)-.25 F F1(par)4.028 E -(ameter)-.15 E F0 .278(is then substituted.)3.508 F .279 +(wor)A(d)-.37 E F0(})A F2 2.004(Assign Default V)144 96 R(alues)-.92 E +F0 7.004(.I)C(f)-7.004 E F1(par)5.754 E(ameter)-.15 E F0 2.005 +(is unset or null, the e)5.234 F 2.005(xpansion of)-.15 F F1(wor)4.845 E +(d)-.37 E F0 2.005(is assigned to)5.275 F F1(par)144 108 Q(ameter)-.15 E +F0 5.279(.T).73 G .279(he v)-5.279 F .279(alue of)-.25 F F1(par)4.029 E +(ameter)-.15 E F0 .278(is then substituted.)3.508 F .278 (Positional parameters and special param-)5.278 F (eters may not be assigned to in this w)144 120 Q(ay)-.1 E(.)-.65 E(${) 108 132 Q F1(par)A(ameter)-.15 E F2(:?)A F1(wor)A(d)-.37 E F0(})A F2 .535(Display Err)144 144 R .535(or if Null or Unset)-.18 F F0 5.535(.I)C (f)-5.535 E F1(par)4.285 E(ameter)-.15 E F0 .535 (is null or unset, the e)3.765 F .535(xpansion of)-.15 F F1(wor)3.035 E -(d)-.37 E F0 .535(\(or a mes-)3.035 F .661(sage to that ef)144 156 R -.661(fect if)-.25 F F1(wor)3.501 E(d)-.37 E F0 .662(is not present\) is\ - written to the standard error and the shell, if it is not)3.931 F +(d)-.37 E F0 .535(\(or a mes-)3.035 F .662(sage to that ef)144 156 R +.662(fect if)-.25 F F1(wor)3.502 E(d)-.37 E F0 .661(is not present\) is\ + written to the standard error and the shell, if it is not)3.932 F (interacti)144 168 Q -.15(ve)-.25 G 2.5(,e).15 G 2.5(xits. Otherwise,) -2.65 F(the v)2.5 E(alue of)-.25 E F1(par)2.5 E(ameter)-.15 E F0 (is substituted.)2.5 E(${)108 180 Q F1(par)A(ameter)-.15 E F2(:+)A F1 @@ -2893,89 +2896,89 @@ F0 5.278(.T).73 G .278(he v)-5.278 F .278(alue of)-.25 F F1(par)4.028 E (of)A(fset)-.18 E F2(:)A F1(length)A F0(})A F2 .002(Substring Expansion) 144 240 R F0 5.002(.E)C .002(xpands to up to)-5.002 F F1(length)2.502 E F0 .002(characters of the v)2.502 F .002(alue of)-.25 F F1(par)2.502 E -(ameter)-.15 E F0 .002(starting at the)2.502 F 1.082 -(character speci\214ed by)144 252 R F1(of)3.582 E(fset)-.18 E F0 6.082 -(.I)C(f)-6.082 E F1(par)3.582 E(ameter)-.15 E F0(is)3.582 E F2(@)3.582 E +(ameter)-.15 E F0 .002(starting at the)2.502 F 1.081 +(character speci\214ed by)144 252 R F1(of)3.581 E(fset)-.18 E F0 6.081 +(.I)C(f)-6.081 E F1(par)3.582 E(ameter)-.15 E F0(is)3.582 E F2(@)3.582 E F0 3.582(,a)C 3.582(ni)-3.582 G(nde)-3.582 E -.15(xe)-.15 G 3.582(da).15 -G 1.082(rray subscripted by)-3.582 F F2(@)3.582 E F0(or)3.581 E F2(*) -3.581 E F0 3.581(,o)C 3.581(ra)-3.581 G(n)-3.581 E(associati)144 264 Q +G 1.082(rray subscripted by)-3.582 F F2(@)3.582 E F0(or)3.582 E F2(*) +3.582 E F0 3.582(,o)C 3.582(ra)-3.582 G(n)-3.582 E(associati)144 264 Q 1.022 -.15(ve a)-.25 H .722(rray name, the results dif).15 F .722 (fer as described belo)-.25 F 4.522 -.65(w. I)-.25 H(f).65 E F1(length) -3.222 E F0 .722(is omitted, e)3.222 F .722(xpands to the)-.15 F .043 -(substring of the v)144 276 R .043(alue of)-.25 F F1(par)2.543 E(ameter) --.15 E F0 .042(starting at the character speci\214ed by)2.543 F F1(of) -2.542 E(fset)-.18 E F0 .042(and e)2.542 F .042(xtending to the)-.15 F -.846(end of the v)144 288 R(alue.)-.25 E F1(length)5.846 E F0(and)3.346 -E F1(of)3.346 E(fset)-.18 E F0 .846(are arithmetic e)3.346 F .847 -(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .847(ARITHMETIC EV)3.347 F +3.222 E F0 .722(is omitted, e)3.222 F .722(xpands to the)-.15 F .042 +(substring of the v)144 276 R .042(alue of)-.25 F F1(par)2.542 E(ameter) +-.15 E F0 .043(starting at the character speci\214ed by)2.542 F F1(of) +2.543 E(fset)-.18 E F0 .043(and e)2.543 F .043(xtending to the)-.15 F +.847(end of the v)144 288 R(alue.)-.25 E F1(length)5.846 E F0(and)3.346 +E F1(of)3.346 E(fset)-.18 E F0 .846(are arithmetic e)3.346 F .846 +(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .846(ARITHMETIC EV)3.346 F (ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(belo)144 300 Q(w\).)-.25 E -(If)144 324 Q F1(of)3.029 E(fset)-.18 E F0 -.25(eva)3.029 G .529 +(If)144 324 Q F1(of)3.028 E(fset)-.18 E F0 -.25(eva)3.029 G .529 (luates to a number less than zero, the v).25 F .529 (alue is used as an of)-.25 F .529(fset in characters from the)-.25 F -.045(end of the v)144 336 R .045(alue of)-.25 F F1(par)2.546 E(ameter) +.046(end of the v)144 336 R .046(alue of)-.25 F F1(par)2.546 E(ameter) -.15 E F0 5.046(.I)C(f)-5.046 E F1(length)2.546 E F0 -.25(eva)2.546 G .046(luates to a number less than zero, it is interpreted as an).25 F -(of)144 348 Q .203(fset in characters from the end of the v)-.25 F .202 -(alue of)-.25 F F1(par)2.702 E(ameter)-.15 E F0 .202 -(rather than a number of characters, and)2.702 F .557(the e)144 360 R -.557(xpansion is the characters between)-.15 F F1(of)3.057 E(fset)-.18 E -F0 .557(and that result.)3.057 F .558(Note that a ne)5.558 F -.05(ga) --.15 G(ti).05 E .858 -.15(ve o)-.25 H -.25(ff).15 G .558(set must be).25 +(of)144 348 Q .202(fset in characters from the end of the v)-.25 F .202 +(alue of)-.25 F F1(par)2.702 E(ameter)-.15 E F0 .203 +(rather than a number of characters, and)2.702 F .558(the e)144 360 R +.558(xpansion is the characters between)-.15 F F1(of)3.058 E(fset)-.18 E +F0 .558(and that result.)3.058 F .557(Note that a ne)5.557 F -.05(ga) +-.15 G(ti).05 E .857 -.15(ve o)-.25 H -.25(ff).15 G .557(set must be).25 F(separated from the colon by at least one space to a)144 372 Q -.2(vo) -.2 G(id being confused with the).2 E F2(:-)2.5 E F0 -.15(ex)2.5 G -(pansion.).15 E(If)144 396 Q F1(par)2.959 E(ameter)-.15 E F0(is)2.959 E -F2(@)2.959 E F0 2.959(,t)C .459(he result is)-2.959 F F1(length)2.959 E -F0 .459(positional parameters be)2.959 F .458(ginning at)-.15 F F1(of) -2.958 E(fset)-.18 E F0 5.458(.A)C(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15 -(ve)-.25 G F1(of)3.108 E(fset)-.18 E F0 .095(is tak)144 408 R .095 +(pansion.).15 E(If)144 396 Q F1(par)2.958 E(ameter)-.15 E F0(is)2.958 E +F2(@)2.958 E F0 2.958(,t)C .458(he result is)-2.958 F F1(length)2.959 E +F0 .459(positional parameters be)2.959 F .459(ginning at)-.15 F F1(of) +2.959 E(fset)-.18 E F0 5.459(.A)C(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15 +(ve)-.25 G F1(of)3.109 E(fset)-.18 E F0 .096(is tak)144 408 R .096 (en relati)-.1 F .396 -.15(ve t)-.25 H 2.596(oo).15 G .096 (ne greater than the greatest positional parameter)-2.596 F 2.596(,s)-.4 G 2.596(oa)-2.596 G 2.596(no)-2.596 G -.25(ff)-2.596 G .096(set of -1 e) -.25 F -.25(va)-.25 G .096(luates to).25 F 1.322 +.25 F -.25(va)-.25 G .095(luates to).25 F 1.321 (the last positional parameter)144 420 R 6.322(.I)-.55 G 3.822(ti)-6.322 G 3.822(sa)-3.822 G 3.822(ne)-3.822 G 1.322(xpansion error if)-3.972 F F1(length)3.822 E F0 -.25(eva)3.822 G 1.322 (luates to a number less than).25 F(zero.)144 432 Q(If)144 456 Q F1(par) -3.013 E(ameter)-.15 E F0 .514(is an inde)3.013 F -.15(xe)-.15 G 3.014 +3.014 E(ameter)-.15 E F0 .514(is an inde)3.014 F -.15(xe)-.15 G 3.014 (da).15 G .514(rray name subscripted by @ or *, the result is the)-3.014 -F F1(length)3.014 E F0 .514(members of)3.014 F 1.082(the array be)144 -468 R 1.082(ginning with ${)-.15 F F1(par)A(ameter)-.15 E F0([)A F1(of)A -(fset)-.18 E F0 3.582(]}. A)B(ne)3.582 E -.05(ga)-.15 G(ti).05 E -.15 -(ve)-.25 G F1(of)3.732 E(fset)-.18 E F0 1.081(is tak)3.581 F 1.081 -(en relati)-.1 F 1.381 -.15(ve t)-.25 H 3.581(oo).15 G 1.081(ne greater) --3.581 F 1.079(than the maximum inde)144 480 R 3.579(xo)-.15 G 3.579(ft) --3.579 G 1.079(he speci\214ed array)-3.579 F 6.079(.I)-.65 G 3.579(ti) --6.079 G 3.579(sa)-3.579 G 3.58(ne)-3.579 G 1.08(xpansion error if)-3.73 -F F1(length)3.58 E F0 -.25(eva)3.58 G 1.08(luates to a).25 F +F F1(length)3.014 E F0 .513(members of)3.013 F 1.081(the array be)144 +468 R 1.081(ginning with ${)-.15 F F1(par)A(ameter)-.15 E F0([)A F1(of)A +(fset)-.18 E F0 3.581(]}. A)B(ne)3.581 E -.05(ga)-.15 G(ti).05 E -.15 +(ve)-.25 G F1(of)3.732 E(fset)-.18 E F0 1.082(is tak)3.582 F 1.082 +(en relati)-.1 F 1.382 -.15(ve t)-.25 H 3.582(oo).15 G 1.082(ne greater) +-3.582 F 1.08(than the maximum inde)144 480 R 3.58(xo)-.15 G 3.58(ft) +-3.58 G 1.08(he speci\214ed array)-3.58 F 6.079(.I)-.65 G 3.579(ti) +-6.079 G 3.579(sa)-3.579 G 3.579(ne)-3.579 G 1.079(xpansion error if) +-3.729 F F1(length)3.579 E F0 -.25(eva)3.579 G 1.079(luates to a).25 F (number less than zero.)144 492 Q(Substring e)144 516 Q (xpansion applied to an associati)-.15 E .3 -.15(ve a)-.25 H -(rray produces unde\214ned results.).15 E 1.931(Substring inde)144 540 R +(rray produces unde\214ned results.).15 E 1.93(Substring inde)144 540 R 1.931(xing is zero-based unless the positional parameters are used, in \ -which case the)-.15 F(inde)144 552 Q .306(xing starts at 1 by def)-.15 F -2.806(ault. If)-.1 F F1(of)2.807 E(fset)-.18 E F0 .307 -(is 0, and the positional parameters are used,)2.807 F F2($0)2.807 E F0 -.307(is pre\214x)2.807 F(ed)-.15 E(to the list.)144 564 Q(${)108 580.8 Q +which case the)-.15 F(inde)144 552 Q .307(xing starts at 1 by def)-.15 F +2.807(ault. If)-.1 F F1(of)2.807 E(fset)-.18 E F0 .307 +(is 0, and the positional parameters are used,)2.807 F F2($0)2.806 E F0 +.306(is pre\214x)2.806 F(ed)-.15 E(to the list.)144 564 Q(${)108 580.8 Q F2(!)A F1(pr)A(e\214x)-.37 E F2(*)A F0(})A(${)108 592.8 Q F2(!)A F1(pr)A -(e\214x)-.37 E F2(@)A F0(})A F2 .085(Names matching pr)144 604.8 R -(e\214x)-.18 E F0 5.085(.E)C .084(xpands to the names of v)-5.085 F .084 -(ariables whose names be)-.25 F .084(gin with)-.15 F F1(pr)2.584 E -(e\214x)-.37 E F0 2.584(,s)C(epa-)-2.584 E .257 -(rated by the \214rst character of the)144 616.8 R F3(IFS)2.757 E F0 -.257(special v)2.507 F 2.757(ariable. When)-.25 F F1(@)2.758 E F0 .258 -(is used and the e)2.758 F .258(xpansion appears)-.15 F +(e\214x)-.37 E F2(@)A F0(})A F2 .084(Names matching pr)144 604.8 R +(e\214x)-.18 E F0 5.084(.E)C .084(xpands to the names of v)-5.084 F .084 +(ariables whose names be)-.25 F .085(gin with)-.15 F F1(pr)2.585 E +(e\214x)-.37 E F0 2.585(,s)C(epa-)-2.585 E .258 +(rated by the \214rst character of the)144 616.8 R F3(IFS)2.758 E F0 +.257(special v)2.507 F 2.757(ariable. When)-.25 F F1(@)2.757 E F0 .257 +(is used and the e)2.757 F .257(xpansion appears)-.15 F (within double quotes, each v)144 628.8 Q(ariable name e)-.25 E (xpands to a separate w)-.15 E(ord.)-.1 E(${)108 645.6 Q F2(!)A F1(name) A F0([)A F1(@)A F0(]})A(${)108 657.6 Q F2(!)A F1(name)A F0([)A F1(*)A F0 -(]})A F2 2.036(List of array k)144 669.6 R(eys)-.1 E F0 7.036(.I)C(f) +(]})A F2 2.035(List of array k)144 669.6 R(eys)-.1 E F0 7.036(.I)C(f) -7.036 E F1(name)4.536 E F0 2.036(is an array v)4.536 F 2.036 (ariable, e)-.25 F 2.036(xpands to the list of array indices \(k)-.15 F --.15(ey)-.1 G(s\)).15 E .595(assigned in)144 681.6 R F1(name)3.095 E F0 -5.595(.I)C(f)-5.595 E F1(name)3.095 E F0 .595(is not an array)3.095 F -3.095(,e)-.65 G .595(xpands to 0 if)-3.245 F F1(name)3.095 E F0 .596 -(is set and null otherwise.)3.095 F(When)5.596 E F1(@)144 693.6 Q F0 +-.15(ey)-.1 G(s\)).15 E .596(assigned in)144 681.6 R F1(name)3.096 E F0 +5.596(.I)C(f)-5.596 E F1(name)3.096 E F0 .595(is not an array)3.096 F +3.095(,e)-.65 G .595(xpands to 0 if)-3.245 F F1(name)3.095 E F0 .595 +(is set and null otherwise.)3.095 F(When)5.595 E F1(@)144 693.6 Q F0 (is used and the e)2.5 E(xpansion appears within double quotes, each k) -.15 E .3 -.15(ey ex)-.1 H(pands to a separate w).15 E(ord.)-.1 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(22)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(22)197.335 E 0 Cg EP %%Page: 23 23 %%BeginPageSetup BP @@ -2983,55 +2986,55 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(${)108 84 Q/F1 10 /Times-Bold@0 SF(#)A/F2 10/Times-Italic@0 SF(par)A(ameter)-.15 E F0(})A -F1 -.1(Pa)144 96 S .471(rameter length).1 F F0 5.471(.T)C .471 -(he length in characters of the v)-5.471 F .471(alue of)-.25 F F2(par) -2.971 E(ameter)-.15 E F0 .47(is substituted.)2.97 F(If)5.47 E F2(par) -4.22 E(ame-)-.15 E(ter)144 108 Q F0(is)4.438 E F1(*)3.708 E F0(or)3.708 -E F1(@)3.708 E F0 3.708(,t)C 1.208(he v)-3.708 F 1.208 +F1 -.1(Pa)144 96 S .47(rameter length).1 F F0 5.47(.T)C .471 +(he length in characters of the v)-5.47 F .471(alue of)-.25 F F2(par) +2.971 E(ameter)-.15 E F0 .471(is substituted.)2.971 F(If)5.471 E F2(par) +4.221 E(ame-)-.15 E(ter)144 108 Q F0(is)4.439 E F1(*)3.709 E F0(or)3.709 +E F1(@)3.709 E F0 3.708(,t)C 1.208(he v)-3.708 F 1.208 (alue substituted is the number of positional parameters.)-.25 F(If) -6.209 E F2(par)4.959 E(ameter)-.15 E F0 1.209(is an)4.439 F .349 +6.208 E F2(par)4.958 E(ameter)-.15 E F0 1.208(is an)4.438 F .348 (array name subscripted by)144 120 R F1(*)2.849 E F0(or)2.849 E F1(@) 2.849 E F0 2.849(,t)C .349(he v)-2.849 F .349 -(alue substituted is the number of elements in the array)-.25 F 5.348 -(.I)-.65 G(f)-5.348 E F2(par)145.25 132 Q(ameter)-.15 E F0 .455 -(is an inde)3.685 F -.15(xe)-.15 G 2.955(da).15 G .456 -(rray name subscripted by a ne)-2.955 F -.05(ga)-.15 G(ti).05 E .756 --.15(ve n)-.25 H(umber).15 E 2.956(,t)-.4 G .456 -(hat number is interpreted)-2.956 F .973(as relati)144 144 R 1.273 -.15 -(ve t)-.25 H 3.473(oo).15 G .973(ne greater than the maximum inde)-3.473 -F 3.473(xo)-.15 G(f)-3.473 E F2(par)3.473 E(ameter)-.15 E F0 3.472(,s)C -3.472(on)-3.472 G -2.25 -.15(eg a)-3.472 H(ti).15 E 1.272 -.15(ve i)-.25 -H .972(ndices count back).15 F(from the end of the array)144 156 Q 2.5 +(alue substituted is the number of elements in the array)-.25 F 5.349 +(.I)-.65 G(f)-5.349 E F2(par)145.25 132 Q(ameter)-.15 E F0 .456 +(is an inde)3.686 F -.15(xe)-.15 G 2.956(da).15 G .456 +(rray name subscripted by a ne)-2.956 F -.05(ga)-.15 G(ti).05 E .756 +-.15(ve n)-.25 H(umber).15 E 2.955(,t)-.4 G .455 +(hat number is interpreted)-2.955 F .972(as relati)144 144 R 1.272 -.15 +(ve t)-.25 H 3.472(oo).15 G .973(ne greater than the maximum inde)-3.472 +F 3.473(xo)-.15 G(f)-3.473 E F2(par)3.473 E(ameter)-.15 E F0 3.473(,s)C +3.473(on)-3.473 G -2.25 -.15(eg a)-3.473 H(ti).15 E 1.273 -.15(ve i)-.25 +H .973(ndices count back).15 F(from the end of the array)144 156 Q 2.5 (,a)-.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G (eferences the last element.)-2.5 E(${)108 172.8 Q F2(par)A(ameter)-.15 E F1(#)A F2(wor)A(d)-.37 E F0(})A(${)108 184.8 Q F2(par)A(ameter)-.15 E F1(##)A F2(wor)A(d)-.37 E F0(})A F1(Remo)144 196.8 Q 1.396 -.1(ve m)-.1 H 1.196(atching pr).1 F 1.196(e\214x patter)-.18 F(n)-.15 E F0 6.196(.T) C(he)-6.196 E F2(wor)4.036 E(d)-.37 E F0 1.196(is e)4.466 F 1.196 -(xpanded to produce a pattern just as in path-)-.15 F .152(name e)144 -208.8 R 2.652(xpansion. If)-.15 F .152(the pattern matches the be)2.652 +(xpanded to produce a pattern just as in path-)-.15 F .151(name e)144 +208.8 R 2.651(xpansion. If)-.15 F .152(the pattern matches the be)2.652 F .152(ginning of the v)-.15 F .152(alue of)-.25 F F2(par)2.652 E -(ameter)-.15 E F0 2.652(,t).73 G .151(hen the result of)-2.652 F 1.4 +(ameter)-.15 E F0 2.652(,t).73 G .152(hen the result of)-2.652 F 1.4 (the e)144 220.8 R 1.4(xpansion is the e)-.15 F 1.4(xpanded v)-.15 F 1.4 (alue of)-.25 F F2(par)5.15 E(ameter)-.15 E F0 1.4 (with the shortest matching pattern \(the `)4.63 F(`)-.74 E F1(#)A F0 -.74('')C .281(case\) or the longest matching pattern \(the `)144 232.8 R(`)-.74 E F1(##)A F0 1.761 -.74('' c)D .281(ase\) deleted.).74 F(If) 5.281 E F2(par)4.031 E(ameter)-.15 E F0(is)3.511 E F1(@)2.781 E F0(or) -2.781 E F1(*)2.781 E F0 2.781(,t)C .281(he pattern)-2.781 F(remo)144 +2.781 E F1(*)2.782 E F0 2.782(,t)C .282(he pattern)-2.782 F(remo)144 244.8 Q -.25(va)-.15 G 3.274(lo).25 G .774 (peration is applied to each positional parameter in turn, and the e) --3.274 F .774(xpansion is the resul-)-.15 F .402(tant list.)144 256.8 R -(If)5.402 E F2(par)4.152 E(ameter)-.15 E F0 .401(is an array v)3.632 F +-3.274 F .774(xpansion is the resul-)-.15 F .401(tant list.)144 256.8 R +(If)5.401 E F2(par)4.151 E(ameter)-.15 E F0 .401(is an array v)3.631 F .401(ariable subscripted with)-.25 F F1(@)2.901 E F0(or)2.901 E F1(*) -2.901 E F0 2.901(,t)C .401(he pattern remo)-2.901 F -.25(va)-.15 G 2.901 -(lo).25 G(peration)-2.901 E +2.901 E F0 2.902(,t)C .402(he pattern remo)-2.902 F -.25(va)-.15 G 2.902 +(lo).25 G(peration)-2.902 E (is applied to each member of the array in turn, and the e)144 268.8 Q (xpansion is the resultant list.)-.15 E(${)108 285.6 Q F2(par)A(ameter) -.15 E F1(%)A F2(wor)A(d)-.37 E F0(})A(${)108 297.6 Q F2(par)A(ameter) --.15 E F1(%%)A F2(wor)A(d)-.37 E F0(})A F1(Remo)144 309.6 Q .346 -.1 -(ve m)-.1 H .146(atching suf\214x patter).1 F(n)-.15 E F0 5.146(.T)C(he) --5.146 E F2(wor)2.646 E(d)-.37 E F0 .147(is e)2.647 F .147 +-.15 E F1(%%)A F2(wor)A(d)-.37 E F0(})A F1(Remo)144 309.6 Q .347 -.1 +(ve m)-.1 H .147(atching suf\214x patter).1 F(n)-.15 E F0 5.147(.T)C(he) +-5.147 E F2(wor)2.647 E(d)-.37 E F0 .147(is e)2.647 F .146 (xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144 321.6 S 3.088(pansion. If).15 F .588 (the pattern matches a trailing portion of the e)3.088 F .588(xpanded v) @@ -3040,66 +3043,66 @@ G .588(hen the)-3.088 F .226(result of the e)144 333.6 R .226 (xpansion is the e)-.15 F .226(xpanded v)-.15 F .226(alue of)-.25 F F2 (par)3.976 E(ameter)-.15 E F0 .226 (with the shortest matching pattern \(the)3.456 F -.74(``)144 345.6 S F1 -(%).74 E F0 1.522 -.74('' c)D .042 +(%).74 E F0 1.521 -.74('' c)D .042 (ase\) or the longest matching pattern \(the `).74 F(`)-.74 E F1(%%)A F0 1.522 -.74('' c)D .042(ase\) deleted.).74 F(If)5.042 E F2(par)3.792 E -(ameter)-.15 E F0(is)3.272 E F1(@)2.541 E F0(or)2.541 E F1(*)2.541 E F0 -2.541(,t)C(he)-2.541 E .44(pattern remo)144 357.6 R -.25(va)-.15 G 2.94 -(lo).25 G .441 +(ameter)-.15 E F0(is)3.272 E F1(@)2.542 E F0(or)2.542 E F1(*)2.542 E F0 +2.542(,t)C(he)-2.542 E .441(pattern remo)144 357.6 R -.25(va)-.15 G +2.941(lo).25 G .441 (peration is applied to each positional parameter in turn, and the e) --2.94 F .441(xpansion is the)-.15 F .241(resultant list.)144 369.6 R(If) -5.241 E F2(par)3.991 E(ameter)-.15 E F0 .241(is an array v)3.471 F .241 -(ariable subscripted with)-.25 F F1(@)2.741 E F0(or)2.74 E F1(*)2.74 E -F0 2.74(,t)C .24(he pattern remo)-2.74 F -.25(va)-.15 G 2.74(lo).25 G -(per)-2.74 E(-)-.2 E +-2.941 F .44(xpansion is the)-.15 F .24(resultant list.)144 369.6 R(If) +5.24 E F2(par)3.99 E(ameter)-.15 E F0 .24(is an array v)3.47 F .241 +(ariable subscripted with)-.25 F F1(@)2.741 E F0(or)2.741 E F1(*)2.741 E +F0 2.741(,t)C .241(he pattern remo)-2.741 F -.25(va)-.15 G 2.741(lo).25 +G(per)-2.741 E(-)-.2 E (ation is applied to each member of the array in turn, and the e)144 381.6 Q(xpansion is the resultant list.)-.15 E(${)108 398.4 Q F2(par)A (ameter)-.15 E F1(/)A F2(pattern)A F1(/)A F2(string)A F0(})A F1 -.1(Pa) -144 410.4 S(tter).1 E 3.606(ns)-.15 G(ubstitution)-3.606 E F0 6.106(.T)C -(he)-6.106 E F2(pattern)3.606 E F0 1.106(is e)3.606 F 1.107 +144 410.4 S(tter).1 E 3.607(ns)-.15 G(ubstitution)-3.607 E F0 6.107(.T)C +(he)-6.107 E F2(pattern)3.607 E F0 1.107(is e)3.607 F 1.106 (xpanded to produce a pattern just as in pathname e)-.15 F(xpan-)-.15 E -(sion.)144 422.4 Q F2 -.8(Pa)6.034 G -.15(ra).8 G(meter).15 E F0 1.034 -(is e)3.534 F 1.033(xpanded and the longest match of)-.15 F F2(pattern) -3.533 E F0(ag)3.533 E 1.033(ainst its v)-.05 F 1.033 -(alue is replaced with)-.25 F F2(string)144 434.4 Q F0 5.16(.I)C(f)-5.16 -E F2(pattern)2.66 E F0(be)2.66 E .16(gins with)-.15 F F1(/)2.66 E F0 -2.66(,a)C .161(ll matches of)-2.66 F F2(pattern)2.661 E F0 .161 -(are replaced with)2.661 F F2(string)2.661 E F0 5.161(.N)C .161 -(ormally only the)-5.161 F .807(\214rst match is replaced.)144 446.4 R -(If)5.807 E F2(pattern)3.307 E F0(be)3.307 E .807(gins with)-.15 F F1(#) -3.307 E F0 3.306(,i)C 3.306(tm)-3.306 G .806(ust match at the be)-3.306 -F .806(ginning of the e)-.15 F(xpanded)-.15 E -.25(va)144 458.4 S .62 -(lue of).25 F F2(par)3.12 E(ameter)-.15 E F0 5.62(.I)C(f)-5.62 E F2 -(pattern)3.12 E F0(be)3.12 E .62(gins with)-.15 F F1(%)3.12 E F0 3.12 -(,i)C 3.121(tm)-3.12 G .621(ust match at the end of the e)-3.121 F .621 -(xpanded v)-.15 F .621(alue of)-.25 F F2(par)144 470.4 Q(ameter)-.15 E -F0 6.254(.I)C(f)-6.254 E F2(string)3.754 E F0 1.253(is null, matches of) +(sion.)144 422.4 Q F2 -.8(Pa)6.033 G -.15(ra).8 G(meter).15 E F0 1.033 +(is e)3.533 F 1.033(xpanded and the longest match of)-.15 F F2(pattern) +3.533 E F0(ag)3.533 E 1.034(ainst its v)-.05 F 1.034 +(alue is replaced with)-.25 F F2(string)144 434.4 Q F0 5.161(.I)C(f) +-5.161 E F2(pattern)2.661 E F0(be)2.661 E .161(gins with)-.15 F F1(/) +2.661 E F0 2.661(,a)C .161(ll matches of)-2.661 F F2(pattern)2.661 E F0 +.16(are replaced with)2.661 F F2(string)2.66 E F0 5.16(.N)C .16 +(ormally only the)-5.16 F .806(\214rst match is replaced.)144 446.4 R +(If)5.806 E F2(pattern)3.306 E F0(be)3.306 E .806(gins with)-.15 F F1(#) +3.306 E F0 3.306(,i)C 3.307(tm)-3.306 G .807(ust match at the be)-3.307 +F .807(ginning of the e)-.15 F(xpanded)-.15 E -.25(va)144 458.4 S .621 +(lue of).25 F F2(par)3.121 E(ameter)-.15 E F0 5.621(.I)C(f)-5.621 E F2 +(pattern)3.121 E F0(be)3.121 E .621(gins with)-.15 F F1(%)3.121 E F0 +3.121(,i)C 3.121(tm)-3.121 G .62(ust match at the end of the e)-3.121 F +.62(xpanded v)-.15 F .62(alue of)-.25 F F2(par)144 470.4 Q(ameter)-.15 E +F0 6.253(.I)C(f)-6.253 E F2(string)3.753 E F0 1.253(is null, matches of) 3.753 F F2(pattern)3.753 E F0 1.253(are deleted and the)3.753 F F1(/) -3.753 E F0(follo)3.753 E(wing)-.25 E F2(pattern)3.753 E F0 1.253(may be) -3.753 F 2.731(omitted. If)144 482.4 R(the)2.731 E F1(nocasematch)2.731 E -F0 .231(shell option is enabled, the match is performed without re)2.731 -F -.05(ga)-.15 G .232(rd to the).05 F .188 -(case of alphabetic characters.)144 494.4 R(If)5.188 E F2(par)3.938 E -(ameter)-.15 E F0(is)3.418 E F1(@)2.688 E F0(or)2.688 E F1(*)2.687 E F0 -2.687(,t)C .187(he substitution operation is applied to each)-2.687 F -.445(positional parameter in turn, and the e)144 506.4 R .446 -(xpansion is the resultant list.)-.15 F(If)5.446 E F2(par)4.196 E -(ameter)-.15 E F0 .446(is an array v)3.676 F(ari-)-.25 E .463 -(able subscripted with)144 518.4 R F1(@)2.963 E F0(or)2.963 E F1(*)2.963 -E F0 2.963(,t)C .462 +3.753 E F0(follo)3.753 E(wing)-.25 E F2(pattern)3.753 E F0 1.254(may be) +3.754 F 2.732(omitted. If)144 482.4 R(the)2.732 E F1(nocasematch)2.732 E +F0 .231(shell option is enabled, the match is performed without re)2.732 +F -.05(ga)-.15 G .231(rd to the).05 F .187 +(case of alphabetic characters.)144 494.4 R(If)5.187 E F2(par)3.937 E +(ameter)-.15 E F0(is)3.417 E F1(@)2.687 E F0(or)2.687 E F1(*)2.688 E F0 +2.688(,t)C .188(he substitution operation is applied to each)-2.688 F +.446(positional parameter in turn, and the e)144 506.4 R .446 +(xpansion is the resultant list.)-.15 F(If)5.445 E F2(par)4.195 E +(ameter)-.15 E F0 .445(is an array v)3.675 F(ari-)-.25 E .462 +(able subscripted with)144 518.4 R F1(@)2.962 E F0(or)2.962 E F1(*)2.962 +E F0 2.962(,t)C .463 (he substitution operation is applied to each member of the array in) --2.963 F(turn, and the e)144 530.4 Q(xpansion is the resultant list.) +-2.962 F(turn, and the e)144 530.4 Q(xpansion is the resultant list.) -.15 E(${)108 547.2 Q F2(par)A(ameter)-.15 E F1(^)A F2(pattern)A F0(})A (${)108 559.2 Q F2(par)A(ameter)-.15 E F1(^^)A F2(pattern)A F0(})A(${) 108 571.2 Q F2(par)A(ameter)-.15 E F1(,)A F2(pattern)A F0(})A(${)108 -583.2 Q F2(par)A(ameter)-.15 E F1(,,)A F2(pattern)A F0(})A F1 .437 -(Case modi\214cation)144 595.2 R F0 5.437(.T)C .437(his e)-5.437 F .438 +583.2 Q F2(par)A(ameter)-.15 E F1(,,)A F2(pattern)A F0(})A F1 .438 +(Case modi\214cation)144 595.2 R F0 5.438(.T)C .438(his e)-5.438 F .437 (xpansion modi\214es the case of alphabetic characters in)-.15 F F2(par) -2.938 E(ameter)-.15 E F0 5.438(.T)C(he)-5.438 E F2(pattern)144 607.2 Q -F0 1.407(is e)3.907 F 1.407 -(xpanded to produce a pattern just as in pathname e)-.15 F 3.906 -(xpansion. Each)-.15 F 1.406(character in the)3.906 F -.15(ex)144 619.2 -S 1.231(panded v).15 F 1.231(alue of)-.25 F F2(par)3.732 E(ameter)-.15 E +2.937 E(ameter)-.15 E F0 5.437(.T)C(he)-5.437 E F2(pattern)144 607.2 Q +F0 1.406(is e)3.906 F 1.407 +(xpanded to produce a pattern just as in pathname e)-.15 F 3.907 +(xpansion. Each)-.15 F 1.407(character in the)3.907 F -.15(ex)144 619.2 +S 1.232(panded v).15 F 1.232(alue of)-.25 F F2(par)3.732 E(ameter)-.15 E F0 1.232(is tested ag)3.732 F(ainst)-.05 E F2(pattern)3.732 E F0 3.732 (,a)C 1.232(nd, if it matches the pattern, its case is)-3.732 F(con)144 631.2 Q -.15(ve)-.4 G 2.924(rted. The).15 F .424 @@ -3108,25 +3111,25 @@ F0 1.232(is tested ag)3.732 F(ainst)-.05 E F2(pattern)3.732 E F0 3.732 -.15(ve)144 643.2 S .61(rts lo).15 F .61(wercase letters matching)-.25 F F2(pattern)3.11 E F0 .61(to uppercase; the)3.11 F F1(,)3.11 E F0 .61 (operator con)3.11 F -.15(ve)-.4 G .61(rts matching uppercase).15 F -1.548(letters to lo)144 655.2 R 4.047(wercase. The)-.25 F F1(^^)4.047 E +1.547(letters to lo)144 655.2 R 4.047(wercase. The)-.25 F F1(^^)4.047 E F0(and)4.047 E F1(,,)4.047 E F0 -.15(ex)4.047 G 1.547(pansions con).15 F -.15(ve)-.4 G 1.547(rt each matched character in the e).15 F(xpanded) --.15 E -.25(va)144 667.2 S .633(lue; the).25 F F1(^)3.133 E F0(and)3.133 -E F1(,)3.133 E F0 -.15(ex)3.133 G .633(pansions match and con).15 F -.15 -(ve)-.4 G .634(rt only the \214rst character in the e).15 F .634 -(xpanded v)-.15 F 3.134(alue. If)-.25 F F2(pattern)144 679.2 Q F0 .78 +-.15 E -.25(va)144 667.2 S .634(lue; the).25 F F1(^)3.134 E F0(and)3.134 +E F1(,)3.134 E F0 -.15(ex)3.134 G .634(pansions match and con).15 F -.15 +(ve)-.4 G .633(rt only the \214rst character in the e).15 F .633 +(xpanded v)-.15 F 3.133(alue. If)-.25 F F2(pattern)144 679.2 Q F0 .78 (is omitted, it is treated lik)3.28 F 3.28(ea)-.1 G F1(?)A F0 3.28(,w)C .78(hich matches e)-3.28 F -.15(ve)-.25 G .78(ry character).15 F 5.78 (.I)-.55 G(f)-5.78 E F2(par)4.53 E(ameter)-.15 E F0(is)4.01 E F1(@)3.28 E F0(or)3.28 E F1(*)3.28 E F0(,)A .582(the case modi\214cation operatio\ n is applied to each positional parameter in turn, and the e)144 691.2 R -(xpansion)-.15 E .469(is the resultant list.)144 703.2 R(If)5.469 E F2 +(xpansion)-.15 E .468(is the resultant list.)144 703.2 R(If)5.468 E F2 (par)4.218 E(ameter)-.15 E F0 .468(is an array v)3.698 F .468 -(ariable subscripted with)-.25 F F1(@)2.968 E F0(or)2.968 E F1(*)2.968 E -F0 2.968(,t)C .468(he case modi\214ca-)-2.968 F(tion operation is appli\ +(ariable subscripted with)-.25 F F1(@)2.968 E F0(or)2.968 E F1(*)2.969 E +F0 2.969(,t)C .469(he case modi\214ca-)-2.969 F(tion operation is appli\ ed to each member of the array in turn, and the e)144 715.2 Q (xpansion is the resultant list.)-.15 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(23)193.45 E 0 Cg EP +(2017 June 23)148.175 E(23)197.335 E 0 Cg EP %%Page: 24 24 %%BeginPageSetup BP @@ -3137,95 +3140,94 @@ BP (oper)A(ator)-.15 E F0(})A F2 -.1(Pa)144 96 S .86(rameter transf).1 F (ormation)-.25 E F0 5.86(.T)C .86(he e)-5.86 F .86 (xpansion is either a transformation of the v)-.15 F .86(alue of)-.25 F -F1(par)3.36 E(ameter)-.15 E F0 .154(or information about)144 108 R F1 -(par)2.654 E(ameter)-.15 E F0 .153(itself, depending on the v)2.654 F -.153(alue of)-.25 F F1(oper)2.653 E(ator)-.15 E F0 5.153(.E)C(ach)-5.153 -E F1(oper)2.653 E(ator)-.15 E F0 .153(is a sin-)2.653 F(gle letter:)144 -120 Q F2(Q)144 144 Q F0 1.064(The e)180 144 R 1.064 +F1(par)3.36 E(ameter)-.15 E F0 .153(or information about)144 108 R F1 +(par)2.653 E(ameter)-.15 E F0 .153(itself, depending on the v)2.653 F +.153(alue of)-.25 F F1(oper)2.653 E(ator)-.15 E F0 5.154(.E)C(ach)-5.154 +E F1(oper)2.654 E(ator)-.15 E F0 .154(is a sin-)2.654 F(gle letter:)144 +120 Q F2(Q)144 144 Q F0 1.065(The e)180 144 R 1.065 (xpansion is a string that is the v)-.15 F 1.065(alue of)-.25 F F1(par) -3.565 E(ameter)-.15 E F0 1.065(quoted in a format that can be)3.565 F -(reused as input.)180 156 Q F2(E)144 168 Q F0 .441(The e)180 168 R .441 +3.565 E(ameter)-.15 E F0 1.064(quoted in a format that can be)3.565 F +(reused as input.)180 156 Q F2(E)144 168 Q F0 .44(The e)180 168 R .441 (xpansion is a string that is the v)-.15 F .441(alue of)-.25 F F1(par) -2.941 E(ameter)-.15 E F0 .44(with backslash escape sequences)2.94 F -.15 -(ex)180 180 S(panded as with the).15 E F2($'...)2.5 E(')-.55 E F0 -(quoting mechanism.)2.5 E F2(P)144 192 Q F0 1.072(The e)180 192 R 1.073 +2.941 E(ameter)-.15 E F0 .441(with backslash escape sequences)2.941 F +-.15(ex)180 180 S(panded as with the).15 E F2($'...)2.5 E(')-.55 E F0 +(quoting mechanism.)2.5 E F2(P)144 192 Q F0 1.073(The e)180 192 R 1.073 (xpansion is a string that is the result of e)-.15 F 1.073 (xpanding the v)-.15 F 1.073(alue of)-.25 F F1(par)3.573 E(ameter)-.15 E F0 1.073(as if it)3.573 F(were a prompt string \(see)180 204 Q F2(PR)2.5 -E(OMPTING)-.3 E F0(belo)2.5 E(w\).)-.25 E F2(A)144 216 Q F0 1.138(The e) +E(OMPTING)-.3 E F0(belo)2.5 E(w\).)-.25 E F2(A)144 216 Q F0 1.137(The e) 180 216 R 1.138 (xpansion is a string in the form of an assignment statement or)-.15 F -F2(declar)3.637 E(e)-.18 E F0(command)3.637 E(that, if e)180 228 Q -.25 +F2(declar)3.638 E(e)-.18 E F0(command)3.638 E(that, if e)180 228 Q -.25 (va)-.25 G(luated, will recreate).25 E F1(par)2.5 E(ameter)-.15 E F0 (with its attrib)2.5 E(utes and v)-.2 E(alue.)-.25 E F2(a)144 240 Q F0 (The e)180 240 Q(xpansion is a string consisting of \215ag v)-.15 E (alues representing)-.25 E F1(par)2.5 E(ameter)-.15 E F0 1.1 -.55('s a)D -(ttrib).55 E(utes.)-.2 E(If)144 256.8 Q F1(par)5.33 E(ameter)-.15 E F0 -(is)4.81 E F2(@)4.08 E F0(or)4.08 E F2(*)4.08 E F0 4.08(,t)C 1.581 +(ttrib).55 E(utes.)-.2 E(If)144 256.8 Q F1(par)5.331 E(ameter)-.15 E F0 +(is)4.811 E F2(@)4.081 E F0(or)4.081 E F2(*)4.081 E F0 4.081(,t)C 1.58 (he operation is applied to each positional parameter in turn, and the) --4.08 F -.15(ex)144 268.8 S .347(pansion is the resultant list.).15 F -(If)5.347 E F1(par)4.097 E(ameter)-.15 E F0 .346(is an array v)3.577 F -.346(ariable subscripted with)-.25 F F2(@)2.846 E F0(or)2.846 E F2(*) -2.846 E F0 2.846(,t)C .346(he case)-2.846 F 1.204(modi\214cation operat\ +-4.081 F -.15(ex)144 268.8 S .346(pansion is the resultant list.).15 F +(If)5.346 E F1(par)4.096 E(ameter)-.15 E F0 .346(is an array v)3.576 F +.347(ariable subscripted with)-.25 F F2(@)2.847 E F0(or)2.847 E F2(*) +2.847 E F0 2.847(,t)C .347(he case)-2.847 F 1.204(modi\214cation operat\ ion is applied to each member of the array in turn, and the e)144 280.8 -R 1.204(xpansion is the)-.15 F(resultant list.)144 292.8 Q 1.85 +R 1.203(xpansion is the)-.15 F(resultant list.)144 292.8 Q 1.849 (The result of the e)144 316.8 R 1.849(xpansion is subject to w)-.15 F -1.849(ord splitting and pathname e)-.1 F 1.849(xpansion as described) --.15 F(belo)144 328.8 Q -.65(w.)-.25 G F2(Command Substitution)87 345.6 -Q F1 1.697(Command substitution)108 357.6 R F0(allo)4.197 E 1.697 -(ws the output of a command to replace the command name.)-.25 F 1.698 -(There are tw)6.698 F(o)-.1 E(forms:)108 369.6 Q F2($\()144 386.4 Q F1 +1.849(ord splitting and pathname e)-.1 F 1.85(xpansion as described)-.15 +F(belo)144 328.8 Q -.65(w.)-.25 G F2(Command Substitution)87 345.6 Q F1 +1.698(Command substitution)108 357.6 R F0(allo)4.198 E 1.697 +(ws the output of a command to replace the command name.)-.25 F 1.697 +(There are tw)6.697 F(o)-.1 E(forms:)108 369.6 Q F2($\()144 386.4 Q F1 (command)A F2(\))1.666 E F0(or)108 398.4 Q F2<92>144 410.4 Q F1(command) -A F2<92>A(Bash)108 427.2 Q F0 .089(performs the e)2.589 F .089 -(xpansion by e)-.15 F -.15(xe)-.15 G(cuting).15 E F1(command)2.589 E F0 -.088(in a subshell en)2.589 F .088(vironment and replacing the command) +A F2<92>A(Bash)108 427.2 Q F0 .088(performs the e)2.588 F .088 +(xpansion by e)-.15 F -.15(xe)-.15 G(cuting).15 E F1(command)2.588 E F0 +.089(in a subshell en)2.589 F .089(vironment and replacing the command) -.4 F .41(substitution with the standard output of the command, with an) 108 439.2 R 2.91(yt)-.15 G .41(railing ne)-2.91 F .41(wlines deleted.) --.25 F .41(Embedded ne)5.41 F(w-)-.25 E .192(lines are not deleted, b) +-.25 F .41(Embedded ne)5.41 F(w-)-.25 E .191(lines are not deleted, b) 108 451.2 R .192(ut the)-.2 F 2.692(ym)-.15 G .192(ay be remo)-2.692 F -.15(ve)-.15 G 2.692(dd).15 G .192(uring w)-2.692 F .192(ord splitting.) --.1 F .192(The command substitution)5.192 F F2($\(cat)2.691 E F1(\214le) -2.691 E F2(\))A F0(can be replaced by the equi)108 463.2 Q -.25(va)-.25 +-.1 F .192(The command substitution)5.192 F F2($\(cat)2.692 E F1(\214le) +2.692 E F2(\))A F0(can be replaced by the equi)108 463.2 Q -.25(va)-.25 G(lent b).25 E(ut f)-.2 E(aster)-.1 E F2($\(<)2.5 E F1(\214le)2.5 E F2 (\))A F0(.)A 1.724(When the old-style backquote form of substitution is\ used, backslash retains its literal meaning e)108 480 R(xcept)-.15 E -.315(when follo)108 492 R .315(wed by)-.25 F F2($)2.815 E F0(,)A F2<92> -2.815 E F0 2.815(,o)C(r)-2.815 E F2(\\)2.815 E F0 5.315(.T)C .314(he \ +.314(when follo)108 492 R .314(wed by)-.25 F F2($)2.814 E F0(,)A F2<92> +2.814 E F0 2.814(,o)C(r)-2.814 E F2(\\)2.814 E F0 5.314(.T)C .315(he \ \214rst backquote not preceded by a backslash terminates the command su\ -b-)-5.315 F 3.886(stitution. When)108 504 R 1.386(using the $\()3.886 F -F1(command).833 E F0 3.886(\)f)1.666 G 1.387 -(orm, all characters between the parentheses mak)-3.886 F 3.887(eu)-.1 G -3.887(pt)-3.887 G 1.387(he com-)-3.887 F +b-)-5.314 F 3.887(stitution. When)108 504 R 1.387(using the $\()3.887 F +F1(command).833 E F0 3.887(\)f)1.666 G 1.386 +(orm, all characters between the parentheses mak)-3.887 F 3.886(eu)-.1 G +3.886(pt)-3.886 G 1.386(he com-)-3.886 F (mand; none are treated specially)108 516 Q(.)-.65 E .894 (Command substitutions may be nested.)108 532.8 R 2.494 -.8(To n)5.894 H .894(est when using the backquoted form, escape the inner back-).8 F (quotes with backslashes.)108 544.8 Q .422 (If the substitution appears within double quotes, w)108 561.6 R .422 -(ord splitting and pathname e)-.1 F .423(xpansion are not performed)-.15 +(ord splitting and pathname e)-.1 F .422(xpansion are not performed)-.15 F(on the results.)108 573.6 Q F2(Arithmetic Expansion)87 590.4 Q F0 -1.035(Arithmetic e)108 602.4 R 1.035(xpansion allo)-.15 F 1.035 +1.034(Arithmetic e)108 602.4 R 1.034(xpansion allo)-.15 F 1.034 (ws the e)-.25 F -.25(va)-.25 G 1.034(luation of an arithmetic e).25 F -1.034(xpression and the substitution of the result.)-.15 F +1.035(xpression and the substitution of the result.)-.15 F (The format for arithmetic e)108 614.4 Q(xpansion is:)-.15 E F2($\(\() 144 631.2 Q F1 -.2(ex)C(pr).2 E(ession)-.37 E F2(\)\))A F0(The)108 648 Q -F1 -.2(ex)2.665 G(pr).2 E(ession)-.37 E F0 .165 -(is treated as if it were within double quotes, b)2.905 F .166 -(ut a double quote inside the parentheses is not)-.2 F .231 -(treated specially)108 660 R 5.231(.A)-.65 G .231(ll tok)-5.231 F .231 +F1 -.2(ex)2.666 G(pr).2 E(ession)-.37 E F0 .165 +(is treated as if it were within double quotes, b)2.906 F .165 +(ut a double quote inside the parentheses is not)-.2 F .23 +(treated specially)108 660 R 5.23(.A)-.65 G .23(ll tok)-5.23 F .231 (ens in the e)-.1 F .231(xpression under)-.15 F .231(go parameter and v) --.18 F .23(ariable e)-.25 F .23(xpansion, command substi-)-.15 F 1.059 -(tution, and quote remo)108 672 R -.25(va)-.15 G 3.559(l. The).25 F -1.059(result is treated as the arithmetic e)3.559 F 1.06 -(xpression to be e)-.15 F -.25(va)-.25 G 3.56(luated. Arithmetic).25 F --.15(ex)108 684 S(pansions may be nested.).15 E 1.379(The e)108 700.8 R --.25(va)-.25 G 1.378 -(luation is performed according to the rules listed belo).25 F 3.878(wu) --.25 G(nder)-3.878 E/F3 9/Times-Bold@0 SF 1.378(ARITHMETIC EV)3.878 F -(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F0 -(If)5.878 E F1 -.2(ex)108 712.8 S(pr).2 E(ession)-.37 E F0(is in)2.74 E --.25(va)-.4 G(lid,).25 E F2(bash)2.5 E F0(prints a message indicating f) -2.5 E(ailure and no substitution occurs.)-.1 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(24)193.45 E 0 Cg EP +-.18 F .231(ariable e)-.25 F .231(xpansion, command substi-)-.15 F 1.06 +(tution, and quote remo)108 672 R -.25(va)-.15 G 3.56(l. The).25 F 1.059 +(result is treated as the arithmetic e)3.56 F 1.059(xpression to be e) +-.15 F -.25(va)-.25 G 3.559(luated. Arithmetic).25 F -.15(ex)108 684 S +(pansions may be nested.).15 E 1.378(The e)108 700.8 R -.25(va)-.25 G +1.378(luation is performed according to the rules listed belo).25 F +3.878(wu)-.25 G(nder)-3.878 E/F3 9/Times-Bold@0 SF 1.378(ARITHMETIC EV) +3.878 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.) +A F0(If)5.879 E F1 -.2(ex)108 712.8 S(pr).2 E(ession)-.37 E F0(is in) +2.74 E -.25(va)-.4 G(lid,).25 E F2(bash)2.5 E F0 +(prints a message indicating f)2.5 E(ailure and no substitution occurs.) +-.1 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(24)197.335 E 0 Cg EP %%Page: 25 25 %%BeginPageSetup BP @@ -3236,29 +3238,29 @@ SF(Pr)87 84 Q(ocess Substitution)-.18 E/F2 10/Times-Italic@0 SF(Pr)108 96 Q .405(ocess substitution)-.45 F F0(allo)2.905 E .405(ws a process') -.25 F 2.905(si)-.55 G .405 (nput or output to be referred to using a \214lename.)-2.905 F .405 -(It tak)5.405 F .405(es the form)-.1 F(of)108 108 Q F1(<\()3.251 E F2 -(list)A F1(\)).833 E F0(or)3.251 E F1(>\()3.251 E F2(list)A F1(\)).833 E -F0 5.751(.T)C .751(he process)-5.751 F F2(list)3.251 E F0 .751 +(It tak)5.405 F .405(es the form)-.1 F(of)108 108 Q F1(<\()3.25 E F2 +(list)A F1(\)).833 E F0(or)3.25 E F1(>\()3.25 E F2(list)A F1(\)).833 E +F0 5.75(.T)C .751(he process)-5.75 F F2(list)3.251 E F0 .751 (is run asynchronously)3.251 F 3.251(,a)-.65 G .751 -(nd its input or output appears as a \214lename.)-3.251 F .147 +(nd its input or output appears as a \214lename.)-3.251 F .148 (This \214lename is passed as an ar)108 120 R .148 -(gument to the current command as the result of the e)-.18 F 2.648 -(xpansion. If)-.15 F(the)2.648 E F1(>\()2.648 E F2(list)A F1(\)).833 E -F0 .56(form is used, writing to the \214le will pro)108 132 R .56 +(gument to the current command as the result of the e)-.18 F 2.647 +(xpansion. If)-.15 F(the)2.647 E F1(>\()2.647 E F2(list)A F1(\)).833 E +F0 .559(form is used, writing to the \214le will pro)108 132 R .559 (vide input for)-.15 F F2(list)3.059 E F0 5.559(.I)C 3.059(ft)-5.559 G -(he)-3.059 E F1(<\()3.059 E F2(list)A F1(\)).833 E F0 .559 -(form is used, the \214le passed as an)3.059 F(ar)108 144 Q .308 +(he)-3.059 E F1(<\()3.06 E F2(list)A F1(\)).833 E F0 .56 +(form is used, the \214le passed as an)3.06 F(ar)108 144 Q .309 (gument should be read to obtain the output of)-.18 F F2(list)2.808 E F0 -5.308(.P)C .309(rocess substitution is supported on systems that sup-) +5.308(.P)C .308(rocess substitution is supported on systems that sup-) -5.308 F(port named pipes \()108 156 Q F2(FIFOs)A F0 2.5(\)o)C 2.5(rt) -2.5 G(he)-2.5 E F1(/de)2.5 E(v/fd)-.15 E F0 -(method of naming open \214les.)2.5 E .897(When a)108 172.8 R -.25(va) +(method of naming open \214les.)2.5 E .896(When a)108 172.8 R -.25(va) -.2 G .896(ilable, process substitution is performed simultaneously wit\ -h parameter and v).25 F .896(ariable e)-.25 F(xpansion,)-.15 E +h parameter and v).25 F .897(ariable e)-.25 F(xpansion,)-.15 E (command substitution, and arithmetic e)108 184.8 Q(xpansion.)-.15 E F1 --.75(Wo)87 201.6 S(rd Splitting).75 E F0 1.142 -(The shell scans the results of parameter e)108 213.6 R 1.143 -(xpansion, command substitution, and arithmetic e)-.15 F 1.143 +-.75(Wo)87 201.6 S(rd Splitting).75 E F0 1.143 +(The shell scans the results of parameter e)108 213.6 R 1.142 +(xpansion, command substitution, and arithmetic e)-.15 F 1.142 (xpansion that)-.15 F(did not occur within double quotes for)108 225.6 Q F2(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5 E F0(.).22 E .063 (The shell treats each character of)108 242.4 R/F3 9/Times-Bold@0 SF @@ -3266,79 +3268,79 @@ F2(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5 E F0(.).22 E .063 (nd splits the results of the other e)-2.563 F .063(xpansions into w) -.15 F(ords)-.1 E .207(using these characters as \214eld terminators.) 108 254.4 R(If)5.207 E F3(IFS)2.707 E F0 .207(is unset, or its v)2.457 F -.207(alue is e)-.25 F(xactly)-.15 E F1()2.708 E F0 -(,)A .837(the def)108 266.4 R .837(ault, then sequences of)-.1 F F1 -()3.337 E F0(,)A F1()3.337 E F0 3.337(,a)C(nd)-3.337 E F1 -()3.337 E F0 .836(at the be)3.336 F .836 -(ginning and end of the results of)-.15 F .345(the pre)108 278.4 R .345 +.207(alue is e)-.25 F(xactly)-.15 E F1()2.707 E F0 +(,)A .836(the def)108 266.4 R .836(ault, then sequences of)-.1 F F1 +()3.336 E F0(,)A F1()3.336 E F0 3.336(,a)C(nd)-3.336 E F1 +()3.336 E F0 .837(at the be)3.336 F .837 +(ginning and end of the results of)-.15 F .346(the pre)108 278.4 R .345 (vious e)-.25 F .345(xpansions are ignored, and an)-.15 F 2.845(ys)-.15 G .345(equence of)-2.845 F F3(IFS)2.845 E F0 .345 (characters not at the be)2.595 F .345(ginning or end serv)-.15 F(es) --.15 E 1.237(to delimit w)108 290.4 R 3.737(ords. If)-.1 F F3(IFS)3.737 -E F0 1.236(has a v)3.486 F 1.236(alue other than the def)-.25 F 1.236 +-.15 E 1.236(to delimit w)108 290.4 R 3.736(ords. If)-.1 F F3(IFS)3.736 +E F0 1.236(has a v)3.486 F 1.236(alue other than the def)-.25 F 1.237 (ault, then sequences of the whitespace characters)-.1 F F1(space)108 -302.4 Q F0(,)A F1(tab)2.506 E F0 2.506(,a)C(nd)-2.506 E F1(newline)2.506 -E F0 .006(are ignored at the be)2.506 F .006(ginning and end of the w) --.15 F .007(ord, as long as the whitespace charac-)-.1 F .921 +302.4 Q F0(,)A F1(tab)2.507 E F0 2.507(,a)C(nd)-2.507 E F1(newline)2.507 +E F0 .007(are ignored at the be)2.507 F .006(ginning and end of the w) +-.15 F .006(ord, as long as the whitespace charac-)-.1 F .92 (ter is in the v)108 314.4 R .92(alue of)-.25 F F3(IFS)3.42 E F0(\(an) 3.17 E F3(IFS)3.42 E F0 .92(whitespace character\).)3.17 F(An)5.92 E -3.42(yc)-.15 G .92(haracter in)-3.42 F F3(IFS)3.42 E F0 .92(that is not) -3.17 F F3(IFS)3.42 E F0(whitespace,)3.17 E .428(along with an)108 326.4 -R 2.928(ya)-.15 G(djacent)-2.928 E F3(IFS)2.928 E F0 .428 -(whitespace characters, delimits a \214eld.)2.678 F 2.928(As)5.428 G -.428(equence of)-2.928 F F3(IFS)2.928 E F0 .429(whitespace charac-)2.679 -F(ters is also treated as a delimiter)108 338.4 Q 5(.I)-.55 G 2.5(ft)-5 -G(he v)-2.5 E(alue of)-.25 E F3(IFS)2.5 E F0(is null, no w)2.25 E -(ord splitting occurs.)-.1 E 1.927(Explicit null ar)108 355.2 R 1.927 -(guments \()-.18 F F1 .833("").833 G F0(or)3.594 E F1 .833<0808>5.26 G -F0 4.427(\)a)C 1.927 +3.42(yc)-.15 G .92(haracter in)-3.42 F F3(IFS)3.42 E F0 .921 +(that is not)3.17 F F3(IFS)3.421 E F0(whitespace,)3.171 E .429 +(along with an)108 326.4 R 2.928(ya)-.15 G(djacent)-2.928 E F3(IFS)2.928 +E F0 .428(whitespace characters, delimits a \214eld.)2.678 F 2.928(As) +5.428 G .428(equence of)-2.928 F F3(IFS)2.928 E F0 .428 +(whitespace charac-)2.678 F(ters is also treated as a delimiter)108 +338.4 Q 5(.I)-.55 G 2.5(ft)-5 G(he v)-2.5 E(alue of)-.25 E F3(IFS)2.5 E +F0(is null, no w)2.25 E(ord splitting occurs.)-.1 E 1.927 +(Explicit null ar)108 355.2 R 1.927(guments \()-.18 F F1 .833("").833 G +F0(or)3.594 E F1 .833<0808>5.26 G F0 4.427(\)a)C 1.927 (re retained and passed to commands as empty strings.)-4.427 F(Unquoted) -6.927 E .484(implicit null ar)108 367.2 R .484 +6.927 E .485(implicit null ar)108 367.2 R .485 (guments, resulting from the e)-.18 F .484 -(xpansion of parameters that ha)-.15 F .785 -.15(ve n)-.2 H 2.985(ov).15 -G .485(alues, are remo)-3.235 F -.15(ve)-.15 G 2.985(d. If).15 F(a)2.985 -E 1.572(parameter with no v)108 379.2 R 1.572(alue is e)-.25 F 1.571 -(xpanded within double quotes, a null ar)-.15 F 1.571 -(gument results and is retained and)-.18 F .723 +(xpansion of parameters that ha)-.15 F .784 -.15(ve n)-.2 H 2.984(ov).15 +G .484(alues, are remo)-3.234 F -.15(ve)-.15 G 2.984(d. If).15 F(a)2.984 +E 1.571(parameter with no v)108 379.2 R 1.571(alue is e)-.25 F 1.571 +(xpanded within double quotes, a null ar)-.15 F 1.572 +(gument results and is retained and)-.18 F .724 (passed to a command as an empty string.)108 391.2 R .724 -(When a quoted null ar)5.724 F .724(gument appears as part of a w)-.18 F -.724(ord whose)-.1 F -.15(ex)108 403.2 S .176 +(When a quoted null ar)5.724 F .723(gument appears as part of a w)-.18 F +.723(ord whose)-.1 F -.15(ex)108 403.2 S .175 (pansion is non-null, the null ar).15 F .176(gument is remo)-.18 F -.15 (ve)-.15 G 2.676(d. That).15 F .176(is, the w)2.676 F(ord)-.1 E/F4 10 -/Courier@0 SF -5.1672.676 F F0(becomes)2.675 E F42.675 -E F0 .175(after w)2.675 F .175(ord split-)-.1 F(ting and null ar)108 +/Courier@0 SF -5.1672.676 F F0(becomes)2.676 E F42.676 +E F0 .176(after w)2.676 F .176(ord split-)-.1 F(ting and null ar)108 415.2 Q(gument remo)-.18 E -.25(va)-.15 G(l.).25 E(Note that if no e)108 432 Q(xpansion occurs, no splitting is performed.)-.15 E F1 -.1(Pa)87 -448.8 S(thname Expansion).1 E F0 .37(After w)108 460.8 R .37 -(ord splitting, unless the)-.1 F F12.87 E F0 .37 -(option has been set,)2.87 F F1(bash)2.87 E F0 .371(scans each w)2.871 F -.371(ord for the characters)-.1 F F1(*)2.871 E F0(,)A F1(?)2.871 E F0 -2.871(,a)C(nd)-2.871 E F1([)2.871 E F0(.)A .678 +448.8 S(thname Expansion).1 E F0 .371(After w)108 460.8 R .371 +(ord splitting, unless the)-.1 F F12.871 E F0 .371 +(option has been set,)2.871 F F1(bash)2.871 E F0 .37(scans each w)2.87 F +.37(ord for the characters)-.1 F F1(*)2.87 E F0(,)A F1(?)2.87 E F0 2.87 +(,a)C(nd)-2.87 E F1([)2.87 E F0(.)A .677 (If one of these characters appears, then the w)108 472.8 R .677 (ord is re)-.1 F -.05(ga)-.15 G .677(rded as a).05 F F2(pattern)3.177 E -F0 3.177(,a).24 G .677(nd replaced with an alphabeti-)-3.177 F .562 +F0 3.177(,a).24 G .678(nd replaced with an alphabeti-)-3.177 F .562 (cally sorted list of \214lenames matching the pattern \(see)108 484.8 R F3 -.09(Pa)3.062 G(tter).09 E 2.812(nM)-.135 G(atching)-2.812 E F0(belo) -2.812 E 3.062(w\). If)-.25 F .562(no matching \214lenames)3.062 F .009 -(are found, and the shell option)108 496.8 R F1(nullglob)2.509 E F0 .008 -(is not enabled, the w)2.509 F .008(ord is left unchanged.)-.1 F .008 -(If the)5.008 F F1(nullglob)2.508 E F0 .008(option is)2.508 F .442 -(set, and no matches are found, the w)108 508.8 R .442(ord is remo)-.1 F --.15(ve)-.15 G 2.942(d. If).15 F(the)2.943 E F1(failglob)2.943 E F0 .443 -(shell option is set, and no matches are)2.943 F 1.38 +2.812 E 3.062(w\). If)-.25 F .561(no matching \214lenames)3.061 F .008 +(are found, and the shell option)108 496.8 R F1(nullglob)2.508 E F0 .008 +(is not enabled, the w)2.508 F .009(ord is left unchanged.)-.1 F .009 +(If the)5.009 F F1(nullglob)2.509 E F0 .009(option is)2.509 F .443 +(set, and no matches are found, the w)108 508.8 R .443(ord is remo)-.1 F +-.15(ve)-.15 G 2.943(d. If).15 F(the)2.942 E F1(failglob)2.942 E F0 .442 +(shell option is set, and no matches are)2.942 F 1.38 (found, an error message is printed and the command is not e)108 520.8 R -.15(xe)-.15 G 3.88(cuted. If).15 F 1.38(the shell option)3.88 F F1 -(nocaseglob)3.88 E F0(is)3.88 E .103 +(nocaseglob)3.88 E F0(is)3.88 E .104 (enabled, the match is performed without re)108 532.8 R -.05(ga)-.15 G -.104(rd to the case of alphabetic characters.).05 F .104 -(When a pattern is used)5.104 F .378(for pathname e)108 544.8 R .378 +.104(rd to the case of alphabetic characters.).05 F .103 +(When a pattern is used)5.103 F .377(for pathname e)108 544.8 R .377 (xpansion, the character)-.15 F F1 -.63(``)2.878 G -.55(.').63 G(')-.08 -E F0 .378(at the start of a name or immediately follo)5.378 F .377 -(wing a slash must be)-.25 F 1.353(matched e)108 556.8 R(xplicitly)-.15 -E 3.853(,u)-.65 G 1.353(nless the shell option)-3.853 F F1(dotglob)3.854 +E F0 .378(at the start of a name or immediately follo)5.378 F .378 +(wing a slash must be)-.25 F 1.354(matched e)108 556.8 R(xplicitly)-.15 +E 3.854(,u)-.65 G 1.354(nless the shell option)-3.854 F F1(dotglob)3.854 E F0 1.354(is set.)3.854 F 1.354(The \214lenames)6.354 F F1 -.63(``) -3.854 G -.55(.').63 G(')-.08 E F0(and)6.354 E F1 -.63(``)3.854 G(..).63 -E -.63('')-.55 G F0 1.354(must al)6.984 F -.1(wa)-.1 G 1.354(ys be).1 F +3.854 G -.55(.').63 G(')-.08 E F0(and)6.354 E F1 -.63(``)3.853 G(..).63 +E -.63('')-.55 G F0 1.353(must al)6.983 F -.1(wa)-.1 G 1.353(ys be).1 F .425(matched e)108 568.8 R(xplicitly)-.15 E 2.925(,e)-.65 G -.15(ve) -3.175 G 2.925(ni).15 G(f)-2.925 E F1(dotglob)2.925 E F0 .425(is set.) 2.925 F .425(When matching a pathname, the slash character must al)5.425 @@ -3346,40 +3348,40 @@ F -.1(wa)-.1 G .425(ys be).1 F .56(matched e)108 580.8 R(xplicitly)-.15 E 5.56(.I)-.65 G 3.06(no)-5.56 G .56(ther cases, the)-3.06 F F1 -.63(``) 3.06 G -.55(.').63 G(')-.08 E F0 .56(character is not treated specially) 5.56 F 5.56(.S)-.65 G .56(ee the description of)-5.56 F F1(shopt)3.06 E -F0(belo)108 592.8 Q 3.596(wu)-.25 G(nder)-3.596 E F3 1.096(SHELL B)3.596 +F0(belo)108 592.8 Q 3.595(wu)-.25 G(nder)-3.595 E F3 1.096(SHELL B)3.595 F(UIL)-.09 E 1.096(TIN COMMANDS)-.828 F F0 1.096 (for a description of the)3.346 F F1(nocaseglob)3.596 E F0(,)A F1 -(nullglob)3.596 E F0(,)A F1(failglob)3.595 E F0 3.595(,a)C(nd)-3.595 E +(nullglob)3.596 E F0(,)A F1(failglob)3.596 E F0 3.596(,a)C(nd)-3.596 E F1(dotglob)108 604.8 Q F0(shell options.)2.5 E(The)108 621.6 Q F3 -(GLOBIGNORE)2.63 E F0 .13(shell v)2.38 F .131 +(GLOBIGNORE)2.631 E F0 .131(shell v)2.381 F .131 (ariable may be used to restrict the set of \214le names matching a)-.25 -F F2(pattern)2.631 E F0 5.131(.I).24 G(f)-5.131 E F3(GLO-)2.631 E -(BIGNORE)108 633.6 Q F0 2.015(is set, each matching \214le name that al\ -so matches one of the patterns in)4.265 F F3(GLOBIGNORE)4.515 E F0(is) -4.264 E(remo)108 645.6 Q -.15(ve)-.15 G 3.914(df).15 G 1.414 -(rom the list of matches.)-3.914 F 1.415(If the)6.415 F F1(nocaseglob) -3.915 E F0 1.415(option is set, the matching ag)3.915 F 1.415 -(ainst the patterns in)-.05 F F3(GLOBIGNORE)108 657.6 Q F0 .147 -(is performed without re)2.397 F -.05(ga)-.15 G .147(rd to case.).05 F +F F2(pattern)2.63 E F0 5.13(.I).24 G(f)-5.13 E F3(GLO-)2.63 E(BIGNORE) +108 633.6 Q F0 2.015(is set, each matching \214le name that also matche\ +s one of the patterns in)4.264 F F3(GLOBIGNORE)4.515 E F0(is)4.265 E +(remo)108 645.6 Q -.15(ve)-.15 G 3.915(df).15 G 1.415 +(rom the list of matches.)-3.915 F 1.415(If the)6.415 F F1(nocaseglob) +3.915 E F0 1.415(option is set, the matching ag)3.915 F 1.414 +(ainst the patterns in)-.05 F F3(GLOBIGNORE)108 657.6 Q F0 .146 +(is performed without re)2.396 F -.05(ga)-.15 G .146(rd to case.).05 F .146(The \214lenames)5.146 F F1 -.63(``)2.646 G -.55(.').63 G(')-.08 E -F0(and)5.146 E F1 -.63(``)2.646 G(..).63 E -.63('')-.55 G F0 .146 -(are al)5.776 F -.1(wa)-.1 G .146(ys ignored when).1 F F3(GLOBIGNORE)108 +F0(and)5.147 E F1 -.63(``)2.647 G(..).63 E -.63('')-.55 G F0 .147 +(are al)5.777 F -.1(wa)-.1 G .147(ys ignored when).1 F F3(GLOBIGNORE)108 669.6 Q F0 .827(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15 (ve)-.25 G 1.627 -.4(r, s).15 H(etting).4 E F3(GLOBIGNORE)3.327 E F0 .827(to a non-null v)3.077 F .827(alue has the ef)-.25 F .827(fect of) --.25 F .683(enabling the)108 681.6 R F1(dotglob)3.183 E F0 .682 -(shell option, so all other \214lenames be)3.183 F .682(ginning with a) +-.25 F .682(enabling the)108 681.6 R F1(dotglob)3.182 E F0 .682 +(shell option, so all other \214lenames be)3.182 F .682(ginning with a) -.15 F F1 -.63(``)3.182 G -.55(.').63 G(')-.08 E F0 .682(will match.) -5.682 F 2.282 -.8(To g)5.682 H .682(et the old).8 F(beha)108 693.6 Q -1.184(vior of ignoring \214lenames be)-.2 F 1.184(ginning with a)-.15 F +5.682 F 2.283 -.8(To g)5.683 H .683(et the old).8 F(beha)108 693.6 Q +1.185(vior of ignoring \214lenames be)-.2 F 1.185(ginning with a)-.15 F F1 -.63(``)3.684 G -.55(.').63 G(')-.08 E F0 3.684(,m)C(ak)-3.684 E(e) --.1 E F1 -.63(``)3.684 G(.*').63 E(')-.63 E F0 1.185 -(one of the patterns in)6.185 F F3(GLOBIGNORE)3.685 E/F5 9/Times-Roman@0 -SF(.)A F0(The)108 705.6 Q F1(dotglob)3.132 E F0 .632 -(option is disabled when)3.132 F F3(GLOBIGNORE)3.132 E F0 .632 -(is unset.)2.882 F .631(The pattern matching honors the setting of)5.632 +-.1 E F1 -.63(``)3.684 G(.*').63 E(')-.63 E F0 1.184 +(one of the patterns in)6.184 F F3(GLOBIGNORE)3.684 E/F5 9/Times-Roman@0 +SF(.)A F0(The)108 705.6 Q F1(dotglob)3.131 E F0 .631 +(option is disabled when)3.131 F F3(GLOBIGNORE)3.132 E F0 .632 +(is unset.)2.882 F .632(The pattern matching honors the setting of)5.632 F(the)108 717.6 Q F1(extglob)2.5 E F0(shell option.)2.5 E(GNU Bash 4.4) -72 768 Q(2017 March 22)144.29 E(25)193.45 E 0 Cg EP +72 768 Q(2017 June 23)148.175 E(25)197.335 E 0 Cg EP %%Page: 26 26 %%BeginPageSetup BP @@ -3396,10 +3398,10 @@ than the special pattern characters described belo)-3.138 F 1.938 -.65 (The special pattern characters must be quoted if the)5.576 F 3.076(ya) -.15 G(re)-3.076 E(to be matched literally)108 136.8 Q(.)-.65 E (The special pattern characters ha)108 153.6 Q .3 -.15(ve t)-.2 H -(he follo).15 E(wing meanings:)-.25 E F1(*)144 170.4 Q F0 .377 -(Matches an)180 170.4 R 2.877(ys)-.15 G .376 -(tring, including the null string.)-2.877 F .376(When the)5.376 F F1 -(globstar)2.876 E F0 .376(shell option is enabled,)2.876 F(and)180 182.4 +(he follo).15 E(wing meanings:)-.25 E F1(*)144 170.4 Q F0 .376 +(Matches an)180 170.4 R 2.876(ys)-.15 G .376 +(tring, including the null string.)-2.876 F .376(When the)5.376 F F1 +(globstar)2.876 E F0 .377(shell option is enabled,)2.876 F(and)180 182.4 Q F1(*)3.275 E F0 .775(is used in a pathname e)3.275 F .775 (xpansion conte)-.15 F .775(xt, tw)-.15 F 3.275(oa)-.1 G(djacent)-3.275 E F1(*)3.275 E F0 3.275(su)C .775(sed as a single pattern)-3.275 F 1.058 @@ -3408,60 +3410,61 @@ E F1(*)3.275 E F0 3.275(su)C .775(sed as a single pattern)-3.275 F 1.058 F0(,)A(tw)180 206.4 Q 2.5(oa)-.1 G(djacent)-2.5 E F1(*)2.5 E F0 2.5(sw)C (ill match only directories and subdirectories.)-2.5 E F1(?)144 218.4 Q F0(Matches an)180 218.4 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E -F1([...])144 230.4 Q F0 .578(Matches an)180 230.4 R 3.078(yo)-.15 G .578 -(ne of the enclosed characters.)-3.078 F 3.079(Ap)5.579 G .579 -(air of characters separated by a h)-3.079 F(yphen)-.05 E .685 -(denotes a)180 242.4 R/F2 10/Times-Italic@0 SF -.15(ra)3.185 G(ng).15 E +F1([...])144 230.4 Q F0 .579(Matches an)180 230.4 R 3.079(yo)-.15 G .579 +(ne of the enclosed characters.)-3.079 F 3.079(Ap)5.579 G .578 +(air of characters separated by a h)-3.079 F(yphen)-.05 E .684 +(denotes a)180 242.4 R/F2 10/Times-Italic@0 SF -.15(ra)3.184 G(ng).15 E 3.184(ee)-.1 G(xpr)-3.384 E(ession)-.37 E F0 3.184(;a)C .984 -.15(ny c) -3.184 H .684(haracter that f).15 F .684(alls between those tw)-.1 F -3.184(oc)-.1 G .684(haracters, inclu-)-3.184 F(si)180 254.4 Q -.15(ve) --.25 G 3.712(,u).15 G 1.212(sing the current locale')-3.712 F 3.712(sc) +3.185(oc)-.1 G .685(haracters, inclu-)-3.185 F(si)180 254.4 Q -.15(ve) +-.25 G 3.713(,u).15 G 1.213(sing the current locale')-3.713 F 3.712(sc) -.55 G 1.212(ollating sequence and character set, is matched.)-3.712 F -1.213(If the)6.213 F 1.124(\214rst character follo)180 266.4 R 1.124 -(wing the)-.25 F F1([)3.624 E F0 1.124(is a)3.624 F F1(!)3.624 E F0 -1.124(or a)6.124 F F1(^)3.623 E F0 1.123(then an)3.623 F 3.623(yc)-.15 G -1.123(haracter not enclosed is matched.)-3.623 F .894 -(The sorting order of characters in range e)180 278.4 R .895 -(xpressions is determined by the current locale)-.15 F .376(and the v) -180 290.4 R .376(alues of the)-.25 F/F3 9/Times-Bold@0 SF(LC_COLLA)2.875 +1.212(If the)6.212 F 1.123(\214rst character follo)180 266.4 R 1.123 +(wing the)-.25 F F1([)3.623 E F0 1.123(is a)3.623 F F1(!)3.623 E F0 +1.124(or a)6.123 F F1(^)3.624 E F0 1.124(then an)3.624 F 3.624(yc)-.15 G +1.124(haracter not enclosed is matched.)-3.624 F .895 +(The sorting order of characters in range e)180 278.4 R .894 +(xpressions is determined by the current locale)-.15 F .375(and the v) +180 290.4 R .375(alues of the)-.25 F/F3 9/Times-Bold@0 SF(LC_COLLA)2.875 E(TE)-.855 E F0(or)2.625 E F3(LC_ALL)2.875 E F0 .375(shell v)2.625 F -.375(ariables, if set.)-.25 F 1.975 -.8(To o)5.375 H .375 -(btain the tra-).8 F .067(ditional interpretation of range e)180 302.4 R -.067(xpressions, where)-.15 F F1([a\255d])2.567 E F0 .068(is equi)2.568 -F -.25(va)-.25 G .068(lent to).25 F F1([abcd])2.568 E F0 2.568(,s)C .068 -(et v)-2.568 F(alue)-.25 E .157(of the)180 314.4 R F1(LC_ALL)2.657 E F0 -.157(shell v)2.657 F .157(ariable to)-.25 F F1(C)2.657 E F0 2.657(,o)C +.375(ariables, if set.)-.25 F 1.976 -.8(To o)5.376 H .376 +(btain the tra-).8 F .068(ditional interpretation of range e)180 302.4 R +.068(xpressions, where)-.15 F F1([a\255d])2.568 E F0 .067(is equi)2.567 +F -.25(va)-.25 G .067(lent to).25 F F1([abcd])2.567 E F0 2.567(,s)C .067 +(et v)-2.567 F(alue)-.25 E .156(of the)180 314.4 R F1(LC_ALL)2.656 E F0 +.156(shell v)2.656 F .156(ariable to)-.25 F F1(C)2.657 E F0 2.657(,o)C 2.657(re)-2.657 G .157(nable the)-2.657 F F1(globasciiranges)2.657 E F0 -.156(shell option.)2.656 F(A)5.156 E F12.656 E F0(may)2.656 E .193(\ +.157(shell option.)2.657 F(A)5.157 E F12.657 E F0(may)2.657 E .193(\ be matched by including it as the \214rst or last character in the set.) -180 326.4 R(A)5.193 E F1(])2.693 E F0 .194(may be matched by)2.693 F +180 326.4 R(A)5.193 E F1(])2.693 E F0 .193(may be matched by)2.693 F (including it as the \214rst character in the set.)180 338.4 Q -.4(Wi) -180 356.4 S(thin).4 E F1([)3.071 E F0(and)3.071 E F1(])3.071 E F0(,)A F2 --.15(ch)3.071 G(ar).15 E .571(acter classes)-.15 F F0 .571 -(can be speci\214ed using the syntax)3.071 F F1([:)3.07 E F2(class)A F1 -(:])A F0 3.07(,w)C(here)-3.07 E F2(class)3.07 E F0(is one of the follo) -180 368.4 Q(wing classes de\214ned in the POSIX standard:)-.25 E F1 -8.173(alnum alpha ascii blank cntrl digit graph lo)180 380.4 R 8.173 +180 356.4 S(thin).4 E F1([)3.07 E F0(and)3.07 E F1(])3.07 E F0(,)A F2 +-.15(ch)3.07 G(ar).15 E .571(acter classes)-.15 F F0 .571 +(can be speci\214ed using the syntax)3.071 F F1([:)3.071 E F2(class)A F1 +(:])A F0 3.071(,w)C(here)-3.071 E F2(class)3.071 E F0 +(is one of the follo)180 368.4 Q +(wing classes de\214ned in the POSIX standard:)-.25 E F1 8.173 +(alnum alpha ascii blank cntrl digit graph lo)180 380.4 R 8.173 (wer print punct space)-.1 F 5(upper w)180 392.4 R 5(ord xdigit)-.1 F F0 -4.29(Ac)180 404.4 S 1.789(haracter class matches an)-4.29 F 4.289(yc) +4.289(Ac)180 404.4 S 1.789(haracter class matches an)-4.289 F 4.289(yc) -.15 G 1.789(haracter belonging to that class.)-4.289 F(The)6.789 E F1 --.1(wo)4.289 G(rd).1 E F0(character)4.289 E +-.1(wo)4.29 G(rd).1 E F0(character)4.29 E (class matches letters, digits, and the character _.)180 416.4 Q -.4(Wi) -180 434.4 S(thin).4 E F1([)4.536 E F0(and)4.536 E F1(])4.536 E F0 4.536 -(,a)C(n)-4.536 E F2 2.036(equivalence class)4.536 F F0 2.037 -(can be speci\214ed using the syntax)4.536 F F1([=)4.537 E F2(c)A F1(=]) -A F0 4.537(,w)C(hich)-4.537 E .125(matches all characters with the same\ +180 434.4 S(thin).4 E F1([)4.537 E F0(and)4.537 E F1(])4.537 E F0 4.537 +(,a)C(n)-4.537 E F2 2.037(equivalence class)4.537 F F0 2.036 +(can be speci\214ed using the syntax)4.536 F F1([=)4.536 E F2(c)A F1(=]) +A F0 4.536(,w)C(hich)-4.536 E .125(matches all characters with the same\ collation weight \(as de\214ned by the current locale\) as)180 446.4 R (the character)180 458.4 Q F2(c)2.5 E F0(.)A -.4(Wi)180 476.4 S(thin).4 E F1([)2.5 E F0(and)2.5 E F1(])2.5 E F0 2.5(,t)C(he syntax)-2.5 E F1([.) 2.5 E F2(symbol)A F1(.])A F0(matches the collating symbol)2.5 E F2 -(symbol)2.5 E F0(.)A .704(If the)108 493.2 R F1(extglob)3.204 E F0 .705 -(shell option is enabled using the)3.204 F F1(shopt)3.205 E F0 -.2(bu) -3.205 G .705(iltin, se).2 F -.15(ve)-.25 G .705(ral e).15 F .705 -(xtended pattern matching operators)-.15 F .256(are recognized.)108 -505.2 R .256(In the follo)5.256 F .256(wing description, a)-.25 F F2 +(symbol)2.5 E F0(.)A .705(If the)108 493.2 R F1(extglob)3.205 E F0 .705 +(shell option is enabled using the)3.205 F F1(shopt)3.205 E F0 -.2(bu) +3.205 G .704(iltin, se).2 F -.15(ve)-.25 G .704(ral e).15 F .704 +(xtended pattern matching operators)-.15 F .255(are recognized.)108 +505.2 R .255(In the follo)5.255 F .255(wing description, a)-.25 F F2 (pattern-list)2.755 E F0 .255 -(is a list of one or more patterns separated by a)2.755 F F1(|)2.755 E +(is a list of one or more patterns separated by a)2.755 F F1(|)2.756 E F0(.)A(Composite patterns may be formed using one or more of the follo) 108 517.2 Q(wing sub-patterns:)-.25 E F1(?\()144 541.2 Q F2 (pattern-list).833 E F1(\)).833 E F0 @@ -3475,20 +3478,20 @@ F0(.)A(Composite patterns may be formed using one or more of the follo) (\)).833 E F0(Matches one of the gi)180 625.2 Q -.15(ve)-.25 G 2.5(np) .15 G(atterns)-2.5 E F1(!\()144 637.2 Q F2(pattern-list).833 E F1(\)) .833 E F0(Matches an)180 649.2 Q(ything e)-.15 E(xcept one of the gi) --.15 E -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E .968(Complicated e)108 -666 R .968(xtended pattern matching ag)-.15 F .968 -(ainst long strings is slo)-.05 F 2.269 -.65(w, e)-.25 H .969 +-.15 E -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E .969(Complicated e)108 +666 R .969(xtended pattern matching ag)-.15 F .969 +(ainst long strings is slo)-.05 F 2.268 -.65(w, e)-.25 H .968 (specially when the patterns contain).65 F 1.23 (alternations and the strings contain multiple matches.)108 678 R 1.23 (Using separate matches ag)6.23 F 1.23(ainst shorter strings, or)-.05 F (using arrays of strings instead of a single long string, may be f)108 690 Q(aster)-.1 E(.)-.55 E F1(Quote Remo)87 706.8 Q -.1(va)-.1 G(l).1 E -F0 1.112(After the preceding e)108 718.8 R 1.112 +F0 1.113(After the preceding e)108 718.8 R 1.113 (xpansions, all unquoted occurrences of the characters)-.15 F F1(\\) -3.613 E F0(,)A F1<08>3.613 E F0 3.613(,a)C(nd)-3.613 E F1(")4.446 E F0 -1.113(that did not result)4.446 F(from one of the abo)108 730.8 Q .3 +3.613 E F0(,)A F1<08>3.612 E F0 3.612(,a)C(nd)-3.612 E F1(")4.445 E F0 +1.112(that did not result)4.445 F(from one of the abo)108 730.8 Q .3 -.15(ve ex)-.15 H(pansions are remo).15 E -.15(ve)-.15 G(d.).15 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(26)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(26)197.335 E 0 Cg EP %%Page: 27 27 %%BeginPageSetup BP @@ -3500,47 +3503,46 @@ BP /Times-Italic@0 SF -.37(re)3.045 G(dir).37 E(ected)-.37 E F0 .545 (using a special notation interpreted)3.815 F .405(by the shell.)108 108 R .405(Redirection allo)5.405 F .405(ws commands' \214le handles to be \ -duplicated, opened, closed, made to refer to)-.25 F(dif)108 120 Q 1.02(\ -ferent \214les, and can change the \214les the command reads from and w\ -rites to.)-.25 F 1.019(Redirection may also be)6.019 F .215 +duplicated, opened, closed, made to refer to)-.25 F(dif)108 120 Q 1.019 +(ferent \214les, and can change the \214les the command reads from and \ +writes to.)-.25 F 1.02(Redirection may also be)6.02 F .215 (used to modify \214le handles in the current shell e)108 132 R -.15(xe) -.15 G .215(cution en).15 F 2.715(vironment. The)-.4 F(follo)2.715 E -.215(wing redirection operators)-.25 F .876(may precede or appear an)108 -144 R .876(ywhere within a)-.15 F F2 .875(simple command)3.715 F F0 .875 -(or may follo)4.145 F 3.375(wa)-.25 G F2(command)A F0 5.875(.R).77 G -.875(edirections are)-5.875 F(processed in the order the)108 156 Q 2.5 +.215(wing redirection operators)-.25 F .875(may precede or appear an)108 +144 R .875(ywhere within a)-.15 F F2 .875(simple command)3.715 F F0 .875 +(or may follo)4.145 F 3.376(wa)-.25 G F2(command)A F0 5.876(.R).77 G +.876(edirections are)-5.876 F(processed in the order the)108 156 Q 2.5 (ya)-.15 G(ppear)-2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .771(Eac\ h redirection that may be preceded by a \214le descriptor number may in\ -stead be preceded by a w)108 172.8 R .772(ord of)-.1 F .293(the form {) +stead be preceded by a w)108 172.8 R .771(ord of)-.1 F .292(the form {) 108 184.8 R F2(varname)A F0 2.793(}. In)B .293 (this case, for each redirection operator e)2.793 F .293 -(xcept >&- and <&-, the shell will allocate)-.15 F 3.179<618c>108 196.8 -S .679(le descriptor greater than or equal to 10 and assign it to)-3.179 -F F2(varname)3.179 E F0 5.679(.I)C 3.179(f>)-5.679 G .679 +(xcept >&- and <&-, the shell will allocate)-.15 F 3.18<618c>108 196.8 S +.679(le descriptor greater than or equal to 10 and assign it to)-3.18 F +F2(varname)3.179 E F0 5.679(.I)C 3.179(f>)-5.679 G .679 (&- or <&- is preceded by {)-3.179 F F2(var)A(-)-.2 E(name)108 208.8 Q -F0 .6(}, the v)B .6(alue of)-.25 F F2(varname)3.1 E F0 .599 -(de\214nes the \214le descriptor to close.)3.1 F .599(If {)5.599 F F2 -(varname)A F0 3.099(}i)C 3.099(ss)-3.099 G .599 -(upplied, the redirection)-3.099 F 1.238(persists be)108 220.8 R 1.238 -(yond the scope of the command, allo)-.15 F 1.238 -(wing the shell programmer to manage the \214le descriptor)-.25 F -(himself.)108 232.8 Q .284(In the follo)108 249.6 R .283(wing descripti\ -ons, if the \214le descriptor number is omitted, and the \214rst charac\ -ter of the redirect-)-.25 F .512(ion operator is)108 261.6 R/F3 10 +F0 .599(}, the v)B .599(alue of)-.25 F F2(varname)3.099 E F0 .599 +(de\214nes the \214le descriptor to close.)3.099 F .6(If {)5.6 F F2 +(varname)A F0 3.1(}i)C 3.1(ss)-3.1 G .6(upplied, the redirection)-3.1 F +1.238(persists be)108 220.8 R 1.238(yond the scope of the command, allo) +-.15 F 1.238(wing the shell programmer to manage the \214le descriptor) +-.25 F(himself.)108 232.8 Q .283(In the follo)108 249.6 R .284(wing des\ +criptions, if the \214le descriptor number is omitted, and the \214rst \ +character of the redirect-)-.25 F .513(ion operator is)108 261.6 R/F3 10 /Times-Bold@0 SF(<)3.012 E F0 3.012(,t)C .512 (he redirection refers to the standard input \(\214le descriptor 0\).) -3.012 F .512(If the \214rst character of the)5.512 F (redirection operator is)108 273.6 Q F3(>)2.5 E F0 2.5(,t)C (he redirection refers to the standard output \(\214le descriptor 1\).) --2.5 E .825(The w)108 290.4 R .825(ord follo)-.1 F .824 -(wing the redirection operator in the follo)-.25 F .824 -(wing descriptions, unless otherwise noted, is sub-)-.25 F .462 -(jected to brace e)108 302.4 R .462(xpansion, tilde e)-.15 F .463 -(xpansion, parameter and v)-.15 F .463(ariable e)-.25 F .463 -(xpansion, command substitution, arith-)-.15 F .867(metic e)108 314.4 R -.867(xpansion, quote remo)-.15 F -.25(va)-.15 G .867(l, pathname e).25 F +-2.5 E .824(The w)108 290.4 R .824(ord follo)-.1 F .824 +(wing the redirection operator in the follo)-.25 F .825 +(wing descriptions, unless otherwise noted, is sub-)-.25 F .463 +(jected to brace e)108 302.4 R .463(xpansion, tilde e)-.15 F .462 +(xpansion, parameter and v)-.15 F .462(ariable e)-.25 F .462 +(xpansion, command substitution, arith-)-.15 F .866(metic e)108 314.4 R +.866(xpansion, quote remo)-.15 F -.25(va)-.15 G .866(l, pathname e).25 F .867(xpansion, and w)-.15 F .867(ord splitting.)-.1 F .867(If it e)5.867 -F .866(xpands to more than one)-.15 F -.1(wo)108 326.4 S(rd,).1 E F3 +F .867(xpands to more than one)-.15 F -.1(wo)108 326.4 S(rd,).1 E F3 (bash)2.5 E F0(reports an error)2.5 E(.)-.55 E (Note that the order of redirections is signi\214cant.)108 343.2 Q -.15 (Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 360 Q F3(>)2.5 E @@ -3552,12 +3554,12 @@ Q F2(dirlist)2.5 E F0 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144 E F0 3.027(,b).68 G .527(ecause the standard error w)-3.027 F .527 (as duplicated from the standard)-.1 F (output before the standard output w)108 422.4 Q(as redirected to)-.1 E -F2(dirlist)2.5 E F0(.).68 E F3(Bash)108 439.2 Q F0 .599(handles se)3.099 -F -.15(ve)-.25 G .599(ral \214lenames specially when the).15 F 3.099(ya) --.15 G .598(re used in redirections, as described in the follo)-3.099 F -(wing)-.25 E 3.477(table. If)108 451.2 R .977 -(the operating system on which)3.477 F F3(bash)3.478 E F0 .978 -(is running pro)3.478 F .978 +F2(dirlist)2.5 E F0(.).68 E F3(Bash)108 439.2 Q F0 .598(handles se)3.098 +F -.15(ve)-.25 G .598(ral \214lenames specially when the).15 F 3.099(ya) +-.15 G .599(re used in redirections, as described in the follo)-3.099 F +(wing)-.25 E 3.478(table. If)108 451.2 R .978 +(the operating system on which)3.478 F F3(bash)3.478 E F0 .978 +(is running pro)3.478 F .977 (vides these special \214les, bash will use them;)-.15 F (otherwise it will emulate them internally with the beha)108 463.2 Q (vior described belo)-.2 E -.65(w.)-.25 G F3(/de)144 480 Q(v/fd/)-.15 E @@ -3568,21 +3570,21 @@ F2(fd)A F0(If)180 492 Q F2(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E -.15 E F0(File descriptor 1 is duplicated.)180 540 Q F3(/de)144 552 Q (v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 564 Q F3(/de) 144 576 Q(v/tcp/)-.15 E F2(host)A F3(/)A F2(port)A F0(If)180 588 Q F2 -(host)2.997 E F0 .497(is a v)2.997 F .497 -(alid hostname or Internet address, and)-.25 F F2(port)2.996 E F0 .496 -(is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E +(host)2.996 E F0 .496(is a v)2.996 F .496 +(alid hostname or Internet address, and)-.25 F F2(port)2.997 E F0 .497 +(is an inte)2.997 F .497(ger port number or ser)-.15 F(-)-.2 E (vice name,)180 600 Q F3(bash)2.5 E F0 (attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E F3(/de)144 612 Q(v/udp/)-.15 E F2(host)A F3(/)A F2(port)A F0(If)180 624 Q F2(host) -2.996 E F0 .496(is a v)2.996 F .496 -(alid hostname or Internet address, and)-.25 F F2(port)2.997 E F0 .497 -(is an inte)2.997 F .497(ger port number or ser)-.15 F(-)-.2 E +2.997 E F0 .497(is a v)2.997 F .497 +(alid hostname or Internet address, and)-.25 F F2(port)2.996 E F0 .496 +(is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E (vice name,)180 636 Q F3(bash)2.5 E F0 (attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af)108 652.8 S(ailure to open or create a \214le causes the redirection to f) --2.6 E(ail.)-.1 E .947(Redirections using \214le descriptors greater th\ -an 9 should be used with care, as the)108 669.6 R 3.446(ym)-.15 G .946 -(ay con\215ict with \214le)-3.446 F +-2.6 E(ail.)-.1 E .946(Redirections using \214le descriptors greater th\ +an 9 should be used with care, as the)108 669.6 R 3.447(ym)-.15 G .947 +(ay con\215ict with \214le)-3.447 F (descriptors the shell uses internally)108 681.6 Q(.)-.65 E F3(Redir)87 698.4 Q(ecting Input)-.18 E F0 .391 (Redirection of input causes the \214le whose name results from the e) @@ -3590,8 +3592,8 @@ an 9 should be used with care, as the)108 669.6 R 3.446(ym)-.15 G .946 (to be opened for read-)3.661 F(ing on \214le descriptor)108 722.4 Q F2 (n)2.5 E F0 2.5(,o).24 G 2.5(rt)-2.5 G (he standard input \(\214le descriptor 0\) if)-2.5 E F2(n)2.86 E F0 -(is not speci\214ed.)2.74 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E -(27)193.45 E 0 Cg EP +(is not speci\214ed.)2.74 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E +(27)197.335 E 0 Cg EP %%Page: 28 28 %%BeginPageSetup BP @@ -3600,42 +3602,42 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E (The general format for redirecting input is:)108 84 Q([)144 100.8 Q/F1 10/Times-Italic@0 SF(n)A F0(])A/F2 10/Times-Bold@0 SF(<)A F1(wor)A(d) --.37 E F2(Redir)87 117.6 Q(ecting Output)-.18 E F0 .175 +-.37 E F2(Redir)87 117.6 Q(ecting Output)-.18 E F0 .174 (Redirection of output causes the \214le whose name results from the e) -108 129.6 R .174(xpansion of)-.15 F F1(wor)3.014 E(d)-.37 E F0 .174 -(to be opened for writ-)3.444 F .824(ing on \214le descriptor)108 141.6 -R F1(n)3.324 E F0 3.324(,o).24 G 3.324(rt)-3.324 G .824 -(he standard output \(\214le descriptor 1\) if)-3.324 F F1(n)3.684 E F0 -.824(is not speci\214ed.)3.564 F .825(If the \214le does not)5.825 F +108 129.6 R .175(xpansion of)-.15 F F1(wor)3.015 E(d)-.37 E F0 .175 +(to be opened for writ-)3.445 F .825(ing on \214le descriptor)108 141.6 +R F1(n)3.325 E F0 3.325(,o).24 G 3.325(rt)-3.325 G .824 +(he standard output \(\214le descriptor 1\) if)-3.325 F F1(n)3.684 E F0 +.824(is not speci\214ed.)3.564 F .824(If the \214le does not)5.824 F -.15(ex)108 153.6 S(ist it is created; if it does e).15 E (xist it is truncated to zero size.)-.15 E (The general format for redirecting output is:)108 170.4 Q([)144 187.2 Q -F1(n)A F0(])A F2(>)A F1(wor)A(d)-.37 E F0 .155 -(If the redirection operator is)108 204 R F2(>)2.655 E F0 2.655(,a)C -.155(nd the)-2.655 F F2(noclob)2.655 E(ber)-.1 E F0 .154(option to the) -2.654 F F2(set)2.654 E F0 -.2(bu)2.654 G .154 -(iltin has been enabled, the redirection).2 F .657(will f)108 216 R .657 +F1(n)A F0(])A F2(>)A F1(wor)A(d)-.37 E F0 .154 +(If the redirection operator is)108 204 R F2(>)2.654 E F0 2.654(,a)C +.154(nd the)-2.654 F F2(noclob)2.654 E(ber)-.1 E F0 .154(option to the) +2.654 F F2(set)2.655 E F0 -.2(bu)2.655 G .155 +(iltin has been enabled, the redirection).2 F .658(will f)108 216 R .658 (ail if the \214le whose name results from the e)-.1 F .658(xpansion of) --.15 F F1(wor)3.158 E(d)-.37 E F0 -.15(ex)3.158 G .658(ists and is a re) -.15 F .658(gular \214le.)-.15 F .658(If the redi-)5.658 F .409 +-.15 F F1(wor)3.158 E(d)-.37 E F0 -.15(ex)3.158 G .657(ists and is a re) +.15 F .657(gular \214le.)-.15 F .657(If the redi-)5.657 F .408 (rection operator is)108 228 R F2(>|)2.909 E F0 2.909(,o)C 2.909(rt) -2.909 G .409(he redirection operator is)-2.909 F F2(>)2.909 E F0 .409 (and the)2.909 F F2(noclob)2.909 E(ber)-.1 E F0 .409(option to the)2.909 -F F2(set)2.909 E F0 -.2(bu)2.908 G .408(iltin command).2 F +F F2(set)2.909 E F0 -.2(bu)2.909 G .409(iltin command).2 F (is not enabled, the redirection is attempted e)108 240 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by)-2.5 E F1(wor)2.5 E(d)-.37 E F0 -.15(ex)2.5 G(ists.).15 E F2 -.25(Ap)87 256.8 S(pending Redir).25 E -(ected Output)-.18 E F0 .641(Redirection of output in this f)108 268.8 R -.642(ashion causes the \214le whose name results from the e)-.1 F .642 -(xpansion of)-.15 F F1(wor)3.482 E(d)-.37 E F0 .642(to be)3.912 F .474 -(opened for appending on \214le descriptor)108 280.8 R F1(n)2.974 E F0 +(ected Output)-.18 E F0 .642(Redirection of output in this f)108 268.8 R +.642(ashion causes the \214le whose name results from the e)-.1 F .641 +(xpansion of)-.15 F F1(wor)3.481 E(d)-.37 E F0 .641(to be)3.911 F .473 +(opened for appending on \214le descriptor)108 280.8 R F1(n)2.973 E F0 2.974(,o).24 G 2.974(rt)-2.974 G .474 -(he standard output \(\214le descriptor 1\) if)-2.974 F F1(n)3.333 E F0 -.473(is not speci\214ed.)3.213 F(If)5.473 E(the \214le does not e)108 +(he standard output \(\214le descriptor 1\) if)-2.974 F F1(n)3.334 E F0 +.474(is not speci\214ed.)3.214 F(If)5.474 E(the \214le does not e)108 292.8 Q(xist it is created.)-.15 E (The general format for appending output is:)108 309.6 Q([)144 326.4 Q F1(n)A F0(])A F2(>>)A F1(wor)A(d)-.37 E F2(Redir)87 343.2 Q -(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F0 .248 +(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F0 .249 (This construct allo)108 355.2 R .249(ws both the standard output \(\ \214le descriptor 1\) and the standard error output \(\214le descrip-) -.25 F(tor 2\) to be redirected to the \214le whose name is the e)108 @@ -3646,13 +3648,13 @@ F1(n)A F0(])A F2(>>)A F1(wor)A(d)-.37 E F2(Redir)87 343.2 Q F1(wor)A(d)-.37 E F0(Of the tw)108 441.6 Q 2.5(of)-.1 G (orms, the \214rst is preferred.)-2.5 E(This is semantically equi)5 E -.25(va)-.25 G(lent to).25 E F2(>)144 458.4 Q F1(wor)A(d)-.37 E F0(2)2.5 -E F2(>&)A F0(1)A .115(When using the second form,)108 475.2 R F1(wor) +E F2(>&)A F0(1)A .114(When using the second form,)108 475.2 R F1(wor) 2.614 E(d)-.37 E F0 .114(may not e)2.614 F .114(xpand to a number or) --.15 F F22.614 E F0 5.114(.I)C 2.614(fi)-5.114 G 2.614(td)-2.614 G -.114(oes, other redirection operators)-2.614 F(apply \(see)108 487.2 Q +-.15 F F22.614 E F0 5.114(.I)C 2.614(fi)-5.114 G 2.615(td)-2.614 G +.115(oes, other redirection operators)-2.615 F(apply \(see)108 487.2 Q F2(Duplicating File Descriptors)2.5 E F0(belo)2.5 E (w\) for compatibility reasons.)-.25 E F2 -.25(Ap)87 504 S -(pending Standard Output and Standard Err).25 E(or)-.18 E F0 .248 +(pending Standard Output and Standard Err).25 E(or)-.18 E F0 .249 (This construct allo)108 516 R .249(ws both the standard output \(\214l\ e descriptor 1\) and the standard error output \(\214le descrip-)-.25 F (tor 2\) to be appended to the \214le whose name is the e)108 528 Q @@ -3664,38 +3666,38 @@ e descriptor 1\) and the standard error output \(\214le descrip-)-.25 F 612 Q F2(Duplicating File Descriptors)2.5 E F0(belo)2.5 E(w\).)-.25 E F2 (Her)87 628.8 Q 2.5(eD)-.18 G(ocuments)-2.5 E F0 .33(This type of redir\ ection instructs the shell to read input from the current source until \ -a line containing only)108 640.8 R F1(delimiter)108.35 652.8 Q F0 .614 -(\(with no trailing blanks\) is seen.)3.844 F .615 +a line containing only)108 640.8 R F1(delimiter)108.35 652.8 Q F0 .615 +(\(with no trailing blanks\) is seen.)3.845 F .615 (All of the lines read up to that point are then used as the stan-)5.615 F(dard input \(or \214le descriptor)108 664.8 Q F1(n)2.5 E F0(if)2.5 E F1(n)2.5 E F0(is speci\214ed\) for a command.)2.5 E (The format of here-documents is:)108 681.6 Q([)144 698.4 Q F1(n)A F0(]) A F2(<<)A F0([)A F2A F0(])A F1(wor)A(d)-.37 E(her)164 710.4 Q (e-document)-.37 E(delimiter)144 722.4 Q F0(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(28)193.45 E 0 Cg EP +(2017 June 23)148.175 E(28)197.335 E 0 Cg EP %%Page: 29 29 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .302 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .301 (No parameter and v)108 84 R .302(ariable e)-.25 F .302 -(xpansion, command substitution, arithmetic e)-.15 F .301 +(xpansion, command substitution, arithmetic e)-.15 F .302 (xpansion, or pathname e)-.15 F(xpansion)-.15 E .415(is performed on)108 96 R/F1 10/Times-Italic@0 SF(wor)2.915 E(d)-.37 E F0 5.415(.I).77 G 2.915(fa)-5.415 G .715 -.15(ny p)-2.915 H .415(art of).15 F F1(wor)3.255 E(d)-.37 E F0 .415(is quoted, the)3.685 F F1(delimiter)3.265 E F0 .415 (is the result of quote remo)3.645 F -.25(va)-.15 G 2.915(lo).25 G(n) --2.915 E F1(wor)2.915 E(d)-.37 E F0(,).77 E .774 +-2.915 E F1(wor)2.915 E(d)-.37 E F0(,).77 E .773 (and the lines in the here-document are not e)108 108 R 3.274 -(xpanded. If)-.15 F F1(wor)3.273 E(d)-.37 E F0 .773 -(is unquoted, all lines of the here-document)3.273 F 2.59 +(xpanded. If)-.15 F F1(wor)3.274 E(d)-.37 E F0 .774 +(is unquoted, all lines of the here-document)3.274 F 2.59 (are subjected to parameter e)108 120 R 2.59 (xpansion, command substitution, and arithmetic e)-.15 F 2.59 (xpansion, the character)-.15 F(sequence)108 132 Q/F2 10/Times-Bold@0 SF (\\)2.5 E F0(is ignored, and)2.5 E F2(\\)2.5 E F0 (must be used to quote the characters)2.5 E F2(\\)2.5 E F0(,)A F2($)2.5 -E F0 2.5(,a)C(nd)-2.5 E F2<92>2.5 E F0(.)A .602 +E F0 2.5(,a)C(nd)-2.5 E F2<92>2.5 E F0(.)A .601 (If the redirection operator is)108 148.8 R F2(<<\255)3.101 E F0 3.101 (,t)C .601(hen all leading tab characters are stripped from input lines\ and the line)-3.101 F(containing)108 160.8 Q F1(delimiter)2.5 E F0 5 @@ -3704,59 +3706,59 @@ E F0 2.5(,a)C(nd)-2.5 E F2<92>2.5 E F0(.)A .602 -.25 E(ashion.)-.1 E F2(Her)87 177.6 Q 2.5(eS)-.18 G(trings)-2.5 E F0 2.5(Av)108 189.6 S(ariant of here documents, the format is:)-2.75 E([) 144 206.4 Q F1(n)A F0(])A F2(<<<)A F1(wor)A(d)-.37 E F0(The)108 223.2 Q -F1(wor)3.291 E(d)-.37 E F0(under)3.291 E .792(goes tilde e)-.18 F .792 -(xpansion, parameter and v)-.15 F .792(ariable e)-.25 F .792 +F1(wor)3.292 E(d)-.37 E F0(under)3.292 E .792(goes tilde e)-.18 F .792 +(xpansion, parameter and v)-.15 F .792(ariable e)-.25 F .791 (xpansion, command substitution, arithmetic)-.15 F -.15(ex)108 235.2 S -1.188(pansion, and quote remo).15 F -.25(va)-.15 G 3.687(l. P).25 F +1.187(pansion, and quote remo).15 F -.25(va)-.15 G 3.687(l. P).25 F 1.187(athname e)-.15 F 1.187(xpansion and w)-.15 F 1.187 -(ord splitting are not performed.)-.1 F 1.187(The result is)6.187 F .374 -(supplied as a single string, with a ne)108 247.2 R .375(wline appended\ +(ord splitting are not performed.)-.1 F 1.188(The result is)6.187 F .375 +(supplied as a single string, with a ne)108 247.2 R .374(wline appended\ , to the command on its standard input \(or \214le descrip-)-.25 F(tor) 108 259.2 Q F1(n)2.5 E F0(if)2.5 E F1(n)2.5 E F0(is speci\214ed\).)2.5 E F2(Duplicating File Descriptors)87 276 Q F0(The redirection operator)108 -288 Q([)144 304.8 Q F1(n)A F0(])A F2(<&)A F1(wor)A(d)-.37 E F0 .127 +288 Q([)144 304.8 Q F1(n)A F0(])A F2(<&)A F1(wor)A(d)-.37 E F0 .126 (is used to duplicate input \214le descriptors.)108 321.6 R(If)5.127 E -F1(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .126 +F1(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .127 (pands to one or more digits, the \214le descriptor denoted).15 F(by)108 -333.6 Q F1(n)3.317 E F0 .457(is made to be a cop)3.197 F 2.957(yo)-.1 G -2.957(ft)-2.957 G .457(hat \214le descriptor)-2.957 F 5.457(.I)-.55 G -2.957(ft)-5.457 G .457(he digits in)-2.957 F F1(wor)3.298 E(d)-.37 E F0 -.458(do not specify a \214le descriptor open)3.728 F .15 -(for input, a redirection error occurs.)108 345.6 R(If)5.15 E F1(wor) -2.99 E(d)-.37 E F0 -.25(eva)3.42 G .15(luates to).25 F F22.65 E F0 -2.649<2c8c>C .149(le descriptor)-2.649 F F1(n)3.009 E F0 .149 -(is closed.)2.889 F(If)5.149 E F1(n)3.009 E F0 .149(is not speci\214ed,) -2.889 F(the standard input \(\214le descriptor 0\) is used.)108 357.6 Q +333.6 Q F1(n)3.318 E F0 .458(is made to be a cop)3.198 F 2.958(yo)-.1 G +2.958(ft)-2.958 G .457(hat \214le descriptor)-2.958 F 5.457(.I)-.55 G +2.957(ft)-5.457 G .457(he digits in)-2.957 F F1(wor)3.297 E(d)-.37 E F0 +.457(do not specify a \214le descriptor open)3.727 F .149 +(for input, a redirection error occurs.)108 345.6 R(If)5.149 E F1(wor) +2.989 E(d)-.37 E F0 -.25(eva)3.419 G .149(luates to).25 F F22.649 E +F0 2.65<2c8c>C .15(le descriptor)-2.65 F F1(n)3.01 E F0 .15(is closed.) +2.89 F(If)5.15 E F1(n)3.01 E F0 .15(is not speci\214ed,)2.89 F +(the standard input \(\214le descriptor 0\) is used.)108 357.6 Q (The operator)108 374.4 Q([)144 391.2 Q F1(n)A F0(])A F2(>&)A F1(wor)A -(d)-.37 E F0 .443 +(d)-.37 E F0 .444 (is used similarly to duplicate output \214le descriptors.)108 408 R(If) -5.443 E F1(n)3.304 E F0 .444 -(is not speci\214ed, the standard output \(\214le descrip-)3.184 F 1.358 -(tor 1\) is used.)108 420 R 1.358(If the digits in)6.358 F F1(wor)4.198 -E(d)-.37 E F0 1.357(do not specify a \214le descriptor open for output,\ - a redirection error)4.628 F 2.753(occurs. If)108 432 R F1(wor)3.093 E -(d)-.37 E F0 -.25(eva)3.523 G .253(luates to).25 F F22.754 E F0 +5.444 E F1(n)3.304 E F0 .443 +(is not speci\214ed, the standard output \(\214le descrip-)3.183 F 1.357 +(tor 1\) is used.)108 420 R 1.357(If the digits in)6.357 F F1(wor)4.197 +E(d)-.37 E F0 1.358(do not specify a \214le descriptor open for output,\ + a redirection error)4.627 F 2.754(occurs. If)108 432 R F1(wor)3.094 E +(d)-.37 E F0 -.25(eva)3.524 G .254(luates to).25 F F22.754 E F0 2.754<2c8c>C .254(le descriptor)-2.754 F F1(n)3.114 E F0 .254 (is closed.)2.994 F .254(As a special case, if)5.254 F F1(n)2.754 E F0 -.254(is omitted, and)2.754 F F1(wor)2.754 E(d)-.37 E F0(does)2.754 E -.966(not e)108 444 R .966(xpand to one or more digits or)-.15 F F2 -3.466 E F0 3.466(,t)C .965 +.253(is omitted, and)2.754 F F1(wor)2.753 E(d)-.37 E F0(does)2.753 E +.965(not e)108 444 R .965(xpand to one or more digits or)-.15 F F2 +3.465 E F0 3.466(,t)C .966 (he standard output and standard error are redirected as described) -3.466 F(pre)108 456 Q(viously)-.25 E(.)-.65 E F2(Mo)87 472.8 Q (ving File Descriptors)-.1 E F0(The redirection operator)108 484.8 Q([) 144 501.6 Q F1(n)A F0(])A F2(<&)A F1(digit)A F2A F0(mo)108 518.4 Q --.15(ve)-.15 G 3.035(st).15 G .535(he \214le descriptor)-3.035 F F1 -(digit)3.035 E F0 .535(to \214le descriptor)3.035 F F1(n)3.035 E F0 -3.035(,o).24 G 3.035(rt)-3.035 G .536 -(he standard input \(\214le descriptor 0\) if)-3.035 F F1(n)3.036 E F0 -.536(is not speci-)3.036 F(\214ed.)108 530.4 Q F1(digit)5 E F0 +-.15(ve)-.15 G 3.036(st).15 G .536(he \214le descriptor)-3.036 F F1 +(digit)3.036 E F0 .536(to \214le descriptor)3.036 F F1(n)3.036 E F0 +3.036(,o).24 G 3.036(rt)-3.036 G .535 +(he standard input \(\214le descriptor 0\) if)-3.036 F F1(n)3.035 E F0 +.535(is not speci-)3.035 F(\214ed.)108 530.4 Q F1(digit)5 E F0 (is closed after being duplicated to)2.5 E F1(n)2.5 E F0(.)A(Similarly) 108 547.2 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)144 564 Q F1 (n)A F0(])A F2(>&)A F1(digit)A F2A F0(mo)108 580.8 Q -.15(ve)-.15 G -2.786(st).15 G .286(he \214le descriptor)-2.786 F F1(digit)2.786 E F0 -.286(to \214le descriptor)2.786 F F1(n)2.786 E F0 2.786(,o).24 G 2.786 -(rt)-2.786 G .285(he standard output \(\214le descriptor 1\) if)-2.786 F -F1(n)2.785 E F0 .285(is not speci-)2.785 F(\214ed.)108 592.8 Q F2 +2.785(st).15 G .285(he \214le descriptor)-2.785 F F1(digit)2.785 E F0 +.285(to \214le descriptor)2.785 F F1(n)2.785 E F0 2.785(,o).24 G 2.785 +(rt)-2.785 G .286(he standard output \(\214le descriptor 1\) if)-2.785 F +F1(n)2.786 E F0 .286(is not speci-)2.786 F(\214ed.)108 592.8 Q F2 (Opening File Descriptors f)87 609.6 Q(or Reading and Writing)-.25 E F0 (The redirection operator)108 621.6 Q([)144 638.4 Q F1(n)A F0(])A F2(<>) A F1(wor)A(d)-.37 E F0 1.349(causes the \214le whose name is the e)108 @@ -3765,43 +3767,43 @@ A F1(wor)A(d)-.37 E F0 1.349(causes the \214le whose name is the e)108 108 667.2 Q F1(n)2.5 E F0 2.5(,o).24 G 2.5(ro)-2.5 G 2.5<6e8c>-2.5 G (le descriptor 0 if)-2.5 E F1(n)2.86 E F0(is not speci\214ed.)2.74 E (If the \214le does not e)5 E(xist, it is created.)-.15 E/F3 10.95 -/Times-Bold@0 SF(ALIASES)72 684 Q F1(Aliases)108 696 Q F0(allo)3.174 E -3.174(was)-.25 G .674(tring to be substituted for a w)-3.174 F .674 -(ord when it is used as the \214rst w)-.1 F .673 +/Times-Bold@0 SF(ALIASES)72 684 Q F1(Aliases)108 696 Q F0(allo)3.173 E +3.173(was)-.25 G .674(tring to be substituted for a w)-3.173 F .674 +(ord when it is used as the \214rst w)-.1 F .674 (ord of a simple command.)-.1 F .394(The shell maintains a list of alia\ -ses that may be set and unset with the)108 708 R F2(alias)2.894 E F0 -(and)2.894 E F2(unalias)2.894 E F0 -.2(bu)2.894 G .394(iltin commands).2 -F(\(see)108 720 Q/F4 9/Times-Bold@0 SF 1.98(SHELL B)4.48 F(UIL)-.09 E -1.98(TIN COMMANDS)-.828 F F0(belo)4.23 E 4.48(w\). The)-.25 F 1.98 -(\214rst w)4.48 F 1.979(ord of each simple command, if unquoted, is)-.1 -F(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(29)193.45 E 0 Cg EP +ses that may be set and unset with the)108 708 R F2(alias)2.893 E F0 +(and)2.893 E F2(unalias)2.893 E F0 -.2(bu)2.893 G .393(iltin commands).2 +F(\(see)108 720 Q/F4 9/Times-Bold@0 SF 1.979(SHELL B)4.479 F(UIL)-.09 E +1.979(TIN COMMANDS)-.828 F F0(belo)4.229 E 4.48(w\). The)-.25 F 1.98 +(\214rst w)4.48 F 1.98(ord of each simple command, if unquoted, is)-.1 F +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(29)197.335 E 0 Cg EP %%Page: 30 30 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(check)108 84 Q -.472(ed to see if it has an alias.)-.1 F .472(If so, that w)5.472 F .473 -(ord is replaced by the te)-.1 F .473(xt of the alias.)-.15 F .473 -(The characters)5.473 F/F1 10/Times-Bold@0 SF(/)2.973 E F0(,)A F1($) -2.973 E F0(,)A F1<92>2.973 E F0(,)A(and)108 96 Q F1(=)3.612 E F0 1.112 -(and an)3.612 F 3.612(yo)-.15 G 3.612(ft)-3.612 G 1.112(he shell)-3.612 +.473(ed to see if it has an alias.)-.1 F .473(If so, that w)5.473 F .472 +(ord is replaced by the te)-.1 F .472(xt of the alias.)-.15 F .472 +(The characters)5.472 F/F1 10/Times-Bold@0 SF(/)2.972 E F0(,)A F1($) +2.972 E F0(,)A F1<92>2.972 E F0(,)A(and)108 96 Q F1(=)3.611 E F0 1.111 +(and an)3.611 F 3.611(yo)-.15 G 3.611(ft)-3.611 G 1.111(he shell)-3.611 F/F2 10/Times-Italic@0 SF(metac)3.612 E(har)-.15 E(acter)-.15 E(s)-.1 E -F0 1.112(or quoting characters listed abo)3.612 F 1.411 -.15(ve m)-.15 H -1.111(ay not appear in an alias).15 F 3.619(name. The)108 108 R 1.119 -(replacement te)3.619 F 1.119(xt may contain an)-.15 F 3.619(yv)-.15 G -1.119(alid shell input, including shell metacharacters.)-3.869 F 1.12 -(The \214rst)6.12 F -.1(wo)108 120 S .514(rd of the replacement te).1 F -.514(xt is tested for aliases, b)-.15 F .514(ut a w)-.2 F .513 -(ord that is identical to an alias being e)-.1 F .513(xpanded is)-.15 F -.295(not e)108 132 R .295(xpanded a second time.)-.15 F .296 -(This means that one may alias)5.295 F F1(ls)2.796 E F0(to)2.796 E F1 -.296(ls \255F)2.796 F F0 2.796(,f)C .296(or instance, and)-2.796 F F1 -(bash)2.796 E F0 .296(does not try)2.796 F .543(to recursi)108 144 R --.15(ve)-.25 G .543(ly e).15 F .543(xpand the replacement te)-.15 F -3.043(xt. If)-.15 F .543(the last character of the alias v)3.043 F .542 -(alue is a)-.25 F F2(blank)3.042 E F0 3.042(,t).67 G .542(hen the ne) --3.042 F(xt)-.15 E(command w)108 156 Q(ord follo)-.1 E +F0 1.112(or quoting characters listed abo)3.612 F 1.412 -.15(ve m)-.15 H +1.112(ay not appear in an alias).15 F 3.62(name. The)108 108 R 1.12 +(replacement te)3.62 F 1.119(xt may contain an)-.15 F 3.619(yv)-.15 G +1.119(alid shell input, including shell metacharacters.)-3.869 F 1.119 +(The \214rst)6.119 F -.1(wo)108 120 S .513(rd of the replacement te).1 F +.513(xt is tested for aliases, b)-.15 F .513(ut a w)-.2 F .514 +(ord that is identical to an alias being e)-.1 F .514(xpanded is)-.15 F +.296(not e)108 132 R .296(xpanded a second time.)-.15 F .296 +(This means that one may alias)5.296 F F1(ls)2.796 E F0(to)2.796 E F1 +.296(ls \255F)2.796 F F0 2.796(,f)C .295(or instance, and)-2.796 F F1 +(bash)2.795 E F0 .295(does not try)2.795 F .542(to recursi)108 144 R +-.15(ve)-.25 G .542(ly e).15 F .542(xpand the replacement te)-.15 F +3.042(xt. If)-.15 F .543(the last character of the alias v)3.042 F .543 +(alue is a)-.25 F F2(blank)3.043 E F0 3.043(,t).67 G .543(hen the ne) +-3.043 F(xt)-.15 E(command w)108 156 Q(ord follo)-.1 E (wing the alias is also check)-.25 E(ed for alias e)-.1 E(xpansion.)-.15 E(Aliases are created and listed with the)108 172.8 Q F1(alias)2.5 E F0 (command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G(ith the)-2.5 E F1 @@ -3816,116 +3818,116 @@ E(Aliases are created and listed with the)108 172.8 Q F1(alias)2.5 E F0 (shell option is set)3.72 F(using)108 230.4 Q F1(shopt)2.5 E F0 (\(see the description of)2.5 E F1(shopt)2.5 E F0(under)2.5 E F3 (SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 -E .435 +E .436 (The rules concerning the de\214nition and use of aliases are some)108 -247.2 R .436(what confusing.)-.25 F F1(Bash)5.436 E F0(al)2.936 E -.1 -(wa)-.1 G .436(ys reads at least).1 F .338 +247.2 R .435(what confusing.)-.25 F F1(Bash)5.435 E F0(al)2.935 E -.1 +(wa)-.1 G .435(ys reads at least).1 F .337 (one complete line of input before e)108 259.2 R -.15(xe)-.15 G .338 (cuting an).15 F 2.838(yo)-.15 G 2.838(ft)-2.838 G .338 -(he commands on that line.)-2.838 F .337(Aliases are e)5.337 F .337 -(xpanded when)-.15 F 3.403(ac)108 271.2 S .904 -(ommand is read, not when it is e)-3.403 F -.15(xe)-.15 G 3.404 +(he commands on that line.)-2.838 F .338(Aliases are e)5.338 F .338 +(xpanded when)-.15 F 3.404(ac)108 271.2 S .904 +(ommand is read, not when it is e)-3.404 F -.15(xe)-.15 G 3.404 (cuted. Therefore,).15 F .904 -(an alias de\214nition appearing on the same line as)3.404 F 1.162 +(an alias de\214nition appearing on the same line as)3.404 F 1.161 (another command does not tak)108 283.2 R 3.662(ee)-.1 G -.25(ff)-3.662 G 1.162(ect until the ne).25 F 1.162(xt line of input is read.)-.15 F -1.161(The commands follo)6.161 F 1.161(wing the)-.25 F .277 +1.162(The commands follo)6.162 F 1.162(wing the)-.25 F .277 (alias de\214nition on that line are not af)108 295.2 R .277 (fected by the ne)-.25 F 2.777(wa)-.25 G 2.777(lias. This)-2.777 F(beha) -2.777 E .277(vior is also an issue when functions)-.2 F .699(are e)108 -307.2 R -.15(xe)-.15 G 3.199(cuted. Aliases).15 F .699(are e)3.199 F +2.777 E .277(vior is also an issue when functions)-.2 F .698(are e)108 +307.2 R -.15(xe)-.15 G 3.198(cuted. Aliases).15 F .698(are e)3.198 F .699(xpanded when a function de\214nition is read, not when the functio\ -n is e)-.15 F -.15(xe)-.15 G(cuted,).15 E .612 -(because a function de\214nition is itself a command.)108 319.2 R .613 +n is e)-.15 F -.15(xe)-.15 G(cuted,).15 E .613 +(because a function de\214nition is itself a command.)108 319.2 R .612 (As a consequence, aliases de\214ned in a function are not)5.612 F -.2 -(av)108 331.2 S .059(ailable until after that function is e)-.05 F -.15 +(av)108 331.2 S .058(ailable until after that function is e)-.05 F -.15 (xe)-.15 G 2.558(cuted. T).15 F 2.558(ob)-.8 G 2.558(es)-2.558 G .058 -(afe, al)-2.558 F -.1(wa)-.1 G .058 +(afe, al)-2.558 F -.1(wa)-.1 G .059 (ys put alias de\214nitions on a separate line, and).1 F(do not use)108 343.2 Q F1(alias)2.5 E F0(in compound commands.)2.5 E -.15(Fo)108 360 S 2.5(ra).15 G(lmost e)-2.5 E -.15(ve)-.25 G (ry purpose, aliases are superseded by shell functions.).15 E/F4 10.95 -/Times-Bold@0 SF(FUNCTIONS)72 376.8 Q F0 3.467(As)108 388.8 S .967 -(hell function, de\214ned as described abo)-3.467 F 1.267 -.15(ve u)-.15 +/Times-Bold@0 SF(FUNCTIONS)72 376.8 Q F0 3.468(As)108 388.8 S .968 +(hell function, de\214ned as described abo)-3.468 F 1.267 -.15(ve u)-.15 H(nder).15 E F3 .967(SHELL GRAMMAR)3.467 F/F5 9/Times-Roman@0 SF(,)A F0 -.968(stores a series of commands for)3.217 F 1.002(later e)108 400.8 R --.15(xe)-.15 G 3.502(cution. When).15 F 1.002(the name of a shell funct\ -ion is used as a simple command name, the list of com-)3.502 F .315 +.967(stores a series of commands for)3.217 F 1.001(later e)108 400.8 R +-.15(xe)-.15 G 3.501(cution. When).15 F 1.002(the name of a shell funct\ +ion is used as a simple command name, the list of com-)3.501 F .316 (mands associated with that function name is e)108 412.8 R -.15(xe)-.15 -G 2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .316 -(cuted in the conte).15 F .316(xt of the current)-.15 F .036 -(shell; no ne)108 424.8 R 2.536(wp)-.25 G .036 -(rocess is created to interpret them \(contrast this with the e)-2.536 F --.15(xe)-.15 G .036(cution of a shell script\).).15 F .035(When a)5.035 -F .639(function is e)108 436.8 R -.15(xe)-.15 G .639(cuted, the ar).15 F +G 2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .315 +(cuted in the conte).15 F .315(xt of the current)-.15 F .035 +(shell; no ne)108 424.8 R 2.535(wp)-.25 G .036 +(rocess is created to interpret them \(contrast this with the e)-2.535 F +-.15(xe)-.15 G .036(cution of a shell script\).).15 F .036(When a)5.036 +F .64(function is e)108 436.8 R -.15(xe)-.15 G .64(cuted, the ar).15 F .639 (guments to the function become the positional parameters during its e) --.18 F -.15(xe)-.15 G(cution.).15 E .533(The special parameter)108 448.8 -R F1(#)3.033 E F0 .532(is updated to re\215ect the change.)3.033 F .532 -(Special parameter)5.532 F F1(0)3.032 E F0 .532(is unchanged.)3.032 F -.532(The \214rst ele-)5.532 F(ment of the)108 460.8 Q F3(FUNCN)2.5 E +-.18 F -.15(xe)-.15 G(cution.).15 E .532(The special parameter)108 448.8 +R F1(#)3.032 E F0 .532(is updated to re\215ect the change.)3.032 F .532 +(Special parameter)5.532 F F1(0)3.033 E F0 .533(is unchanged.)3.033 F +.533(The \214rst ele-)5.533 F(ment of the)108 460.8 Q F3(FUNCN)2.5 E (AME)-.18 E F0 -.25(va)2.25 G (riable is set to the name of the function while the function is e).25 E -.15(xe)-.15 G(cuting.).15 E 1.25(All other aspects of the shell e)108 477.6 R -.15(xe)-.15 G 1.25(cution en).15 F 1.25 (vironment are identical between a function and its caller with)-.4 F -1.215(these e)108 489.6 R 1.215(xceptions: the)-.15 F F3(DEB)3.715 E(UG) --.09 E F0(and)3.465 E F1(RETURN)3.715 E F0 1.215 -(traps \(see the description of the)3.715 F F1(trap)3.714 E F0 -.2(bu) -3.714 G 1.214(iltin under).2 F F3(SHELL)3.714 E -.09(BU)108 501.6 S(IL) -.09 E .478(TIN COMMANDS)-.828 F F0(belo)2.728 E .479 +1.214(these e)108 489.6 R 1.214(xceptions: the)-.15 F F3(DEB)3.714 E(UG) +-.09 E F0(and)3.464 E F1(RETURN)3.715 E F0 1.215 +(traps \(see the description of the)3.715 F F1(trap)3.715 E F0 -.2(bu) +3.715 G 1.215(iltin under).2 F F3(SHELL)3.715 E -.09(BU)108 501.6 S(IL) +.09 E .479(TIN COMMANDS)-.828 F F0(belo)2.729 E .479 (w\) are not inherited unless the function has been gi)-.25 F -.15(ve) --.25 G 2.979(nt).15 G(he)-2.979 E F1(trace)2.979 E F0(attrib)2.979 E -.479(ute \(see)-.2 F .421(the description of the)108 513.6 R F3(declar) +-.25 G 2.978(nt).15 G(he)-2.978 E F1(trace)2.978 E F0(attrib)2.978 E +.478(ute \(see)-.2 F .42(the description of the)108 513.6 R F3(declar) 2.92 E(e)-.162 E F0 -.2(bu)2.67 G .42(iltin belo).2 F .42(w\) or the) -.25 F F1 .42(\255o functrace)2.92 F F0 .42 -(shell option has been enabled with the)2.92 F F1(set)2.92 E F0 -.2(bu) -108 525.6 S .071(iltin \(in which case all functions inherit the).2 F F1 +(shell option has been enabled with the)2.92 F F1(set)2.921 E F0 -.2(bu) +108 525.6 S .072(iltin \(in which case all functions inherit the).2 F F1 (DEB)2.572 E(UG)-.1 E F0(and)2.572 E F1(RETURN)2.572 E F0 .072 -(traps\), and the)2.572 F F3(ERR)2.572 E F0 .072(trap is not inher)2.322 +(traps\), and the)2.572 F F3(ERR)2.571 E F0 .071(trap is not inher)2.321 F(-)-.2 E(ited unless the)108 537.6 Q F1(\255o errtrace)2.5 E F0 -(shell option has been enabled.)2.5 E -1.11(Va)108 554.4 S .656 +(shell option has been enabled.)2.5 E -1.11(Va)108 554.4 S .655 (riables local to the function may be declared with the)1.11 F F1(local) -3.155 E F0 -.2(bu)3.155 G .655(iltin command.).2 F(Ordinarily)5.655 E -3.155(,v)-.65 G .655(ariables and)-3.405 F .05(their v)108 566.4 R .05 +3.155 E F0 -.2(bu)3.156 G .656(iltin command.).2 F(Ordinarily)5.656 E +3.156(,v)-.65 G .656(ariables and)-3.406 F .051(their v)108 566.4 R .051 (alues are shared between the function and its caller)-.25 F 5.051(.I) --.55 G 2.551(fav)-5.051 G .051(ariable is declared)-2.801 F F1(local) -2.551 E F0 2.551(,t)C .051(he v)-2.551 F(ariable')-.25 E 2.551(sv)-.55 G -(isi-)-2.551 E 1.186(ble scope is restricted to that function and its c\ -hildren \(including the functions it calls\).)108 578.4 R 1.185(Local v) -6.185 F(ariables)-.25 E("shado)108 590.4 Q .154(w" v)-.25 F .154 +-.55 G 2.55(fav)-5.051 G .05(ariable is declared)-2.8 F F1(local)2.55 E +F0 2.55(,t)C .05(he v)-2.55 F(ariable')-.25 E 2.55(sv)-.55 G(isi-)-2.55 +E 1.186(ble scope is restricted to that function and its children \(inc\ +luding the functions it calls\).)108 578.4 R 1.186(Local v)6.186 F +(ariables)-.25 E("shado)108 590.4 Q .155(w" v)-.25 F .155 (ariables with the same name declared at pre)-.25 F .155(vious scopes.) --.25 F -.15(Fo)5.155 G 2.655(ri).15 G .155(nstance, a local v)-2.655 F -.155(ariable declared)-.25 F .67(in a function hides a global v)108 -602.4 R .669(ariable of the same name: references and assignments refer\ - to the local v)-.25 F(ari-)-.25 E .688(able, lea)108 614.4 R .688 +-.25 F -.15(Fo)5.155 G 2.654(ri).15 G .154(nstance, a local v)-2.654 F +.154(ariable declared)-.25 F .669(in a function hides a global v)108 +602.4 R .67(ariable of the same name: references and assignments refer \ +to the local v)-.25 F(ari-)-.25 E .688(able, lea)108 614.4 R .688 (ving the global v)-.2 F .688(ariable unmodi\214ed.)-.25 F .688 (When the function returns, the global v)5.688 F .688 -(ariable is once ag)-.25 F(ain)-.05 E(visible.)108 626.4 Q .727 -(The shell uses)108 643.2 R F2 .727(dynamic scoping)3.227 F F0 .726 -(to control a v)3.227 F(ariable')-.25 E 3.226(sv)-.55 G .726 -(isibility within functions.)-3.226 F -.4(Wi)5.726 G .726 -(th dynamic scoping,).4 F .007(visible v)108 655.2 R .007 +(ariable is once ag)-.25 F(ain)-.05 E(visible.)108 626.4 Q .726 +(The shell uses)108 643.2 R F2 .726(dynamic scoping)3.226 F F0 .726 +(to control a v)3.226 F(ariable')-.25 E 3.227(sv)-.55 G .727 +(isibility within functions.)-3.227 F -.4(Wi)5.727 G .727 +(th dynamic scoping,).4 F .008(visible v)108 655.2 R .008 (ariables and their v)-.25 F .007 (alues are a result of the sequence of function calls that caused e)-.25 -F -.15(xe)-.15 G .008(cution to reach).15 F .814(the current function.) -108 667.2 R .813(The v)5.814 F .813(alue of a v)-.25 F .813 -(ariable that a function sees depends on its v)-.25 F .813 -(alue within its caller)-.25 F 3.313(,i)-.4 G(f)-3.313 E(an)108 679.2 Q -2.116 -.65(y, w)-.15 H .816 +F -.15(xe)-.15 G .007(cution to reach).15 F .813(the current function.) +108 667.2 R .813(The v)5.813 F .813(alue of a v)-.25 F .813 +(ariable that a function sees depends on its v)-.25 F .814 +(alue within its caller)-.25 F 3.314(,i)-.4 G(f)-3.314 E(an)108 679.2 Q +2.117 -.65(y, w)-.15 H .817 (hether that caller is the "global" scope or another shell function.).65 -F .817(This is also the v)5.816 F .817(alue that a local)-.25 F -.25(va) +F .816(This is also the v)5.816 F .816(alue that a local)-.25 F -.25(va) 108 691.2 S(riable declaration "shado).25 E(ws", and the v)-.25 E (alue that is restored when the function returns.)-.25 E -.15(Fo)108 708 -S 2.724(re).15 G .224(xample, if a v)-2.874 F(ariable)-.25 E F2(var) -2.724 E F0 .223(is declared as local in function)2.724 F F2(func1)2.723 -E F0 2.723(,a)C(nd)-2.723 E F2(func1)2.723 E F0 .223 -(calls another function)2.723 F F2(func2)2.723 E F0(,)A .463 -(references to)108 720 R F2(var)2.963 E F0 .463(made from within)2.963 F -F2(func2)2.963 E F0 .463(will resolv)2.963 F 2.964(et)-.15 G 2.964(ot) --2.964 G .464(he local v)-2.964 F(ariable)-.25 E F2(var)2.964 E F0(from) -2.964 E F2(func1)2.964 E F0 2.964(,s)C(hado)-2.964 E .464(wing an)-.25 F -(y)-.15 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(30)193.45 E 0 Cg +S 2.723(re).15 G .223(xample, if a v)-2.873 F(ariable)-.25 E F2(var) +2.723 E F0 .223(is declared as local in function)2.723 F F2(func1)2.723 +E F0 2.724(,a)C(nd)-2.724 E F2(func1)2.724 E F0 .224 +(calls another function)2.724 F F2(func2)2.724 E F0(,)A .464 +(references to)108 720 R F2(var)2.964 E F0 .464(made from within)2.964 F +F2(func2)2.964 E F0 .464(will resolv)2.964 F 2.964(et)-.15 G 2.963(ot) +-2.964 G .463(he local v)-2.963 F(ariable)-.25 E F2(var)2.963 E F0(from) +2.963 E F2(func1)2.963 E F0 2.963(,s)C(hado)-2.963 E .463(wing an)-.25 F +(y)-.15 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(30)197.335 E 0 Cg EP %%Page: 31 31 %%BeginPageSetup @@ -3934,56 +3936,56 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(global v)108 84 Q (ariable named)-.25 E/F1 10/Times-Italic@0 SF(var)2.5 E F0(.)A(The)108 -100.8 Q/F2 10/Times-Bold@0 SF(unset)2.983 E F0 -.2(bu)2.983 G .483 -(iltin also acts using the same dynamic scope: if a v).2 F .482 -(ariable is local to the current scope,)-.25 F F2(unset)2.982 E F0 .19 +100.8 Q/F2 10/Times-Bold@0 SF(unset)2.982 E F0 -.2(bu)2.982 G .482 +(iltin also acts using the same dynamic scope: if a v).2 F .483 +(ariable is local to the current scope,)-.25 F F2(unset)2.983 E F0 .19 (will unset it; otherwise the unset will refer to the v)108 112.8 R .19 (ariable found in an)-.25 F 2.69(yc)-.15 G .19 (alling scope as described abo)-2.69 F -.15(ve)-.15 G 5.19(.I).15 G(f) --5.19 E 3.576(av)108 124.8 S 1.076(ariable at the local scope is unset,\ +-5.19 E 3.575(av)108 124.8 S 1.076(ariable at the local scope is unset,\ it will remain so until it is reset in that scope or until the functio\ -n)-3.826 F 3.247(returns. If)108 136.8 R .747(the unset acts on a v) +n)-3.825 F 3.247(returns. If)108 136.8 R .747(the unset acts on a v) 3.247 F .747(ariable at a pre)-.25 F .747(vious scope, an)-.25 F 3.247 (yi)-.15 G .747(nstance of a v)-3.247 F .747 (ariable with that name that)-.25 F(had been shado)108 148.8 Q -(wed will become visible.)-.25 E(The)108 165.6 Q F2(FUNCNEST)3.529 E F0 --.25(va)3.529 G 1.028(riable, if set to a numeric v).25 F 1.028 +(wed will become visible.)-.25 E(The)108 165.6 Q F2(FUNCNEST)3.528 E F0 +-.25(va)3.528 G 1.028(riable, if set to a numeric v).25 F 1.028 (alue greater than 0, de\214nes a maximum function nesting)-.25 F(le)108 177.6 Q -.15(ve)-.25 G 2.5(l. Function).15 F(in)2.5 E -.2(vo)-.4 G (cations that e).2 E(xceed the limit cause the entire command to abort.) --.15 E .043(If the b)108 194.4 R .043(uiltin command)-.2 F F2 -.18(re) +-.15 E .044(If the b)108 194.4 R .043(uiltin command)-.2 F F2 -.18(re) 2.543 G(tur).18 E(n)-.15 E F0 .043(is e)2.543 F -.15(xe)-.15 G .043 (cuted in a function, the function completes and e).15 F -.15(xe)-.15 G -.044(cution resumes with).15 F 1.012(the ne)108 206.4 R 1.012 +.043(cution resumes with).15 F 1.011(the ne)108 206.4 R 1.011 (xt command after the function call.)-.15 F(An)6.011 E 3.511(yc)-.15 G -1.011(ommand associated with the)-3.511 F F2(RETURN)3.511 E F0 1.011 -(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 218.4 R --.15(xe)-.15 G .213(cution resumes.).15 F .213 -(When a function completes, the v)5.213 F .214 +1.011(ommand associated with the)-3.511 F F2(RETURN)3.512 E F0 1.012 +(trap is e)3.512 F -.15(xe)-.15 G(cuted).15 E .214(before e)108 218.4 R +-.15(xe)-.15 G .214(cution resumes.).15 F .213 +(When a function completes, the v)5.214 F .213 (alues of the positional parameters and the spe-)-.25 F(cial parameter) 108 230.4 Q F2(#)2.5 E F0(are restored to the v)2.5 E(alues the)-.25 E 2.5(yh)-.15 G(ad prior to the function')-2.5 E 2.5(se)-.55 G -.15(xe) --2.65 G(cution.).15 E 1.359 +-2.65 G(cution.).15 E 1.358 (Function names and de\214nitions may be listed with the)108 247.2 R F2 3.858 E F0 1.358(option to the)3.858 F F2(declar)3.858 E(e)-.18 E -F0(or)3.858 E F2(typeset)3.858 E F0 -.2(bu)3.858 G 1.358(iltin com-).2 F +F0(or)3.859 E F2(typeset)3.859 E F0 -.2(bu)3.859 G 1.359(iltin com-).2 F 3.39(mands. The)108 259.2 R F23.39 E F0 .89(option to)3.39 F F2 (declar)3.39 E(e)-.18 E F0(or)3.39 E F2(typeset)3.39 E F0 .89 (will list the function names only \(and optionally the source)3.39 F -.327(\214le and line number)108 271.2 R 2.827(,i)-.4 G 2.827(ft)-2.827 G -(he)-2.827 E F2(extdeb)2.827 E(ug)-.2 E F0 .326 -(shell option is enabled\).)2.827 F .326(Functions may be e)5.326 F .326 -(xported so that subshells)-.15 F 1.297(automatically ha)108 283.2 R -1.597 -.15(ve t)-.2 H 1.297(hem de\214ned with the).15 F F23.797 E -F0 1.297(option to the)3.797 F F2(export)3.798 E F0 -.2(bu)3.798 G 3.798 -(iltin. A).2 F 1.298(function de\214nition may be)3.798 F .161 -(deleted using the)108 295.2 R F22.661 E F0 .161(option to the) -2.661 F F2(unset)2.661 E F0 -.2(bu)2.661 G 2.661(iltin. Note).2 F .16 -(that shell functions and v)2.661 F .16(ariables with the same name)-.25 -F 1.325(may result in multiple identically-named entries in the en)108 -307.2 R 1.325(vironment passed to the shell')-.4 F 3.825(sc)-.55 G 3.825 -(hildren. Care)-3.825 F(should be tak)108 319.2 Q -(en in cases where this may cause a problem.)-.1 E .372 +.326(\214le and line number)108 271.2 R 2.826(,i)-.4 G 2.826(ft)-2.826 G +(he)-2.826 E F2(extdeb)2.826 E(ug)-.2 E F0 .326 +(shell option is enabled\).)2.826 F .327(Functions may be e)5.327 F .327 +(xported so that subshells)-.15 F 1.298(automatically ha)108 283.2 R +1.598 -.15(ve t)-.2 H 1.298(hem de\214ned with the).15 F F23.798 E +F0 1.298(option to the)3.798 F F2(export)3.797 E F0 -.2(bu)3.797 G 3.797 +(iltin. A).2 F 1.297(function de\214nition may be)3.797 F .16 +(deleted using the)108 295.2 R F22.66 E F0 .16(option to the)2.66 +F F2(unset)2.66 E F0 -.2(bu)2.66 G 2.661(iltin. Note).2 F .161 +(that shell functions and v)2.661 F .161(ariables with the same name) +-.25 F 1.325(may result in multiple identically-named entries in the en) +108 307.2 R 1.325(vironment passed to the shell')-.4 F 3.825(sc)-.55 G +3.825(hildren. Care)-3.825 F(should be tak)108 319.2 Q +(en in cases where this may cause a problem.)-.1 E .371 (Functions may be recursi)108 336 R -.15(ve)-.25 G 5.371(.T).15 G(he) -5.371 E F2(FUNCNEST)2.871 E F0 -.25(va)2.871 G .371 (riable may be used to limit the depth of the function call).25 F 1.141 @@ -3991,23 +3993,23 @@ F 1.325(may result in multiple identically-named entries in the en)108 3.641(cations. By).2 F(def)3.641 E 1.141 (ault, no limit is imposed on the number of)-.1 F(recursi)108 360 Q .3 -.15(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV)72 -376.8 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 2.298 +376.8 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 2.297 (The shell allo)108 388.8 R 2.297(ws arithmetic e)-.25 F 2.297 (xpressions to be e)-.15 F -.25(va)-.25 G 2.297 -(luated, under certain circumstances \(see the).25 F F2(let)4.797 E F0 -(and)4.797 E F2(declar)108 400.8 Q(e)-.18 E F0 -.2(bu)2.683 G .183 +(luated, under certain circumstances \(see the).25 F F2(let)4.798 E F0 +(and)4.798 E F2(declar)108 400.8 Q(e)-.18 E F0 -.2(bu)2.684 G .183 (iltin commands, the).2 F F2(\(\()2.683 E F0 .183(compound command, and) 2.683 F F2 .183(Arithmetic Expansion)2.683 F F0 2.683(\). Ev)B .183 -(aluation is done in)-.25 F<8c78>108 412.8 Q 1.058(ed-width inte)-.15 F +(aluation is done in)-.25 F<8c78>108 412.8 Q 1.057(ed-width inte)-.15 F 1.057(gers with no check for o)-.15 F -.15(ve)-.15 G(r\215o).15 E 2.357 -.65(w, t)-.25 H 1.057(hough di).65 F 1.057 -(vision by 0 is trapped and \215agged as an error)-.25 F(.)-.55 E .828 +(vision by 0 is trapped and \215agged as an error)-.25 F(.)-.55 E .829 (The operators and their precedence, associati)108 424.8 R(vity)-.25 E 3.329(,a)-.65 G .829(nd v)-3.329 F .829 -(alues are the same as in the C language.)-.25 F .829(The fol-)5.829 F -(lo)108 436.8 Q .44(wing list of operators is grouped into le)-.25 F --.15(ve)-.25 G .439(ls of equal-precedence operators.).15 F .439(The le) -5.439 F -.15(ve)-.25 G .439(ls are listed in order).15 F +(alues are the same as in the C language.)-.25 F .828(The fol-)5.828 F +(lo)108 436.8 Q .439(wing list of operators is grouped into le)-.25 F +-.15(ve)-.25 G .439(ls of equal-precedence operators.).15 F .44(The le) +5.44 F -.15(ve)-.25 G .44(ls are listed in order).15 F (of decreasing precedence.)108 448.8 Q F1(id)108 465.6 Q F2(++)A F1(id) 2.5 E F2A F0 -.25(va)144 477.6 S (riable post-increment and post-decrement).25 E F2(++)108 489.6 Q F1(id) @@ -4028,7 +4030,7 @@ F0(bitwise e)144 633.6 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2(|) (conditional operator)144 693.6 Q F2 2.5(=*)108 705.6 S 2.5(=/)-2.5 G 2.5(=%)-2.5 G 2.5(=+)-2.5 G 2.5<3dad>-2.5 G 2.5(=<)-2.5 G (<= >>= &= ^= |=)-2.5 E F0(assignment)144 717.6 Q(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(31)193.45 E 0 Cg EP +(2017 June 23)148.175 E(31)197.335 E 0 Cg EP %%Page: 32 32 %%BeginPageSetup BP @@ -4039,48 +4041,49 @@ BP E F1 -.2(ex)2.5 G(pr2).2 E F0(comma)144 96 Q .68(Shell v)108 112.8 R .68 (ariables are allo)-.25 F .68(wed as operands; parameter e)-.25 F .68 (xpansion is performed before the e)-.15 F .68(xpression is e)-.15 F --.25(va)-.25 G(lu-).25 E 3.508(ated. W)108 124.8 R 1.008(ithin an e)-.4 -F 1.008(xpression, shell v)-.15 F 1.007 +-.25(va)-.25 G(lu-).25 E 3.507(ated. W)108 124.8 R 1.007(ithin an e)-.4 +F 1.007(xpression, shell v)-.15 F 1.007 (ariables may also be referenced by name without using the parameter) --.25 F -.15(ex)108 136.8 S 1.04(pansion syntax.).15 F 3.54(As)6.04 G -1.04(hell v)-3.54 F 1.04(ariable that is null or unset e)-.25 F -.25(va) --.25 G 1.041(luates to 0 when referenced by name without).25 F 1.467 -(using the parameter e)108 148.8 R 1.467(xpansion syntax.)-.15 F 1.467 -(The v)6.467 F 1.467(alue of a v)-.25 F 1.467(ariable is e)-.25 F -.25 -(va)-.25 G 1.466(luated as an arithmetic e).25 F(xpression)-.15 E 1.389 +-.25 F -.15(ex)108 136.8 S 1.041(pansion syntax.).15 F 3.541(As)6.041 G +1.041(hell v)-3.541 F 1.041(ariable that is null or unset e)-.25 F -.25 +(va)-.25 G 1.04(luates to 0 when referenced by name without).25 F 1.466 +(using the parameter e)108 148.8 R 1.466(xpansion syntax.)-.15 F 1.467 +(The v)6.466 F 1.467(alue of a v)-.25 F 1.467(ariable is e)-.25 F -.25 +(va)-.25 G 1.467(luated as an arithmetic e).25 F(xpression)-.15 E 1.39 (when it is referenced, or when a v)108 160.8 R 1.389 -(ariable which has been gi)-.25 F -.15(ve)-.25 G 3.89(nt).15 G(he)-3.89 -E F1(inte)3.89 E -.1(ge)-.4 G(r).1 E F0(attrib)3.89 E 1.39(ute using)-.2 -F F2(declar)3.89 E 3.89(e-)-.18 G(i)-3.89 E F0(is)3.89 E .333 -(assigned a v)108 172.8 R 2.832(alue. A)-.25 F .332(null v)2.832 F .332 -(alue e)-.25 F -.25(va)-.25 G .332(luates to 0.).25 F 2.832(As)5.332 G -.332(hell v)-2.832 F .332(ariable need not ha)-.25 F .632 -.15(ve i)-.2 -H(ts).15 E F1(inte)2.832 E -.1(ge)-.4 G(r).1 E F0(attrib)2.832 E .332 -(ute turned on)-.2 F(to be used in an e)108 184.8 Q(xpression.)-.15 E -1.406(Constants with a leading 0 are interpreted as octal numbers.)108 -201.6 R 3.906(Al)6.406 G 1.407(eading 0x or 0X denotes he)-3.906 F -(xadecimal.)-.15 E .113(Otherwise, numbers tak)108 213.6 R 2.613(et)-.1 -G .113(he form [)-2.613 F F1(base#)A F0 .112(]n, where the optional)B F1 -(base)2.612 E F0 .112(is a decimal number between 2 and 64)2.612 F .533 -(representing the arithmetic base, and)108 225.6 R F1(n)3.033 E F0 .533 -(is a number in that base.)3.033 F(If)5.534 E F1(base#)3.034 E F0 .534 -(is omitted, then base 10 is used.)3.034 F .513(When specifying)108 -237.6 R F1(n)3.013 E F0 3.013(,t)C .513 -(he digits greater than 9 are represented by the lo)-3.013 F .512 -(wercase letters, the uppercase letters,)-.25 F .942 -(@, and _, in that order)108 249.6 R 5.942(.I)-.55 G(f)-5.942 E F1(base) -3.442 E F0 .942(is less than or equal to 36, lo)3.442 F .943 +(ariable which has been gi)-.25 F -.15(ve)-.25 G 3.889(nt).15 G(he) +-3.889 E F1(inte)3.889 E -.1(ge)-.4 G(r).1 E F0(attrib)3.889 E 1.389 +(ute using)-.2 F F2(declar)3.889 E 3.889(e-)-.18 G(i)-3.889 E F0(is) +3.889 E .332(assigned a v)108 172.8 R 2.832(alue. A)-.25 F .332(null v) +2.832 F .332(alue e)-.25 F -.25(va)-.25 G .332(luates to 0.).25 F 2.832 +(As)5.332 G .332(hell v)-2.832 F .332(ariable need not ha)-.25 F .632 +-.15(ve i)-.2 H(ts).15 E F1(inte)2.832 E -.1(ge)-.4 G(r).1 E F0(attrib) +2.832 E .333(ute turned on)-.2 F(to be used in an e)108 184.8 Q +(xpression.)-.15 E 1.406 +(Constants with a leading 0 are interpreted as octal numbers.)108 201.6 +R 3.906(Al)6.406 G 1.406(eading 0x or 0X denotes he)-3.906 F(xadecimal.) +-.15 E .112(Otherwise, numbers tak)108 213.6 R 2.612(et)-.1 G .112 +(he form [)-2.612 F F1(base#)A F0 .112(]n, where the optional)B F1(base) +2.612 E F0 .113(is a decimal number between 2 and 64)2.612 F .534 +(representing the arithmetic base, and)108 225.6 R F1(n)3.034 E F0 .534 +(is a number in that base.)3.034 F(If)5.533 E F1(base#)3.033 E F0 .533 +(is omitted, then base 10 is used.)3.033 F .512(When specifying)108 +237.6 R F1(n)3.012 E F0 3.012(,t)C .512 +(he digits greater than 9 are represented by the lo)-3.012 F .513 +(wercase letters, the uppercase letters,)-.25 F .943 +(@, and _, in that order)108 249.6 R 5.943(.I)-.55 G(f)-5.943 E F1(base) +3.443 E F0 .942(is less than or equal to 36, lo)3.443 F .942 (wercase and uppercase letters may be used)-.25 F (interchangeably to represent numbers between 10 and 35.)108 261.6 Q -.235(Operators are e)108 278.4 R -.25(va)-.25 G .235 +.234(Operators are e)108 278.4 R -.25(va)-.25 G .234 (luated in order of precedence.).25 F(Sub-e)5.234 E .234 -(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .234 +(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .235 (luated \214rst and may).25 F -.15(ove)108 290.4 S (rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F3 10.95 -/Times-Bold@0 SF(CONDITION)72 307.2 Q(AL EXPRESSIONS)-.219 E F0 .255 -(Conditional e)108 319.2 R .255(xpressions are used by the)-.15 F F2([[) +/Times-Bold@0 SF(CONDITION)72 307.2 Q(AL EXPRESSIONS)-.219 E F0 .256 +(Conditional e)108 319.2 R .256(xpressions are used by the)-.15 F F2([[) 2.755 E F0 .255(compound command and the)2.755 F F2(test)2.755 E F0(and) -2.755 E F2([)2.756 E F0 -.2(bu)2.756 G .256(iltin commands to test).2 F +2.755 E F2([)2.755 E F0 -.2(bu)2.755 G .255(iltin commands to test).2 F .77(\214le attrib)108 331.2 R .77 (utes and perform string and arithmetic comparisons.)-.2 F .77 (Expressions are formed from the follo)5.77 F(wing)-.25 E .426 @@ -4094,21 +4097,21 @@ G .113(he form [)-2.613 F F1(base#)A F0 .112(]n, where the optional)B F1 .589(will emulate them internally with this beha)108 367.2 R .589 (vior: If an)-.2 F(y)-.15 E F1(\214le)3.089 E F0(ar)3.089 E .589 (gument to one of the primaries is of the form)-.18 F F1(/de)108 379.2 Q -(v/fd/n)-.15 E F0 2.917(,t)C .417(hen \214le descriptor)-2.917 F F1(n) +(v/fd/n)-.15 E F0 2.916(,t)C .416(hen \214le descriptor)-2.916 F F1(n) 2.917 E F0 .417(is check)2.917 F 2.917(ed. If)-.1 F(the)2.917 E F1 (\214le)2.917 E F0(ar)2.917 E .417 -(gument to one of the primaries is one of)-.18 F F1(/de)2.916 E(v/stdin) +(gument to one of the primaries is one of)-.18 F F1(/de)2.917 E(v/stdin) -.15 E F0(,)A F1(/de)108 391.2 Q(v/stdout)-.15 E F0 2.5(,o)C(r)-2.5 E F1 (/de)2.5 E(v/stderr)-.15 E F0 2.5<2c8c>C (le descriptor 0, 1, or 2, respecti)-2.5 E -.15(ve)-.25 G(ly).15 E 2.5 -(,i)-.65 G 2.5(sc)-2.5 G(heck)-2.5 E(ed.)-.1 E .721 +(,i)-.65 G 2.5(sc)-2.5 G(heck)-2.5 E(ed.)-.1 E .722 (Unless otherwise speci\214ed, primaries that operate on \214les follo) -108 408 R 3.221(ws)-.25 G .722(ymbolic links and operate on the tar) +108 408 R 3.221(ws)-.25 G .721(ymbolic links and operate on the tar) -3.221 F(get)-.18 E(of the link, rather than the link itself.)108 420 Q -1.096(When used with)108 438 R F2([[)3.596 E F0 3.596(,t)C(he)-3.596 E -F2(<)3.596 E F0(and)3.595 E F2(>)3.595 E F0 1.095(operators sort le) -3.595 F 1.095(xicographically using the current locale.)-.15 F(The)6.095 -E F2(test)3.595 E F0(com-)3.595 E(mand sorts using ASCII ordering.)108 +1.095(When used with)108 438 R F2([[)3.595 E F0 3.595(,t)C(he)-3.595 E +F2(<)3.595 E F0(and)3.595 E F2(>)3.595 E F0 1.095(operators sort le) +3.595 F 1.095(xicographically using the current locale.)-.15 F(The)6.096 +E F2(test)3.596 E F0(com-)3.596 E(mand sorts using ASCII ordering.)108 450 Q F2108 474 Q F1(\214le)2.5 E F0 -.35(Tr)144 474 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F2108 486 Q F1 (\214le)2.5 E F0 -.35(Tr)144 486 S(ue if).35 E F1(\214le)2.5 E F0 -.15 @@ -4153,7 +4156,7 @@ F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E(fecti)-.25 E (fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F2108 714 Q F1 (\214le)2.5 E F0 -.35(Tr)144 714 S(ue if).35 E F1(\214le)2.5 E F0 -.15 (ex)2.5 G(ists and is a sock).15 E(et.)-.1 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(32)193.45 E 0 Cg EP +(2017 June 23)148.175 E(32)197.335 E 0 Cg EP %%Page: 33 33 %%BeginPageSetup BP @@ -4172,10 +4175,10 @@ F1(\214le2)2.5 E F0 -.35(Tr)144 120 S(ue if).35 E F1(\214le1)2.5 E F0 144 S(ue if).35 E F1(\214le1)2.5 E F0(is older than)2.5 E F1(\214le2)2.5 E F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F1(\214le2)2.5 E F0 -.15(ex)2.5 G (ists and).15 E F1(\214le1)2.5 E F0(does not.)2.5 E F2108 156 Q F1 -(optname)2.5 E F0 -.35(Tr)144 168 S .262(ue if the shell option).35 F F1 +(optname)2.5 E F0 -.35(Tr)144 168 S .263(ue if the shell option).35 F F1 (optname)2.992 E F0 .262(is enabled.)2.942 F .262 (See the list of options under the description of the)5.262 F F2 -2.763 E F0(option to the)144 180 Q F2(set)2.5 E F0 -.2(bu)2.5 G +2.762 E F0(option to the)144 180 Q F2(set)2.5 E F0 -.2(bu)2.5 G (iltin belo).2 E -.65(w.)-.25 G F2108 192 Q F1(varname)2.5 E F0 -.35(Tr)144 204 S(ue if the shell v).35 E(ariable)-.25 E F1(varname)2.79 E F0(is set \(has been assigned a v)2.68 E(alue\).)-.25 E F2108 @@ -4186,12 +4189,12 @@ E F0(is set \(has been assigned a v)2.68 E(alue\).)-.25 E F2108 108 264 Q F2108 276 Q F1(string)2.5 E F0 -.35(Tr)144 288 S (ue if the length of).35 E F1(string)2.84 E F0(is non-zero.)2.72 E F1 (string1)108 304.8 Q F2(==)2.5 E F1(string2)2.5 E(string1)108 316.8 Q F2 -(=)2.5 E F1(string2)2.5 E F0 -.35(Tr)144 328.8 S .862 +(=)2.5 E F1(string2)2.5 E F0 -.35(Tr)144 328.8 S .861 (ue if the strings are equal.).35 F F2(=)5.861 E F0 .861 -(should be used with the)3.361 F F2(test)3.361 E F0 .861 -(command for POSIX conformance.)3.361 F .446(When used with the)144 +(should be used with the)3.361 F F2(test)3.361 E F0 .862 +(command for POSIX conformance.)3.362 F .447(When used with the)144 340.8 R F2([[)2.946 E F0 .446 -(command, this performs pattern matching as described abo)2.946 F .747 +(command, this performs pattern matching as described abo)2.946 F .746 -.15(ve \()-.15 H F2(Compound).15 E(Commands)144 352.8 Q F0(\).)A F1 (string1)108 369.6 Q F2(!=)2.5 E F1(string2)2.5 E F0 -.35(Tr)144 381.6 S (ue if the strings are not equal.).35 E F1(string1)108 398.4 Q F2(<)2.5 @@ -4201,76 +4204,76 @@ E(.)-.65 E F1(string1)108 427.2 Q F2(>)2.5 E F1(string2)2.5 E F0 -.35 (Tr)144 439.2 S(ue if).35 E F1(string1)2.5 E F0(sorts after)2.5 E F1 (string2)2.5 E F0(le)2.5 E(xicographically)-.15 E(.)-.65 E F1(ar)108.33 456 Q(g1)-.37 E F2(OP)2.5 E F1(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF -(OP)144 468 Q F0 .385(is one of)2.635 F F2(\255eq)2.885 E F0(,)A F2 +(OP)144 468 Q F0 .385(is one of)2.634 F F2(\255eq)2.885 E F0(,)A F2 (\255ne)2.885 E F0(,)A F2(\255lt)2.885 E F0(,)A F2(\255le)2.885 E F0(,)A F2(\255gt)2.885 E F0 2.885(,o)C(r)-2.885 E F2(\255ge)2.885 E F0 5.385 (.T)C .385(hese arithmetic binary operators return true if)-5.385 F F1 -(ar)2.884 E(g1)-.37 E F0 .845(is equal to, not equal to, less than, les\ +(ar)2.885 E(g1)-.37 E F0 .845(is equal to, not equal to, less than, les\ s than or equal to, greater than, or greater than or equal to)144 480 R -F1(ar)144 492 Q(g2)-.37 E F0 3.59(,r)C(especti)-3.59 E -.15(ve)-.25 G -(ly).15 E(.)-.65 E F1(Ar)7.1 E(g1)-.37 E F0(and)3.59 E F1(ar)3.92 E(g2) --.37 E F0 1.089(may be positi)3.61 F 1.389 -.15(ve o)-.25 H 3.589(rn).15 -G -2.25 -.15(eg a)-3.589 H(ti).15 E 1.389 -.15(ve i)-.25 H(nte).15 E -3.589(gers. When)-.15 F 1.089(used with the)3.589 F F2([[)3.589 E F0 -(command,)144 504 Q F1(Ar)4.219 E(g1)-.37 E F0(and)3.209 E F1(Ar)4.219 E +F1(ar)144 492 Q(g2)-.37 E F0 3.589(,r)C(especti)-3.589 E -.15(ve)-.25 G +(ly).15 E(.)-.65 E F1(Ar)7.099 E(g1)-.37 E F0(and)3.589 E F1(ar)3.919 E +(g2)-.37 E F0 1.089(may be positi)3.609 F 1.389 -.15(ve o)-.25 H 3.589 +(rn).15 G -2.25 -.15(eg a)-3.589 H(ti).15 E 1.389 -.15(ve i)-.25 H(nte) +.15 E 3.59(gers. When)-.15 F 1.09(used with the)3.59 F F2([[)3.59 E F0 +(command,)144 504 Q F1(Ar)4.22 E(g1)-.37 E F0(and)3.21 E F1(Ar)4.22 E (g2)-.37 E F0 .71(are e)3.23 F -.25(va)-.25 G .71 -(luated as arithmetic e).25 F 3.21(xpressions \(see)-.15 F F3 .71 -(ARITHMETIC EV)3.21 F(ALU)-1.215 E(A-)-.54 E(TION)144 516 Q F0(abo)2.25 +(luated as arithmetic e).25 F 3.209(xpressions \(see)-.15 F F3 .709 +(ARITHMETIC EV)3.209 F(ALU)-1.215 E(A-)-.54 E(TION)144 516 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E/F4 10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP) -72 532.8 Q(ANSION)-.81 E F0 .614(When a simple command is e)108 544.8 R --.15(xe)-.15 G .614(cuted, the shell performs the follo).15 F .613 -(wing e)-.25 F .613(xpansions, assignments, and redi-)-.15 F -(rections, from left to right.)108 556.8 Q(1.)108 573.6 Q 1.848(The w) -144 573.6 R 1.848(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 -F 1.849(ariable assignments \(those preceding the command)-.25 F +72 532.8 Q(ANSION)-.81 E F0 .613(When a simple command is e)108 544.8 R +-.15(xe)-.15 G .614(cuted, the shell performs the follo).15 F .614 +(wing e)-.25 F .614(xpansions, assignments, and redi-)-.15 F +(rections, from left to right.)108 556.8 Q(1.)108 573.6 Q 1.849(The w) +144 573.6 R 1.849(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 +F 1.848(ariable assignments \(those preceding the command)-.25 F (name\) and redirections are sa)144 585.6 Q -.15(ve)-.2 G 2.5(df).15 G -(or later processing.)-2.5 E(2.)108 602.4 Q 1.164(The w)144 602.4 R -1.164(ords that are not v)-.1 F 1.164 -(ariable assignments or redirections are e)-.25 F 3.663(xpanded. If)-.15 -F(an)3.663 E 3.663(yw)-.15 G 1.163(ords remain)-3.763 F .775(after e)144 -614.4 R .775(xpansion, the \214rst w)-.15 F .775(ord is tak)-.1 F .775 +(or later processing.)-2.5 E(2.)108 602.4 Q 1.163(The w)144 602.4 R +1.163(ords that are not v)-.1 F 1.164 +(ariable assignments or redirections are e)-.25 F 3.664(xpanded. If)-.15 +F(an)3.664 E 3.664(yw)-.15 G 1.164(ords remain)-3.764 F .776(after e)144 +614.4 R .776(xpansion, the \214rst w)-.15 F .776(ord is tak)-.1 F .775 (en to be the name of the command and the remaining w)-.1 F(ords)-.1 E (are the ar)144 626.4 Q(guments.)-.18 E(3.)108 643.2 Q (Redirections are performed as described abo)144 643.2 Q .3 -.15(ve u) -.15 H(nder).15 E F3(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F0(4.) -108 660 Q .717(The te)144 660 R .717(xt after the)-.15 F F2(=)3.217 E F0 +108 660 Q .716(The te)144 660 R .717(xt after the)-.15 F F2(=)3.217 E F0 .717(in each v)3.217 F .717(ariable assignment under)-.25 F .717 (goes tilde e)-.18 F .717(xpansion, parameter e)-.15 F(xpansion,)-.15 E -.339(command substitution, arithmetic e)144 672 R .339 +.34(command substitution, arithmetic e)144 672 R .339 (xpansion, and quote remo)-.15 F -.25(va)-.15 G 2.839(lb).25 G .339 (efore being assigned to the v)-2.839 F(ari-)-.25 E(able.)144 684 Q .332 (If no command name results, the v)108 700.8 R .332 (ariable assignments af)-.25 F .332(fect the current shell en)-.25 F -2.832(vironment. Otherwise,)-.4 F(the)2.832 E -.25(va)108 712.8 S .757 +2.833(vironment. Otherwise,)-.4 F(the)2.833 E -.25(va)108 712.8 S .757 (riables are added to the en).25 F .757(vironment of the e)-.4 F -.15 (xe)-.15 G .757(cuted command and do not af).15 F .757 -(fect the current shell en)-.25 F(vi-)-.4 E 3.177(ronment. If)108 724.8 -R(an)3.177 E 3.177(yo)-.15 G 3.177(ft)-3.177 G .677 -(he assignments attempts to assign a v)-3.177 F .677 -(alue to a readonly v)-.25 F .676(ariable, an error occurs, and)-.25 F -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(33)193.45 E 0 Cg EP +(fect the current shell en)-.25 F(vi-)-.4 E 3.176(ronment. If)108 724.8 +R(an)3.176 E 3.176(yo)-.15 G 3.176(ft)-3.176 G .677 +(he assignments attempts to assign a v)-3.176 F .677 +(alue to a readonly v)-.25 F .677(ariable, an error occurs, and)-.25 F +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(33)197.335 E 0 Cg EP %%Page: 34 34 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(the command e)108 -84 Q(xits with a non-zero status.)-.15 E .149 +84 Q(xits with a non-zero status.)-.15 E .15 (If no command name results, redirections are performed, b)108 100.8 R -.149(ut do not af)-.2 F .15(fect the current shell en)-.25 F 2.65 +.149(ut do not af)-.2 F .149(fect the current shell en)-.25 F 2.649 (vironment. A)-.4 F(redirection error causes the command to e)108 112.8 Q(xit with a non-zero status.)-.15 E 1.064 (If there is a command name left after e)108 129.6 R 1.064(xpansion, e) -.15 F -.15(xe)-.15 G 1.064(cution proceeds as described belo).15 F -4.864 -.65(w. O)-.25 H 1.064(therwise, the).65 F .068(command e)108 -141.6 R 2.568(xits. If)-.15 F .069(one of the e)2.568 F .069 -(xpansions contained a command substitution, the e)-.15 F .069 -(xit status of the command)-.15 F .467(is the e)108 153.6 R .466 -(xit status of the last command substitution performed.)-.15 F .466 +4.864 -.65(w. O)-.25 H 1.064(therwise, the).65 F .069(command e)108 +141.6 R 2.569(xits. If)-.15 F .069(one of the e)2.569 F .069 +(xpansions contained a command substitution, the e)-.15 F .068 +(xit status of the command)-.15 F .466(is the e)108 153.6 R .466 +(xit status of the last command substitution performed.)-.15 F .467 (If there were no command substitutions, the)5.466 F(command e)108 165.6 Q(xits with a status of zero.)-.15 E/F1 10.95/Times-Bold@0 SF -(COMMAND EXECUTION)72 182.4 Q F0 .546 -(After a command has been split into w)108 194.4 R .547 +(COMMAND EXECUTION)72 182.4 Q F0 .547 +(After a command has been split into w)108 194.4 R .546 (ords, if it results in a simple command and an optional list of ar)-.1 F(gu-)-.18 E(ments, the follo)108 206.4 Q(wing actions are tak)-.25 E (en.)-.1 E .379(If the command name contains no slashes, the shell atte\ @@ -4282,80 +4285,79 @@ mpts to locate it.)108 223.2 R .379(If there e)5.379 F .379 (If the name does not match a func-)4.746 F (tion, the shell searches for it in the list of shell b)108 247.2 Q 2.5 (uiltins. If)-.2 F 2.5(am)2.5 G(atch is found, that b)-2.5 E -(uiltin is in)-.2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E .31 -(If the name is neither a shell function nor a b)108 264 R .309 -(uiltin, and contains no slashes,)-.2 F/F4 10/Times-Bold@0 SF(bash)2.809 -E F0 .309(searches each element of)2.809 F(the)108 276 Q F2 -.666(PA) -3.162 G(TH)-.189 E F0 .662(for a directory containing an e)2.912 F -.15 -(xe)-.15 G .662(cutable \214le by that name.).15 F F4(Bash)5.662 E F0 -.663(uses a hash table to remember)3.162 F 1.915 -(the full pathnames of e)108 288 R -.15(xe)-.15 G 1.915 -(cutable \214les \(see).15 F F4(hash)4.415 E F0(under)4.415 E F2 1.915 -(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS)-.828 F F0(belo)4.164 E -4.414(w\). A)-.25 F(full)4.414 E .719(search of the directories in)108 -300 R F2 -.666(PA)3.219 G(TH)-.189 E F0 .72 -(is performed only if the command is not found in the hash table.)2.969 -F .72(If the)5.72 F .956(search is unsuccessful, the shell searches for\ - a de\214ned shell function named)108 312 R F4(command_not_f)3.455 E -(ound_han-)-.25 E(dle)108 324 Q F0 5.277(.I)C 2.777(ft)-5.277 G .277 -(hat function e)-2.777 F .277(xists, it is in)-.15 F -.2(vo)-.4 G -.1 -(ke).2 G 2.777(dw).1 G .278 -(ith the original command and the original command')-2.777 F 2.778(sa) --.55 G -.18(rg)-2.778 G(uments).18 E .776(as its ar)108 336 R .776 +(uiltin is in)-.2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E .309 +(If the name is neither a shell function nor a b)108 264 R .31 +(uiltin, and contains no slashes,)-.2 F/F4 10/Times-Bold@0 SF(bash)2.81 +E F0 .31(searches each element of)2.81 F(the)108 276 Q F2 -.666(PA)3.163 +G(TH)-.189 E F0 .662(for a directory containing an e)2.913 F -.15(xe) +-.15 G .662(cutable \214le by that name.).15 F F4(Bash)5.662 E F0 .662 +(uses a hash table to remember)3.162 F 1.914(the full pathnames of e)108 +288 R -.15(xe)-.15 G 1.915(cutable \214les \(see).15 F F4(hash)4.415 E +F0(under)4.415 E F2 1.915(SHELL B)4.415 F(UIL)-.09 E 1.915(TIN COMMANDS) +-.828 F F0(belo)4.165 E 4.415(w\). A)-.25 F(full)4.415 E .72 +(search of the directories in)108 300 R F2 -.666(PA)3.22 G(TH)-.189 E F0 +.719(is performed only if the command is not found in the hash table.) +2.97 F .719(If the)5.719 F .956(search is unsuccessful, the shell searc\ +hes for a de\214ned shell function named)108 312 R F4(command_not_f) +3.456 E(ound_han-)-.25 E(dle)108 324 Q F0 5.278(.I)C 2.778(ft)-5.278 G +.278(hat function e)-2.778 F .278(xists, it is in)-.15 F -.2(vo)-.4 G +-.1(ke).2 G 2.778(dw).1 G .277 +(ith the original command and the original command')-2.778 F 2.777(sa) +-.55 G -.18(rg)-2.777 G(uments).18 E .775(as its ar)108 336 R .775 (guments, and the function')-.18 F 3.275(se)-.55 G .775 (xit status becomes the e)-3.425 F .775(xit status of the shell.)-.15 F -.775(If that function is not)5.775 F +.776(If that function is not)5.776 F (de\214ned, the shell prints an error message and returns an e)108 348 Q (xit status of 127.)-.15 E 1.089(If the search is successful, or if the\ command name contains one or more slashes, the shell e)108 364.8 R -.15 -(xe)-.15 G 1.09(cutes the).15 F .198(named program in a separate e)108 -376.8 R -.15(xe)-.15 G .198(cution en).15 F 2.698(vironment. Ar)-.4 F -.198(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .197 +(xe)-.15 G 1.089(cutes the).15 F .197(named program in a separate e)108 +376.8 R -.15(xe)-.15 G .197(cution en).15 F 2.698(vironment. Ar)-.4 F +.198(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .198 (n, and the remain-).15 F(ing ar)108 388.8 Q (guments to the command are set to the ar)-.18 E(guments gi)-.18 E -.15 (ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.809(If this e)108 405.6 R -.15(xe)-.15 G 1.809(cution f).15 F 1.809 (ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.809 (cutable format, and the \214le is not a directory).15 F 4.309(,i)-.65 G -4.309(ti)-4.309 G(s)-4.309 E .678(assumed to be a)108 417.6 R/F5 10 -/Times-Italic@0 SF .678(shell script)3.178 F F0 3.178(,a\214)C .678 +4.309(ti)-4.309 G(s)-4.309 E .677(assumed to be a)108 417.6 R/F5 10 +/Times-Italic@0 SF .678(shell script)3.177 F F0 3.178(,a\214)C .678 (le containing shell commands.)-3.178 F 3.178(As)5.678 G .678 -(ubshell is spa)-3.178 F .677(wned to e)-.15 F -.15(xe)-.15 G .677 -(cute it.).15 F(This)5.677 E .329 -(subshell reinitializes itself, so that the ef)108 429.6 R .329 -(fect is as if a ne)-.25 F 2.83(ws)-.25 G .33(hell had been in)-2.83 F --.2(vo)-.4 G -.1(ke).2 G 2.83(dt).1 G 2.83(oh)-2.83 G .33 -(andle the script, with)-2.83 F 1.219(the e)108 441.6 R 1.219 +(ubshell is spa)-3.178 F .678(wned to e)-.15 F -.15(xe)-.15 G .678 +(cute it.).15 F(This)5.678 E .33 +(subshell reinitializes itself, so that the ef)108 429.6 R .33 +(fect is as if a ne)-.25 F 2.829(ws)-.25 G .329(hell had been in)-2.829 +F -.2(vo)-.4 G -.1(ke).2 G 2.829(dt).1 G 2.829(oh)-2.829 G .329 +(andle the script, with)-2.829 F 1.219(the e)108 441.6 R 1.219 (xception that the locations of commands remembered by the parent \(see) -.15 F F4(hash)3.719 E F0(belo)3.719 E 3.719(wu)-.25 G(nder)-3.719 E F2 (SHELL)3.719 E -.09(BU)108 453.6 S(IL).09 E(TIN COMMANDS)-.828 E F3(\))A -F0(are retained by the child.)2.25 E .347(If the program is a \214le be) -108 470.4 R .347(ginning with)-.15 F F4(#!)2.847 E F0 2.847(,t)C .348(h\ +F0(are retained by the child.)2.25 E .348(If the program is a \214le be) +108 470.4 R .348(ginning with)-.15 F F4(#!)2.848 E F0 2.848(,t)C .347(h\ e remainder of the \214rst line speci\214es an interpreter for the pro-) --2.847 F 3.178(gram. The)108 482.4 R .678(shell e)3.178 F -.15(xe)-.15 G +-2.848 F 3.178(gram. The)108 482.4 R .678(shell e)3.178 F -.15(xe)-.15 G .678(cutes the speci\214ed interpreter on operating systems that do not\ - handle this e).15 F -.15(xe)-.15 G(cutable).15 E 1.192(format themselv) -108 494.4 R 3.692(es. The)-.15 F(ar)3.693 E 1.193 -(guments to the interpreter consist of a single optional ar)-.18 F 1.193 -(gument follo)-.18 F 1.193(wing the)-.25 F 1.131 + handle this e).15 F -.15(xe)-.15 G(cutable).15 E 1.193(format themselv) +108 494.4 R 3.693(es. The)-.15 F(ar)3.693 E 1.193 +(guments to the interpreter consist of a single optional ar)-.18 F 1.192 +(gument follo)-.18 F 1.192(wing the)-.25 F 1.13 (interpreter name on the \214rst line of the program, follo)108 506.4 R -1.13(wed by the name of the program, follo)-.25 F 1.13(wed by the)-.25 F -(command ar)108 518.4 Q(guments, if an)-.18 E -.65(y.)-.15 G F1 +1.131(wed by the name of the program, follo)-.25 F 1.131(wed by the)-.25 +F(command ar)108 518.4 Q(guments, if an)-.18 E -.65(y.)-.15 G F1 (COMMAND EXECUTION ENVIR)72 535.2 Q(ONMENT)-.329 E F0(The shell has an) 108 547.2 Q F5 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E(onment)-.45 E F0 2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25 E<83>108 564 Q -1.405(open \214les inherited by the shell at in)144 564 R -.2(vo)-.4 G -1.406(cation, as modi\214ed by redirections supplied to the).2 F F4 -(exec)3.906 E F0 -.2(bu)144 576 S(iltin).2 E<83>108 592.8 Q +1.406(open \214les inherited by the shell at in)144 564 R -.2(vo)-.4 G +1.405(cation, as modi\214ed by redirections supplied to the).2 F F4 +(exec)3.905 E F0 -.2(bu)144 576 S(iltin).2 E<83>108 592.8 Q (the current w)144 592.8 Q(orking directory as set by)-.1 E F4(cd)2.5 E F0(,)A F4(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F4(popd)2.5 E F0 2.5(,o)C 2.5 (ri)-2.5 G(nherited by the shell at in)-2.5 E -.2(vo)-.4 G(cation).2 E <83>108 609.6 Q(the \214le creation mode mask as set by)144 609.6 Q F4 (umask)2.5 E F0(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent) -2.5 E<83>108 626.4 Q(current traps set by)144 626.4 Q F4(trap)2.5 E F0 -<83>108 643.2 Q .257(shell parameters that are set by v)144 643.2 R .256 -(ariable assignment or with)-.25 F F4(set)2.756 E F0 .256 -(or inherited from the shell')2.756 F 2.756(sp)-.55 G(arent)-2.756 E +<83>108 643.2 Q .256(shell parameters that are set by v)144 643.2 R .256 +(ariable assignment or with)-.25 F F4(set)2.756 E F0 .257 +(or inherited from the shell')2.756 F 2.757(sp)-.55 G(arent)-2.757 E (in the en)144 655.2 Q(vironment)-.4 E<83>108 672 Q (shell functions de\214ned during e)144 672 Q -.15(xe)-.15 G (cution or inherited from the shell').15 E 2.5(sp)-.55 G @@ -4363,7 +4365,7 @@ F0(,)A F4(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F4(popd)2.5 E F0 2.5(,o)C 2.5 (options enabled at in)144 688.8 Q -.2(vo)-.4 G(cation \(either by def) .2 E(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F4(set) 2.5 E F0<83>108 705.6 Q(options enabled by)144 705.6 Q F4(shopt)2.5 E F0 -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(34)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(34)197.335 E 0 Cg EP %%Page: 35 35 %%BeginPageSetup BP @@ -4374,73 +4376,73 @@ BP F0<83>108 100.8 Q -.25(va)144 100.8 S (rious process IDs, including those of background jobs, the v).25 E (alue of)-.25 E F1($$)2.5 E F0 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E -/F2 9/Times-Bold@0 SF(PPID)2.5 E F0 .426 -(When a simple command other than a b)108 117.6 R .427 -(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .427 -(cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.927(di).1 G 2.927(nas) --2.927 G(eparate)-2.927 E -.15(exe)108 129.6 S .134(cution en).15 F .134 +/F2 9/Times-Bold@0 SF(PPID)2.5 E F0 .427 +(When a simple command other than a b)108 117.6 R .426 +(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .426 +(cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.926(di).1 G 2.926(nas) +-2.926 G(eparate)-2.926 E -.15(exe)108 129.6 S .133(cution en).15 F .133 (vironment that consists of the follo)-.4 F 2.634(wing. Unless)-.25 F -.133(otherwise noted, the v)2.634 F .133(alues are inherited from)-.25 F -(the shell.)108 141.6 Q<83>108 158.4 Q 1.055(the shell')144 158.4 R -3.555(so)-.55 G 1.055(pen \214les, plus an)-3.555 F 3.556(ym)-.15 G +.134(otherwise noted, the v)2.634 F .134(alues are inherited from)-.25 F +(the shell.)108 141.6 Q<83>108 158.4 Q 1.056(the shell')144 158.4 R +3.556(so)-.55 G 1.056(pen \214les, plus an)-3.556 F 3.556(ym)-.15 G 1.056 (odi\214cations and additions speci\214ed by redirections to the com-) -3.556 F(mand)144 170.4 Q<83>108 187.2 Q(the current w)144 187.2 Q (orking directory)-.1 E<83>108 204 Q(the \214le creation mode mask)144 -204 Q<83>108 220.8 Q .857(shell v)144 220.8 R .857 +204 Q<83>108 220.8 Q .856(shell v)144 220.8 R .857 (ariables and functions mark)-.25 F .857(ed for e)-.1 F .857 (xport, along with v)-.15 F .857(ariables e)-.25 F .857 (xported for the command,)-.15 F(passed in the en)144 232.8 Q(vironment) --.4 E<83>108 249.6 Q .306(traps caught by the shell are reset to the v) -144 249.6 R .307(alues inherited from the shell')-.25 F 2.807(sp)-.55 G -.307(arent, and traps ignored)-2.807 F(by the shell are ignored)144 +-.4 E<83>108 249.6 Q .307(traps caught by the shell are reset to the v) +144 249.6 R .306(alues inherited from the shell')-.25 F 2.806(sp)-.55 G +.306(arent, and traps ignored)-2.806 F(by the shell are ignored)144 261.6 Q 2.5(Ac)108 278.4 S(ommand in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5 (di).1 G 2.5(nt)-2.5 G(his separate en)-2.5 E(vironment cannot af)-.4 E (fect the shell')-.25 E 2.5(se)-.55 G -.15(xe)-2.65 G(cution en).15 E (vironment.)-.4 E .577(Command substitution, commands grouped with pare\ ntheses, and asynchronous commands are in)108 295.2 R -.2(vo)-.4 G -.1 -(ke).2 G 3.077(di).1 G(n)-3.077 E 2.744(as)108 307.2 S .244(ubshell en) --2.744 F .244(vironment that is a duplicate of the shell en)-.4 F .245 -(vironment, e)-.4 F .245(xcept that traps caught by the shell are)-.15 F -.359(reset to the v)108 319.2 R .358 +(ke).2 G 3.078(di).1 G(n)-3.078 E 2.745(as)108 307.2 S .245(ubshell en) +-2.745 F .245(vironment that is a duplicate of the shell en)-.4 F .244 +(vironment, e)-.4 F .244(xcept that traps caught by the shell are)-.15 F +.358(reset to the v)108 319.2 R .358 (alues that the shell inherited from its parent at in)-.25 F -.2(vo)-.4 -G 2.858(cation. Builtin).2 F .358(commands that are in)2.858 F -.2(vo) --.4 G -.1(ke).2 G(d).1 E .856(as part of a pipeline are also e)108 331.2 -R -.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.357 -(vironment. Changes)-.4 F .857(made to the subshell en)3.357 F(viron-) +G 2.858(cation. Builtin).2 F .359(commands that are in)2.859 F -.2(vo) +-.4 G -.1(ke).2 G(d).1 E .857(as part of a pipeline are also e)108 331.2 +R -.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.356 +(vironment. Changes)-.4 F .856(made to the subshell en)3.356 F(viron-) -.4 E(ment cannot af)108 343.2 Q(fect the shell')-.25 E 2.5(se)-.55 G --.15(xe)-2.65 G(cution en).15 E(vironment.)-.4 E 1.377(Subshells spa)108 -360 R 1.377(wned to e)-.15 F -.15(xe)-.15 G 1.377 +-.15(xe)-2.65 G(cution en).15 E(vironment.)-.4 E 1.376(Subshells spa)108 +360 R 1.376(wned to e)-.15 F -.15(xe)-.15 G 1.377 (cute command substitutions inherit the v).15 F 1.377(alue of the)-.25 F -F13.876 E F0 1.376(option from the parent)3.876 F 2.5(shell. When) +F13.877 E F0 1.377(option from the parent)3.877 F 2.5(shell. When) 108 372 R(not in)2.5 E/F3 10/Times-Italic@0 SF(posix)2.5 E F0(mode,)2.5 E F1(bash)2.5 E F0(clears the)2.5 E F12.5 E F0 -(option in such subshells.)2.5 E .404(If a command is follo)108 388.8 R -.404(wed by a)-.25 F F1(&)2.904 E F0 .405(and job control is not acti) -2.904 F -.15(ve)-.25 G 2.905(,t).15 G .405(he def)-2.905 F .405 -(ault standard input for the command)-.1 F .198(is the empty \214le)108 -400.8 R F3(/de)2.698 E(v/null)-.15 E F0 5.198(.O)C .198 -(therwise, the in)-5.198 F -.2(vo)-.4 G -.1(ke).2 G 2.698(dc).1 G .197 -(ommand inherits the \214le descriptors of the calling shell)-2.698 F +(option in such subshells.)2.5 E .405(If a command is follo)108 388.8 R +.405(wed by a)-.25 F F1(&)2.905 E F0 .404(and job control is not acti) +2.905 F -.15(ve)-.25 G 2.904(,t).15 G .404(he def)-2.904 F .404 +(ault standard input for the command)-.1 F .197(is the empty \214le)108 +400.8 R F3(/de)2.697 E(v/null)-.15 E F0 5.197(.O)C .197 +(therwise, the in)-5.197 F -.2(vo)-.4 G -.1(ke).2 G 2.697(dc).1 G .198 +(ommand inherits the \214le descriptors of the calling shell)-2.697 F (as modi\214ed by redirections.)108 412.8 Q/F4 10.95/Times-Bold@0 SF -(ENVIR)72 429.6 Q(ONMENT)-.329 E F0 2.353(When a program is in)108 441.6 +(ENVIR)72 429.6 Q(ONMENT)-.329 E F0 2.354(When a program is in)108 441.6 R -.2(vo)-.4 G -.1(ke).2 G 4.853(di).1 G 4.853(ti)-4.853 G 4.853(sg) -4.853 G -2.15 -.25(iv e)-4.853 H 4.853(na).25 G 4.853(na)-4.853 G 2.353 (rray of strings called the)-4.853 F F3(en)4.853 E(vir)-.4 E(onment)-.45 -E F0 7.353(.T).68 G 2.354(his is a list of)-7.353 F F3(name)108 453.6 Q +E F0 7.353(.T).68 G 2.353(his is a list of)-7.353 F F3(name)108 453.6 Q F0A F3(value)A F0(pairs, of the form)2.5 E F3(name)2.5 E F0(=)A F3 -(value)A F0(.).18 E 1.486(The shell pro)108 470.4 R 1.486(vides se)-.15 -F -.15(ve)-.25 G 1.486(ral w).15 F 1.485(ays to manipulate the en)-.1 F -3.985(vironment. On)-.4 F(in)3.985 E -.2(vo)-.4 G 1.485 +(value)A F0(.).18 E 1.485(The shell pro)108 470.4 R 1.485(vides se)-.15 +F -.15(ve)-.25 G 1.485(ral w).15 F 1.485(ays to manipulate the en)-.1 F +3.985(vironment. On)-.4 F(in)3.985 E -.2(vo)-.4 G 1.486 (cation, the shell scans its o).2 F(wn)-.25 E(en)108 482.4 Q .144(viron\ ment and creates a parameter for each name found, automatically marking\ - it for)-.4 F F3 -.2(ex)2.644 G(port).2 E F0 .144(to child pro-)3.324 F -2.704(cesses. Ex)108 494.4 R .203(ecuted commands inherit the en)-.15 F + it for)-.4 F F3 -.2(ex)2.643 G(port).2 E F0 .143(to child pro-)3.323 F +2.703(cesses. Ex)108 494.4 R .203(ecuted commands inherit the en)-.15 F 2.703(vironment. The)-.4 F F1(export)2.703 E F0(and)2.703 E F1(declar) -2.703 E 2.703<65ad>-.18 G(x)-2.703 E F0 .203(commands allo)2.703 F 2.703 -(wp)-.25 G(aram-)-2.703 E 1.153 +2.703 E 2.703<65ad>-.18 G(x)-2.703 E F0 .203(commands allo)2.703 F 2.704 +(wp)-.25 G(aram-)-2.704 E 1.153 (eters and functions to be added to and deleted from the en)108 506.4 R -3.653(vironment. If)-.4 F 1.153(the v)3.653 F 1.154 +3.653(vironment. If)-.4 F 1.153(the v)3.653 F 1.153 (alue of a parameter in the)-.25 F(en)108 518.4 Q .64 (vironment is modi\214ed, the ne)-.4 F 3.14(wv)-.25 G .64 (alue becomes part of the en)-3.39 F .64(vironment, replacing the old.) @@ -4448,216 +4450,216 @@ ment and creates a parameter for each name found, automatically marking\ R 3.08(ye)-.15 G -.15(xe)-3.23 G .58 (cuted command consists of the shell').15 F 3.08(si)-.55 G .58 (nitial en)-3.08 F .58(vironment, whose v)-.4 F .58(alues may be)-.25 F -.301(modi\214ed in the shell, less an)108 542.4 R 2.801(yp)-.15 G .301 -(airs remo)-2.801 F -.15(ve)-.15 G 2.801(db).15 G 2.801(yt)-2.801 G(he) --2.801 E F1(unset)2.801 E F0 .3(command, plus an)2.8 F 2.8(ya)-.15 G .3 -(dditions via the)-2.8 F F1(export)2.8 E F0(and)2.8 E F1(declar)108 -554.4 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.)2.5 E .562(The en)108 -571.2 R .562(vironment for an)-.4 F(y)-.15 E F3 .562(simple command) -3.402 F F0 .563 +.3(modi\214ed in the shell, less an)108 542.4 R 2.8(yp)-.15 G .3 +(airs remo)-2.8 F -.15(ve)-.15 G 2.8(db).15 G 2.801(yt)-2.8 G(he)-2.801 +E F1(unset)2.801 E F0 .301(command, plus an)2.801 F 2.801(ya)-.15 G .301 +(dditions via the)-2.801 F F1(export)2.801 E F0(and)2.801 E F1(declar) +108 554.4 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.)2.5 E .563(The en)108 +571.2 R .563(vironment for an)-.4 F(y)-.15 E F3 .563(simple command) +3.403 F F0 .562 (or function may be augmented temporarily by pre\214xing it with)3.833 F -.203(parameter assignments, as described abo)108 583.2 R .502 -.15(ve i) +.202(parameter assignments, as described abo)108 583.2 R .502 -.15(ve i) -.15 H(n).15 E F2 -.666(PA)2.702 G(RAMETERS).666 E/F5 9/Times-Roman@0 SF -(.)A F0 .202(These assignment statements af)4.702 F .202(fect only the) +(.)A F0 .202(These assignment statements af)4.702 F .203(fect only the) -.25 F(en)108 595.2 Q(vironment seen by that command.)-.4 E .81(If the) 108 612 R F13.31 E F0 .81(option is set \(see the)3.31 F F1(set) 3.31 E F0 -.2(bu)3.31 G .81(iltin command belo).2 F .81(w\), then)-.25 F F3(all)3.64 E F0 .81(parameter assignments are placed in)3.82 F(the en) 108 624 Q (vironment for a command, not just those that precede the command name.) --.4 E(When)108 640.8 Q F1(bash)3.586 E F0(in)3.586 E -.2(vo)-.4 G -.1 -(ke).2 G 3.586(sa).1 G 3.586(ne)-3.586 G 1.086(xternal command, the v) --3.736 F(ariable)-.25 E F1(_)3.586 E F0 1.085 +-.4 E(When)108 640.8 Q F1(bash)3.585 E F0(in)3.585 E -.2(vo)-.4 G -.1 +(ke).2 G 3.585(sa).1 G 3.585(ne)-3.585 G 1.085(xternal command, the v) +-3.735 F(ariable)-.25 E F1(_)3.585 E F0 1.086 (is set to the full \214lename of the command and)3.586 F (passed to that command in its en)108 652.8 Q(vironment.)-.4 E F4 -(EXIT ST)72 669.6 Q -1.04(AT)-.986 G(US)1.04 E F0 .15(The e)108 681.6 R -.15(xit status of an e)-.15 F -.15(xe)-.15 G .15(cuted command is the v) -.15 F .151(alue returned by the)-.25 F F3(waitpid)2.651 E F0 .151 -(system call or equi)2.651 F -.25(va)-.25 G .151(lent func-).25 F 2.848 -(tion. Exit)108 693.6 R .348(statuses f)2.848 F .347 -(all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F -1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .347(alues abo)-.25 -F .647 -.15(ve 1)-.15 H(25).15 E(specially)108 705.6 Q 5.506(.E)-.65 G -.506(xit statuses from shell b)-5.506 F .507 +(EXIT ST)72 669.6 Q -1.04(AT)-.986 G(US)1.04 E F0 .151(The e)108 681.6 R +.151(xit status of an e)-.15 F -.15(xe)-.15 G .151 +(cuted command is the v).15 F .15(alue returned by the)-.25 F F3 +(waitpid)2.65 E F0 .15(system call or equi)2.65 F -.25(va)-.25 G .15 +(lent func-).25 F 2.847(tion. Exit)108 693.6 R .347(statuses f)2.847 F +.347(all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F +1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .348(alues abo)-.25 +F .648 -.15(ve 1)-.15 H(25).15 E(specially)108 705.6 Q 5.507(.E)-.65 G +.507(xit statuses from shell b)-5.507 F .507 (uiltins and compound commands are also limited to this range.)-.2 F -(Under)5.507 E(certain circumstances, the shell will use special v)108 +(Under)5.506 E(certain circumstances, the shell will use special v)108 717.6 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(35)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(35)197.335 E 0 Cg EP %%Page: 36 36 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -.15(Fo)108 84 S -3.373(rt).15 G .873(he shell')-3.373 F 3.373(sp)-.55 G .873 -(urposes, a command which e)-3.373 F .873(xits with a zero e)-.15 F .873 -(xit status has succeeded.)-.15 F .872(An e)5.872 F .872(xit status of) --.15 F .048(zero indicates success.)108 96 R 2.548(An)5.048 G .049 -(on-zero e)-2.548 F .049(xit status indicates f)-.15 F 2.549 -(ailure. When)-.1 F 2.549(ac)2.549 G .049(ommand terminates on a f) --2.549 F .049(atal sig-)-.1 F(nal)108 108 Q/F1 10/Times-Italic@0 SF(N) +3.372(rt).15 G .872(he shell')-3.372 F 3.372(sp)-.55 G .873 +(urposes, a command which e)-3.372 F .873(xits with a zero e)-.15 F .873 +(xit status has succeeded.)-.15 F .873(An e)5.873 F .873(xit status of) +-.15 F .049(zero indicates success.)108 96 R 2.549(An)5.049 G .049 +(on-zero e)-2.549 F .049(xit status indicates f)-.15 F 2.549 +(ailure. When)-.1 F 2.549(ac)2.549 G .048(ommand terminates on a f) +-2.549 F .048(atal sig-)-.1 F(nal)108 108 Q/F1 10/Times-Italic@0 SF(N) 2.5 E F0(,)A/F2 10/Times-Bold@0 SF(bash)2.5 E F0(uses the v)2.5 E -(alue of 128+)-.25 E F1(N)A F0(as the e)2.5 E(xit status.)-.15 E .405 +(alue of 128+)-.25 E F1(N)A F0(as the e)2.5 E(xit status.)-.15 E .404 (If a command is not found, the child process created to e)108 124.8 R --.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .404 -(If a command is)5.404 F(found b)108 136.8 Q(ut is not e)-.2 E -.15(xe) +-.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .405 +(If a command is)5.405 F(found b)108 136.8 Q(ut is not e)-.2 E -.15(xe) -.15 G(cutable, the return status is 126.).15 E(If a command f)108 153.6 Q(ails because of an error during e)-.1 E (xpansion or redirection, the e)-.15 E(xit status is greater than zero.) --.15 E .08(Shell b)108 170.4 R .08 +-.15 E .081(Shell b)108 170.4 R .081 (uiltin commands return a status of 0 \()-.2 F F1(true)A F0 2.581(\)i)C -2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F1(false)A F0 -2.581(\)i)C 2.581(fa)-2.581 G 2.581(ne)-2.581 G .081(rror occurs while) --2.581 F(the)108 182.4 Q 2.968(ye)-.15 G -.15(xe)-3.118 G 2.968 -(cute. All).15 F -.2(bu)2.968 G .468(iltins return an e).2 F .468 +2.581(fs)-2.581 G .08(uccessful, and non-zero \()-2.581 F F1(false)A F0 +2.58(\)i)C 2.58(fa)-2.58 G 2.58(ne)-2.58 G .08(rror occurs while)-2.58 F +(the)108 182.4 Q 2.967(ye)-.15 G -.15(xe)-3.117 G 2.967(cute. All).15 F +-.2(bu)2.967 G .467(iltins return an e).2 F .468 (xit status of 2 to indicate incorrect usage, generally in)-.15 F -.25 -(va)-.4 G .467(lid options or).25 F(missing ar)108 194.4 Q(guments.)-.18 -E F2(Bash)108 211.2 Q F0 .201(itself returns the e)2.701 F .202 -(xit status of the last command e)-.15 F -.15(xe)-.15 G .202 +(va)-.4 G .468(lid options or).25 F(missing ar)108 194.4 Q(guments.)-.18 +E F2(Bash)108 211.2 Q F0 .202(itself returns the e)2.702 F .202 +(xit status of the last command e)-.15 F -.15(xe)-.15 G .201 (cuted, unless a syntax error occurs, in which case).15 F(it e)108 223.2 Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F2 (exit)2.5 E F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G/F3 10.95/Times-Bold@0 SF(SIGN)72 240 Q(ALS)-.219 E F0(When)108 252 Q F2 -(bash)3.183 E F0 .683(is interacti)3.183 F -.15(ve)-.25 G 3.183(,i).15 G -3.183(nt)-3.183 G .683(he absence of an)-3.183 F 3.183(yt)-.15 G .683 -(raps, it ignores)-3.183 F/F4 9/Times-Bold@0 SF(SIGTERM)3.183 E F0 .682 -(\(so that)2.933 F F2 .682(kill 0)3.182 F F0 .682(does not kill an)3.182 -F(interacti)108 264 Q .757 -.15(ve s)-.25 H .457(hell\), and).15 F F4 -(SIGINT)2.957 E F0 .458(is caught and handled \(so that the)2.707 F F2 -(wait)2.958 E F0 -.2(bu)2.958 G .458(iltin is interruptible\).).2 F .458 -(In all cases,)5.458 F F2(bash)108 276 Q F0(ignores)2.5 E F4(SIGQ)2.5 E +(bash)3.182 E F0 .682(is interacti)3.182 F -.15(ve)-.25 G 3.182(,i).15 G +3.182(nt)-3.182 G .682(he absence of an)-3.182 F 3.183(yt)-.15 G .683 +(raps, it ignores)-3.183 F/F4 9/Times-Bold@0 SF(SIGTERM)3.183 E F0 .683 +(\(so that)2.933 F F2 .683(kill 0)3.183 F F0 .683(does not kill an)3.183 +F(interacti)108 264 Q .758 -.15(ve s)-.25 H .458(hell\), and).15 F F4 +(SIGINT)2.958 E F0 .458(is caught and handled \(so that the)2.708 F F2 +(wait)2.958 E F0 -.2(bu)2.958 G .457(iltin is interruptible\).).2 F .457 +(In all cases,)5.457 F F2(bash)108 276 Q F0(ignores)2.5 E F4(SIGQ)2.5 E (UIT)-.09 E/F5 9/Times-Roman@0 SF(.)A F0(If job control is in ef)4.5 E (fect,)-.25 E F2(bash)2.5 E F0(ignores)2.5 E F4(SIGTTIN)2.5 E F5(,)A F4 (SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 E F4(SIGTSTP)2.5 E F5(.)A F0 -(Non-b)108 292.8 Q 1.065(uiltin commands run by)-.2 F F2(bash)3.565 E F0 -(ha)3.565 E 1.365 -.15(ve s)-.2 H 1.065(ignal handlers set to the v).15 -F 1.064(alues inherited by the shell from its)-.25 F 3.247(parent. When) -108 304.8 R .747(job control is not in ef)3.247 F .747 -(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.248 E F0(and) -2.998 E F4(SIGQ)3.248 E(UIT)-.09 E F0 .748(in addi-)2.998 F .653 +(Non-b)108 292.8 Q 1.064(uiltin commands run by)-.2 F F2(bash)3.564 E F0 +(ha)3.564 E 1.365 -.15(ve s)-.2 H 1.065(ignal handlers set to the v).15 +F 1.065(alues inherited by the shell from its)-.25 F 3.248(parent. When) +108 304.8 R .748(job control is not in ef)3.248 F .747 +(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.247 E F0(and) +2.997 E F4(SIGQ)3.247 E(UIT)-.09 E F0 .747(in addi-)2.997 F .652 (tion to these inherited handlers.)108 316.8 R .653 -(Commands run as a result of command substitution ignore the k)5.653 F +(Commands run as a result of command substitution ignore the k)5.652 F -.15(ey)-.1 G(board-).15 E(generated job control signals)108 328.8 Q F4 (SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 E F4 -(SIGTSTP)2.5 E F5(.)A F0 2.045(The shell e)108 345.6 R 2.045 +(SIGTSTP)2.5 E F5(.)A F0 2.046(The shell e)108 345.6 R 2.046 (xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F4(SIGHUP)4.545 E -F5(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.346 --.15(ve s)-.25 H 2.046(hell resends the).15 F F4(SIGHUP)108 357.6 Q F0 -1.005(to all jobs, running or stopped.)3.255 F 1.004 -(Stopped jobs are sent)6.005 F F4(SIGCONT)3.504 E F0 1.004 -(to ensure that the)3.254 F 3.504(yr)-.15 G(ecei)-3.504 E 1.304 -.15 -(ve t)-.25 H(he).15 E F4(SIGHUP)108 369.6 Q F5(.)A F0 2.529 -.8(To p) -5.429 H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal\ - to a particular job, it should be remo).15 F -.15(ve)-.15 G 3.43(df).15 -G .93(rom the)-3.43 F 1.357(jobs table with the)108 381.6 R F2(diso) -3.857 E(wn)-.1 E F0 -.2(bu)3.857 G 1.357(iltin \(see).2 F F4 1.356 -(SHELL B)3.856 F(UIL)-.09 E 1.356(TIN COMMANDS)-.828 F F0(belo)3.606 E -1.356(w\) or mark)-.25 F 1.356(ed to not recei)-.1 F -.15(ve)-.25 G F4 +F5(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.345 +-.15(ve s)-.25 H 2.045(hell resends the).15 F F4(SIGHUP)108 357.6 Q F0 +1.004(to all jobs, running or stopped.)3.254 F 1.004 +(Stopped jobs are sent)6.004 F F4(SIGCONT)3.505 E F0 1.005 +(to ensure that the)3.255 F 3.505(yr)-.15 G(ecei)-3.505 E 1.305 -.15 +(ve t)-.25 H(he).15 E F4(SIGHUP)108 369.6 Q F5(.)A F0 2.53 -.8(To p)5.43 +H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal to a \ +particular job, it should be remo).15 F -.15(ve)-.15 G 3.429(df).15 G +.929(rom the)-3.429 F 1.356(jobs table with the)108 381.6 R F2(diso) +3.856 E(wn)-.1 E F0 -.2(bu)3.856 G 1.356(iltin \(see).2 F F4 1.356 +(SHELL B)3.856 F(UIL)-.09 E 1.356(TIN COMMANDS)-.828 F F0(belo)3.607 E +1.357(w\) or mark)-.25 F 1.357(ed to not recei)-.1 F -.15(ve)-.25 G F4 (SIGHUP)108 393.6 Q F0(using)2.25 E F2(diso)2.5 E(wn \255h)-.1 E F0(.)A .166(If the)108 410.4 R F2(huponexit)2.666 E F0 .166 (shell option has been set with)2.666 F F2(shopt)2.666 E F0(,)A F2(bash) 2.666 E F0 .166(sends a)2.666 F F4(SIGHUP)2.666 E F0 .166 (to all jobs when an interacti)2.416 F -.15(ve)-.25 G(login shell e)108 -422.4 Q(xits.)-.15 E(If)108 439.2 Q F2(bash)3.047 E F0 .547(is w)3.047 F +422.4 Q(xits.)-.15 E(If)108 439.2 Q F2(bash)3.046 E F0 .546(is w)3.046 F .546(aiting for a command to complete and recei)-.1 F -.15(ve)-.25 G 3.046(sas).15 G .546(ignal for which a trap has been set, the trap) --3.046 F .662(will not be e)108 451.2 R -.15(xe)-.15 G .662 +-3.046 F .663(will not be e)108 451.2 R -.15(xe)-.15 G .663 (cuted until the command completes.).15 F(When)5.663 E F2(bash)3.163 E -F0 .663(is w)3.163 F .663(aiting for an asynchronous command)-.1 F .99 +F0 .662(is w)3.163 F .662(aiting for an asynchronous command)-.1 F .99 (via the)108 463.2 R F2(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin, the rec\ eption of a signal for which a trap has been set will cause the).2 F F2 (wait)3.49 E F0 -.2(bu)3.49 G .99(iltin to).2 F (return immediately with an e)108 475.2 Q (xit status greater than 128, immediately after which the trap is e)-.15 E -.15(xe)-.15 G(cuted.).15 E F3(JOB CONTR)72 492 Q(OL)-.329 E F1 -.25 -(Jo)108 504 S 4.567(bc).25 G(ontr)-4.567 E(ol)-.45 E F0 2.067 -(refers to the ability to selecti)5.077 F -.15(ve)-.25 G 2.067 -(ly stop \().15 F F1(suspend)A F0 4.567(\)t)C 2.068(he e)-4.567 F -.15 -(xe)-.15 G 2.068(cution of processes and continue).15 F(\()108 516 Q F1 --.37(re)C(sume).37 E F0 3.202(\)t)C .702(heir e)-3.202 F -.15(xe)-.15 G +(Jo)108 504 S 4.568(bc).25 G(ontr)-4.568 E(ol)-.45 E F0 2.068 +(refers to the ability to selecti)5.078 F -.15(ve)-.25 G 2.067 +(ly stop \().15 F F1(suspend)A F0 4.567(\)t)C 2.067(he e)-4.567 F -.15 +(xe)-.15 G 2.067(cution of processes and continue).15 F(\()108 516 Q F1 +-.37(re)C(sume).37 E F0 3.201(\)t)C .701(heir e)-3.201 F -.15(xe)-.15 G .702(cution at a later point.).15 F 3.202(Au)5.702 G .702 (ser typically emplo)-3.202 F .702(ys this f)-.1 F .702 -(acility via an interacti)-.1 F 1.001 -.15(ve i)-.25 H(nterf).15 E(ace) +(acility via an interacti)-.1 F 1.002 -.15(ve i)-.25 H(nterf).15 E(ace) -.1 E(supplied jointly by the operating system k)108 528 Q(ernel')-.1 E 2.5(st)-.55 G(erminal dri)-2.5 E -.15(ve)-.25 G 2.5(ra).15 G(nd)-2.5 E -F2(bash)2.5 E F0(.)A .784(The shell associates a)108 544.8 R F1(job) -5.024 E F0 .784(with each pipeline.)3.514 F .784(It k)5.784 F .785 -(eeps a table of currently e)-.1 F -.15(xe)-.15 G .785 -(cuting jobs, which may be).15 F .341(listed with the)108 556.8 R F2 -(jobs)2.841 E F0 2.841(command. When)2.841 F F2(bash)2.841 E F0 .341 -(starts a job asynchronously \(in the)2.841 F F1(bac)2.84 E(kgr)-.2 E -(ound)-.45 E F0 .34(\), it prints a line).77 F(that looks lik)108 568.8 +F2(bash)2.5 E F0(.)A .785(The shell associates a)108 544.8 R F1(job) +5.025 E F0 .785(with each pipeline.)3.515 F .784(It k)5.785 F .784 +(eeps a table of currently e)-.1 F -.15(xe)-.15 G .784 +(cuting jobs, which may be).15 F .34(listed with the)108 556.8 R F2 +(jobs)2.84 E F0 2.84(command. When)2.84 F F2(bash)2.84 E F0 .341 +(starts a job asynchronously \(in the)2.84 F F1(bac)2.841 E(kgr)-.2 E +(ound)-.45 E F0 .341(\), it prints a line).77 F(that looks lik)108 568.8 Q(e:)-.1 E([1] 25647)144 585.6 Q .241(indicating that this job is job n\ umber 1 and that the process ID of the last process in the pipeline ass\ -ociated)108 602.4 R .733(with this job is 25647.)108 614.4 R .732 +ociated)108 602.4 R .732(with this job is 25647.)108 614.4 R .733 (All of the processes in a single pipeline are members of the same job) -5.733 F(.)-.4 E F2(Bash)5.732 E F0(uses)3.232 E(the)108 626.4 Q F1(job) -4.24 E F0(abstraction as the basis for job control.)2.73 E 3.062 -.8 -(To f)108 643.2 T 1.462(acilitate the implementation of the user interf) -.7 F 1.463(ace to job control, the operating system maintains the)-.1 F -.871(notion of a)108 655.2 R F1(curr)3.371 E .871(ent terminal pr)-.37 F -.871(ocess gr)-.45 F .871(oup ID)-.45 F F0 5.871(.M)C .87 +5.732 F(.)-.4 E F2(Bash)5.733 E F0(uses)3.233 E(the)108 626.4 Q F1(job) +4.24 E F0(abstraction as the basis for job control.)2.73 E 3.063 -.8 +(To f)108 643.2 T 1.463(acilitate the implementation of the user interf) +.7 F 1.462(ace to job control, the operating system maintains the)-.1 F +.87(notion of a)108 655.2 R F1(curr)3.37 E .87(ent terminal pr)-.37 F +.871(ocess gr)-.45 F .871(oup ID)-.45 F F0 5.871(.M)C .871 (embers of this process group \(processes whose process)-5.871 F .023 (group ID is equal to the current terminal process group ID\) recei)108 667.2 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023 -(board-generated signals such as).15 F F4(SIG-)2.523 E(INT)108 679.2 Q -F5(.)A F0 1.347(These processes are said to be in the)5.847 F F1(for) -3.846 E -.4(eg)-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F1(Bac)6.926 E -(kgr)-.2 E(ound)-.45 E F0 1.346(processes are those whose process)4.616 -F .145(group ID dif)108 691.2 R .145(fers from the terminal')-.25 F .146 -(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .146 -(board-generated signals.).15 F .146(Only fore-)5.146 F .16 +(board-generated signals such as).15 F F4(SIG-)2.522 E(INT)108 679.2 Q +F5(.)A F0 1.346(These processes are said to be in the)5.846 F F1(for) +3.847 E -.4(eg)-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F1(Bac)6.927 E +(kgr)-.2 E(ound)-.45 E F0 1.347(processes are those whose process)4.617 +F .146(group ID dif)108 691.2 R .146(fers from the terminal')-.25 F .146 +(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .145 +(board-generated signals.).15 F .145(Only fore-)5.145 F .16 (ground processes are allo)108 703.2 R .16(wed to read from or)-.25 F 2.66(,i)-.4 G 2.66(ft)-2.66 G .16(he user so speci\214es with)-2.66 F/F6 10/Courier@0 SF .16(stty tostop)2.66 F F0 2.66(,w)C .16(rite to the ter) --2.66 F(-)-.2 E 3.051(minal. Background)108 715.2 R .551 -(processes which attempt to read from \(write to when)3.051 F F6 .551 -(stty tostop)3.051 F F0 .552(is in ef)3.052 F .552(fect\) the)-.25 F +-2.66 F(-)-.2 E 3.052(minal. Background)108 715.2 R .551 +(processes which attempt to read from \(write to when)3.052 F F6 .551 +(stty tostop)3.051 F F0 .551(is in ef)3.051 F .551(fect\) the)-.25 F 2.098(terminal are sent a)108 727.2 R F4 2.098(SIGTTIN \(SIGTT)4.598 F (OU\))-.162 E F0 2.098(signal by the k)4.348 F(ernel')-.1 E 4.598(st) -.55 G 2.098(erminal dri)-4.598 F -.15(ve)-.25 G 2.898 -.4(r, w).15 H -2.098(hich, unless caught,).4 F(GNU Bash 4.4)72 768 Q(2017 March 22) -144.29 E(36)193.45 E 0 Cg EP +2.098(hich, unless caught,).4 F(GNU Bash 4.4)72 768 Q(2017 June 23) +148.175 E(36)197.335 E 0 Cg EP %%Page: 37 37 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -(suspends the process.)108 84 Q 1.087(If the operating system on which) -108 100.8 R/F1 10/Times-Bold@0 SF(bash)3.587 E F0 1.088 -(is running supports job control,)3.588 F F1(bash)3.588 E F0 1.088 -(contains f)3.588 F 1.088(acilities to use it.)-.1 F -.8(Ty)108 112.8 S -.302(ping the).8 F/F2 10/Times-Italic@0 SF(suspend)3.142 E F0 .302 -(character \(typically)3.572 F F1(^Z)2.801 E F0 2.801(,C)C .301 +(suspends the process.)108 84 Q 1.088(If the operating system on which) +108 100.8 R/F1 10/Times-Bold@0 SF(bash)3.588 E F0 1.088 +(is running supports job control,)3.588 F F1(bash)3.587 E F0 1.087 +(contains f)3.587 F 1.087(acilities to use it.)-.1 F -.8(Ty)108 112.8 S +.301(ping the).8 F/F2 10/Times-Italic@0 SF(suspend)3.141 E F0 .301 +(character \(typically)3.571 F F1(^Z)2.801 E F0 2.801(,C)C .301 (ontrol-Z\) while a process is running causes that process to be)-2.801 -F 2.142(stopped and returns control to)108 124.8 R F1(bash)4.642 E F0 +F 2.143(stopped and returns control to)108 124.8 R F1(bash)4.642 E F0 7.142(.T)C 2.142(yping the)-7.942 F F2 2.142(delayed suspend)4.992 F F0 -2.143(character \(typically)5.413 F F1(^Y)4.643 E F0 4.643(,C)C -(ontrol-Y\))-4.643 E .021(causes the process to be stopped when it atte\ +2.142(character \(typically)5.412 F F1(^Y)4.642 E F0 4.642(,C)C +(ontrol-Y\))-4.642 E .021(causes the process to be stopped when it atte\ mpts to read input from the terminal, and control to be returned)108 136.8 R(to)108 148.8 Q F1(bash)3.392 E F0 5.892(.T)C .892 (he user may then manipulate the state of this job, using the)-5.892 F -F1(bg)3.392 E F0 .892(command to continue it in the)3.392 F .895 -(background, the)108 160.8 R F1(fg)3.395 E F0 .895 -(command to continue it in the fore)3.395 F .895(ground, or the)-.15 F -F1(kill)3.395 E F0 .894(command to kill it.)3.395 F(A)5.894 E F1(^Z) -3.394 E F0(tak)3.394 E(es)-.1 E(ef)108 172.8 Q .948(fect immediately) --.25 F 3.448(,a)-.65 G .948(nd has the additional side ef)-3.448 F .948 +F1(bg)3.392 E F0 .892(command to continue it in the)3.392 F .894 +(background, the)108 160.8 R F1(fg)3.394 E F0 .895 +(command to continue it in the fore)3.394 F .895(ground, or the)-.15 F +F1(kill)3.395 E F0 .895(command to kill it.)3.395 F(A)5.895 E F1(^Z) +3.395 E F0(tak)3.395 E(es)-.1 E(ef)108 172.8 Q .949(fect immediately) +-.25 F 3.449(,a)-.65 G .948(nd has the additional side ef)-3.449 F .948 (fect of causing pending output and typeahead to be dis-)-.25 F(carded.) 108 184.8 Q .777(There are a number of w)108 201.6 R .777 (ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F F1 (%)3.277 E F0 .777(introduces a job speci\214cation)3.277 F(\()108 213.6 -Q F2(jobspec)A F0 3.457(\). Job)B(number)3.457 E F2(n)3.817 E F0 .957 +Q F2(jobspec)A F0 3.458(\). Job)B(number)3.458 E F2(n)3.818 E F0 .957 (may be referred to as)3.697 F F1(%n)3.457 E F0 5.957(.A)C .957 (job may also be referred to using a pre\214x of the)-2.5 F .59(name us\ ed to start it, or using a substring that appears in its command line.) 108 225.6 R -.15(Fo)5.59 G 3.09(re).15 G(xample,)-3.24 E F1(%ce)3.09 E -F0 .59(refers to a)3.09 F(stopped)108 237.6 Q F1(ce)3.463 E F0(job)3.463 -E 5.963(.I)-.4 G 3.463(fap)-5.963 G .963 +F0 .59(refers to a)3.09 F(stopped)108 237.6 Q F1(ce)3.464 E F0(job)3.464 +E 5.964(.I)-.4 G 3.463(fap)-5.964 G .963 (re\214x matches more than one job,)-3.463 F F1(bash)3.463 E F0 .963 (reports an error)3.463 F 5.963(.U)-.55 G(sing)-5.963 E F1(%?ce)3.463 E -F0 3.464(,o)C 3.464(nt)-3.464 G .964(he other)-3.464 F .087 +F0 3.463(,o)C 3.463(nt)-3.463 G .963(he other)-3.463 F .086 (hand, refers to an)108 249.6 R 2.587(yj)-.15 G .087 (ob containing the string)-2.587 F F1(ce)2.587 E F0 .087 (in its command line.)2.587 F .087 @@ -4666,80 +4668,80 @@ F0 3.464(,o)C 3.464(nt)-3.464 G .964(he other)-3.464 F .087 (he symbols)-5.018 F F1(%%)2.518 E F0(and)2.518 E F1(%+)2.518 E F0 .018 (refer to the shell')2.518 F 2.518(sn)-.55 G .018(otion of the)-2.518 F F2(curr)2.518 E .018(ent job)-.37 F F0 2.518(,w).23 G .018(hich is) --2.518 F .495(the last job stopped while it w)108 273.6 R .495 +-2.518 F .494(the last job stopped while it w)108 273.6 R .495 (as in the fore)-.1 F .495(ground or started in the background.)-.15 F -(The)5.494 E F2(pr)4.244 E -.15(ev)-.37 G .494(ious job).15 F F0 .494 -(may be)3.224 F .787(referenced using)108 285.6 R F1<25ad>3.287 E F0 -5.787(.I)C 3.287(ft)-5.787 G .787(here is only a single job,)-3.287 F F1 -(%+)3.287 E F0(and)3.287 E F1<25ad>3.287 E F0 .788 -(can both be used to refer to that job)3.287 F 5.788(.I)-.4 G(n)-5.788 E -.257(output pertaining to jobs \(e.g., the output of the)108 297.6 R F1 +(The)5.495 E F2(pr)4.245 E -.15(ev)-.37 G .495(ious job).15 F F0 .495 +(may be)3.225 F .788(referenced using)108 285.6 R F1<25ad>3.288 E F0 +5.788(.I)C 3.288(ft)-5.788 G .787(here is only a single job,)-3.288 F F1 +(%+)3.287 E F0(and)3.287 E F1<25ad>3.287 E F0 .787 +(can both be used to refer to that job)3.287 F 5.787(.I)-.4 G(n)-5.787 E +.256(output pertaining to jobs \(e.g., the output of the)108 297.6 R F1 (jobs)2.756 E F0 .256(command\), the current job is al)2.756 F -.1(wa) --.1 G .256(ys \215agged with a).1 F F1(+)2.756 E F0(,)A .41(and the pre) -108 309.6 R .41(vious job with a)-.25 F F12.91 E F0 5.41(.A)C .411 -(single % \(with no accompan)-2.5 F .411 +-.1 G .257(ys \215agged with a).1 F F1(+)2.757 E F0(,)A .411 +(and the pre)108 309.6 R .411(vious job with a)-.25 F F12.911 E F0 +5.411(.A)C .411(single % \(with no accompan)-2.5 F .41 (ying job speci\214cation\) also refers to the cur)-.15 F(-)-.2 E -(rent job)108 321.6 Q(.)-.4 E .444 +(rent job)108 321.6 Q(.)-.4 E .443 (Simply naming a job can be used to bring it into the fore)108 338.4 R -(ground:)-.15 E F1(%1)2.943 E F0 .443(is a synon)2.943 F .443(ym for) --.15 F F1 -.63(``)2.943 G .443(fg %1').63 F(')-.63 E F0 2.943(,b)C -(ringing)-2.943 E 1.472(job 1 from the background into the fore)108 -350.4 R 3.972(ground. Similarly)-.15 F(,)-.65 E F1 -.63(``)3.973 G 1.473 -(%1 &').63 F(')-.63 E F0 1.473(resumes job 1 in the background,)3.973 F +(ground:)-.15 E F1(%1)2.944 E F0 .444(is a synon)2.944 F .444(ym for) +-.15 F F1 -.63(``)2.944 G .444(fg %1').63 F(')-.63 E F0 2.944(,b)C +(ringing)-2.944 E 1.473(job 1 from the background into the fore)108 +350.4 R 3.973(ground. Similarly)-.15 F(,)-.65 E F1 -.63(``)3.972 G 1.472 +(%1 &').63 F(')-.63 E F0 1.472(resumes job 1 in the background,)3.972 F (equi)108 362.4 Q -.25(va)-.25 G(lent to).25 E F1 -.63(``)2.5 G(bg %1') -.63 E(')-.63 E F0(.)A .131(The shell learns immediately whene)108 379.2 -R -.15(ve)-.25 G 2.631(raj).15 G .131(ob changes state.)-2.631 F -(Normally)5.131 E(,)-.65 E F1(bash)2.631 E F0 -.1(wa)2.63 G .13 -(its until it is about to print a).1 F .157 -(prompt before reporting changes in a job')108 391.2 R 2.657(ss)-.55 G -.157(tatus so as to not interrupt an)-2.657 F 2.658(yo)-.15 G .158 -(ther output.)-2.658 F .158(If the)5.158 F F12.658 E F0 .158 -(option to)2.658 F(the)108 403.2 Q F1(set)2.648 E F0 -.2(bu)2.648 G .148 -(iltin command is enabled,).2 F F1(bash)2.648 E F0 .148 -(reports such changes immediately)2.648 F 5.147(.A)-.65 G .447 -.15 -(ny t)-5.147 H .147(rap on).15 F/F3 9/Times-Bold@0 SF(SIGCHLD)2.647 E F0 -.147(is e)2.397 F -.15(xe)-.15 G(-).15 E(cuted for each child that e)108 -415.2 Q(xits.)-.15 E .032(If an attempt to e)108 432 R(xit)-.15 E F1 -(bash)2.532 E F0 .032(is made while jobs are stopped \(or)2.532 F 2.533 -(,i)-.4 G 2.533(ft)-2.533 G(he)-2.533 E F1(checkjobs)2.533 E F0 .033 -(shell option has been enabled)2.533 F 2.02(using the)108 444 R F1 -(shopt)4.52 E F0 -.2(bu)4.52 G 2.02 -(iltin, running\), the shell prints a w).2 F 2.019 -(arning message, and, if the)-.1 F F1(checkjobs)4.519 E F0 2.019 -(option is)4.519 F .458(enabled, lists the jobs and their statuses.)108 -456 R(The)5.458 E F1(jobs)2.958 E F0 .459 -(command may then be used to inspect their status.)2.958 F .459(If a) -5.459 F .604(second attempt to e)108 468 R .604 +.63 E(')-.63 E F0(.)A .13(The shell learns immediately whene)108 379.2 R +-.15(ve)-.25 G 2.63(raj).15 G .13(ob changes state.)-2.63 F(Normally) +5.131 E(,)-.65 E F1(bash)2.631 E F0 -.1(wa)2.631 G .131 +(its until it is about to print a).1 F .158 +(prompt before reporting changes in a job')108 391.2 R 2.658(ss)-.55 G +.158(tatus so as to not interrupt an)-2.658 F 2.657(yo)-.15 G .157 +(ther output.)-2.657 F .157(If the)5.157 F F12.657 E F0 .157 +(option to)2.657 F(the)108 403.2 Q F1(set)2.647 E F0 -.2(bu)2.647 G .147 +(iltin command is enabled,).2 F F1(bash)2.647 E F0 .148 +(reports such changes immediately)2.648 F 5.148(.A)-.65 G .448 -.15 +(ny t)-5.148 H .148(rap on).15 F/F3 9/Times-Bold@0 SF(SIGCHLD)2.648 E F0 +.148(is e)2.398 F -.15(xe)-.15 G(-).15 E(cuted for each child that e)108 +415.2 Q(xits.)-.15 E .033(If an attempt to e)108 432 R(xit)-.15 E F1 +(bash)2.533 E F0 .033(is made while jobs are stopped \(or)2.533 F 2.532 +(,i)-.4 G 2.532(ft)-2.532 G(he)-2.532 E F1(checkjobs)2.532 E F0 .032 +(shell option has been enabled)2.532 F 2.019(using the)108 444 R F1 +(shopt)4.519 E F0 -.2(bu)4.519 G 2.019 +(iltin, running\), the shell prints a w).2 F 2.02 +(arning message, and, if the)-.1 F F1(checkjobs)4.52 E F0 2.02 +(option is)4.52 F .459(enabled, lists the jobs and their statuses.)108 +456 R(The)5.459 E F1(jobs)2.959 E F0 .458 +(command may then be used to inspect their status.)2.958 F .458(If a) +5.458 F .603(second attempt to e)108 468 R .604 (xit is made without an interv)-.15 F .604 (ening command, the shell does not print another w)-.15 F(arning,)-.1 E -(and an)108 480 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E .644 -(When the shell is w)108 496.8 R .644 -(aiting for a job or process using the)-.1 F F1(wait)3.145 E F0 -.2(bu) -3.145 G .645(iltin, and job control is enabled,).2 F F1(wait)3.145 E F0 -(will)3.145 E .428(return when the job changes state. The)108 508.8 R F1 +(and an)108 480 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E .645 +(When the shell is w)108 496.8 R .645 +(aiting for a job or process using the)-.1 F F1(wait)3.144 E F0 -.2(bu) +3.144 G .644(iltin, and job control is enabled,).2 F F1(wait)3.144 E F0 +(will)3.144 E .428(return when the job changes state. The)108 508.8 R F1 2.928 E F0 .428(option will force)2.928 F F1(wait)2.928 E F0 .428 (to w)2.928 F .428(ait until the job or process terminates)-.1 F (before returning.)108 520.8 Q/F4 10.95/Times-Bold@0 SF(PR)72 537.6 Q -(OMPTING)-.329 E F0 .644(When e)108 549.6 R -.15(xe)-.15 G .644 -(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F1(bash)3.144 E +(OMPTING)-.329 E F0 .645(When e)108 549.6 R -.15(xe)-.15 G .645 +(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F1(bash)3.145 E F0 .645(displays the primary prompt)3.145 F F3(PS1)3.145 E F0 .645 -(when it is ready to read a command,)2.895 F .428 -(and the secondary prompt)108 561.6 R F3(PS2)2.928 E F0 .427 -(when it needs more input to complete a command.)2.678 F F1(Bash)5.427 E -F0(displays)2.927 E F3(PS0)2.927 E F0(after)2.677 E .037 -(it reads a command b)108 573.6 R .037(ut before e)-.2 F -.15(xe)-.15 G -.037(cuting it.).15 F F1(Bash)5.037 E F0(displays)2.537 E F3(PS4)2.538 E -F0 .038(as described abo)2.288 F .338 -.15(ve b)-.15 H .038 -(efore tracing each com-).15 F 1.122(mand when the)108 585.6 R F1 -3.622 E F0 1.122(option is enabled.)3.622 F F1(Bash)6.122 E F0(allo) +(when it is ready to read a command,)2.895 F .427 +(and the secondary prompt)108 561.6 R F3(PS2)2.927 E F0 .427 +(when it needs more input to complete a command.)2.677 F F1(Bash)5.428 E +F0(displays)2.928 E F3(PS0)2.928 E F0(after)2.678 E .038 +(it reads a command b)108 573.6 R .038(ut before e)-.2 F -.15(xe)-.15 G +.038(cuting it.).15 F F1(Bash)5.038 E F0(displays)2.537 E F3(PS4)2.537 E +F0 .037(as described abo)2.287 F .337 -.15(ve b)-.15 H .037 +(efore tracing each com-).15 F 1.121(mand when the)108 585.6 R F1 +3.621 E F0 1.122(option is enabled.)3.621 F F1(Bash)6.122 E F0(allo) 3.622 E 1.122(ws these prompt strings to be customized by inserting a) -.25 F(number of backslash-escaped special characters that are decoded \ as follo)108 597.6 Q(ws:)-.25 E F1(\\a)144 609.6 Q F0 (an ASCII bell character \(07\))180 609.6 Q F1(\\d)144 621.6 Q F0 (the date in "W)180 621.6 Q(eekday Month Date" format \(e.g., "T)-.8 E (ue May 26"\))-.45 E F1(\\D{)144 633.6 Q F2(format)A F1(})A F0(the)180 -645.6 Q F2(format)3.926 E F0 1.426(is passed to)3.926 F F2(strftime) -3.926 E F0 1.427 +645.6 Q F2(format)3.927 E F0 1.427(is passed to)3.927 F F2(strftime) +3.927 E F0 1.427 (\(3\) and the result is inserted into the prompt string; an)B(empty)180 657.6 Q F2(format)2.5 E F0 (results in a locale-speci\214c time representation.)2.5 E @@ -4749,8 +4751,8 @@ as follo)108 597.6 Q(ws:)-.25 E F1(\\a)144 609.6 Q F0 Q F0(the hostname)180 693.6 Q F1(\\j)144 705.6 Q F0 (the number of jobs currently managed by the shell)180 705.6 Q F1(\\l) 144 717.6 Q F0(the basename of the shell')180 717.6 Q 2.5(st)-.55 G -(erminal de)-2.5 E(vice name)-.25 E(GNU Bash 4.4)72 768 Q(2017 March 22) -144.29 E(37)193.45 E 0 Cg EP +(erminal de)-2.5 E(vice name)-.25 E(GNU Bash 4.4)72 768 Q(2017 June 23) +148.175 E(37)197.335 E 0 Cg EP %%Page: 38 38 %%BeginPageSetup BP @@ -4769,10 +4771,10 @@ SF(\\n)144 84 Q F0(ne)180 84 Q(wline)-.25 E F1(\\r)144 96 Q F0 180 Q F0(the v)180 180 Q(ersion of)-.15 E F1(bash)2.5 E F0 (\(e.g., 2.00\))2.5 E F1(\\V)144 192 Q F0(the release of)180 192 Q F1 (bash)2.5 E F0 2.5(,v)C(ersion + patch le)-2.65 E -.15(ve)-.25 G 2.5 -(l\().15 G(e.g., 2.00.0\))-2.5 E F1(\\w)144 204 Q F0 .116(the current w) -180 204 R .116(orking directory)-.1 F 2.616(,w)-.65 G(ith)-2.616 E/F2 9 -/Times-Bold@0 SF($HOME)2.616 E F0(abbre)2.366 E .115 -(viated with a tilde \(uses the v)-.25 F .115(alue of the)-.25 F F2(PR) +(l\().15 G(e.g., 2.00.0\))-2.5 E F1(\\w)144 204 Q F0 .115(the current w) +180 204 R .115(orking directory)-.1 F 2.615(,w)-.65 G(ith)-2.615 E/F2 9 +/Times-Bold@0 SF($HOME)2.615 E F0(abbre)2.365 E .116 +(viated with a tilde \(uses the v)-.25 F .116(alue of the)-.25 F F2(PR) 180 216 Q(OMPT_DIR)-.27 E(TRIM)-.36 E F0 -.25(va)2.25 G(riable\)).25 E F1(\\W)144 228 Q F0(the basename of the current w)180 228 Q (orking directory)-.1 E 2.5(,w)-.65 G(ith)-2.5 E F2($HOME)2.5 E F0 @@ -4787,76 +4789,76 @@ F1(\\\\)144 288 Q F0 2.5(ab)180 288 S(ackslash)-2.5 E F1(\\[)144 300 Q F0(be)180 300 Q 1.257(gin a sequence of non-printing characters, which \ could be used to embed a terminal)-.15 F (control sequence into the prompt)180 312 Q F1(\\])144 324 Q F0 -(end a sequence of non-printing characters)180 324 Q .12 +(end a sequence of non-printing characters)180 324 Q .119 (The command number and the history number are usually dif)108 340.8 R -.119(ferent: the history number of a command is its)-.25 F 1.585(positi\ -on in the history list, which may include commands restored from the hi\ -story \214le \(see)108 352.8 R F2(HIST)4.085 E(OR)-.162 E(Y)-.315 E F0 +.12(ferent: the history number of a command is its)-.25 F 1.585(positio\ +n in the history list, which may include commands restored from the his\ +tory \214le \(see)108 352.8 R F2(HIST)4.084 E(OR)-.162 E(Y)-.315 E F0 (belo)108 364.8 Q .541(w\), while the command number is the position in\ - the sequence of commands e)-.25 F -.15(xe)-.15 G .54 + the sequence of commands e)-.25 F -.15(xe)-.15 G .541 (cuted during the cur).15 F(-)-.2 E .546(rent shell session.)108 376.8 R .546(After the string is decoded, it is e)5.546 F .546 (xpanded via parameter e)-.15 F .546(xpansion, command substitu-)-.15 F -.352(tion, arithmetic e)108 388.8 R .352(xpansion, and quote remo)-.15 F +.351(tion, arithmetic e)108 388.8 R .352(xpansion, and quote remo)-.15 F -.25(va)-.15 G .352(l, subject to the v).25 F .352(alue of the)-.25 F F1 -(pr)2.852 E(omptv)-.18 E(ars)-.1 E F0 .351(shell option \(see the)2.852 +(pr)2.852 E(omptv)-.18 E(ars)-.1 E F0 .352(shell option \(see the)2.852 F(description of the)108 400.8 Q F1(shopt)2.5 E F0(command under)2.5 E F2(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).) --.25 E/F4 10.95/Times-Bold@0 SF(READLINE)72 417.6 Q F0 .15 +-.25 E/F4 10.95/Times-Bold@0 SF(READLINE)72 417.6 Q F0 .151 (This is the library that handles reading input when using an interacti) -108 429.6 R .451 -.15(ve s)-.25 H .151(hell, unless the).15 F F1 -(\255\255noediting)2.651 E F0(option)2.651 E 1.209(is gi)108 441.6 R --.15(ve)-.25 G 3.709(na).15 G 3.709(ts)-3.709 G 1.209(hell in)-3.709 F --.2(vo)-.4 G 3.709(cation. Line).2 F 1.208 -(editing is also used when using the)3.709 F F13.708 E F0 1.208 -(option to the)3.708 F F1 -.18(re)3.708 G(ad).18 E F0 -.2(bu)3.708 G -3.708(iltin. By).2 F(def)108 453.6 Q .851 +108 429.6 R .45 -.15(ve s)-.25 H .15(hell, unless the).15 F F1 +(\255\255noediting)2.65 E F0(option)2.65 E 1.208(is gi)108 441.6 R -.15 +(ve)-.25 G 3.708(na).15 G 3.708(ts)-3.708 G 1.208(hell in)-3.708 F -.2 +(vo)-.4 G 3.708(cation. Line).2 F 1.208 +(editing is also used when using the)3.708 F F13.709 E F0 1.209 +(option to the)3.709 F F1 -.18(re)3.709 G(ad).18 E F0 -.2(bu)3.709 G +3.709(iltin. By).2 F(def)108 453.6 Q .851 (ault, the line editing commands are similar to those of Emacs.)-.1 F -3.351(Av)5.851 G .851(i-style line editing interf)-3.351 F .852 +3.351(Av)5.851 G .851(i-style line editing interf)-3.351 F .851 (ace is also)-.1 F -.2(av)108 465.6 S 3.35(ailable. Line)-.05 F .85 (editing can be enabled at an)3.35 F 3.35(yt)-.15 G .85(ime using the) -3.35 F F1 .85(\255o emacs)3.35 F F0(or)3.35 E F1 .85(\255o vi)3.35 F F0 .85(options to the)3.35 F F1(set)3.35 E F0 -.2(bu)3.35 G(iltin).2 E -(\(see)108 477.6 Q F2 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS) --.828 F F0(belo)3.012 E 3.262(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of) +(\(see)108 477.6 Q F2 .763(SHELL B)3.263 F(UIL)-.09 E .763(TIN COMMANDS) +-.828 F F0(belo)3.013 E 3.263(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of) -3.263 F 3.263(fl)-.25 G .763 -(ine editing after the shell is running, use the)-3.263 F F1(+o)3.263 E +(ine editing after the shell is running, use the)-3.263 F F1(+o)3.262 E (emacs)108 489.6 Q F0(or)2.5 E F1(+o vi)2.5 E F0(options to the)2.5 E F1 (set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(Readline Notation)87 506.4 Q F0 .463(In this section, the Emacs-style notation is used to denote k) 108 518.4 R -.15(ey)-.1 G(strok).15 E 2.963(es. Control)-.1 F -.1(ke) 2.963 G .463(ys are denoted by C\255)-.05 F F3 -.1(ke)C(y)-.2 E F0(,)A -1.152(e.g., C\255n means Control\255N.)108 530.4 R(Similarly)6.152 E(,) --.65 E F3(meta)4.032 E F0 -.1(ke)3.913 G 1.153(ys are denoted by M\255) --.05 F F3 -.1(ke)C(y)-.2 E F0 3.653(,s)C 3.653(oM)-3.653 G 1.153 -(\255x means Meta\255X.)-3.653 F(\(On)6.153 E -.1(ke)108 542.4 S .831 -(yboards without a)-.05 F F3(meta)3.711 E F0 -.1(ke)3.591 G 2.131 -.65 -(y, M)-.05 H.65 E F3(x)A F0 .831(means ESC)3.331 F F3(x)3.331 E F0 -3.331(,i)C .83(.e., press the Escape k)-3.331 F 1.13 -.15(ey t)-.1 H .83 -(hen the).15 F F3(x)4.1 E F0 -.1(ke)3.86 G 4.63 -.65(y. T)-.05 H .83 -(his mak).65 F(es)-.1 E .599(ESC the)108 554.4 R F3 .599(meta pr)3.099 F -(e\214x)-.37 E F0 5.599(.T)C .599(he combination M\255C\255)-5.599 F F3 -(x)A F0 .599(means ESC\255Control\255)3.099 F F3(x)A F0 3.099(,o)C 3.099 -(rp)-3.099 G .6(ress the Escape k)-3.099 F .9 -.15(ey t)-.1 H .6 +1.153(e.g., C\255n means Control\255N.)108 530.4 R(Similarly)6.153 E(,) +-.65 E F3(meta)4.033 E F0 -.1(ke)3.913 G 1.153(ys are denoted by M\255) +-.05 F F3 -.1(ke)C(y)-.2 E F0 3.652(,s)C 3.652(oM)-3.652 G 1.152 +(\255x means Meta\255X.)-3.652 F(\(On)6.152 E -.1(ke)108 542.4 S .83 +(yboards without a)-.05 F F3(meta)3.71 E F0 -.1(ke)3.59 G 2.13 -.65 +(y, M)-.05 H.65 E F3(x)A F0 .83(means ESC)3.33 F F3(x)3.33 E F0 3.33 +(,i)C .831(.e., press the Escape k)-3.33 F 1.131 -.15(ey t)-.1 H .831 +(hen the).15 F F3(x)4.101 E F0 -.1(ke)3.861 G 4.631 -.65(y. T)-.05 H +.831(his mak).65 F(es)-.1 E .6(ESC the)108 554.4 R F3 .6(meta pr)3.1 F +(e\214x)-.37 E F0 5.6(.T)C .6(he combination M\255C\255)-5.6 F F3(x)A F0 +.599(means ESC\255Control\255)3.099 F F3(x)A F0 3.099(,o)C 3.099(rp) +-3.099 G .599(ress the Escape k)-3.099 F .899 -.15(ey t)-.1 H .599 (hen hold).15 F(the Control k)108 566.4 Q .3 -.15(ey w)-.1 H (hile pressing the).15 E F3(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\)) -.65 E .62(Readline commands may be gi)108 583.2 R -.15(ve)-.25 G 3.119 +.65 E .619(Readline commands may be gi)108 583.2 R -.15(ve)-.25 G 3.119 (nn).15 G(umeric)-3.119 E F3(ar)3.119 E(guments)-.37 E F0 3.119(,w).27 G -.619(hich normally act as a repeat count.)-3.119 F(Sometimes,)5.619 E -(ho)108 595.2 Q(we)-.25 E -.15(ve)-.25 G 1.418 -.4(r, i).15 H 3.118(ti) -.4 G 3.119(st)-3.118 G .619(he sign of the ar)-3.119 F .619 +.619(hich normally act as a repeat count.)-3.119 F(Sometimes,)5.62 E(ho) +108 595.2 Q(we)-.25 E -.15(ve)-.25 G 1.419 -.4(r, i).15 H 3.119(ti).4 G +3.119(st)-3.119 G .619(he sign of the ar)-3.119 F .619 (gument that is signi\214cant.)-.18 F -.15(Pa)5.619 G .619(ssing a ne) .15 F -.05(ga)-.15 G(ti).05 E .919 -.15(ve a)-.25 H -.18(rg).15 G .619 -(ument to a command that).18 F 1.019(acts in the forw)108 607.2 R 1.018 +(ument to a command that).18 F 1.018(acts in the forw)108 607.2 R 1.018 (ard direction \(e.g.,)-.1 F F1(kill\255line)3.518 E F0 3.518(\)c)C -1.018(auses that command to act in a backw)-3.518 F 1.018 -(ard direction.)-.1 F(Com-)6.018 E(mands whose beha)108 619.2 Q +1.018(auses that command to act in a backw)-3.518 F 1.019 +(ard direction.)-.1 F(Com-)6.019 E(mands whose beha)108 619.2 Q (vior with ar)-.2 E(guments de)-.18 E(viates from this are noted belo) --.25 E -.65(w.)-.25 G .811(When a command is described as)108 636 R F3 +-.25 E -.65(w.)-.25 G .812(When a command is described as)108 636 R F3 (killing)3.311 E F0(te)3.311 E .811(xt, the te)-.15 F .811 -(xt deleted is sa)-.15 F -.15(ve)-.2 G 3.311(df).15 G .812 -(or possible future retrie)-3.311 F -.25(va)-.25 G 3.312(l\().25 G F3 -(yank-)-3.312 E(ing)108 648 Q F0 2.529(\). The)B .029(killed te)2.529 F +(xt deleted is sa)-.15 F -.15(ve)-.2 G 3.311(df).15 G .811 +(or possible future retrie)-3.311 F -.25(va)-.25 G 3.311(l\().25 G F3 +(yank-)-3.311 E(ing)108 648 Q F0 2.529(\). The)B .029(killed te)2.529 F .029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F3 .029(kill ring)B F0 5.029(.C)C(onsecuti)-5.029 E .329 -.15(ve k)-.25 H .029(ills cause the te).15 F .029(xt to be accumulated into one unit,) @@ -4865,30 +4867,30 @@ F0 .463(In this section, the Emacs-style notation is used to denote k) (xt separate the chunks of te)-.15 F .567(xt on the kill)-.15 F(ring.) 108 672 Q F1(Readline Initialization)87 688.8 Q F0 .091(Readline is cus\ tomized by putting commands in an initialization \214le \(the)108 700.8 -R F3(inputr)2.591 E(c)-.37 E F0 2.591(\214le\). The)2.591 F .091 -(name of this \214le)2.591 F .196(is tak)108 712.8 R .196(en from the v) +R F3(inputr)2.591 E(c)-.37 E F0 2.591(\214le\). The)2.591 F .092 +(name of this \214le)2.591 F .197(is tak)108 712.8 R .196(en from the v) -.1 F .196(alue of the)-.25 F F2(INPUTRC)2.696 E F0 -.25(va)2.446 G 2.696(riable. If).25 F .196(that v)2.696 F .196 (ariable is unset, the def)-.25 F .196(ault is)-.1 F F3(~/.inputr)2.696 -E(c)-.37 E F0 5.196(.W).31 G .197(hen a)-5.196 F 1.034(program which us\ +E(c)-.37 E F0 5.196(.W).31 G .196(hen a)-5.196 F 1.034(program which us\ es the readline library starts up, the initialization \214le is read, a\ -nd the k)108 724.8 R 1.334 -.15(ey b)-.1 H 1.034(indings and).15 F -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(38)193.45 E 0 Cg EP +nd the k)108 724.8 R 1.335 -.15(ey b)-.1 H 1.035(indings and).15 F +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(38)197.335 E 0 Cg EP %%Page: 39 39 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -.25(va)108 84 S -1.149(riables are set.).25 F 1.149(There are only a fe)6.149 F 3.649(wb) --.25 G 1.149(asic constructs allo)-3.649 F 1.15 -(wed in the readline initialization \214le.)-.25 F(Blank)6.15 E .737 +1.15(riables are set.).25 F 1.15(There are only a fe)6.15 F 3.649(wb) +-.25 G 1.149(asic constructs allo)-3.649 F 1.149 +(wed in the readline initialization \214le.)-.25 F(Blank)6.149 E .736 (lines are ignored.)108 96 R .737(Lines be)5.737 F .737(ginning with a) -.15 F/F1 10/Times-Bold@0 SF(#)3.237 E F0 .737(are comments.)3.237 F -.737(Lines be)5.737 F .737(ginning with a)-.15 F F1($)3.237 E F0 .736 -(indicate conditional)3.236 F 2.5(constructs. Other)108 108 R +.737(Lines be)5.737 F .737(ginning with a)-.15 F F1($)3.237 E F0 .737 +(indicate conditional)3.237 F 2.5(constructs. Other)108 108 R (lines denote k)2.5 E .3 -.15(ey b)-.1 H(indings and v).15 E -(ariable settings.)-.25 E .986(The def)108 124.8 R .986(ault k)-.1 F +(ariable settings.)-.25 E .987(The def)108 124.8 R .987(ault k)-.1 F -.15(ey)-.1 G .987(-bindings may be changed with an).15 F/F2 10 /Times-Italic@0 SF(inputr)3.497 E(c)-.37 E F0 3.487(\214le. Other)3.797 F .987(programs that use this library may)3.487 F(add their o)108 136.8 @@ -4898,11 +4900,11 @@ G(rsal\255ar).15 E(gument)-.18 E(or)108 182.4 Q(C\255Meta\255u: uni)144 194.4 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 206.4 Q F2(inputr)2.51 E(c)-.37 E F0 -.1(wo)2.81 G(uld mak).1 E 2.5(eM)-.1 G (\255C\255u e)-2.5 E -.15(xe)-.15 G(cute the readline command).15 E F2 -(univer)2.5 E(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.261(The follo) +(univer)2.5 E(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.26(The follo) 108 223.2 R 1.261(wing symbolic character names are recognized:)-.25 F F2 -.4(RU)3.761 G(BOUT).4 E F0(,)1.27 E F2(DEL)3.761 E F0(,).53 E F2 -(ESC)3.761 E F0(,).72 E F2(LFD)3.761 E F0(,).28 E F2(NEWLINE)3.76 E F0 -(,).73 E F2(RET)3.76 E F0(,)1.27 E F2(RETURN)108 235.2 Q F0(,)1.1 E F2 +(ESC)3.761 E F0(,).72 E F2(LFD)3.761 E F0(,).28 E F2(NEWLINE)3.761 E F0 +(,).73 E F2(RET)3.761 E F0(,)1.27 E F2(RETURN)108 235.2 Q F0(,)1.1 E F2 (SPC)2.5 E F0(,).72 E F2(SP)2.5 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G (nd)-2.5 E F2 -.5(TA)2.5 G(B).5 E F0(.).27 E .209 (In addition to command names, readline allo)108 252 R .209(ws k)-.25 F @@ -4913,46 +4915,46 @@ F2 -.4(RU)3.761 G(BOUT).4 E F0(,)1.27 E F2(DEL)3.761 E F0(,).53 E F2 (The syntax for controlling k)108 292.8 R .666 -.15(ey b)-.1 H .366 (indings in the).15 F F2(inputr)2.876 E(c)-.37 E F0 .366 (\214le is simple.)3.176 F .366(All that is required is the name of the) -5.366 F .263(command or the te)108 304.8 R .264(xt of a macro and a k) +5.366 F .264(command or the te)108 304.8 R .264(xt of a macro and a k) -.15 F .564 -.15(ey s)-.1 H .264(equence to which it should be bound.) -.15 F .264(The name may be speci-)5.264 F .853(\214ed in one of tw)108 +.15 F .263(The name may be speci-)5.264 F .853(\214ed in one of tw)108 316.8 R 3.353(ow)-.1 G .853(ays: as a symbolic k)-3.453 F 1.153 -.15 (ey n)-.1 H .853(ame, possibly with).15 F F2(Meta\255)3.353 E F0(or) 3.353 E F2(Contr)3.353 E(ol\255)-.45 E F0(pre\214x)3.353 E .853 -(es, or as a k)-.15 F -.15(ey)-.1 G(sequence.)108 328.8 Q .16 -(When using the form)108 345.6 R F1 -.1(ke)2.66 G(yname).1 E F0(:)A F2 -(function\255name).833 E F0(or)2.66 E F2(macr)2.66 E(o)-.45 E F0(,)A F2 --.1(ke)2.66 G(yname)-.2 E F0 .161(is the name of a k)2.84 F .461 -.15 -(ey s)-.1 H .161(pelled out in Eng-).15 F 2.5(lish. F)108 357.6 R(or e) +(es, or as a k)-.15 F -.15(ey)-.1 G(sequence.)108 328.8 Q .161 +(When using the form)108 345.6 R F1 -.1(ke)2.661 G(yname).1 E F0(:)A F2 +(function\255name).833 E F0(or)2.661 E F2(macr)2.661 E(o)-.45 E F0(,)A +F2 -.1(ke)2.661 G(yname)-.2 E F0 .16(is the name of a k)2.84 F .46 -.15 +(ey s)-.1 H .16(pelled out in Eng-).15 F 2.5(lish. F)108 357.6 R(or e) -.15 E(xample:)-.15 E(Control-u: uni)144 381.6 Q -.15(ve)-.25 G (rsal\255ar).15 E(gument)-.18 E(Meta-Rubout: backw)144 393.6 Q -(ard-kill-w)-.1 E(ord)-.1 E(Control-o: "> output")144 405.6 Q .699 +(ard-kill-w)-.1 E(ord)-.1 E(Control-o: "> output")144 405.6 Q .698 (In the abo)108 422.4 R .998 -.15(ve ex)-.15 H(ample,).15 E F2(C\255u) 3.038 E F0 .698(is bound to the function)3.448 F F1(uni)3.198 E -.1(ve) -.1 G(rsal\255ar).1 E(gument)-.1 E F0(,)A F2(M\255DEL)3.878 E F0 .698 (is bound to the func-)3.728 F(tion)108 434.4 Q F1 -(backward\255kill\255w)2.758 E(ord)-.1 E F0 2.758(,a)C(nd)-2.758 E F2 -(C\255o)2.598 E F0 .258(is bound to run the macro e)2.938 F .259 +(backward\255kill\255w)2.759 E(ord)-.1 E F0 2.759(,a)C(nd)-2.759 E F2 +(C\255o)2.599 E F0 .258(is bound to run the macro e)2.939 F .258 (xpressed on the right hand side \(that is, to)-.15 F(insert the te)108 446.4 Q(xt)-.15 E/F3 10/Courier@0 SF 6(>o)2.5 G(utput)-6 E F0 -(into the line\).)2.5 E .056(In the second form,)108 463.2 R F1("k)2.556 -E(eyseq")-.1 E F0(:)A F2(function\255name).833 E F0(or)2.556 E F2(macr) -2.556 E(o)-.45 E F0(,)A F1 -.1(ke)2.556 G(yseq).1 E F0(dif)2.555 E .055 -(fers from)-.25 F F1 -.1(ke)2.555 G(yname).1 E F0(abo)2.555 E .355 -.15 -(ve i)-.15 H 2.555(nt).15 G .055(hat strings)-2.555 F 1.284 +(into the line\).)2.5 E .055(In the second form,)108 463.2 R F1("k)2.555 +E(eyseq")-.1 E F0(:)A F2(function\255name).833 E F0(or)2.555 E F2(macr) +2.555 E(o)-.45 E F0(,)A F1 -.1(ke)2.555 G(yseq).1 E F0(dif)2.556 E .056 +(fers from)-.25 F F1 -.1(ke)2.556 G(yname).1 E F0(abo)2.556 E .356 -.15 +(ve i)-.15 H 2.556(nt).15 G .056(hat strings)-2.556 F 1.284 (denoting an entire k)108 475.2 R 1.584 -.15(ey s)-.1 H 1.284(equence m\ ay be speci\214ed by placing the sequence within double quotes.).15 F -(Some)6.284 E .386(GNU Emacs style k)108 487.2 R .686 -.15(ey e)-.1 H -.385(scapes can be used, as in the follo).15 F .385(wing e)-.25 F .385 -(xample, b)-.15 F .385(ut the symbolic character names)-.2 F +(Some)6.284 E .385(GNU Emacs style k)108 487.2 R .685 -.15(ey e)-.1 H +.385(scapes can be used, as in the follo).15 F .385(wing e)-.25 F .386 +(xample, b)-.15 F .386(ut the symbolic character names)-.2 F (are not recognized.)108 499.2 Q("\\C\255u": uni)144 523.2 Q -.15(ve) -.25 G(rsal\255ar).15 E(gument)-.18 E ("\\C\255x\\C\255r": re\255read\255init\255\214le)144 535.2 Q -("\\e[11~": "Function K)144 547.2 Q .3 -.15(ey 1)-.25 H(").15 E .314 -(In this e)108 564 R(xample,)-.15 E F2(C\255u)2.654 E F0 .314(is ag) -3.064 F .315(ain bound to the function)-.05 F F1(uni)2.815 E -.1(ve)-.1 +("\\e[11~": "Function K)144 547.2 Q .3 -.15(ey 1)-.25 H(").15 E .315 +(In this e)108 564 R(xample,)-.15 E F2(C\255u)2.655 E F0 .315(is ag) +3.065 F .315(ain bound to the function)-.05 F F1(uni)2.815 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0(.)A F2 .315(C\255x C\255r)5.155 F F0 -.315(is bound to the func-)3.545 F(tion)108 576 Q F1 -.18(re)2.5 G +.314(is bound to the func-)3.544 F(tion)108 576 Q F1 -.18(re)2.5 G .18 E(ead\255init\255\214le)-.18 E F0 2.5(,a)C(nd)-2.5 E F2(ESC [ 1 1 ~) 3.01 E F0(is bound to insert the te)3.94 E(xt)-.15 E F3(Function Key 1) 2.5 E F0(.)A(The full set of GNU Emacs style escape sequences is)108 @@ -4964,7 +4966,8 @@ F0(literal \010)180 664.8 Q(In addition to the GNU Emacs style escape s\ equences, a second set of backslash escapes is a)108 681.6 Q -.25(va)-.2 G(ilable:).25 E F1(\\a)144 693.6 Q F0(alert \(bell\))180 693.6 Q F1(\\b) 144 705.6 Q F0(backspace)180 705.6 Q F1(\\d)144 717.6 Q F0(delete)180 -717.6 Q(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(39)193.45 E 0 Cg EP +717.6 Q(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(39)197.335 E 0 Cg +EP %%Page: 40 40 %%BeginPageSetup BP @@ -4979,50 +4982,51 @@ SF(\\f)144 84 Q F0(form feed)180 84 Q F1(\\n)144 96 Q F0(ne)180 96 Q (alue)-.25 E F2(nnn)2.5 E F0(\(one to three digits\))2.5 E F1(\\x)144 156 Q F2(HH)A F0(the eight-bit character whose v)180 156 Q (alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0 -(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.142 +(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.141 (When entering the te)108 172.8 R 1.141(xt of a macro, single or double\ - quotes must be used to indicate a macro de\214nition.)-.15 F .089 -(Unquoted te)108 184.8 R .089(xt is assumed to be a function name.)-.15 -F .09(In the macro body)5.089 F 2.59(,t)-.65 G .09 -(he backslash escapes described abo)-2.59 F -.15(ve)-.15 G(are e)108 + quotes must be used to indicate a macro de\214nition.)-.15 F .09 +(Unquoted te)108 184.8 R .09(xt is assumed to be a function name.)-.15 F +.089(In the macro body)5.089 F 2.589(,t)-.65 G .089 +(he backslash escapes described abo)-2.589 F -.15(ve)-.15 G(are e)108 196.8 Q 2.5(xpanded. Backslash)-.15 F(will quote an)2.5 E 2.5(yo)-.15 G (ther character in the macro te)-2.5 E(xt, including " and \010.)-.15 E -F1(Bash)108 213.6 Q F0(allo)2.93 E .43(ws the current readline k)-.25 F -.73 -.15(ey b)-.1 H .429(indings to be displayed or modi\214ed with the) -.15 F F1(bind)2.929 E F0 -.2(bu)2.929 G .429(iltin command.).2 F .045 -(The editing mode may be switched during interacti)108 225.6 R .345 -.15 -(ve u)-.25 H .046(se by using the).15 F F12.546 E F0 .046 -(option to the)2.546 F F1(set)2.546 E F0 -.2(bu)2.546 G .046 +F1(Bash)108 213.6 Q F0(allo)2.929 E .429(ws the current readline k)-.25 +F .729 -.15(ey b)-.1 H .429 +(indings to be displayed or modi\214ed with the).15 F F1(bind)2.93 E F0 +-.2(bu)2.93 G .43(iltin command.).2 F .046 +(The editing mode may be switched during interacti)108 225.6 R .346 -.15 +(ve u)-.25 H .046(se by using the).15 F F12.545 E F0 .045 +(option to the)2.545 F F1(set)2.545 E F0 -.2(bu)2.545 G .045 (iltin command).2 F(\(see)108 237.6 Q/F3 9/Times-Bold@0 SF(SHELL B)2.5 E (UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1 -(Readline V)87 254.4 Q(ariables)-.92 E F0 .044(Readline has v)108 266.4 +(Readline V)87 254.4 Q(ariables)-.92 E F0 .043(Readline has v)108 266.4 R .043(ariables that can be used to further customize its beha)-.25 F (vior)-.2 E 5.043(.A)-.55 G -.25(va)-2.5 G .043 -(riable may be set in the).25 F F2(inpu-)2.553 E(tr)108 278.4 Q(c)-.37 E +(riable may be set in the).25 F F2(inpu-)2.554 E(tr)108 278.4 Q(c)-.37 E F0(\214le with a statement of the form)2.81 E F1(set)144 295.2 Q F2 (variable\255name value)2.5 E F0 .79(Except where noted, readline v)108 312 R .79(ariables can tak)-.25 F 3.29(et)-.1 G .79(he v)-3.29 F(alues) -.25 E F1(On)3.29 E F0(or)3.29 E F1(Off)3.29 E F0 .79(\(without re)3.29 -F -.05(ga)-.15 G .79(rd to case\).).05 F(Unrecog-)5.79 E .449(nized v) +F -.05(ga)-.15 G .79(rd to case\).).05 F(Unrecog-)5.79 E .448(nized v) 108 324 R .448(ariable names are ignored.)-.25 F .448(When a v)5.448 F -.448(ariable v)-.25 F .448(alue is read, empty or null v)-.25 F .448 -(alues, "on" \(case-insensi-)-.25 F(ti)108 336 Q -.15(ve)-.25 G .467 +.448(ariable v)-.25 F .448(alue is read, empty or null v)-.25 F .449 +(alues, "on" \(case-insensi-)-.25 F(ti)108 336 Q -.15(ve)-.25 G .468 (\), and "1" are equi).15 F -.25(va)-.25 G .468(lent to).25 F F1(On) 2.968 E F0 5.468(.A)C .468(ll other v)-5.468 F .468(alues are equi)-.25 -F -.25(va)-.25 G .468(lent to).25 F F1(Off)2.968 E F0 5.468(.T)C .468 -(he v)-5.468 F .468(ariables and their def)-.25 F(ault)-.1 E -.25(va)108 -348 S(lues are:).25 E F1(bell\255style \(audible\))108 364.8 Q F0 .011 +F -.25(va)-.25 G .468(lent to).25 F F1(Off)2.968 E F0 5.468(.T)C .467 +(he v)-5.468 F .467(ariables and their def)-.25 F(ault)-.1 E -.25(va)108 +348 S(lues are:).25 E F1(bell\255style \(audible\))108 364.8 Q F0 .01 (Controls what happens when readline w)144 376.8 R .011 -(ants to ring the terminal bell.)-.1 F .01(If set to)5.01 F F1(none)2.51 -E F0 2.51(,r)C .01(eadline ne)-2.51 F -.15(ve)-.25 G(r).15 E .94 -(rings the bell.)144 388.8 R .94(If set to)5.94 F F1(visible)3.44 E F0 -3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25(va) --.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0(,)A -(readline attempts to ring the terminal')144 400.8 Q 2.5(sb)-.55 G(ell.) --2.5 E F1(bind\255tty\255special\255chars \(On\))108 412.8 Q F0 .056 -(If set to)144 424.8 R F1(On)2.556 E F0 2.556(,r)C .056(eadline attempt\ -s to bind the control characters treated specially by the k)-2.556 F -(ernel')-.1 E 2.555(st)-.55 G(ermi-)-2.555 E(nal dri)144 436.8 Q -.15 +(ants to ring the terminal bell.)-.1 F .011(If set to)5.011 F F1(none) +2.511 E F0 2.511(,r)C .011(eadline ne)-2.511 F -.15(ve)-.25 G(r).15 E +.94(rings the bell.)144 388.8 R .94(If set to)5.94 F F1(visible)3.44 E +F0 3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25 +(va)-.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0 +(,)A(readline attempts to ring the terminal')144 400.8 Q 2.5(sb)-.55 G +(ell.)-2.5 E F1(bind\255tty\255special\255chars \(On\))108 412.8 Q F0 +.055(If set to)144 424.8 R F1(On)2.555 E F0 2.555(,r)C .056(eadline att\ +empts to bind the control characters treated specially by the k)-2.555 F +(ernel')-.1 E 2.556(st)-.55 G(ermi-)-2.556 E(nal dri)144 436.8 Q -.15 (ve)-.25 G 2.5(rt).15 G 2.5(ot)-2.5 G(heir readline equi)-2.5 E -.25(va) -.25 G(lents.).25 E F1(blink\255matching\255par)108 448.8 Q(en \(Off\)) -.18 E F0 .21(If set to)144 460.8 R F1(On)2.71 E F0 2.71(,r)C .21 @@ -5032,38 +5036,38 @@ s to bind the control characters treated specially by the k)-2.556 F (ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F0 .515(If set to) 144 496.8 R F1(On)3.015 E F0 3.015(,w)C .515(hen listing completions, r\ eadline displays the common pre\214x of the set of possible)-3.015 F -2.935(completions using a dif)144 508.8 R 2.935(ferent color)-.25 F -7.936(.T)-.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.936 -(en from the v)-.1 F 2.936(alue of the)-.25 F F1(LS_COLORS)144 520.8 Q +2.936(completions using a dif)144 508.8 R 2.936(ferent color)-.25 F +7.936(.T)-.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.935 +(en from the v)-.1 F 2.935(alue of the)-.25 F F1(LS_COLORS)144 520.8 Q F0(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F1(color)108 532.8 Q -(ed\255stats \(Off\))-.18 E F0 1.58(If set to)144 544.8 R F1(On)4.08 E -F0 4.08(,r)C 1.579(eadline displays possible completions using dif)-4.08 -F 1.579(ferent colors to indicate their \214le)-.25 F 2.5(type. The)144 -556.8 R(color de\214nitions are tak)2.5 E(en from the v)-.1 E -(alue of the)-.25 E F1(LS_COLORS)2.5 E F0(en)2.5 E(vironment v)-.4 E -(ariable.)-.25 E F1(comment\255begin \(`)108 568.8 Q(`#')-.63 E('\))-.63 -E F0 .884(The string that is inserted when the readline)144 580.8 R F1 -(insert\255comment)3.385 E F0 .885(command is e)3.385 F -.15(xe)-.15 G -3.385(cuted. This).15 F(com-)3.385 E(mand is bound to)144 592.8 Q F1 +(ed\255stats \(Off\))-.18 E F0 1.579(If set to)144 544.8 R F1(On)4.079 E +F0 4.079(,r)C 1.579(eadline displays possible completions using dif) +-4.079 F 1.58(ferent colors to indicate their \214le)-.25 F 2.5 +(type. The)144 556.8 R(color de\214nitions are tak)2.5 E(en from the v) +-.1 E(alue of the)-.25 E F1(LS_COLORS)2.5 E F0(en)2.5 E(vironment v)-.4 +E(ariable.)-.25 E F1(comment\255begin \(`)108 568.8 Q(`#')-.63 E('\)) +-.63 E F0 .885(The string that is inserted when the readline)144 580.8 R +F1(insert\255comment)3.385 E F0 .884(command is e)3.384 F -.15(xe)-.15 G +3.384(cuted. This).15 F(com-)3.384 E(mand is bound to)144 592.8 Q F1 (M\255#)2.5 E F0(in emacs mode and to)2.5 E F1(#)2.5 E F0 (in vi command mode.)2.5 E F1(completion\255display\255width \(-1\))108 604.8 Q F0 1.453(The number of screen columns used to display possible \ -matches when performing completion.)144 616.8 R .193(The v)144 628.8 R +matches when performing completion.)144 616.8 R .194(The v)144 628.8 R .193(alue is ignored if it is less than 0 or greater than the terminal \ -screen width.)-.25 F 2.694(Av)5.194 G .194(alue of 0 will)-2.944 F +screen width.)-.25 F 2.693(Av)5.193 G .193(alue of 0 will)-2.943 F (cause matches to be displayed one per line.)144 640.8 Q(The def)5 E (ault v)-.1 E(alue is -1.)-.25 E F1(completion\255ignor)108 652.8 Q (e\255case \(Off\))-.18 E F0(If set to)144 664.8 Q F1(On)2.5 E F0 2.5 (,r)C(eadline performs \214lename matching and completion in a case\255\ insensiti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1 -(completion\255map\255case \(Off\))108 676.8 Q F0 .094(If set to)144 +(completion\255map\255case \(Off\))108 676.8 Q F0 .093(If set to)144 688.8 R F1(On)2.593 E F0 2.593(,a)C(nd)-2.593 E F1(completion\255ignor) 2.593 E(e\255case)-.18 E F0 .093(is enabled, readline treats h)2.593 F -.093(yphens \()-.05 F F2A F0 2.593(\)a)C .093(nd underscores)-2.593 +.093(yphens \()-.05 F F2A F0 2.593(\)a)C .094(nd underscores)-2.593 F(\()144 700.8 Q F2(_)A F0 2.5(\)a)C 2.5(se)-2.5 G(qui)-2.5 E -.25(va) -.25 G(lent when performing case\255insensiti).25 E .3 -.15(ve \214)-.25 H(lename matching and completion.).15 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(40)193.45 E 0 Cg EP +(2017 June 23)148.175 E(40)197.335 E 0 Cg EP %%Page: 41 41 %%BeginPageSetup BP @@ -5072,29 +5076,29 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF(completion\255pr)108 84 Q(e\214x\255display\255length \(0\))-.18 E F0 .829(The length in characters of the common pre\214x of a list of possi\ -ble completions that is displayed)144 96 R 1.275 -(without modi\214cation.)144 108 R 1.275(When set to a v)6.275 F 1.274 -(alue greater than zero, common pre\214x)-.25 F 1.274 +ble completions that is displayed)144 96 R 1.274 +(without modi\214cation.)144 108 R 1.274(When set to a v)6.274 F 1.274 +(alue greater than zero, common pre\214x)-.25 F 1.275 (es longer than this)-.15 F -.25(va)144 120 S(lue are replaced with an \ ellipsis when displaying possible completions.).25 E F1 -(completion\255query\255items \(100\))108 132 Q F0 .529 -(This determines when the user is queried about vie)144 144 R .53 -(wing the number of possible completions gen-)-.25 F .561(erated by the) -144 156 R F1(possible\255completions)3.061 E F0 3.061(command. It)3.061 -F .561(may be set to an)3.061 F 3.06(yi)-.15 G(nte)-3.06 E .56(ger v) --.15 F .56(alue greater than or)-.25 F .782(equal to zero.)144 168 R +(completion\255query\255items \(100\))108 132 Q F0 .53 +(This determines when the user is queried about vie)144 144 R .529 +(wing the number of possible completions gen-)-.25 F .56(erated by the) +144 156 R F1(possible\255completions)3.06 E F0 3.06(command. It)3.06 F +.561(may be set to an)3.061 F 3.061(yi)-.15 G(nte)-3.061 E .561(ger v) +-.15 F .561(alue greater than or)-.25 F .783(equal to zero.)144 168 R .783(If the number of possible completions is greater than or equal to \ -the v)5.782 F .783(alue of this)-.25 F -.25(va)144 180 S .237 +the v)5.783 F .782(alue of this)-.25 F -.25(va)144 180 S .237 (riable, the user is ask).25 F .237(ed whether or not he wishes to vie) -.1 F 2.737(wt)-.25 G .237(hem; otherwise the)-2.737 F 2.737(ya)-.15 G .237(re simply listed)-2.737 F(on the terminal.)144 192 Q F1(con)108 204 -Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .612(If set to)144 216 R F1(On) -3.112 E F0 3.112(,r)C .613(eadline will con)-3.112 F -.15(ve)-.4 G .613 -(rt characters with the eighth bit set to an ASCII k).15 F .913 -.15 -(ey s)-.1 H .613(equence by).15 F .541 +Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .613(If set to)144 216 R F1(On) +3.113 E F0 3.113(,r)C .613(eadline will con)-3.113 F -.15(ve)-.4 G .613 +(rt characters with the eighth bit set to an ASCII k).15 F .912 -.15 +(ey s)-.1 H .612(equence by).15 F .541 (stripping the eighth bit and pre\214xing an escape character \(in ef) 144 228 R .541(fect, using escape as the)-.25 F/F2 10/Times-Italic@0 SF -.541(meta pr)3.041 F(e-)-.37 E<8c78>144 240 Q F0 2.5(\). The)B(def)2.5 E +.542(meta pr)3.042 F(e-)-.37 E<8c78>144 240 Q F0 2.5(\). The)B(def)2.5 E (ault is)-.1 E F2(On)2.5 E F0 2.5(,b)C(ut readline will set it to)-2.7 E F2(Of)2.5 E(f)-.18 E F0(if the locale contains eight-bit characters.)2.5 E F1(disable\255completion \(Off\))108 252 Q F0 .038(If set to)144 264 R @@ -5102,39 +5106,39 @@ F1(On)2.538 E F0 2.538(,r)C .038(eadline will inhibit w)-2.538 F .038 (ord completion.)-.1 F .038 (Completion characters will be inserted into the)5.038 F(line as if the) 144 276 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F1(self-insert)2.5 E F0 -(.)A F1(echo\255contr)108 288 Q(ol\255characters \(On\))-.18 E F0 1.211 -(When set to)144 300 R F1(On)3.711 E F0 3.711(,o)C 3.711(no)-3.711 G -1.211(perating systems that indicate the)-3.711 F 3.711(ys)-.15 G 1.21 +(.)A F1(echo\255contr)108 288 Q(ol\255characters \(On\))-.18 E F0 1.21 +(When set to)144 300 R F1(On)3.71 E F0 3.71(,o)C 3.71(no)-3.71 G 1.211 +(perating systems that indicate the)-3.71 F 3.711(ys)-.15 G 1.211 (upport it, readline echoes a character)-3.711 F (corresponding to a signal generated from the k)144 312 Q -.15(ey)-.1 G -(board.).15 E F1(editing\255mode \(emacs\))108 324 Q F0 .141 +(board.).15 E F1(editing\255mode \(emacs\))108 324 Q F0 .142 (Controls whether readline be)144 336 R .141(gins with a set of k)-.15 F -.441 -.15(ey b)-.1 H .141(indings similar to).15 F F2(Emacs)2.642 E F0 -(or)2.642 E F2(vi)2.642 E F0(.)A F1(editing\255mode)5.142 E F0 +.441 -.15(ey b)-.1 H .141(indings similar to).15 F F2(Emacs)2.641 E F0 +(or)2.641 E F2(vi)2.641 E F0(.)A F1(editing\255mode)5.141 E F0 (can be set to either)144 348 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E F0(.)A F1(emacs\255mode\255string \(@\))108 360 Q F0 .051(This string i\ s displayed immediately before the last line of the primary prompt when\ - emacs editing)144 372 R .292(mode is acti)144 384 R -.15(ve)-.25 G -5.292(.T).15 G .292(he v)-5.292 F .293(alue is e)-.25 F .293 + emacs editing)144 372 R .293(mode is acti)144 384 R -.15(ve)-.25 G +5.293(.T).15 G .293(he v)-5.293 F .293(alue is e)-.25 F .293 (xpanded lik)-.15 F 2.793(eak)-.1 G .593 -.15(ey b)-2.893 H .293 (inding, so the standard set of meta- and control).15 F(pre\214x)144 396 -Q .602(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G 3.101 -(ilable. Use).25 F .601(the \\1 and \\2 escapes to be)3.101 F .601 +Q .601(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G 3.101 +(ilable. Use).25 F .601(the \\1 and \\2 escapes to be)3.101 F .602 (gin and end)-.15 F .019(sequences of non-printing characters, which ca\ n be used to embed a terminal control sequence into)144 408 R (the mode string.)144 420 Q F1(enable\255brack)108 432 Q -(eted\255paste \(Off\))-.1 E F0 1.222(When set to)144 444 R F1(On)3.721 +(eted\255paste \(Off\))-.1 E F0 1.221(When set to)144 444 R F1(On)3.721 E F0 3.721(,r)C 1.221(eadline will con\214gure the terminal in a w) -3.721 F 1.221(ay that will enable it to insert each)-.1 F .353 (paste into the editing b)144 456 R(uf)-.2 E .353(fer as a single strin\ -g of characters, instead of treating each character as if)-.25 F .544 +g of characters, instead of treating each character as if)-.25 F .543 (it had been read from the k)144 468 R -.15(ey)-.1 G 3.043(board. This) -.15 F .543(can pre)3.043 F -.15(ve)-.25 G .543 +.15 F .543(can pre)3.043 F -.15(ve)-.25 G .544 (nt pasted characters from being interpreted as).15 F(editing commands.) -144 480 Q F1(enable\255k)108 492 Q(eypad \(Off\))-.1 E F0 .892 +144 480 Q F1(enable\255k)108 492 Q(eypad \(Off\))-.1 E F0 .893 (When set to)144 504 R F1(On)3.393 E F0 3.393(,r)C .893 (eadline will try to enable the application k)-3.393 F -.15(ey)-.1 G -.893(pad when it is called.).15 F .893(Some sys-)5.893 F +.893(pad when it is called.).15 F .892(Some sys-)5.893 F (tems need this to enable the arro)144 516 Q 2.5(wk)-.25 G -.15(ey)-2.6 G(s.).15 E F1(enable\255meta\255k)108 528 Q(ey \(On\))-.1 E F0 .64 (When set to)144 540 R F1(On)3.14 E F0 3.14(,r)C .64 @@ -5146,86 +5150,86 @@ G(s.).15 E F1(enable\255meta\255k)108 528 Q(ey \(On\))-.1 E F0 .64 (expand\255tilde \(Off\))108 564 Q F0(If set to)144 576 Q F1(On)2.5 E F0 2.5(,t)C(ilde e)-2.5 E(xpansion is performed when readline attempts w) -.15 E(ord completion.)-.1 E F1(history\255pr)108 588 Q(eser)-.18 E -.1 -(ve)-.1 G(\255point \(Off\)).1 E F0 1.338(If set to)144 600 R F1(On) -3.838 E F0 3.838(,t)C 1.338(he history code attempts to place point at \ -the same location on each history line)-3.838 F(retrie)144 612 Q -.15 +(ve)-.1 G(\255point \(Off\)).1 E F0 1.339(If set to)144 600 R F1(On) +3.839 E F0 3.839(,t)C 1.338(he history code attempts to place point at \ +the same location on each history line)-3.839 F(retrie)144 612 Q -.15 (ve)-.25 G 2.5(dw).15 G(ith)-2.5 E F1(pr)2.5 E -.15(ev)-.18 G (ious-history).15 E F0(or)2.5 E F1(next-history)2.5 E F0(.)A F1 -(history\255size \(unset\))108 624 Q F0 .949 +(history\255size \(unset\))108 624 Q F0 .948 (Set the maximum number of history entries sa)144 636 R -.15(ve)-.2 G -3.448(di).15 G 3.448(nt)-3.448 G .948(he history list.)-3.448 F .948 -(If set to zero, an)5.948 F 3.448(ye)-.15 G(xisting)-3.598 E .482 -(history entries are deleted and no ne)144 648 R 2.982(we)-.25 G .483 -(ntries are sa)-2.982 F -.15(ve)-.2 G 2.983(d. If).15 F .483(set to a v) -2.983 F .483(alue less than zero, the num-)-.25 F .278 -(ber of history entries is not limited.)144 660 R .277(By def)5.278 F -.277(ault, the number of history entries is set to the v)-.1 F .277 -(alue of)-.25 F(the)144 672 Q F1(HISTSIZE)3.41 E F0 .91(shell v)3.41 F -3.41(ariable. If)-.25 F .911(an attempt is made to set)3.41 F F2 -(history\255size)3.411 E F0 .911(to a non-numeric v)3.411 F(alue,)-.25 E +3.448(di).15 G 3.448(nt)-3.448 G .948(he history list.)-3.448 F .949 +(If set to zero, an)5.948 F 3.449(ye)-.15 G(xisting)-3.599 E .483 +(history entries are deleted and no ne)144 648 R 2.983(we)-.25 G .483 +(ntries are sa)-2.983 F -.15(ve)-.2 G 2.983(d. If).15 F .482(set to a v) +2.983 F .482(alue less than zero, the num-)-.25 F .277 +(ber of history entries is not limited.)144 660 R .277(By def)5.277 F +.278(ault, the number of history entries is set to the v)-.1 F .278 +(alue of)-.25 F(the)144 672 Q F1(HISTSIZE)3.411 E F0 .911(shell v)3.411 +F 3.411(ariable. If)-.25 F .911(an attempt is made to set)3.411 F F2 +(history\255size)3.41 E F0 .91(to a non-numeric v)3.41 F(alue,)-.25 E (the maximum number of history entries will be set to 500.)144 684 Q F1 -(horizontal\255scr)108 696 Q(oll\255mode \(Off\))-.18 E F0 .449 -(When set to)144 708 R F1(On)2.949 E F0 2.949(,m)C(ak)-2.949 E .448 -(es readline use a single line for display)-.1 F 2.948(,s)-.65 G .448 +(horizontal\255scr)108 696 Q(oll\255mode \(Off\))-.18 E F0 .448 +(When set to)144 708 R F1(On)2.948 E F0 2.948(,m)C(ak)-2.948 E .448 +(es readline use a single line for display)-.1 F 2.948(,s)-.65 G .449 (crolling the input horizontally on a)-2.948 F 1.194(single screen line\ when it becomes longer than the screen width rather than wrapping to a\ - ne)144 720 R(w)-.25 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(41) -193.45 E 0 Cg EP + ne)144 720 R(w)-.25 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(41) +197.335 E 0 Cg EP %%Page: 42 42 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(line.)144 84 Q/F1 -10/Times-Bold@0 SF(input\255meta \(Off\))108 96 Q F0 1.062(If set to)144 -108 R F1(On)3.562 E F0 3.562(,r)C 1.061(eadline will enable eight-bit i\ -nput \(that is, it will not strip the eighth bit from the)-3.562 F .335 +10/Times-Bold@0 SF(input\255meta \(Off\))108 96 Q F0 1.061(If set to)144 +108 R F1(On)3.561 E F0 3.561(,r)C 1.062(eadline will enable eight-bit i\ +nput \(that is, it will not strip the eighth bit from the)-3.561 F .336 (characters it reads\), re)144 120 R -.05(ga)-.15 G .335 -(rdless of what the terminal claims it can support.).05 F .336(The name) -5.336 F F1(meta\255\215ag)2.836 E F0(is)2.836 E 2.865(as)144 132 S(ynon) --2.865 E .365(ym for this v)-.15 F 2.864(ariable. The)-.25 F(def)2.864 E +(rdless of what the terminal claims it can support.).05 F .335(The name) +5.335 F F1(meta\255\215ag)2.835 E F0(is)2.835 E 2.864(as)144 132 S(ynon) +-2.864 E .364(ym for this v)-.15 F 2.864(ariable. The)-.25 F(def)2.864 E .364(ault is)-.1 F/F2 10/Times-Italic@0 SF(Of)2.864 E(f)-.18 E F0 2.864 -(,b)C .364(ut readline will set it to)-3.064 F F2(On)2.864 E F0 .364 -(if the locale contains)2.864 F(eight-bit characters.)144 144 Q F1 +(,b)C .364(ut readline will set it to)-3.064 F F2(On)2.864 E F0 .365 +(if the locale contains)2.865 F(eight-bit characters.)144 144 Q F1 (isear)108 156 Q(ch\255terminators \(`)-.18 E(`C\255[C\255J')-.63 E('\)) -.63 E F0 .439(The string of characters that should terminate an increm\ ental search without subsequently e)144 168 R -.15(xe)-.15 G(cut-).15 E -.935(ing the character as a command.)144 180 R .935(If this v)5.935 F -.935(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.434(nav).15 G .934 -(alue, the characters)-3.684 F F2(ESC)3.434 E F0(and)144 192 Q F2 +.934(ing the character as a command.)144 180 R .935(If this v)5.935 F +.935(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.435(nav).15 G .935 +(alue, the characters)-3.685 F F2(ESC)3.435 E F0(and)144 192 Q F2 (C\255J)2.5 E F0(will terminate an incremental search.)2.5 E F1 -.1(ke) -108 204 S(ymap \(emacs\)).1 E F0 2.02(Set the current readline k)144 216 -R -.15(ey)-.1 G 4.521(map. The).15 F 2.021(set of v)4.521 F 2.021 -(alid k)-.25 F -.15(ey)-.1 G 2.021(map names is).15 F F2 2.021 -(emacs, emacs\255standar)4.521 F(d,)-.37 E .069 +108 204 S(ymap \(emacs\)).1 E F0 2.021(Set the current readline k)144 +216 R -.15(ey)-.1 G 4.521(map. The).15 F 2.021(set of v)4.521 F 2.021 +(alid k)-.25 F -.15(ey)-.1 G 2.021(map names is).15 F F2 2.02 +(emacs, emacs\255standar)4.52 F(d,)-.37 E .068 (emacs\255meta, emacs\255ctlx, vi, vi\255command)144 228 R F0 2.568(,a)C (nd)-2.568 E F2(vi\255insert)2.568 E F0(.).68 E F2(vi)5.068 E F0 .068 (is equi)2.568 F -.25(va)-.25 G .068(lent to).25 F F2(vi\255command) -2.568 E F0(;)A F2(emacs)2.568 E F0 1.543(is equi)144 240 R -.25(va)-.25 -G 1.543(lent to).25 F F2(emacs\255standar)4.044 E(d)-.37 E F0 6.544(.T)C +2.569 E F0(;)A F2(emacs)2.569 E F0 1.544(is equi)144 240 R -.25(va)-.25 +G 1.544(lent to).25 F F2(emacs\255standar)4.044 E(d)-.37 E F0 6.544(.T)C 1.544(he def)-6.544 F 1.544(ault v)-.1 F 1.544(alue is)-.25 F F2(emacs) 4.044 E F0 4.044(;t).27 G 1.544(he v)-4.044 F 1.544(alue of)-.25 F F1 -(editing\255mode)4.044 E F0(also)4.044 E(af)144 252 Q(fects the def)-.25 +(editing\255mode)4.043 E F0(also)4.043 E(af)144 252 Q(fects the def)-.25 E(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1 -.1(ke)108 264 S -(yseq\255timeout \(500\)).1 E F0 .368(Speci\214es the duration)144 276 R +(yseq\255timeout \(500\)).1 E F0 .367(Speci\214es the duration)144 276 R F2 -.37(re)2.867 G(adline).37 E F0 .367(will w)2.867 F .367 -(ait for a character when reading an ambiguous k)-.1 F .667 -.15(ey s) +(ait for a character when reading an ambiguous k)-.1 F .668 -.15(ey s) -.1 H(equence).15 E 1.356(\(one that can form a complete k)144 288 R 1.656 -.15(ey s)-.1 H 1.356(equence using the input read so f).15 F(ar) --.1 E 3.856(,o)-.4 G 3.856(rc)-3.856 G 1.356(an tak)-3.856 F 3.856(ea) --.1 G(dditional)-3.856 E .32(input to complete a longer k)144 300 R .62 +-.1 E 3.856(,o)-.4 G 3.856(rc)-3.856 G 1.355(an tak)-3.856 F 3.855(ea) +-.1 G(dditional)-3.855 E .32(input to complete a longer k)144 300 R .62 -.15(ey s)-.1 H 2.82(equence\). If).15 F .32(no input is recei)2.82 F -.15(ve)-.25 G 2.82(dw).15 G .32(ithin the timeout,)-2.82 F F2 -.37(re) -2.82 G(adline).37 E F0(will)2.82 E .906(use the shorter b)144 312 R .907 +2.82 G(adline).37 E F0(will)2.82 E .907(use the shorter b)144 312 R .907 (ut complete k)-.2 F 1.207 -.15(ey s)-.1 H 3.407(equence. The).15 F -.25 -(va)3.407 G .907(lue is speci\214ed in milliseconds, so a v).25 F .907 +(va)3.407 G .907(lue is speci\214ed in milliseconds, so a v).25 F .906 (alue of)-.25 F .05(1000 means that)144 324 R F2 -.37(re)2.55 G(adline) .37 E F0 .05(will w)2.55 F .05(ait one second for additional input.)-.1 F .05(If this v)5.05 F .05(ariable is set to a v)-.25 F(alue)-.25 E .051 (less than or equal to zero, or to a non-numeric v)144 336 R(alue,)-.25 E F2 -.37(re)2.551 G(adline).37 E F0 .051(will w)2.551 F .051 -(ait until another k)-.1 F .352 -.15(ey i)-.1 H 2.552(sp).15 G(ressed) --2.552 E(to decide which k)144 348 Q .3 -.15(ey s)-.1 H +(ait until another k)-.1 F .351 -.15(ey i)-.1 H 2.551(sp).15 G(ressed) +-2.551 E(to decide which k)144 348 Q .3 -.15(ey s)-.1 H (equence to complete.).15 E F1(mark\255dir)108 360 Q(ectories \(On\)) -.18 E F0(If set to)144 372 Q F1(On)2.5 E F0 2.5(,c)C (ompleted directory names ha)-2.5 E .3 -.15(ve a s)-.2 H(lash appended.) @@ -5238,48 +5242,48 @@ E F2 -.37(re)2.551 G(adline).37 E F0 .051(will w)2.551 F .051 (ompleted names which are symbolic links to directories ha)-2.675 F .475 -.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 432 Q(alue of)-.25 E F1(mark\255dir)2.5 E(ectories)-.18 E F0(\).)A F1 -(match\255hidden\255\214les \(On\))108 444 Q F0 .192(This v)144 456 R -.192(ariable, when set to)-.25 F F1(On)2.692 E F0 2.692(,c)C .192 -(auses readline to match \214les whose names be)-2.692 F .193 -(gin with a `.)-.15 F 2.693('\()-.7 G(hidden)-2.693 E .457 +(match\255hidden\255\214les \(On\))108 444 Q F0 .193(This v)144 456 R +.193(ariable, when set to)-.25 F F1(On)2.693 E F0 2.693(,c)C .192 +(auses readline to match \214les whose names be)-2.693 F .192 +(gin with a `.)-.15 F 2.692('\()-.7 G(hidden)-2.692 E .456 (\214les\) when performing \214lename completion.)144 468 R .456 (If set to)5.456 F F1(Off)2.956 E F0 2.956(,t)C .456(he leading `.) --2.956 F 2.956('m)-.7 G .456(ust be supplied by the)-2.956 F +-2.956 F 2.956('m)-.7 G .457(ust be supplied by the)-2.956 F (user in the \214lename to be completed.)144 480 Q F1 (menu\255complete\255display\255pr)108 492 Q(e\214x \(Off\))-.18 E F0 -1.585(If set to)144 504 R F1(On)4.085 E F0 4.085(,m)C 1.585(enu complet\ +1.586(If set to)144 504 R F1(On)4.086 E F0 4.086(,m)C 1.585(enu complet\ ion displays the common pre\214x of the list of possible completions) --4.085 F(\(which may be empty\) before c)144 516 Q +-4.086 F(\(which may be empty\) before c)144 516 Q (ycling through the list.)-.15 E F1(output\255meta \(Off\))108 528 Q F0 -.507(If set to)144 540 R F1(On)3.007 E F0 3.007(,r)C .507(eadline will \ +.506(If set to)144 540 R F1(On)3.006 E F0 3.006(,r)C .507(eadline will \ display characters with the eighth bit set directly rather than as a me\ -ta-)-3.007 F(pre\214x)144 552 Q .884(ed escape sequence.)-.15 F .884 +ta-)-3.006 F(pre\214x)144 552 Q .885(ed escape sequence.)-.15 F .884 (The def)5.884 F .884(ault is)-.1 F F2(Of)3.384 E(f)-.18 E F0 3.384(,b)C -.884(ut readline will set it to)-3.584 F F2(On)3.384 E F0 .885 +.884(ut readline will set it to)-3.584 F F2(On)3.384 E F0 .884 (if the locale contains)3.384 F(eight-bit characters.)144 564 Q F1 -(page\255completions \(On\))108 576 Q F0 .809(If set to)144 588 R F1(On) +(page\255completions \(On\))108 576 Q F0 .808(If set to)144 588 R F1(On) 3.308 E F0 3.308(,r)C .808(eadline uses an internal)-3.308 F F2(mor) 3.308 E(e)-.37 E F0(-lik)A 3.308(ep)-.1 G .808 (ager to display a screenful of possible comple-)-3.308 F (tions at a time.)144 600 Q F1 -(print\255completions\255horizontally \(Off\))108 612 Q F0 1.318 -(If set to)144 624 R F1(On)3.818 E F0 3.818(,r)C 1.319(eadline will dis\ -play completions with matches sorted horizontally in alphabetical)-3.818 +(print\255completions\255horizontally \(Off\))108 612 Q F0 1.319 +(If set to)144 624 R F1(On)3.819 E F0 3.819(,r)C 1.318(eadline will dis\ +play completions with matches sorted horizontally in alphabetical)-3.819 F(order)144 636 Q 2.5(,r)-.4 G(ather than do)-2.5 E(wn the screen.)-.25 E F1 -2.29 -.18(re v)108 648 T(ert\255all\255at\255newline \(Off\)).08 E -F0 .699(If set to)144 660 R F1(On)3.199 E F0 3.199(,r)C .699 +F0 .698(If set to)144 660 R F1(On)3.198 E F0 3.198(,r)C .699 (eadline will undo all changes to history lines before returning when) --3.199 F F1(accept\255line)3.198 E F0(is)3.198 E -.15(exe)144 672 S +-3.198 F F1(accept\255line)3.199 E F0(is)3.199 E -.15(exe)144 672 S 2.686(cuted. By).15 F(def)2.686 E .186 (ault, history lines may be modi\214ed and retain indi)-.1 F .186 (vidual undo lists across calls to)-.25 F F1 -.18(re)144 684 S(adline) .18 E F0(.)A F1(sho)108 696 Q(w\255all\255if\255ambiguous \(Off\))-.1 E -F0 .304(This alters the def)144 708 R .304(ault beha)-.1 F .304 +F0 .303(This alters the def)144 708 R .303(ault beha)-.1 F .304 (vior of the completion functions.)-.2 F .304(If set to)5.304 F F1(On) -2.804 E F0 2.803(,w)C .303(ords which ha)-2.903 F .603 -.15(ve m)-.2 H +2.804 E F0 2.804(,w)C .304(ords which ha)-2.904 F .604 -.15(ve m)-.2 H (ore).15 E 1.264(than one possible completion cause the matches to be l\ isted immediately instead of ringing the)144 720 R(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(42)193.45 E 0 Cg EP +(2017 June 23)148.175 E(42)197.335 E 0 Cg EP %%Page: 43 43 %%BeginPageSetup BP @@ -5287,74 +5291,74 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(bell.)144 84 Q/F1 10/Times-Bold@0 SF(sho)108 96 Q(w\255all\255if\255unmodi\214ed \(Off\)) --.1 E F0 5.346(This alters the def)144 108 R 5.346(ault beha)-.1 F 5.345 -(vior of the completion functions in a f)-.2 F 5.345(ashion similar to) --.1 F F1(sho)144 120 Q(w\255all\255if\255ambiguous)-.1 E F0 6.69(.I)C -4.19(fs)-6.69 G 1.691(et to)-4.19 F F1(On)4.191 E F0 4.191(,w)C 1.691 +-.1 E F0 5.345(This alters the def)144 108 R 5.345(ault beha)-.1 F 5.345 +(vior of the completion functions in a f)-.2 F 5.346(ashion similar to) +-.1 F F1(sho)144 120 Q(w\255all\255if\255ambiguous)-.1 E F0 6.691(.I)C +4.191(fs)-6.691 G 1.691(et to)-4.191 F F1(On)4.191 E F0 4.191(,w)C 1.691 (ords which ha)-4.291 F 1.991 -.15(ve m)-.2 H 1.691 -(ore than one possible completion).15 F 1.04(without an)144 132 R 3.54 +(ore than one possible completion).15 F 1.039(without an)144 132 R 3.539 (yp)-.15 G 1.039 -(ossible partial completion \(the possible completions don')-3.54 F -3.539(ts)-.18 G 1.039(hare a common pre\214x\))-3.539 F(cause the match\ -es to be listed immediately instead of ringing the bell.)144 144 Q F1 -(sho)108 156 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.018 -(If set to)144 168 R F1(On)3.518 E F0 3.518(,a)C 1.018 -(dd a character to the be)-3.518 F 1.018 +(ossible partial completion \(the possible completions don')-3.539 F +3.539(ts)-.18 G 1.04(hare a common pre\214x\))-3.539 F(cause the matche\ +s to be listed immediately instead of ringing the bell.)144 144 Q F1 +(sho)108 156 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.019 +(If set to)144 168 R F1(On)3.519 E F0 3.519(,a)C 1.018 +(dd a character to the be)-3.519 F 1.018 (ginning of the prompt indicating the editing mode: emacs)-.15 F (\(@\), vi command \(:\) or vi insertion \(+\).)144 180 Q F1 -(skip\255completed\255text \(Off\))108 192 Q F0 .095(If set to)144 204 R -F1(On)2.595 E F0 2.595(,t)C .095(his alters the def)-2.595 F .095 -(ault completion beha)-.1 F .094 +(skip\255completed\255text \(Off\))108 192 Q F0 .094(If set to)144 204 R +F1(On)2.594 E F0 2.594(,t)C .095(his alters the def)-2.594 F .095 +(ault completion beha)-.1 F .095 (vior when inserting a single match into the line.)-.2 F(It')144 216 Q -2.545(so)-.55 G .045(nly acti)-2.545 F .345 -.15(ve w)-.25 H .046 -(hen performing completion in the middle of a w).15 F 2.546(ord. If)-.1 -F .046(enabled, readline does not)2.546 F 1.394(insert characters from \ +2.546(so)-.55 G .046(nly acti)-2.546 F .346 -.15(ve w)-.25 H .046 +(hen performing completion in the middle of a w).15 F 2.545(ord. If)-.1 +F .045(enabled, readline does not)2.545 F 1.394(insert characters from \ the completion that match characters after point in the w)144 228 R -1.394(ord being com-)-.1 F(pleted, so portions of the w)144 240 Q +1.395(ord being com-)-.1 F(pleted, so portions of the w)144 240 Q (ord follo)-.1 E(wing the cursor are not duplicated.)-.25 E F1 (vi\255cmd\255mode\255string \(\(cmd\)\))108 252 Q F0 1.198(This string\ is displayed immediately before the last line of the primary prompt wh\ -en vi editing)144 264 R .522(mode is acti)144 276 R .822 -.15(ve a)-.25 +en vi editing)144 264 R .521(mode is acti)144 276 R .821 -.15(ve a)-.25 H .522(nd in command mode.).15 F .522(The v)5.522 F .522(alue is e)-.25 -F .522(xpanded lik)-.15 F 3.022(eak)-.1 G .821 -.15(ey b)-3.122 H .521 -(inding, so the standard).15 F .869(set of meta- and control pre\214x) -144 288 R .869(es and backslash escape sequences is a)-.15 F -.25(va)-.2 -G 3.37(ilable. Use).25 F .87(the \\1 and \\2)3.37 F .387(escapes to be) +F .522(xpanded lik)-.15 F 3.022(eak)-.1 G .822 -.15(ey b)-3.122 H .522 +(inding, so the standard).15 F .87(set of meta- and control pre\214x)144 +288 R .869(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G +3.369(ilable. Use).25 F .869(the \\1 and \\2)3.369 F .386(escapes to be) 144 300 R .386(gin and end sequences of non-printing characters, which \ can be used to embed a ter)-.15 F(-)-.2 E (minal control sequence into the mode string.)144 312 Q F1 (vi\255ins\255mode\255string \(\(ins\)\))108 324 Q F0 1.198(This string\ is displayed immediately before the last line of the primary prompt wh\ -en vi editing)144 336 R .783(mode is acti)144 348 R 1.083 -.15(ve a)-.25 +en vi editing)144 336 R .782(mode is acti)144 348 R 1.083 -.15(ve a)-.25 H .783(nd in insertion mode.).15 F .783(The v)5.783 F .783(alue is e) -.25 F .783(xpanded lik)-.15 F 3.283(eak)-.1 G 1.083 -.15(ey b)-3.383 H -.783(inding, so the standard).15 F .869 +.783(inding, so the standard).15 F .87 (set of meta- and control pre\214x)144 360 R .869 -(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G 3.37 -(ilable. Use).25 F .87(the \\1 and \\2)3.37 F .387(escapes to be)144 372 -R .386(gin and end sequences of non-printing characters, which can be u\ -sed to embed a ter)-.15 F(-)-.2 E +(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G 3.369 +(ilable. Use).25 F .869(the \\1 and \\2)3.369 F .386(escapes to be)144 +372 R .386(gin and end sequences of non-printing characters, which can \ +be used to embed a ter)-.15 F(-)-.2 E (minal control sequence into the mode string.)144 384 Q F1 -(visible\255stats \(Off\))108 396 Q F0 .846(If set to)144 408 R F1(On) +(visible\255stats \(Off\))108 396 Q F0 .847(If set to)144 408 R F1(On) 3.346 E F0 3.346(,ac)C .846(haracter denoting a \214le')-3.346 F 3.346 (st)-.55 G .846(ype as reported by)-3.346 F/F2 10/Times-Italic@0 SF (stat)3.346 E F0 .846(\(2\) is appended to the \214lename)B (when listing possible completions.)144 420 Q F1 (Readline Conditional Constructs)87 436.8 Q F0 .05 (Readline implements a f)108 448.8 R .05(acility similar in spirit to t\ -he conditional compilation features of the C preprocessor)-.1 F .096 -(which allo)108 460.8 R .096(ws k)-.25 F .396 -.15(ey b)-.1 H .096 +he conditional compilation features of the C preprocessor)-.1 F .097 +(which allo)108 460.8 R .097(ws k)-.25 F .396 -.15(ey b)-.1 H .096 (indings and v).15 F .096 -(ariable settings to be performed as the result of tests.)-.25 F .097 +(ariable settings to be performed as the result of tests.)-.25 F .096 (There are four parser)5.096 F(directi)108 472.8 Q -.15(ve)-.25 G 2.5 -(su).15 G(sed.)-2.5 E F1($if)108 489.6 Q F0(The)144 489.6 Q F1($if)2.963 -E F0 .463(construct allo)2.963 F .462(ws bindings to be made based on t\ -he editing mode, the terminal being used,)-.25 F .477 +(su).15 G(sed.)-2.5 E F1($if)108 489.6 Q F0(The)144 489.6 Q F1($if)2.962 +E F0 .462(construct allo)2.962 F .463(ws bindings to be made based on t\ +he editing mode, the terminal being used,)-.25 F .478 (or the application using readline.)144 501.6 R .477(The te)5.477 F .477 (xt of the test e)-.15 F .477 (xtends to the end of the line; no characters)-.15 F (are required to isolate it.)144 513.6 Q F1(mode)144 530.4 Q F0(The)180 -530.4 Q F1(mode=)3.712 E F0 1.212(form of the)3.712 F F1($if)3.711 E F0 +530.4 Q F1(mode=)3.711 E F0 1.211(form of the)3.711 F F1($if)3.711 E F0 (directi)3.711 E 1.511 -.15(ve i)-.25 H 3.711(su).15 G 1.211 (sed to test whether readline is in emacs or vi)-3.711 F 3.065 (mode. This)180 542.4 R .565(may be used in conjunction with the)3.065 F @@ -5362,13 +5366,13 @@ F1 .565(set k)3.065 F(eymap)-.1 E F0 .565(command, for instance, to) 3.065 F .735(set bindings in the)180 554.4 R F2(emacs\255standar)3.235 E (d)-.37 E F0(and)3.235 E F2(emacs\255ctlx)3.235 E F0 -.1(ke)3.235 G .735 (ymaps only if readline is starting)-.05 F(out in emacs mode.)180 566.4 -Q F1(term)144 583.2 Q F0(The)180 583.2 Q F1(term=)3.196 E F0 .696 -(form may be used to include terminal-speci\214c k)3.196 F .996 -.15 -(ey b)-.1 H .697(indings, perhaps to bind).15 F .654(the k)180 595.2 R +Q F1(term)144 583.2 Q F0(The)180 583.2 Q F1(term=)3.197 E F0 .696 +(form may be used to include terminal-speci\214c k)3.197 F .996 -.15 +(ey b)-.1 H .696(indings, perhaps to bind).15 F .654(the k)180 595.2 R .954 -.15(ey s)-.1 H .654(equences output by the terminal').15 F 3.154 (sf)-.55 G .654(unction k)-3.154 F -.15(ey)-.1 G 3.154(s. The).15 F -.1 -(wo)3.154 G .654(rd on the right side of).1 F(the)180 607.2 Q F1(=)3.231 -E F0 .731(is tested ag)3.231 F .732(ainst both the full name of the ter\ +(wo)3.154 G .654(rd on the right side of).1 F(the)180 607.2 Q F1(=)3.232 +E F0 .732(is tested ag)3.232 F .732(ainst both the full name of the ter\ minal and the portion of the terminal)-.05 F(name before the \214rst)180 619.2 Q F12.5 E F0 5(.T)C(his allo)-5 E(ws)-.25 E F2(sun)2.84 E F0 (to match both)2.74 E F2(sun)2.84 E F0(and)2.74 E F2(sun\255cmd)2.5 E F0 @@ -5377,14 +5381,14 @@ Q F1(application)3.003 E F0 .503 (construct is used to include application-speci\214c settings.)3.003 F .503(Each program)5.503 F .114(using the readline library sets the)180 660 R F2 .114(application name)2.614 F F0 2.614(,a)C .114 -(nd an initialization \214le can test for a)-2.614 F .501(particular v) -180 672 R 3.001(alue. This)-.25 F .501(could be used to bind k)3.001 F -.801 -.15(ey s)-.1 H .5(equences to functions useful for a spe-).15 F -.396(ci\214c program.)180 684 R -.15(Fo)5.396 G 2.896(ri).15 G .396 +(nd an initialization \214le can test for a)-2.614 F .5(particular v)180 +672 R 3(alue. This)-.25 F .501(could be used to bind k)3 F .801 -.15 +(ey s)-.1 H .501(equences to functions useful for a spe-).15 F .397 +(ci\214c program.)180 684 R -.15(Fo)5.397 G 2.896(ri).15 G .396 (nstance, the follo)-2.896 F .396(wing command adds a k)-.25 F .696 -.15 -(ey s)-.1 H .397(equence that quotes the).15 F(current or pre)180 696 Q +(ey s)-.1 H .396(equence that quotes the).15 F(current or pre)180 696 Q (vious w)-.25 E(ord in)-.1 E F1(bash)2.5 E F0(:)A F1($if)180 720 Q F0 -(Bash)2.5 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(43)193.45 E 0 +(Bash)2.5 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(43)197.335 E 0 Cg EP %%Page: 44 44 %%BeginPageSetup @@ -5399,66 +5403,66 @@ BP 2.5 E F1($else)108 141.6 Q F0(Commands in this branch of the)144 141.6 Q F1($if)2.5 E F0(directi)2.5 E .3 -.15(ve a)-.25 H(re e).15 E -.15(xe) -.15 G(cuted if the test f).15 E(ails.)-.1 E F1($include)108 158.4 Q F0 -.357(This directi)144 170.4 R .657 -.15(ve t)-.25 H(ak).15 E .357 -(es a single \214lename as an ar)-.1 F .356 +.356(This directi)144 170.4 R .656 -.15(ve t)-.25 H(ak).15 E .356 +(es a single \214lename as an ar)-.1 F .357 (gument and reads commands and bindings from that)-.18 F 2.5(\214le. F) 144 182.4 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3 -.15(ve w)-.25 H(ould read).05 E/F2 10/Times-Italic@0 SF(/etc/inputr)2.5 E(c)-.37 E F0(:)A F1($include)144 206.4 Q F2(/etc/inputr)5.833 E(c)-.37 -E F1(Sear)87 223.2 Q(ching)-.18 E F0 .834(Readline pro)108 235.2 R .834 +E F1(Sear)87 223.2 Q(ching)-.18 E F0 .835(Readline pro)108 235.2 R .835 (vides commands for searching through the command history \(see)-.15 F -/F3 9/Times-Bold@0 SF(HIST)3.335 E(OR)-.162 E(Y)-.315 E F0(belo)3.085 E -.835(w\) for lines)-.25 F(containing a speci\214ed string.)108 247.2 Q +/F3 9/Times-Bold@0 SF(HIST)3.334 E(OR)-.162 E(Y)-.315 E F0(belo)3.084 E +.834(w\) for lines)-.25 F(containing a speci\214ed string.)108 247.2 Q (There are tw)5 E 2.5(os)-.1 G(earch modes:)-2.5 E F2(incr)2.51 E (emental)-.37 E F0(and)3.01 E F2(non-incr)2.5 E(emental)-.37 E F0(.).51 -E .698(Incremental searches be)108 264 R .698 +E .697(Incremental searches be)108 264 R .697 (gin before the user has \214nished typing the search string.)-.15 F -.697(As each character of the)5.697 F .112 +.698(As each character of the)5.698 F .113 (search string is typed, readline displays the ne)108 276 R .112 (xt entry from the history matching the string typed so f)-.15 F(ar)-.1 -E 5.113(.A)-.55 G(n)-5.113 E .542 +E 5.112(.A)-.55 G(n)-5.112 E .542 (incremental search requires only as man)108 288 R 3.042(yc)-.15 G .542 -(haracters as needed to \214nd the desired history entry)-3.042 F 5.541 -(.T)-.65 G .541(he char)-5.541 F(-)-.2 E .224(acters present in the v) +(haracters as needed to \214nd the desired history entry)-3.042 F 5.542 +(.T)-.65 G .542(he char)-5.542 F(-)-.2 E .224(acters present in the v) 108 300 R .224(alue of the)-.25 F F1(isear)2.724 E(ch-terminators)-.18 E F0 -.25(va)2.724 G .224 (riable are used to terminate an incremental search.).25 F .66 (If that v)108 312 R .66(ariable has not been assigned a v)-.25 F .66 (alue the Escape and Control-J characters will terminate an incre-)-.25 -F .096(mental search.)108 324 R .096(Control-G will abort an incrementa\ -l search and restore the original line.)5.096 F .097(When the search is) -5.097 F(terminated, the history entry containing the search string beco\ -mes the current line.)108 336 Q 2.939 -.8(To \214)108 352.8 T 1.339(nd \ +F .097(mental search.)108 324 R .096(Control-G will abort an incrementa\ +l search and restore the original line.)5.097 F .096(When the search is) +5.096 F(terminated, the history entry containing the search string beco\ +mes the current line.)108 336 Q 2.938 -.8(To \214)108 352.8 T 1.339(nd \ other matching entries in the history list, type Control-S or Control-R\ - as appropriate.).8 F 1.338(This will)6.338 F .674(search backw)108 -364.8 R .674(ard or forw)-.1 F .674(ard in the history for the ne)-.1 F -.675(xt entry matching the search string typed so f)-.15 F(ar)-.1 E -5.675(.A)-.55 G -.15(ny)-5.675 G .175(other k)108 376.8 R .475 -.15 + as appropriate.).8 F 1.339(This will)6.339 F .675(search backw)108 +364.8 R .675(ard or forw)-.1 F .675(ard in the history for the ne)-.1 F +.674(xt entry matching the search string typed so f)-.15 F(ar)-.1 E +5.674(.A)-.55 G -.15(ny)-5.674 G .174(other k)108 376.8 R .474 -.15 (ey s)-.1 H .174 (equence bound to a readline command will terminate the search and e).15 -F -.15(xe)-.15 G .174(cute that command.).15 F -.15(Fo)5.174 G(r).15 E -.54(instance, a)108 388.8 R F2(ne)3.04 E(wline)-.15 E F0 .541 -(will terminate the search and accept the line, thereby e)3.04 F -.15 -(xe)-.15 G .541(cuting the command from the).15 F(history list.)108 -400.8 Q .653(Readline remembers the last incremental search string.)108 -417.6 R .653(If tw)5.653 F 3.153(oC)-.1 G .653 -(ontrol-Rs are typed without an)-3.153 F 3.152(yi)-.15 G(nterv)-3.152 E -(en-)-.15 E(ing characters de\214ning a ne)108 429.6 Q 2.5(ws)-.25 G +F -.15(xe)-.15 G .175(cute that command.).15 F -.15(Fo)5.175 G(r).15 E +.541(instance, a)108 388.8 R F2(ne)3.041 E(wline)-.15 E F0 .541 +(will terminate the search and accept the line, thereby e)3.041 F -.15 +(xe)-.15 G .54(cuting the command from the).15 F(history list.)108 400.8 +Q .653(Readline remembers the last incremental search string.)108 417.6 +R .653(If tw)5.653 F 3.153(oC)-.1 G .653(ontrol-Rs are typed without an) +-3.153 F 3.153(yi)-.15 G(nterv)-3.153 E(en-)-.15 E +(ing characters de\214ning a ne)108 429.6 Q 2.5(ws)-.25 G (earch string, an)-2.5 E 2.5(yr)-.15 G(emembered search string is used.) -2.5 E .567(Non-incremental searches read the entire search string befo\ re starting to search for matching history lines.)108 446.4 R(The searc\ h string may be typed by the user or be part of the contents of the cur\ -rent line.)108 458.4 Q F1(Readline Command Names)87 475.2 Q F0 1.392 +rent line.)108 458.4 Q F1(Readline Command Names)87 475.2 Q F0 1.391 (The follo)108 487.2 R 1.391 (wing is a list of the names of the commands and the def)-.25 F 1.391 (ault k)-.1 F 1.691 -.15(ey s)-.1 H 1.391(equences to which the).15 F -3.891(ya)-.15 G(re)-3.891 E 2.621(bound. Command)108 499.2 R .121 -(names without an accompan)2.621 F .121(ying k)-.15 F .421 -.15(ey s)-.1 -H .122(equence are unbound by def).15 F 2.622(ault. In)-.1 F .122 -(the follo)2.622 F(wing)-.25 E(descriptions,)108 511.2 Q F2(point)3.411 -E F0 .911(refers to the current cursor position, and)3.411 F F2(mark) -3.411 E F0 .91(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.41 -(db).15 G 3.41(yt)-3.41 G(he)-3.41 E F1(set\255mark)108 523.2 Q F0 2.5 +3.892(ya)-.15 G(re)-3.892 E 2.622(bound. Command)108 499.2 R .122 +(names without an accompan)2.622 F .122(ying k)-.15 F .421 -.15(ey s)-.1 +H .121(equence are unbound by def).15 F 2.621(ault. In)-.1 F .121 +(the follo)2.621 F(wing)-.25 E(descriptions,)108 511.2 Q F2(point)3.41 E +F0 .91(refers to the current cursor position, and)3.41 F F2(mark)3.411 E +F0 .911(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.411(db) +.15 G 3.411(yt)-3.411 G(he)-3.411 E F1(set\255mark)108 523.2 Q F0 2.5 (command. The)2.5 F(te)2.5 E (xt between the point and mark is referred to as the)-.15 E F2 -.37(re) 2.5 G(gion)-.03 E F0(.)A F1(Commands f)87 540 Q(or Mo)-.25 E(ving)-.1 E @@ -5470,15 +5474,15 @@ E F0 .911(refers to the current cursor position, and)3.411 F F2(mark) .15 E(ard a character)-.1 E(.)-.55 E F1(backward\255char \(C\255b\))108 624 Q F0(Mo)144 636 Q .3 -.15(ve b)-.15 H(ack a character).15 E(.)-.55 E F1 -.25(fo)108 648 S(rward\255w).25 E(ord \(M\255f\))-.1 E F0(Mo)144 660 -Q .822 -.15(ve f)-.15 H(orw).15 E .522(ard to the end of the ne)-.1 F -.523(xt w)-.15 F 3.023(ord. W)-.1 F .523 +Q .823 -.15(ve f)-.15 H(orw).15 E .523(ard to the end of the ne)-.1 F +.523(xt w)-.15 F 3.023(ord. W)-.1 F .522 (ords are composed of alphanumeric characters \(let-)-.8 F (ters and digits\).)144 672 Q F1(backward\255w)108 684 Q(ord \(M\255b\)) -.1 E F0(Mo)144 696 Q 1.71 -.15(ve b)-.15 H 1.41 (ack to the start of the current or pre).15 F 1.41(vious w)-.25 F 3.91 (ord. W)-.1 F 1.41(ords are composed of alphanumeric)-.8 F (characters \(letters and digits\).)144 708 Q(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(44)193.45 E 0 Cg EP +(2017 June 23)148.175 E(44)197.335 E 0 Cg EP %%Page: 45 45 %%BeginPageSetup BP @@ -5489,25 +5493,25 @@ SF(shell\255f)108 84 Q(orward\255w)-.25 E(ord)-.1 E F0(Mo)144 96 Q .784 -.15(ve f)-.15 H(orw).15 E .484(ard to the end of the ne)-.1 F .484 (xt w)-.15 F 2.984(ord. W)-.1 F .484 (ords are delimited by non-quoted shell metacharac-)-.8 F(ters.)144 108 -Q F1(shell\255backward\255w)108 120 Q(ord)-.1 E F0(Mo)144 132 Q .909 +Q F1(shell\255backward\255w)108 120 Q(ord)-.1 E F0(Mo)144 132 Q .908 -.15(ve b)-.15 H .609(ack to the start of the current or pre).15 F .609 -(vious w)-.25 F 3.109(ord. W)-.1 F .608 +(vious w)-.25 F 3.109(ord. W)-.1 F .609 (ords are delimited by non-quoted shell)-.8 F(metacharacters.)144 144 Q F1(pr)108 156 Q -.15(ev)-.18 G(ious\255scr).15 E(een\255line)-.18 E F0 -.89(Attempt to mo)144 168 R 1.19 -.15(ve p)-.15 H .89 +.891(Attempt to mo)144 168 R 1.191 -.15(ve p)-.15 H .891 (oint to the same ph).15 F .891(ysical screen column on the pre)-.05 F -.891(vious ph)-.25 F .891(ysical screen line.)-.05 F .87 -(This will not ha)144 180 R 1.17 -.15(ve t)-.2 H .87(he desired ef).15 F -.87(fect if the current Readline line does not tak)-.25 F 3.37(eu)-.1 G +.89(vious ph)-.25 F .89(ysical screen line.)-.05 F .87(This will not ha) +144 180 R 1.17 -.15(ve t)-.2 H .87(he desired ef).15 F .87 +(fect if the current Readline line does not tak)-.25 F 3.37(eu)-.1 G 3.37(pm)-3.37 G .87(ore than one)-3.37 F(ph)144 192 Q(ysical line or if\ point is not greater than the length of the prompt plus the screen wid\ -th.)-.05 E F1(next\255scr)108 204 Q(een\255line)-.18 E F0 .637 -(Attempt to mo)144 216 R .937 -.15(ve p)-.15 H .637(oint to the same ph) -.15 F .638(ysical screen column on the ne)-.05 F .638(xt ph)-.15 F .638 -(ysical screen line. This)-.05 F .009(will not ha)144 228 R .309 -.15 +th.)-.05 E F1(next\255scr)108 204 Q(een\255line)-.18 E F0 .638 +(Attempt to mo)144 216 R .938 -.15(ve p)-.15 H .638(oint to the same ph) +.15 F .637(ysical screen column on the ne)-.05 F .637(xt ph)-.15 F .637 +(ysical screen line. This)-.05 F .008(will not ha)144 228 R .309 -.15 (ve t)-.2 H .009(he desired ef).15 F .009 (fect if the current Readline line does not tak)-.25 F 2.509(eu)-.1 G -2.509(pm)-2.509 G .008(ore than one ph)-2.509 F(ysical)-.05 E .772(line\ +2.509(pm)-2.509 G .009(ore than one ph)-2.509 F(ysical)-.05 E .772(line\ or if the length of the current Readline line is not greater than the \ length of the prompt plus)144 240 R(the screen width.)144 252 Q F1 (clear\255scr)108 264 Q(een \(C\255l\))-.18 E F0 .993 @@ -5517,10 +5521,10 @@ length of the prompt plus)144 240 R(the screen width.)144 252 Q F1 (current line without clearing the screen.)144 288 Q F1 -.18(re)108 300 S(draw\255curr).18 E(ent\255line)-.18 E F0(Refresh the current line.)144 312 Q F1(Commands f)87 328.8 Q(or Manipulating the History)-.25 E -(accept\255line \(Newline, Retur)108 340.8 Q(n\))-.15 E F0 .158 -(Accept the line re)144 352.8 R -.05(ga)-.15 G .158 +(accept\255line \(Newline, Retur)108 340.8 Q(n\))-.15 E F0 .159 +(Accept the line re)144 352.8 R -.05(ga)-.15 G .159 (rdless of where the cursor is.).05 F .158(If this line is non-empty) -5.158 F 2.659(,a)-.65 G .159(dd it to the history list)-2.659 F .699 +5.158 F 2.658(,a)-.65 G .158(dd it to the history list)-2.658 F .699 (according to the state of the)144 364.8 R/F2 9/Times-Bold@0 SF (HISTCONTR)3.199 E(OL)-.27 E F0 -.25(va)2.949 G 3.199(riable. If).25 F .699(the line is a modi\214ed history line, then)3.199 F @@ -5536,36 +5540,36 @@ E(ving forw)-.15 E(ard in the list.)-.1 E F1 .3 -.15(ve t)-.15 H 2.5(ot).15 G(he end of the input history)-2.5 E 2.5 (,i)-.65 G(.e., the line currently being entered.)-2.5 E F1 -2.29 -.18 (re v)108 484.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 -1.47(Search backw)144 496.8 R 1.471 -(ard starting at the current line and mo)-.1 F 1.471 +1.471(Search backw)144 496.8 R 1.471 +(ard starting at the current line and mo)-.1 F 1.47 (ving `up' through the history as necessary)-.15 F(.)-.65 E (This is an incremental search.)144 508.8 Q F1 -.25(fo)108 520.8 S -(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.132 -(Search forw)144 532.8 R 1.132(ard starting at the current line and mo) --.1 F 1.131(ving `do)-.15 F 1.131(wn' through the history as necessary) +(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.131 +(Search forw)144 532.8 R 1.131(ard starting at the current line and mo) +-.1 F 1.132(ving `do)-.15 F 1.132(wn' through the history as necessary) -.25 F(.)-.65 E(This is an incremental search.)144 544.8 Q F1 (non\255incr)108 556.8 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H -(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F0 .164(Search backw) +(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F0 .165(Search backw) 144 568.8 R .164(ard through the history starting at the current line u\ sing a non-incremental search for)-.1 F 2.5(as)144 580.8 S (tring supplied by the user)-2.5 E(.)-.55 E F1(non\255incr)108 592.8 Q (emental\255f)-.18 E(orward\255sear)-.25 E(ch\255history \(M\255n\))-.18 -E F0 1.354(Search forw)144 604.8 R 1.354(ard through the history using \ +E F0 1.353(Search forw)144 604.8 R 1.354(ard through the history using \ a non-incremental search for a string supplied by the)-.1 F(user)144 616.8 Q(.)-.55 E F1(history\255sear)108 628.8 Q(ch\255f)-.18 E(orward) --.25 E F0 .248(Search forw)144 640.8 R .249(ard through the history for\ +-.25 E F0 .249(Search forw)144 640.8 R .249(ard through the history for\ the string of characters between the start of the current line)-.1 F (and the point.)144 652.8 Q(This is a non-incremental search.)5 E F1 -(history\255sear)108 664.8 Q(ch\255backward)-.18 E F0 .951(Search backw) +(history\255sear)108 664.8 Q(ch\255backward)-.18 E F0 .95(Search backw) 144 676.8 R .951(ard through the history for the string of characters b\ etween the start of the current)-.1 F(line and the point.)144 688.8 Q (This is a non-incremental search.)5 E F1(history\255substring\255sear) -108 700.8 Q(ch\255backward)-.18 E F0 .95(Search backw)144 712.8 R .951(\ -ard through the history for the string of characters between the start \ -of the current)-.1 F .007(line and the current cursor position \(the)144 -724.8 R/F3 10/Times-Italic@0 SF(point)2.507 E F0 2.507(\). The)B .007 -(search string may match an)2.507 F .006(ywhere in a history)-.15 F -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(45)193.45 E 0 Cg EP +108 700.8 Q(ch\255backward)-.18 E F0 .951(Search backw)144 712.8 R .951 +(ard through the history for the string of characters between the start\ + of the current)-.1 F .007(line and the current cursor position \(the) +144 724.8 R/F3 10/Times-Italic@0 SF(point)2.507 E F0 2.507(\). The)B +.007(search string may match an)2.507 F .007(ywhere in a history)-.15 F +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(45)197.335 E 0 Cg EP %%Page: 46 46 %%BeginPageSetup BP @@ -5574,76 +5578,76 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.5(line. This)144 84 R(is a non-incremental search.)2.5 E/F1 10/Times-Bold@0 SF (history\255substring\255sear)108 96 Q(ch\255f)-.18 E(orward)-.25 E F0 -.248(Search forw)144 108 R .249(ard through the history for the string \ -of characters between the start of the current line)-.1 F .319 -(and the point.)144 120 R .319(The search string may match an)5.319 F -.319(ywhere in a history line.)-.15 F .318(This is a non-incremental) -5.318 F(search.)144 132 Q F1(yank\255nth\255ar)108 144 Q 2.5(g\()-.1 G +.249(Search forw)144 108 R .249(ard through the history for the string \ +of characters between the start of the current line)-.1 F .318 +(and the point.)144 120 R .319(The search string may match an)5.318 F +.319(ywhere in a history line.)-.15 F .319(This is a non-incremental) +5.319 F(search.)144 132 Q F1(yank\255nth\255ar)108 144 Q 2.5(g\()-.1 G <4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 156 R .622 (gument to the pre)-.18 F .622(vious command \(usually the second w)-.25 -F .622(ord on the pre)-.1 F .622(vious line\))-.25 F .795(at point.)144 -168 R -.4(Wi)5.795 G .794(th an ar).4 F(gument)-.18 E/F2 10 +F .622(ord on the pre)-.1 F .622(vious line\))-.25 F .794(at point.)144 +168 R -.4(Wi)5.794 G .794(th an ar).4 F(gument)-.18 E/F2 10 /Times-Italic@0 SF(n)3.294 E F0 3.294(,i).24 G .794(nsert the)-3.294 F F2(n)3.294 E F0 .794(th w)B .794(ord from the pre)-.1 F .794 -(vious command \(the w)-.25 F .794(ords in the)-.1 F(pre)144 180 Q .291 -(vious command be)-.25 F .291(gin with w)-.15 F .291(ord 0\).)-.1 F +(vious command \(the w)-.25 F .795(ords in the)-.1 F(pre)144 180 Q .292 +(vious command be)-.25 F .292(gin with w)-.15 F .291(ord 0\).)-.1 F 2.791(An)5.291 G -2.25 -.15(eg a)-2.791 H(ti).15 E .591 -.15(ve a)-.25 H -.18(rg).15 G .291(ument inserts the).18 F F2(n)2.791 E F0 .291(th w)B -.292(ord from the end of)-.1 F .282(the pre)144 192 R .282 -(vious command.)-.25 F .282(Once the ar)5.282 F(gument)-.18 E F2(n)2.781 -E F0 .281(is computed, the ar)2.781 F .281(gument is e)-.18 F .281 +.291(ord from the end of)-.1 F .281(the pre)144 192 R .281 +(vious command.)-.25 F .281(Once the ar)5.281 F(gument)-.18 E F2(n)2.781 +E F0 .281(is computed, the ar)2.781 F .281(gument is e)-.18 F .282 (xtracted as if the "!)-.15 F F2(n)A F0(")A(history e)144 204 Q (xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 216 Q -2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F0 1.307 -(Insert the last ar)144 228 R 1.307(gument to the pre)-.18 F 1.307 -(vious command \(the last w)-.25 F 1.308(ord of the pre)-.1 F 1.308 -(vious history entry\).)-.25 F -.4(Wi)144 240 S .204(th a numeric ar).4 -F .204(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e) --.1 E F1(yank\255nth\255ar)2.704 E(g)-.1 E F0 5.203(.S)C(uccessi)-5.203 -E .503 -.15(ve c)-.25 H .203(alls to).15 F F1(yank\255last\255ar)2.703 E -(g)-.1 E F0(mo)144 252 Q .806 -.15(ve b)-.15 H .507 +2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F0 1.308 +(Insert the last ar)144 228 R 1.308(gument to the pre)-.18 F 1.307 +(vious command \(the last w)-.25 F 1.307(ord of the pre)-.1 F 1.307 +(vious history entry\).)-.25 F -.4(Wi)144 240 S .203(th a numeric ar).4 +F .203(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e) +-.1 E F1(yank\255nth\255ar)2.704 E(g)-.1 E F0 5.204(.S)C(uccessi)-5.204 +E .504 -.15(ve c)-.25 H .204(alls to).15 F F1(yank\255last\255ar)2.704 E +(g)-.1 E F0(mo)144 252 Q .807 -.15(ve b)-.15 H .507 (ack through the history list, inserting the last w).15 F .507 (ord \(or the w)-.1 F .507(ord speci\214ed by the ar)-.1 F(gument)-.18 E -1.397(to the \214rst call\) of each line in turn.)144 264 R(An)6.396 E -3.896(yn)-.15 G 1.396(umeric ar)-3.896 F 1.396 -(gument supplied to these successi)-.18 F 1.696 -.15(ve c)-.25 H(alls) -.15 E .491(determines the direction to mo)144 276 R .791 -.15(ve t)-.15 -H .491(hrough the history).15 F 5.492(.A)-.65 G(ne)-2.5 E -.05(ga)-.15 G -(ti).05 E .792 -.15(ve a)-.25 H -.18(rg).15 G .492 +1.396(to the \214rst call\) of each line in turn.)144 264 R(An)6.396 E +3.896(yn)-.15 G 1.396(umeric ar)-3.896 F 1.397 +(gument supplied to these successi)-.18 F 1.697 -.15(ve c)-.25 H(alls) +.15 E .492(determines the direction to mo)144 276 R .792 -.15(ve t)-.15 +H .492(hrough the history).15 F 5.491(.A)-.65 G(ne)-2.5 E -.05(ga)-.15 G +(ti).05 E .791 -.15(ve a)-.25 H -.18(rg).15 G .491 (ument switches the direction).18 F .494 (through the history \(back or forw)144 288 R 2.994(ard\). The)-.1 F .494(history e)2.994 F .494(xpansion f)-.15 F .494 (acilities are used to e)-.1 F .494(xtract the last)-.15 F -.1(wo)144 300 S(rd, as if the "!$" history e).1 E(xpansion had been speci\214ed.) --.15 E F1(shell\255expand\255line \(M\255C\255e\))108 312 Q F0 .622 +-.15 E F1(shell\255expand\255line \(M\255C\255e\))108 312 Q F0 .623 (Expand the line as the shell does.)144 324 R .622 -(This performs alias and history e)5.622 F .623 +(This performs alias and history e)5.622 F .622 (xpansion as well as all of the)-.15 F(shell w)144 336 Q(ord e)-.1 E 2.5 (xpansions. See)-.15 F/F3 9/Times-Bold@0 SF(HIST)2.5 E(OR)-.162 E 2.25 (YE)-.315 G(XP)-2.25 E(ANSION)-.666 E F0(belo)2.25 E 2.5(wf)-.25 G (or a description of history e)-2.5 E(xpansion.)-.15 E F1 -(history\255expand\255line \(M\255^\))108 348 Q F0 .939 +(history\255expand\255line \(M\255^\))108 348 Q F0 .938 (Perform history e)144 360 R .939(xpansion on the current line.)-.15 F (See)5.939 E F3(HIST)3.439 E(OR)-.162 E 3.189(YE)-.315 G(XP)-3.189 E -(ANSION)-.666 E F0(belo)3.189 E 3.438(wf)-.25 G .938(or a descrip-) --3.438 F(tion of history e)144 372 Q(xpansion.)-.15 E F1(magic\255space) -108 384 Q F0 1.626(Perform history e)144 396 R 1.626 -(xpansion on the current line and insert a space.)-.15 F(See)6.627 E F3 -(HIST)4.127 E(OR)-.162 E 3.877(YE)-.315 G(XP)-3.877 E(ANSION)-.666 E F0 +(ANSION)-.666 E F0(belo)3.189 E 3.439(wf)-.25 G .939(or a descrip-) +-3.439 F(tion of history e)144 372 Q(xpansion.)-.15 E F1(magic\255space) +108 384 Q F0 1.627(Perform history e)144 396 R 1.627 +(xpansion on the current line and insert a space.)-.15 F(See)6.626 E F3 +(HIST)4.126 E(OR)-.162 E 3.876(YE)-.315 G(XP)-3.876 E(ANSION)-.666 E F0 (belo)144 408 Q 2.5(wf)-.25 G(or a description of history e)-2.5 E -(xpansion.)-.15 E F1(alias\255expand\255line)108 420 Q F0 .395 -(Perform alias e)144 432 R .395(xpansion on the current line.)-.15 F -(See)5.395 E F3(ALIASES)2.895 E F0(abo)2.645 E .694 -.15(ve f)-.15 H -.394(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 444 Q F1 +(xpansion.)-.15 E F1(alias\255expand\255line)108 420 Q F0 .394 +(Perform alias e)144 432 R .394(xpansion on the current line.)-.15 F +(See)5.395 E F3(ALIASES)2.895 E F0(abo)2.645 E .695 -.15(ve f)-.15 H +.395(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 444 Q F1 (history\255and\255alias\255expand\255line)108 456 Q F0 (Perform history and alias e)144 468 Q(xpansion on the current line.) -.15 E F1(insert\255last\255ar)108 480 Q(gument \(M\255.)-.1 E 2.5(,M) .833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 492 S(ynon)-2.5 E(ym for) -.15 E F1(yank\255last\255ar)2.5 E(g)-.1 E F0(.)A F1 -(operate\255and\255get\255next \(C\255o\))108 504 Q F0 .947 +(operate\255and\255get\255next \(C\255o\))108 504 Q F0 .948 (Accept the current line for e)144 516 R -.15(xe)-.15 G .948 -(cution and fetch the ne).15 F .948(xt line relati)-.15 F 1.248 -.15 -(ve t)-.25 H 3.448(ot).15 G .948(he current line from the)-3.448 F +(cution and fetch the ne).15 F .948(xt line relati)-.15 F 1.247 -.15 +(ve t)-.25 H 3.447(ot).15 G .947(he current line from the)-3.447 F (history for editing.)144 528 Q(An)5 E 2.5(ya)-.15 G -.18(rg)-2.5 G (ument is ignored.).18 E F1 (edit\255and\255execute\255command \(C\255x C\255e\))108 540 Q F0(In)144 @@ -5655,92 +5659,92 @@ H .491(hrough the history).15 F 5.492(.A)-.65 G(ne)-2.5 E -.05(ga)-.15 G (and)2.25 E F2(emacs)2.5 E F0(as the editor)2.5 E 2.5(,i)-.4 G 2.5(nt) -2.5 G(hat order)-2.5 E(.)-.55 E F1(Commands f)87 580.8 Q(or Changing T) -.25 E(ext)-.92 E F2(end\255of\255\214le)108 592.8 Q F1 -(\(usually C\255d\))2.5 E F0 .798 +(\(usually C\255d\))2.5 E F0 .799 (The character indicating end-of-\214le as set, for e)144 604.8 R .799 -(xample, by)-.15 F/F5 10/Courier@0 SF(stty)3.299 E F0 5.799(.I)C 3.299 -(ft)-5.799 G .799(his character is read when)-3.299 F .592 +(xample, by)-.15 F/F5 10/Courier@0 SF(stty)3.299 E F0 5.799(.I)C 3.298 +(ft)-5.799 G .798(his character is read when)-3.298 F .592 (there are no characters on the line, and point is at the be)144 616.8 R -.592(ginning of the line, Readline interprets it)-.15 F +.593(ginning of the line, Readline interprets it)-.15 F (as the end of input and returns)144 628.8 Q F3(EOF)2.5 E F4(.)A F1 -(delete\255char \(C\255d\))108 640.8 Q F0 .441 +(delete\255char \(C\255d\))108 640.8 Q F0 .442 (Delete the character at point.)144 652.8 R .442 -(If this function is bound to the same character as the tty)5.441 F F1 -(EOF)2.942 E F0(char)2.942 E(-)-.2 E(acter)144 664.8 Q 2.5(,a)-.4 G(s) +(If this function is bound to the same character as the tty)5.442 F F1 +(EOF)2.941 E F0(char)2.941 E(-)-.2 E(acter)144 664.8 Q 2.5(,a)-.4 G(s) -2.5 E F1(C\255d)2.5 E F0(commonly is, see abo)2.5 E .3 -.15(ve f)-.15 H (or the ef).15 E(fects.)-.25 E F1(backward\255delete\255char \(Rubout\)) -108 676.8 Q F0 .553(Delete the character behind the cursor)144 688.8 R +108 676.8 Q F0 .552(Delete the character behind the cursor)144 688.8 R 5.553(.W)-.55 G .553(hen gi)-5.553 F -.15(ve)-.25 G 3.053(nan).15 G .553 -(umeric ar)-3.053 F .552(gument, sa)-.18 F .852 -.15(ve t)-.2 H .552 -(he deleted te).15 F .552(xt on)-.15 F(the kill ring.)144 700.8 Q -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(46)193.45 E 0 Cg EP +(umeric ar)-3.053 F .553(gument, sa)-.18 F .853 -.15(ve t)-.2 H .553 +(he deleted te).15 F .553(xt on)-.15 F(the kill ring.)144 700.8 Q +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(46)197.335 E 0 Cg EP %%Page: 47 47 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF -.25(fo)108 84 S(rward\255backward\255delete\255char).25 E F0 .473 -(Delete the character under the cursor)144 96 R 2.973(,u)-.4 G .474 -(nless the cursor is at the end of the line, in which case the)-2.973 F +SF -.25(fo)108 84 S(rward\255backward\255delete\255char).25 E F0 .474 +(Delete the character under the cursor)144 96 R 2.974(,u)-.4 G .474 +(nless the cursor is at the end of the line, in which case the)-2.974 F (character behind the cursor is deleted.)144 108 Q F1 -(quoted\255insert \(C\255q, C\255v\))108 120 Q F0 .779(Add the ne)144 +(quoted\255insert \(C\255q, C\255v\))108 120 Q F0 .778(Add the ne)144 132 R .779(xt character typed to the line v)-.15 F 3.279(erbatim. This) -.15 F .779(is ho)3.279 F 3.279(wt)-.25 G 3.279(oi)-3.279 G .779 -(nsert characters lik)-3.279 F(e)-.1 E F1(C\255q)3.278 E F0 3.278(,f)C -(or)-3.278 E -.15(ex)144 144 S(ample.).15 E F1(tab\255insert \(C\255v T) +(nsert characters lik)-3.279 F(e)-.1 E F1(C\255q)3.279 E F0 3.279(,f)C +(or)-3.279 E -.15(ex)144 144 S(ample.).15 E F1(tab\255insert \(C\255v T) 108 156 Q(AB\))-.9 E F0(Insert a tab character)144 168 Q(.)-.55 E F1 (self\255insert \(a, b, A, 1, !, ...\))108 180 Q F0 (Insert the character typed.)144 192 Q F1(transpose\255chars \(C\255t\)) -108 204 Q F0 .321(Drag the character before point forw)144 216 R .321 +108 204 Q F0 .322(Drag the character before point forw)144 216 R .321 (ard o)-.1 F -.15(ve)-.15 G 2.821(rt).15 G .321 -(he character at point, mo)-2.821 F .322(ving point forw)-.15 F .322 +(he character at point, mo)-2.821 F .321(ving point forw)-.15 F .321 (ard as well.)-.1 F 1.182 (If point is at the end of the line, then this transposes the tw)144 228 -R 3.682(oc)-.1 G 1.182(haracters before point.)-3.682 F(Ne)6.182 E -.05 +R 3.683(oc)-.1 G 1.183(haracters before point.)-3.683 F(Ne)6.183 E -.05 (ga)-.15 G(ti).05 E -.15(ve)-.25 G(ar)144 240 Q(guments ha)-.18 E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F1 -(transpose\255w)108 252 Q(ords \(M\255t\))-.1 E F0 .023(Drag the w)144 -264 R .023(ord before point past the w)-.1 F .023(ord after point, mo) --.1 F .023(ving point o)-.15 F -.15(ve)-.15 G 2.524(rt).15 G .024(hat w) --2.524 F .024(ord as well.)-.1 F .024(If point)5.024 F +(transpose\255w)108 252 Q(ords \(M\255t\))-.1 E F0 .024(Drag the w)144 +264 R .024(ord before point past the w)-.1 F .023(ord after point, mo) +-.1 F .023(ving point o)-.15 F -.15(ve)-.15 G 2.523(rt).15 G .023(hat w) +-2.523 F .023(ord as well.)-.1 F .023(If point)5.023 F (is at the end of the line, this transposes the last tw)144 276 Q 2.5 (ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 288 Q -(ord \(M\255u\))-.1 E F0 1.699(Uppercase the current \(or follo)144 300 +(ord \(M\255u\))-.1 E F0 1.698(Uppercase the current \(or follo)144 300 R 1.698(wing\) w)-.25 F 4.198(ord. W)-.1 F 1.698(ith a ne)-.4 F -.05(ga) --.15 G(ti).05 E 1.998 -.15(ve a)-.25 H -.18(rg).15 G 1.698 +-.15 G(ti).05 E 1.999 -.15(ve a)-.25 H -.18(rg).15 G 1.699 (ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 312 S(rd, b).1 E (ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(do)108 324 Q -(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 336 Q 1.647 -(wercase the current \(or follo)-.25 F 1.647(wing\) w)-.25 F 4.147 -(ord. W)-.1 F 1.648(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.948 -.15 -(ve a)-.25 H -.18(rg).15 G 1.648(ument, lo).18 F 1.648(wercase the pre) +(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 336 Q 1.648 +(wercase the current \(or follo)-.25 F 1.648(wing\) w)-.25 F 4.148 +(ord. W)-.1 F 1.647(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.947 -.15 +(ve a)-.25 H -.18(rg).15 G 1.647(ument, lo).18 F 1.647(wercase the pre) -.25 F(vious)-.25 E -.1(wo)144 348 S(rd, b).1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 360 Q -(ord \(M\255c\))-.1 E F0 1.975(Capitalize the current \(or follo)144 372 +(ord \(M\255c\))-.1 E F0 1.974(Capitalize the current \(or follo)144 372 R 1.974(wing\) w)-.25 F 4.474(ord. W)-.1 F 1.974(ith a ne)-.4 F -.05(ga) --.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.974 +-.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.975 (ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 384 S(rd, b).1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1 -.1(ove)108 396 -S(rwrite\255mode).1 E F0 -.8(To)144 408 S .437(ggle o).8 F -.15(ve)-.15 -G .437(rwrite mode.).15 F -.4(Wi)5.437 G .437(th an e).4 F .437 -(xplicit positi)-.15 F .738 -.15(ve n)-.25 H .438(umeric ar).15 F .438 -(gument, switches to o)-.18 F -.15(ve)-.15 G .438(rwrite mode.).15 F -.4 -(Wi)144 420 S .781(th an e).4 F .781(xplicit non-positi)-.15 F 1.081 --.15(ve n)-.25 H .781(umeric ar).15 F .781 -(gument, switches to insert mode.)-.18 F .78(This command af)5.781 F -(fects)-.25 E(only)144 432 Q F1(emacs)4.394 E F0(mode;)4.394 E F1(vi) -4.394 E F0 1.894(mode does o)4.394 F -.15(ve)-.15 G 1.894(rwrite dif).15 -F(ferently)-.25 E 6.894(.E)-.65 G 1.894(ach call to)-6.894 F/F2 10 -/Times-Italic@0 SF -.37(re)4.395 G(adline\(\)).37 E F0 1.895 -(starts in insert)4.395 F 3.969(mode. In)144 444 R -.15(ove)3.969 G -1.469(rwrite mode, characters bound to).15 F F1(self\255insert)3.969 E -F0 1.468(replace the te)3.969 F 1.468(xt at point rather than)-.15 F -.957(pushing the te)144 456 R .957(xt to the right.)-.15 F .958 -(Characters bound to)5.957 F F1(backward\255delete\255char)3.458 E F0 -.958(replace the character)3.458 F(before point with a space.)144 468 Q -(By def)5 E(ault, this command is unbound.)-.1 E F1(Killing and Y)87 -484.8 Q(anking)-.85 E(kill\255line \(C\255k\))108 496.8 Q F0 -(Kill the te)144 508.8 Q(xt from point to the end of the line.)-.15 E F1 +S(rwrite\255mode).1 E F0 -.8(To)144 408 S .438(ggle o).8 F -.15(ve)-.15 +G .438(rwrite mode.).15 F -.4(Wi)5.438 G .438(th an e).4 F .438 +(xplicit positi)-.15 F .737 -.15(ve n)-.25 H .437(umeric ar).15 F .437 +(gument, switches to o)-.18 F -.15(ve)-.15 G .437(rwrite mode.).15 F -.4 +(Wi)144 420 S .78(th an e).4 F .781(xplicit non-positi)-.15 F 1.081 -.15 +(ve n)-.25 H .781(umeric ar).15 F .781(gument, switches to insert mode.) +-.18 F .781(This command af)5.781 F(fects)-.25 E(only)144 432 Q F1 +(emacs)4.395 E F0(mode;)4.395 E F1(vi)4.395 E F0 1.894(mode does o)4.395 +F -.15(ve)-.15 G 1.894(rwrite dif).15 F(ferently)-.25 E 6.894(.E)-.65 G +1.894(ach call to)-6.894 F/F2 10/Times-Italic@0 SF -.37(re)4.394 G +(adline\(\)).37 E F0 1.894(starts in insert)4.394 F 3.968(mode. In)144 +444 R -.15(ove)3.968 G 1.468(rwrite mode, characters bound to).15 F F1 +(self\255insert)3.969 E F0 1.469(replace the te)3.969 F 1.469 +(xt at point rather than)-.15 F .958(pushing the te)144 456 R .958 +(xt to the right.)-.15 F .957(Characters bound to)5.958 F F1 +(backward\255delete\255char)3.457 E F0 .957(replace the character)3.457 +F(before point with a space.)144 468 Q(By def)5 E +(ault, this command is unbound.)-.1 E F1(Killing and Y)87 484.8 Q +(anking)-.85 E(kill\255line \(C\255k\))108 496.8 Q F0(Kill the te)144 +508.8 Q(xt from point to the end of the line.)-.15 E F1 (backward\255kill\255line \(C\255x Rubout\))108 520.8 Q F0(Kill backw) 144 532.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F1 (unix\255line\255discard \(C\255u\))108 544.8 Q F0(Kill backw)144 556.8 @@ -5748,39 +5752,39 @@ Q(ard from point to the be)-.1 E(ginning of the line.)-.15 E (The killed te)5 E(xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt) -2.5 G(he kill-ring.)-2.5 E F1(kill\255whole\255line)108 568.8 Q F0 (Kill all characters on the current line, no matter where point is.)144 -580.8 Q F1(kill\255w)108 592.8 Q(ord \(M\255d\))-.1 E F0 .729 -(Kill from point to the end of the current w)144 604.8 R .728 -(ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F .728 +580.8 Q F1(kill\255w)108 592.8 Q(ord \(M\255d\))-.1 E F0 .728 +(Kill from point to the end of the current w)144 604.8 R .729 +(ord, or if between w)-.1 F .729(ords, to the end of the ne)-.1 F .729 (xt w)-.15 F(ord.)-.1 E -.8(Wo)144 616.8 S (rd boundaries are the same as those used by).8 E F1 -.25(fo)2.5 G (rward\255w).25 E(ord)-.1 E F0(.)A F1(backward\255kill\255w)108 628.8 Q (ord \(M\255Rubout\))-.1 E F0(Kill the w)144 640.8 Q(ord behind point.) -.1 E -.8(Wo)5 G(rd boundaries are the same as those used by).8 E F1 (backward\255w)2.5 E(ord)-.1 E F0(.)A F1(shell\255kill\255w)108 652.8 Q -(ord)-.1 E F0 .728(Kill from point to the end of the current w)144 664.8 -R .729(ord, or if between w)-.1 F .729(ords, to the end of the ne)-.1 F -.729(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 676.8 S +(ord)-.1 E F0 .729(Kill from point to the end of the current w)144 664.8 +R .728(ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F +.728(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 676.8 S (rd boundaries are the same as those used by).8 E F1(shell\255f)2.5 E (orward\255w)-.25 E(ord)-.1 E F0(.)A F1(shell\255backward\255kill\255w) 108 688.8 Q(ord)-.1 E F0 3.025(Kill the w)144 700.8 R 3.025 (ord behind point.)-.1 F -.8(Wo)8.025 G 3.025 (rd boundaries are the same as those used by).8 F F1(shell\255back-) 5.525 E(ward\255w)144 712.8 Q(ord)-.1 E F0(.)A(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(47)193.45 E 0 Cg EP +(2017 June 23)148.175 E(47)197.335 E 0 Cg EP %%Page: 48 48 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(unix\255w)108 84 Q(ord\255rubout \(C\255w\))-.1 E F0 .364(Kill the w) -144 96 R .364(ord behind point, using white space as a w)-.1 F .365 -(ord boundary)-.1 F 5.365(.T)-.65 G .365(he killed te)-5.365 F .365 -(xt is sa)-.15 F -.15(ve)-.2 G 2.865(do).15 G 2.865(nt)-2.865 G(he) --2.865 E(kill-ring.)144 108 Q F1(unix\255\214lename\255rubout)108 120 Q -F0 .167(Kill the w)144 132 R .166 +SF(unix\255w)108 84 Q(ord\255rubout \(C\255w\))-.1 E F0 .365(Kill the w) +144 96 R .365(ord behind point, using white space as a w)-.1 F .364 +(ord boundary)-.1 F 5.364(.T)-.65 G .364(he killed te)-5.364 F .364 +(xt is sa)-.15 F -.15(ve)-.2 G 2.864(do).15 G 2.864(nt)-2.864 G(he) +-2.864 E(kill-ring.)144 108 Q F1(unix\255\214lename\255rubout)108 120 Q +F0 .166(Kill the w)144 132 R .166 (ord behind point, using white space and the slash character as the w) --.1 F .166(ord boundaries.)-.1 F(The)5.166 E(killed te)144 144 Q +-.1 F .167(ord boundaries.)-.1 F(The)5.167 E(killed te)144 144 Q (xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt)-2.5 G(he kill-ring.) -2.5 E F1(delete\255horizontal\255space \(M\255\\\))108 156 Q F0 (Delete all spaces and tabs around point.)144 168 Q F1(kill\255r)108 180 @@ -5788,15 +5792,15 @@ Q(egion)-.18 E F0(Kill the te)144 192 Q(xt in the current re)-.15 E (gion.)-.15 E F1(copy\255r)108 204 Q(egion\255as\255kill)-.18 E F0(Cop) 144 216 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E (gion to the kill b)-.15 E(uf)-.2 E(fer)-.25 E(.)-.55 E F1 -(copy\255backward\255w)108 228 Q(ord)-.1 E F0(Cop)144 240 Q 4.8(yt)-.1 G -2.3(he w)-4.8 F 2.3(ord before point to the kill b)-.1 F(uf)-.2 E(fer) --.25 E 7.301(.T)-.55 G 2.301(he w)-7.301 F 2.301 -(ord boundaries are the same as)-.1 F F1(back-)4.801 E(ward\255w)144 252 -Q(ord)-.1 E F0(.)A F1(copy\255f)108 264 Q(orward\255w)-.25 E(ord)-.1 E -F0(Cop)144 276 Q 4.508(yt)-.1 G 2.008(he w)-4.508 F 2.008(ord follo)-.1 -F 2.008(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.007(.T) --.55 G 2.007(he w)-7.007 F 2.007(ord boundaries are the same as)-.1 F F1 --.25(fo)4.507 G -.37(r-).25 G(ward\255w)144 288 Q(ord)-.1 E F0(.)A F1 +(copy\255backward\255w)108 228 Q(ord)-.1 E F0(Cop)144 240 Q 4.801(yt)-.1 +G 2.301(he w)-4.801 F 2.301(ord before point to the kill b)-.1 F(uf)-.2 +E(fer)-.25 E 7.301(.T)-.55 G 2.301(he w)-7.301 F 2.3 +(ord boundaries are the same as)-.1 F F1(back-)4.8 E(ward\255w)144 252 Q +(ord)-.1 E F0(.)A F1(copy\255f)108 264 Q(orward\255w)-.25 E(ord)-.1 E F0 +(Cop)144 276 Q 4.507(yt)-.1 G 2.007(he w)-4.507 F 2.007(ord follo)-.1 F +2.007(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.008(.T)-.55 +G 2.008(he w)-7.008 F 2.008(ord boundaries are the same as)-.1 F F1 -.25 +(fo)4.508 G -.37(r-).25 G(ward\255w)144 288 Q(ord)-.1 E F0(.)A F1 (yank \(C\255y\))108 300 Q F0 -1(Ya)144 312 S (nk the top of the kill ring into the b)1 E(uf)-.2 E(fer at point.)-.25 E F1(yank\255pop \(M\255y\))108 324 Q F0 @@ -5807,36 +5811,36 @@ F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 352.8 Q (gument \(M\2550, M\2551, ..., M\255\255\))-.1 E F0 .367 (Add this digit to the ar)144 376.8 R .367 (gument already accumulating, or start a ne)-.18 F 2.867(wa)-.25 G -.18 -(rg)-2.867 G 2.867(ument. M\255\255).18 F .367(starts a ne)2.867 F -.05 +(rg)-2.867 G 2.867(ument. M\255\255).18 F .366(starts a ne)2.867 F -.05 (ga)-.15 G(-).05 E(ti)144 388.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G (ument.).18 E F1(uni)108 400.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 -E F0 .779(This is another w)144 412.8 R .779(ay to specify an ar)-.1 F -3.279(gument. If)-.18 F .779(this command is follo)3.279 F .778 +E F0 .778(This is another w)144 412.8 R .779(ay to specify an ar)-.1 F +3.279(gument. If)-.18 F .779(this command is follo)3.279 F .779 (wed by one or more digits,)-.25 F 1.376 (optionally with a leading minus sign, those digits de\214ne the ar)144 424.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144 436.8 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F1(uni) 3.67 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0(ag)3.67 E 1.17 (ain ends the numeric ar)-.05 F 1.17(gument, b)-.18 F 1.17(ut is other) --.2 F(-)-.2 E .898(wise ignored.)144 448.8 R .898 -(As a special case, if this command is immediately follo)5.898 F .898 +-.2 F(-)-.2 E .899(wise ignored.)144 448.8 R .898 +(As a special case, if this command is immediately follo)5.899 F .898 (wed by a character that is)-.25 F 1.23 (neither a digit nor minus sign, the ar)144 460.8 R 1.23 (gument count for the ne)-.18 F 1.23(xt command is multiplied by four) --.15 F(.)-.55 E .822(The ar)144 472.8 R .822 +-.15 F(.)-.55 E .823(The ar)144 472.8 R .823 (gument count is initially one, so e)-.18 F -.15(xe)-.15 G .823 -(cuting this function the \214rst time mak).15 F .823(es the ar)-.1 F +(cuting this function the \214rst time mak).15 F .822(es the ar)-.1 F (gument)-.18 E(count four)144 484.8 Q 2.5(,as)-.4 G(econd time mak)-2.5 E(es the ar)-.1 E(gument count sixteen, and so on.)-.18 E F1(Completing) 87 501.6 Q(complete \(T)108 513.6 Q(AB\))-.9 E F0 1.137 (Attempt to perform completion on the te)144 525.6 R 1.137 (xt before point.)-.15 F F1(Bash)6.137 E F0 1.137 -(attempts completion treating the)3.637 F(te)144 537.6 Q .532(xt as a v) --.15 F .532(ariable \(if the te)-.25 F .532(xt be)-.15 F .533(gins with) --.15 F F1($)3.033 E F0 .533(\), username \(if the te)B .533(xt be)-.15 F -.533(gins with)-.15 F F1(~)3.033 E F0 .533(\), hostname \(if the)B(te) -144 549.6 Q .702(xt be)-.15 F .702(gins with)-.15 F F1(@)3.202 E F0 .701 -(\), or command \(including aliases and functions\) in turn.)B .701 +(attempts completion treating the)3.637 F(te)144 537.6 Q .533(xt as a v) +-.15 F .533(ariable \(if the te)-.25 F .533(xt be)-.15 F .533(gins with) +-.15 F F1($)3.033 E F0 .533(\), username \(if the te)B .532(xt be)-.15 F +.532(gins with)-.15 F F1(~)3.032 E F0 .532(\), hostname \(if the)B(te) +144 549.6 Q .701(xt be)-.15 F .701(gins with)-.15 F F1(@)3.201 E F0 .701 +(\), or command \(including aliases and functions\) in turn.)B .702 (If none of these pro-)5.701 F (duces a match, \214lename completion is attempted.)144 561.6 Q F1 (possible\255completions \(M\255?\))108 573.6 Q F0 @@ -5844,25 +5848,25 @@ E(es the ar)-.1 E(gument count sixteen, and so on.)-.18 E F1(Completing) -.15 E F1(insert\255completions \(M\255*\))108 597.6 Q F0 .783 (Insert all completions of the te)144 609.6 R .783 (xt before point that w)-.15 F .783(ould ha)-.1 F 1.083 -.15(ve b)-.2 H -.783(een generated by).15 F F1(possible\255com-)3.283 E(pletions)144 -621.6 Q F0(.)A F1(menu\255complete)108 633.6 Q F0 .929(Similar to)144 -645.6 R F1(complete)3.429 E F0 3.429(,b)C .929(ut replaces the w)-3.629 +.783(een generated by).15 F F1(possible\255com-)3.282 E(pletions)144 +621.6 Q F0(.)A F1(menu\255complete)108 633.6 Q F0 .928(Similar to)144 +645.6 R F1(complete)3.428 E F0 3.428(,b)C .929(ut replaces the w)-3.628 F .929(ord to be completed with a single match from the list of)-.1 F -1.193(possible completions.)144 657.6 R 1.193(Repeated e)6.193 F -.15 -(xe)-.15 G 1.193(cution of).15 F F1(menu\255complete)3.694 E F0 1.194 -(steps through the list of possible)3.694 F .829 +1.194(possible completions.)144 657.6 R 1.194(Repeated e)6.194 F -.15 +(xe)-.15 G 1.194(cution of).15 F F1(menu\255complete)3.694 E F0 1.193 +(steps through the list of possible)3.694 F .828 (completions, inserting each match in turn.)144 669.6 R .828 (At the end of the list of completions, the bell is rung)5.828 F .727 (\(subject to the setting of)144 681.6 R F1(bell\255style)3.227 E F0 3.227(\)a)C .727(nd the original te)-3.227 F .727(xt is restored.)-.15 F .727(An ar)5.727 F .727(gument of)-.18 F/F2 10/Times-Italic@0 SF(n)3.227 -E F0(mo)3.227 E -.15(ve)-.15 G(s).15 E F2(n)3.228 E F0 1.73 +E F0(mo)3.227 E -.15(ve)-.15 G(s).15 E F2(n)3.227 E F0 1.73 (positions forw)144 693.6 R 1.73(ard in the list of matches; a ne)-.1 F -.05(ga)-.15 G(ti).05 E 2.03 -.15(ve a)-.25 H -.18(rg).15 G 1.73 (ument may be used to mo).18 F 2.03 -.15(ve b)-.15 H(ackw).15 E(ard)-.1 E(through the list.)144 705.6 Q(This command is intended to be bound to) 5 E F1 -.9(TA)2.5 G(B).9 E F0 2.5(,b)C(ut is unbound by def)-2.7 E -(ault.)-.1 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(48)193.45 E 0 +(ault.)-.1 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(48)197.335 E 0 Cg EP %%Page: 49 49 %%BeginPageSetup @@ -5879,7 +5883,7 @@ SF(menu\255complete\255backward)108 84 Q F0 .82(Identical to)144 96 R F1 2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E F1 (delete\255char\255or\255list)108 120 Q F0 .234 (Deletes the character under the cursor if not at the be)144 132 R .234 -(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char)2.734 +(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char)2.735 E F0(\).)A .425(If at the end of the line, beha)144 144 R -.15(ve)-.2 G 2.925(si).15 G .425(dentically to)-2.925 F F1(possible\255completions) 2.925 E F0 5.425(.T)C .425(his command is unbound)-5.425 F(by def)144 @@ -5905,10 +5909,10 @@ E F1(possible\255\214lename\255completions \(C\255x /\))108 192 Q F0 (possible\255hostname\255completions \(C\255x @\))108 336 Q F0 (List the possible completions of the te)144 348 Q (xt before point, treating it as a hostname.)-.15 E F1 -(complete\255command \(M\255!\))108 360 Q F0 .581 +(complete\255command \(M\255!\))108 360 Q F0 .58 (Attempt completion on the te)144 372 R .581 -(xt before point, treating it as a command name.)-.15 F .58 -(Command comple-)5.58 F .715(tion attempts to match the te)144 384 R +(xt before point, treating it as a command name.)-.15 F .581 +(Command comple-)5.581 F .715(tion attempts to match the te)144 384 R .715(xt ag)-.15 F .715(ainst aliases, reserv)-.05 F .715(ed w)-.15 F .715(ords, shell functions, shell b)-.1 F .715(uiltins, and)-.2 F (\214nally e)144 396 Q -.15(xe)-.15 G @@ -5916,14 +5920,14 @@ E F1(possible\255\214lename\255completions \(C\255x /\))108 192 Q F0 (possible\255command\255completions \(C\255x !\))108 408 Q F0 (List the possible completions of the te)144 420 Q (xt before point, treating it as a command name.)-.15 E F1 -(dynamic\255complete\255history \(M\255T)108 432 Q(AB\))-.9 E F0 .425 +(dynamic\255complete\255history \(M\255T)108 432 Q(AB\))-.9 E F0 .424 (Attempt completion on the te)144 444 R .425 -(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .424 +(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .425 (ainst lines from the history list)-.05 F (for possible completion matches.)144 456 Q F1(dab)108 468 Q(br)-.1 E --.15(ev)-.18 G(\255expand).15 E F0 .61 +-.15(ev)-.18 G(\255expand).15 E F0 .611 (Attempt menu completion on the te)144 480 R .611 -(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611 +(xt before point, comparing the te)-.15 F .61(xt ag)-.15 F .61 (ainst lines from the his-)-.05 F (tory list for possible completion matches.)144 492 Q F1 (complete\255into\255braces \(M\255{\))108 504 Q F0 .4(Perform \214lena\ @@ -5939,33 +5943,34 @@ E(start\255kbd\255macr)108 556.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\)) (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G (board macro and store the de\214nition.).15 E F1 (call\255last\255kbd\255macr)108 604.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5 -E F0(Re-e)144 616.8 Q -.15(xe)-.15 G .999(cute the last k).15 F -.15(ey) --.1 G .999(board macro de\214ned, by making the characters in the macro\ - appear as if).15 F(typed at the k)144 628.8 Q -.15(ey)-.1 G(board.).15 -E F1(print\255last\255kbd\255macr)108 640.8 Q 2.5(o\()-.18 G(\))-2.5 E -F0(Print the last k)144 652.8 Q -.15(ey)-.1 G +E F0(Re-e)144 616.8 Q -.15(xe)-.15 G 1(cute the last k).15 F -.15(ey)-.1 +G .999(board macro de\214ned, by making the characters in the macro app\ +ear as if).15 F(typed at the k)144 628.8 Q -.15(ey)-.1 G(board.).15 E F1 +(print\255last\255kbd\255macr)108 640.8 Q 2.5(o\()-.18 G(\))-2.5 E F0 +(Print the last k)144 652.8 Q -.15(ey)-.1 G (board macro de\214ned in a format suitable for the).15 E/F2 10 /Times-Italic@0 SF(inputr)2.5 E(c)-.37 E F0(\214le.)2.5 E F1 (Miscellaneous)87 669.6 Q -.18(re)108 681.6 S.18 E -(ead\255init\255\214le \(C\255x C\255r\))-.18 E F0 1.777 -(Read in the contents of the)144 693.6 R F2(inputr)4.277 E(c)-.37 E F0 -1.776(\214le, and incorporate an)4.276 F 4.276(yb)-.15 G 1.776 -(indings or v)-4.276 F 1.776(ariable assignments)-.25 F(found there.)144 -705.6 Q(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(49)193.45 E 0 Cg EP +(ead\255init\255\214le \(C\255x C\255r\))-.18 E F0 1.776 +(Read in the contents of the)144 693.6 R F2(inputr)4.276 E(c)-.37 E F0 +1.777(\214le, and incorporate an)4.276 F 4.277(yb)-.15 G 1.777 +(indings or v)-4.277 F 1.777(ariable assignments)-.25 F(found there.)144 +705.6 Q(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(49)197.335 E 0 Cg +EP %%Page: 50 50 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(abort \(C\255g\))108 84 Q F0 3.248 -(Abort the current editing command and ring the terminal')144 96 R 5.749 -(sb)-.55 G 3.249(ell \(subject to the setting of)-5.749 F F1 +SF(abort \(C\255g\))108 84 Q F0 3.249 +(Abort the current editing command and ring the terminal')144 96 R 5.748 +(sb)-.55 G 3.248(ell \(subject to the setting of)-5.748 F F1 (bell\255style)144 108 Q F0(\).)A F1(do\255lo)108 120 Q(wer)-.1 E (case\255v)-.18 E(ersion \(M\255A, M\255B, M\255)-.1 E/F2 10 -/Times-Italic@0 SF(x)A F1 2.5(,.)C(..\))-2.5 E F0 1.739 -(If the meta\214ed character)144 132 R F2(x)4.239 E F0 1.739 -(is uppercase, run the command that is bound to the corresponding)4.239 +/Times-Italic@0 SF(x)A F1 2.5(,.)C(..\))-2.5 E F0 1.738 +(If the meta\214ed character)144 132 R F2(x)4.238 E F0 1.739 +(is uppercase, run the command that is bound to the corresponding)4.238 F(meta\214ed lo)144 144 Q(wercase character)-.25 E 5(.T)-.55 G(he beha) -5 E(vior is unde\214ned if)-.2 E F2(x)2.5 E F0(is already lo)2.5 E (wercase.)-.25 E F1(pr)108 156 Q(e\214x\255meta \(ESC\))-.18 E F0 @@ -5984,60 +5989,61 @@ F0 1.095(command enough times to)3.595 F (Set the mark to the point.)144 276 Q(If a numeric ar)5 E (gument is supplied, the mark is set to that position.)-.18 E F1 (exchange\255point\255and\255mark \(C\255x C\255x\))108 288 Q F0(Sw)144 -300 Q .283(ap the point with the mark.)-.1 F .283 +300 Q .282(ap the point with the mark.)-.1 F .283 (The current cursor position is set to the sa)5.283 F -.15(ve)-.2 G -2.782(dp).15 G .282(osition, and the old)-2.782 F(cursor position is sa) +2.783(dp).15 G .283(osition, and the old)-2.783 F(cursor position is sa) 144 312 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E F1 -(character\255sear)108 324 Q(ch \(C\255]\))-.18 E F0 3.035(Ac)144 336 S -.535(haracter is read and point is mo)-3.035 F -.15(ve)-.15 G 3.035(dt) +(character\255sear)108 324 Q(ch \(C\255]\))-.18 E F0 3.036(Ac)144 336 S +.536(haracter is read and point is mo)-3.036 F -.15(ve)-.15 G 3.035(dt) .15 G 3.035(ot)-3.035 G .535(he ne)-3.035 F .535 -(xt occurrence of that character)-.15 F 5.536(.A)-.55 G(ne)-2.5 E -.05 -(ga)-.15 G(ti).05 E .836 -.15(ve c)-.25 H(ount).15 E(searches for pre) +(xt occurrence of that character)-.15 F 5.535(.A)-.55 G(ne)-2.5 E -.05 +(ga)-.15 G(ti).05 E .835 -.15(ve c)-.25 H(ount).15 E(searches for pre) 144 348 Q(vious occurrences.)-.25 E F1(character\255sear)108 360 Q -(ch\255backward \(M\255C\255]\))-.18 E F0 3.544(Ac)144 372 S 1.044 -(haracter is read and point is mo)-3.544 F -.15(ve)-.15 G 3.544(dt).15 G +(ch\255backward \(M\255C\255]\))-.18 E F0 3.543(Ac)144 372 S 1.043 +(haracter is read and point is mo)-3.543 F -.15(ve)-.15 G 3.544(dt).15 G 3.544(ot)-3.544 G 1.044(he pre)-3.544 F 1.044 -(vious occurrence of that character)-.25 F 6.043(.A)-.55 G(ne)-2.5 E +(vious occurrence of that character)-.25 F 6.044(.A)-.55 G(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G (count searches for subsequent occurrences.)144 384 Q F1 -(skip\255csi\255sequence)108 396 Q F0 1.826 +(skip\255csi\255sequence)108 396 Q F0 1.827 (Read enough characters to consume a multi-k)144 408 R 2.126 -.15(ey s) --.1 H 1.827(equence such as those de\214ned for k).15 F -.15(ey)-.1 G -4.327(sl).15 G(ik)-4.327 E(e)-.1 E .791(Home and End.)144 420 R .791 -(Such sequences be)5.791 F .791 +-.1 H 1.826(equence such as those de\214ned for k).15 F -.15(ey)-.1 G +4.326(sl).15 G(ik)-4.326 E(e)-.1 E .79(Home and End.)144 420 R .791 +(Such sequences be)5.79 F .791 (gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F -.331(If this sequence is bound to "\\[", k)144 432 R -.15(ey)-.1 G 2.831 -(sp).15 G .331(roducing such sequences will ha)-2.831 F .632 -.15(ve n) --.2 H 2.832(oe).15 G -.25(ff)-2.832 G .332(ect unless e).25 F(xplic-) +.332(If this sequence is bound to "\\[", k)144 432 R -.15(ey)-.1 G 2.831 +(sp).15 G .331(roducing such sequences will ha)-2.831 F .631 -.15(ve n) +-.2 H 2.831(oe).15 G -.25(ff)-2.831 G .331(ect unless e).25 F(xplic-) -.15 E .026(itly bound to a readline command, instead of inserting stra\ y characters into the editing b)144 444 R(uf)-.2 E(fer)-.25 E 5.026(.T) -.55 G(his)-5.026 E(is unbound by def)144 456 Q(ault, b)-.1 E (ut usually bound to ESC\255[.)-.2 E F1(insert\255comment \(M\255#\))108 -468 Q F0 -.4(Wi)144 480 S .48(thout a numeric ar).4 F .48(gument, the v) --.18 F .481(alue of the readline)-.25 F F1(comment\255begin)2.981 E F0 --.25(va)2.981 G .481(riable is inserted at the).25 F(be)144 492 Q .245 -(ginning of the current line.)-.15 F .245(If a numeric ar)5.245 F .244 -(gument is supplied, this command acts as a toggle: if)-.18 F .321 +468 Q F0 -.4(Wi)144 480 S .481(thout a numeric ar).4 F .481 +(gument, the v)-.18 F .481(alue of the readline)-.25 F F1 +(comment\255begin)2.981 E F0 -.25(va)2.981 G .48 +(riable is inserted at the).25 F(be)144 492 Q .244 +(ginning of the current line.)-.15 F .245(If a numeric ar)5.244 F .245 +(gument is supplied, this command acts as a toggle: if)-.18 F .322 (the characters at the be)144 504 R .321 (ginning of the line do not match the v)-.15 F .321(alue of)-.25 F F1 -(comment\255begin)2.821 E F0 2.822(,t)C .322(he v)-2.822 F .322(alue is) --.25 F .832(inserted, otherwise the characters in)144 516 R F1 -(comment\255begin)3.332 E F0 .831(are deleted from the be)3.332 F .831 -(ginning of the line.)-.15 F 1.468 +(comment\255begin)2.821 E F0 2.821(,t)C .321(he v)-2.821 F .321(alue is) +-.25 F .831(inserted, otherwise the characters in)144 516 R F1 +(comment\255begin)3.331 E F0 .832(are deleted from the be)3.331 F .832 +(ginning of the line.)-.15 F 1.469 (In either case, the line is accepted as if a ne)144 528 R 1.468 -(wline had been typed.)-.25 F 1.469(The def)6.469 F 1.469(ault v)-.1 F -1.469(alue of)-.25 F F1(com-)3.969 E(ment\255begin)144 540 Q F0 .84 -(causes this command to mak)3.34 F 3.339(et)-.1 G .839 -(he current line a shell comment.)-3.339 F .839(If a numeric ar)5.839 F +(wline had been typed.)-.25 F 1.468(The def)6.468 F 1.468(ault v)-.1 F +1.468(alue of)-.25 F F1(com-)3.968 E(ment\255begin)144 540 Q F0 .839 +(causes this command to mak)3.339 F 3.339(et)-.1 G .839 +(he current line a shell comment.)-3.339 F .84(If a numeric ar)5.84 F (gu-)-.18 E(ment causes the comment character to be remo)144 552 Q -.15 (ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G (cuted by the shell.).15 E F1(glob\255complete\255w)108 564 Q -(ord \(M\255g\))-.1 E F0 .791(The w)144 576 R .791 -(ord before point is treated as a pattern for pathname e)-.1 F .792 +(ord \(M\255g\))-.1 E F0 .792(The w)144 576 R .791 +(ord before point is treated as a pattern for pathname e)-.1 F .791 (xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144 588 R(pattern is used to generate a list of matching \214lenames for possib\ le completions.)2.5 E F1(glob\255expand\255w)108 600 Q(ord \(C\255x *\)) --.1 E F0 .176(The w)144 612 R .176 +-.1 E F0 .175(The w)144 612 R .176 (ord before point is treated as a pattern for pathname e)-.1 F .176 (xpansion, and the list of matching \214le-)-.15 F .516 (names is inserted, replacing the w)144 624 R 3.016(ord. If)-.1 F 3.016 @@ -6050,13 +6056,13 @@ le completions.)2.5 E F1(glob\255expand\255w)108 600 Q(ord \(C\255x *\)) .872(the line is redra)144 672 R 3.372(wn. If)-.15 F 3.372(an)3.372 G .872(umeric ar)-3.372 F .872 (gument is supplied, an asterisk is appended before pathname)-.18 F -.15 -(ex)144 684 S(pansion.).15 E F1(dump\255functions)108 696 Q F0 .627 -(Print all of the functions and their k)144 708 R .927 -.15(ey b)-.1 H -.626(indings to the readline output stream.).15 F .626(If a numeric ar) -5.626 F(gu-)-.18 E +(ex)144 684 S(pansion.).15 E F1(dump\255functions)108 696 Q F0 .626 +(Print all of the functions and their k)144 708 R .926 -.15(ey b)-.1 H +.627(indings to the readline output stream.).15 F .627(If a numeric ar) +5.627 F(gu-)-.18 E (ment is supplied, the output is formatted in such a w)144 720 Q (ay that it can be made part of an)-.1 E F2(inputr)2.5 E(c)-.37 E F0 -(\214le.)2.5 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(50)193.45 E +(\214le.)2.5 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(50)197.335 E 0 Cg EP %%Page: 51 51 %%BeginPageSetup @@ -6064,212 +6070,212 @@ BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(dump\255v)108 84 Q(ariables)-.1 E F0 1.799 +SF(dump\255v)108 84 Q(ariables)-.1 E F0 1.8 (Print all of the settable readline v)144 96 R 1.799 -(ariables and their v)-.25 F 1.8(alues to the readline output stream.) --.25 F 1.8(If a)6.8 F .305(numeric ar)144 108 R .304 +(ariables and their v)-.25 F 1.799(alues to the readline output stream.) +-.25 F 1.799(If a)6.799 F .304(numeric ar)144 108 R .304 (gument is supplied, the output is formatted in such a w)-.18 F .304 (ay that it can be made part of an)-.1 F/F2 10/Times-Italic@0 SF(inputr) 144 120 Q(c)-.37 E F0(\214le.)2.5 E F1(dump\255macr)108 132 Q(os)-.18 E -F0 .592(Print all of the readline k)144 144 R .892 -.15(ey s)-.1 H .592 -(equences bound to macros and the strings the).15 F 3.093(yo)-.15 G -3.093(utput. If)-3.093 F 3.093(an)3.093 G(umeric)-3.093 E(ar)144 156 Q +F0 .593(Print all of the readline k)144 144 R .893 -.15(ey s)-.1 H .592 +(equences bound to macros and the strings the).15 F 3.092(yo)-.15 G +3.092(utput. If)-3.092 F 3.092(an)3.092 G(umeric)-3.092 E(ar)144 156 Q .528(gument is supplied, the output is formatted in such a w)-.18 F .528 -(ay that it can be made part of an)-.1 F F2(inputr)3.027 E(c)-.37 E F0 +(ay that it can be made part of an)-.1 F F2(inputr)3.028 E(c)-.37 E F0 (\214le.)144 168 Q F1(display\255shell\255v)108 180 Q (ersion \(C\255x C\255v\))-.1 E F0(Display v)144 192 Q (ersion information about the current instance of)-.15 E F1(bash)2.5 E -F0(.)A F1(Pr)87 208.8 Q(ogrammable Completion)-.18 E F0 .146(When w)108 +F0(.)A F1(Pr)87 208.8 Q(ogrammable Completion)-.18 E F0 .147(When w)108 220.8 R .147(ord completion is attempted for an ar)-.1 F .147 (gument to a command for which a completion speci\214cation \(a)-.18 F -F2(compspec)108 232.8 Q F0 3.829(\)h)C 1.329 -(as been de\214ned using the)-3.829 F F1(complete)3.829 E F0 -.2(bu) +F2(compspec)108 232.8 Q F0 3.828(\)h)C 1.329 +(as been de\214ned using the)-3.828 F F1(complete)3.829 E F0 -.2(bu) 3.829 G 1.329(iltin \(see).2 F/F3 9/Times-Bold@0 SF 1.329(SHELL B)3.829 -F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F0(belo)3.579 E 1.328(w\), the) +F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F0(belo)3.579 E 1.329(w\), the) -.25 F(programmable completion f)108 244.8 Q(acilities are in)-.1 E -.2 -(vo)-.4 G -.1(ke).2 G(d.).1 E .497 -(First, the command name is identi\214ed.)108 261.6 R .497 -(If the command w)5.497 F .498 -(ord is the empty string \(completion attempted at)-.1 F .234(the be)108 +(vo)-.4 G -.1(ke).2 G(d.).1 E .498 +(First, the command name is identi\214ed.)108 261.6 R .498 +(If the command w)5.498 F .497 +(ord is the empty string \(completion attempted at)-.1 F .233(the be)108 273.6 R .233(ginning of an empty line\), an)-.15 F 2.733(yc)-.15 G .233 (ompspec de\214ned with the)-2.733 F F12.733 E F0 .233(option to) -2.733 F F1(complete)2.733 E F0 .233(is used.)2.733 F .233(If a comp-) -5.233 F .481(spec has been de\214ned for that command, the compspec is \ -used to generate the list of possible completions)108 285.6 R .823 -(for the w)108 297.6 R 3.323(ord. If)-.1 F .823(the command w)3.323 F -.822(ord is a full pathname, a compspec for the full pathname is search\ -ed for)-.1 F 2.866(\214rst. If)108 309.6 R .367(no compspec is found fo\ +2.733 F F1(complete)2.733 E F0 .233(is used.)2.733 F .234(If a comp-) +5.234 F .481(spec has been de\214ned for that command, the compspec is \ +used to generate the list of possible completions)108 285.6 R .822 +(for the w)108 297.6 R 3.322(ord. If)-.1 F .822(the command w)3.322 F +.823(ord is a full pathname, a compspec for the full pathname is search\ +ed for)-.1 F 2.867(\214rst. If)108 309.6 R .366(no compspec is found fo\ r the full pathname, an attempt is made to \214nd a compspec for the po\ -rtion)2.866 F(follo)108 321.6 Q .299(wing the \214nal slash.)-.25 F .298 -(If those searches do not result in a compspec, an)5.299 F 2.798(yc)-.15 -G .298(ompspec de\214ned with the)-2.798 F F12.798 E F0(option to) +rtion)2.867 F(follo)108 321.6 Q .298(wing the \214nal slash.)-.25 F .298 +(If those searches do not result in a compspec, an)5.298 F 2.799(yc)-.15 +G .299(ompspec de\214ned with the)-2.799 F F12.799 E F0(option to) 108 333.6 Q F1(complete)2.5 E F0(is used as the def)2.5 E(ault.)-.1 E .817(Once a compspec has been found, it is used to generate the list of\ matching w)108 350.4 R 3.317(ords. If)-.1 F 3.317(ac)3.317 G .817 (ompspec is not)-3.317 F(found, the def)108 362.4 Q(ault)-.1 E F1(bash) 2.5 E F0(completion as described abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 -E F1(Completing)2.5 E F0(is performed.)2.5 E .464 +E F1(Completing)2.5 E F0(is performed.)2.5 E .463 (First, the actions speci\214ed by the compspec are used.)108 379.2 R -.463(Only matches which are pre\214x)5.464 F .463(ed by the w)-.15 F -.463(ord being)-.1 F .595(completed are returned.)108 391.2 R .595 -(When the)5.595 F F13.095 E F0(or)3.095 E F13.095 E F0 .596 +.464(Only matches which are pre\214x)5.464 F .464(ed by the w)-.15 F +.464(ord being)-.1 F .596(completed are returned.)108 391.2 R .596 +(When the)5.596 F F13.096 E F0(or)3.095 E F13.095 E F0 .595 (option is used for \214lename or directory name completion, the)3.095 F (shell v)108 403.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0 (is used to \214lter the matches.)2.25 E(An)108 420 Q 4.084(yc)-.15 G 1.584(ompletions speci\214ed by a pathname e)-4.084 F 1.584 (xpansion pattern to the)-.15 F F14.084 E F0 1.584 (option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 432 S -.554(rds generated by the pattern need not match the w).1 F .555 -(ord being completed.)-.1 F(The)5.555 E F3(GLOBIGNORE)3.055 E F0 .555 -(shell v)2.805 F(ari-)-.25 E +.555(rds generated by the pattern need not match the w).1 F .554 +(ord being completed.)-.1 F(The)5.554 E F3(GLOBIGNORE)3.054 E F0 .554 +(shell v)2.804 F(ari-)-.25 E (able is not used to \214lter the matches, b)108 444 Q(ut the)-.2 E F3 (FIGNORE)2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 460.8 Q -.321(xt, the string speci\214ed as the ar)-.15 F .321(gument to the)-.18 -F F12.821 E F0 .32(option is considered.)2.821 F .32 -(The string is \214rst split using the)5.32 F .412(characters in the)108 -472.8 R F3(IFS)2.912 E F0 .412(special v)2.662 F .412 +.32(xt, the string speci\214ed as the ar)-.15 F .32(gument to the)-.18 F +F12.82 E F0 .321(option is considered.)2.821 F .321 +(The string is \214rst split using the)5.321 F .413(characters in the) +108 472.8 R F3(IFS)2.913 E F0 .412(special v)2.663 F .412 (ariable as delimiters.)-.25 F .412(Shell quoting is honored.)5.412 F -.413(Each w)5.412 F .413(ord is then e)-.1 F(xpanded)-.15 E .092 -(using brace e)108 484.8 R .092(xpansion, tilde e)-.15 F .092 -(xpansion, parameter and v)-.15 F .092(ariable e)-.25 F .091 -(xpansion, command substitution, and arith-)-.15 F 1.396(metic e)108 +.412(Each w)5.412 F .412(ord is then e)-.1 F(xpanded)-.15 E .091 +(using brace e)108 484.8 R .091(xpansion, tilde e)-.15 F .092 +(xpansion, parameter and v)-.15 F .092(ariable e)-.25 F .092 +(xpansion, command substitution, and arith-)-.15 F 1.397(metic e)108 496.8 R 1.396(xpansion, as described abo)-.15 F 1.696 -.15(ve u)-.15 H (nder).15 E F3(EXP)3.896 E(ANSION)-.666 E/F4 9/Times-Roman@0 SF(.)A F0 1.396(The results are split using the rules described)5.896 F(abo)108 -508.8 Q .51 -.15(ve u)-.15 H(nder).15 E F1 -.75(Wo)2.71 G .21 -(rd Splitting).75 F F0 5.21(.T)C .209(he results of the e)-5.21 F .209 -(xpansion are pre\214x-matched ag)-.15 F .209(ainst the w)-.05 F .209 +508.8 Q .509 -.15(ve u)-.15 H(nder).15 E F1 -.75(Wo)2.709 G .209 +(rd Splitting).75 F F0 5.209(.T)C .209(he results of the e)-5.209 F .209 +(xpansion are pre\214x-matched ag)-.15 F .21(ainst the w)-.05 F .21 (ord being com-)-.1 F(pleted, and the matching w)108 520.8 Q -(ords become the possible completions.)-.1 E 1.237 -(After these matches ha)108 537.6 R 1.537 -.15(ve b)-.2 H 1.237 -(een generated, an).15 F 3.737(ys)-.15 G 1.238 -(hell function or command speci\214ed with the)-3.737 F F13.738 E -F0(and)3.738 E F13.738 E F0 3.376(options is in)108 549.6 R -.2 +(ords become the possible completions.)-.1 E 1.238 +(After these matches ha)108 537.6 R 1.538 -.15(ve b)-.2 H 1.238 +(een generated, an).15 F 3.738(ys)-.15 G 1.237 +(hell function or command speci\214ed with the)-3.738 F F13.737 E +F0(and)3.737 E F13.737 E F0 3.375(options is in)108 549.6 R -.2 (vo)-.4 G -.1(ke).2 G 5.875(d. When).1 F 3.375 (the command or function is in)5.875 F -.2(vo)-.4 G -.1(ke).2 G 3.375 -(d, the).1 F F3(COMP_LINE)5.875 E F4(,)A F3(COMP_POINT)5.625 E F4(,)A F3 -(COMP_KEY)108 561.6 Q F4(,)A F0(and)2.407 E F3(COMP_TYPE)2.657 E F0 -.25 -(va)2.407 G .157(riables are assigned v).25 F .157 -(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F1 .158 -(Shell V)2.658 F(ariables)-.92 E F0 5.158(.I)C(f)-5.158 E 3.486(as)108 -573.6 S .986(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G +(d, the).1 F F3(COMP_LINE)5.876 E F4(,)A F3(COMP_POINT)5.626 E F4(,)A F3 +(COMP_KEY)108 561.6 Q F4(,)A F0(and)2.408 E F3(COMP_TYPE)2.658 E F0 -.25 +(va)2.408 G .157(riables are assigned v).25 F .157 +(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F1 .157 +(Shell V)2.657 F(ariables)-.92 E F0 5.157(.I)C(f)-5.157 E 3.485(as)108 +573.6 S .986(hell function is being in)-3.485 F -.2(vo)-.4 G -.1(ke).2 G .986(d, the).1 F F3(COMP_W)3.486 E(ORDS)-.09 E F0(and)3.236 E F3 (COMP_CW)3.486 E(ORD)-.09 E F0 -.25(va)3.236 G .986 -(riables are also set.).25 F(When)5.985 E .346 -(the function or command is in)108 585.6 R -.2(vo)-.4 G -.1(ke).2 G .346 -(d, the \214rst ar).1 F .346(gument \()-.18 F F1($1)A F0 2.847(\)i)C -2.847(st)-2.847 G .347(he name of the command whose ar)-2.847 F(guments) --.18 E .264(are being completed, the second ar)108 597.6 R .264 -(gument \()-.18 F F1($2)A F0 2.764(\)i)C 2.764(st)-2.764 G .264(he w) --2.764 F .263(ord being completed, and the third ar)-.1 F .263 -(gument \()-.18 F F1($3)A F0 2.763(\)i)C(s)-2.763 E .628(the w)108 609.6 -R .628(ord preceding the w)-.1 F .629 -(ord being completed on the current command line.)-.1 F .629 -(No \214ltering of the generated)5.629 F .715(completions ag)108 621.6 R -.715(ainst the w)-.05 F .714(ord being completed is performed; the func\ +(riables are also set.).25 F(When)5.986 E .347 +(the function or command is in)108 585.6 R -.2(vo)-.4 G -.1(ke).2 G .347 +(d, the \214rst ar).1 F .346(gument \()-.18 F F1($1)A F0 2.846(\)i)C +2.846(st)-2.846 G .346(he name of the command whose ar)-2.846 F(guments) +-.18 E .263(are being completed, the second ar)108 597.6 R .263 +(gument \()-.18 F F1($2)A F0 2.763(\)i)C 2.763(st)-2.763 G .264(he w) +-2.763 F .264(ord being completed, and the third ar)-.1 F .264 +(gument \()-.18 F F1($3)A F0 2.764(\)i)C(s)-2.764 E .629(the w)108 609.6 +R .629(ord preceding the w)-.1 F .629 +(ord being completed on the current command line.)-.1 F .628 +(No \214ltering of the generated)5.629 F .714(completions ag)108 621.6 R +.714(ainst the w)-.05 F .714(ord being completed is performed; the func\ tion or command has complete free-)-.1 F(dom in generating the matches.) -108 633.6 Q(An)108 650.4 Q 2.937(yf)-.15 G .437 -(unction speci\214ed with)-2.937 F F12.937 E F0 .437(is in)2.937 F +108 633.6 Q(An)108 650.4 Q 2.938(yf)-.15 G .437 +(unction speci\214ed with)-2.938 F F12.937 E F0 .437(is in)2.937 F -.2(vo)-.4 G -.1(ke).2 G 2.937<648c>.1 G 2.937(rst. The)-2.937 F .437 (function may use an)2.937 F 2.937(yo)-.15 G 2.937(ft)-2.937 G .437 -(he shell f)-2.937 F .438(acilities, including)-.1 F(the)108 662.4 Q F1 -(compgen)2.957 E F0 -.2(bu)2.957 G .457(iltin described belo).2 F 1.756 --.65(w, t)-.25 H 2.956(og).65 G .456(enerate the matches.)-2.956 F .456 +(he shell f)-2.937 F .437(acilities, including)-.1 F(the)108 662.4 Q F1 +(compgen)2.956 E F0 -.2(bu)2.956 G .456(iltin described belo).2 F 1.756 +-.65(w, t)-.25 H 2.956(og).65 G .456(enerate the matches.)-2.956 F .457 (It must put the possible completions in the)5.456 F F3(COMPREPL)108 674.4 Q(Y)-.828 E F0(array v)2.25 E(ariable, one per array element.)-.25 -E(Ne)108 691.2 Q .08(xt, an)-.15 F 2.58(yc)-.15 G .08 -(ommand speci\214ed with the)-2.58 F F12.58 E F0 .081 -(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G 2.581(di).1 G 2.581(na) --2.581 G 2.581(ne)-2.581 G -.4(nv)-2.581 G .081(ironment equi).4 F -.25 -(va)-.25 G .081(lent to command sub-).25 F 2.859(stitution. It)108 703.2 -R .359(should print a list of completions, one per line, to the standar\ -d output.)2.859 F .358(Backslash may be used)5.359 F(to escape a ne)108 +E(Ne)108 691.2 Q .081(xt, an)-.15 F 2.581(yc)-.15 G .081 +(ommand speci\214ed with the)-2.581 F F12.581 E F0 .081 +(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G 2.581(di).1 G 2.58(na) +-2.581 G 2.58(ne)-2.58 G -.4(nv)-2.58 G .08(ironment equi).4 F -.25(va) +-.25 G .08(lent to command sub-).25 F 2.858(stitution. It)108 703.2 R +.359(should print a list of completions, one per line, to the standard \ +output.)2.858 F .359(Backslash may be used)5.359 F(to escape a ne)108 715.2 Q(wline, if necessary)-.25 E(.)-.65 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(51)193.45 E 0 Cg EP +(2017 June 23)148.175 E(51)197.335 E 0 Cg EP %%Page: 52 52 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .376 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .377 (After all of the possible completions are generated, an)108 84 R 2.877 <798c>-.15 G .377(lter speci\214ed with the)-2.877 F/F1 10/Times-Bold@0 -SF2.877 E F0 .377(option is applied to the)2.877 F 3.182 -(list. The)108 96 R .682(\214lter is a pattern as used for pathname e) -3.182 F .681(xpansion; a)-.15 F F1(&)3.181 E F0 .681 -(in the pattern is replaced with the te)3.181 F .681(xt of)-.15 F .522 -(the w)108 108 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G -(iteral)-3.022 E F1(&)3.022 E F0 .523 +SF2.876 E F0 .376(option is applied to the)2.876 F 3.181 +(list. The)108 96 R .681(\214lter is a pattern as used for pathname e) +3.181 F .681(xpansion; a)-.15 F F1(&)3.181 E F0 .682 +(in the pattern is replaced with the te)3.182 F .682(xt of)-.15 F .523 +(the w)108 108 R .523(ord being completed.)-.1 F 3.023(Al)5.523 G +(iteral)-3.023 E F1(&)3.023 E F0 .522 (may be escaped with a backslash; the backslash is remo)3.022 F -.15(ve) --.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 120 R -(An)5.85 E 3.35(yc)-.15 G .849 -(ompletion that matches the pattern will be remo)-3.35 F -.15(ve)-.15 G -3.349(df).15 G .849(rom the list.)-3.349 F 3.349(Al)5.849 G(eading) --3.349 E F1(!)3.349 E F0(ne)108 132 Q -.05(ga)-.15 G .764 +-.15 G 3.022(db).15 G(efore)-3.022 E .849(attempting a match.)108 120 R +(An)5.849 E 3.349(yc)-.15 G .849 +(ompletion that matches the pattern will be remo)-3.349 F -.15(ve)-.15 G +3.35(df).15 G .85(rom the list.)-3.35 F 3.35(Al)5.85 G(eading)-3.35 E F1 +(!)3.35 E F0(ne)108 132 Q -.05(ga)-.15 G .764 (tes the pattern; in this case an).05 F 3.264(yc)-.15 G .764 (ompletion not matching the pattern will be remo)-3.264 F -.15(ve)-.15 G -3.264(d. If).15 F(the)3.265 E F1(nocase-)3.265 E(match)108 144 Q F0 +3.264(d. If).15 F(the)3.264 E F1(nocase-)3.264 E(match)108 144 Q F0 (shell option is enabled, the match is performed without re)2.5 E -.05 (ga)-.15 G(rd to the case of alphabetic characters.).05 E(Finally)108 -160.8 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H .587(re\214x and suf).15 +160.8 Q 3.086(,a)-.65 G .886 -.15(ny p)-3.086 H .586(re\214x and suf).15 F .587(\214x speci\214ed with the)-.25 F F13.087 E F0(and)3.087 E F13.087 E F0 .587(options are added to each member of the com-) 3.087 F(pletion list, and the result is returned to the readline comple\ -tion code as the list of possible completions.)108 172.8 Q .246 +tion code as the list of possible completions.)108 172.8 Q .247 (If the pre)108 189.6 R .247(viously-applied actions do not generate an) -.25 F 2.747(ym)-.15 G .247(atches, and the)-2.747 F F1 .247(\255o dir) -2.747 F(names)-.15 E F0 .247(option w)2.747 F .247(as supplied to)-.1 F +2.747 F(names)-.15 E F0 .247(option w)2.747 F .246(as supplied to)-.1 F F1(complete)108 201.6 Q F0(when the compspec w)2.5 E -(as de\214ned, directory name completion is attempted.)-.1 E .462 -(If the)108 218.4 R F1 .462(\255o plusdirs)2.962 F F0 .462(option w) +(as de\214ned, directory name completion is attempted.)-.1 E .461 +(If the)108 218.4 R F1 .462(\255o plusdirs)2.961 F F0 .462(option w) 2.962 F .462(as supplied to)-.1 F F1(complete)2.962 E F0 .462 (when the compspec w)2.962 F .462(as de\214ned, directory name com-)-.1 F(pletion is attempted and an)108 230.4 Q 2.5(ym)-.15 G -(atches are added to the results of the other actions.)-2.5 E .559 -(By def)108 247.2 R .559(ault, if a compspec is found, whate)-.1 F -.15 -(ve)-.25 G 3.059(ri).15 G 3.059(tg)-3.059 G .56 -(enerates is returned to the completion code as the full set)-3.059 F -.632(of possible completions.)108 259.2 R .632(The def)5.632 F(ault)-.1 -E F1(bash)3.132 E F0 .631 -(completions are not attempted, and the readline def)3.131 F .631 -(ault of \214le-)-.1 F .558(name completion is disabled.)108 271.2 R -.558(If the)5.558 F F1 .559(\255o bashdefault)3.059 F F0 .559(option w) -3.059 F .559(as supplied to)-.1 F F1(complete)3.059 E F0 .559 -(when the compspec)3.059 F -.1(wa)108 283.2 S 3.172(sd).1 G .672 -(e\214ned, the)-3.172 F F1(bash)3.172 E F0(def)3.172 E .671 +(atches are added to the results of the other actions.)-2.5 E .56 +(By def)108 247.2 R .56(ault, if a compspec is found, whate)-.1 F -.15 +(ve)-.25 G 3.06(ri).15 G 3.06(tg)-3.06 G .559 +(enerates is returned to the completion code as the full set)-3.06 F +.631(of possible completions.)108 259.2 R .631(The def)5.631 F(ault)-.1 +E F1(bash)3.131 E F0 .631 +(completions are not attempted, and the readline def)3.131 F .632 +(ault of \214le-)-.1 F .559(name completion is disabled.)108 271.2 R +.559(If the)5.559 F F1 .559(\255o bashdefault)3.059 F F0 .559(option w) +3.059 F .559(as supplied to)-.1 F F1(complete)3.058 E F0 .558 +(when the compspec)3.058 F -.1(wa)108 283.2 S 3.171(sd).1 G .671 +(e\214ned, the)-3.171 F F1(bash)3.171 E F0(def)3.171 E .671 (ault completions are attempted if the compspec generates no matches.) --.1 F .671(If the)5.671 F F13.171 E(default)108 295.2 Q F0 1.207 -(option w)3.706 F 1.207(as supplied to)-.1 F F1(complete)3.707 E F0 +-.1 F .672(If the)5.672 F F13.172 E(default)108 295.2 Q F0 1.207 +(option w)3.707 F 1.207(as supplied to)-.1 F F1(complete)3.707 E F0 1.207(when the compspec w)3.707 F 1.207(as de\214ned, readline')-.1 F -3.707(sd)-.55 G(ef)-3.707 E 1.207(ault completion)-.1 F +3.707(sd)-.55 G(ef)-3.707 E 1.206(ault completion)-.1 F (will be performed if the compspec \(and, if attempted, the def)108 307.2 Q(ault)-.1 E F1(bash)2.5 E F0(completions\) generate no matches.) 2.5 E .245(When a compspec indicates that directory name completion is \ -desired, the programmable completion func-)108 324 R .632(tions force r\ +desired, the programmable completion func-)108 324 R .633(tions force r\ eadline to append a slash to completed names which are symbolic links t\ -o directories, subject)108 336 R 2.762(to the v)108 348 R 2.762 -(alue of the)-.25 F F1(mark\255dir)5.262 E(ectories)-.18 E F0 2.761 -(readline v)5.262 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.761 -(rdless of the setting of the).05 F F1(mark-sym-)5.261 E(link)108 360 Q -(ed\255dir)-.1 E(ectories)-.18 E F0(readline v)2.5 E(ariable.)-.25 E .19 -(There is some support for dynamically modifying completions.)108 376.8 -R .191(This is most useful when used in combina-)5.191 F 1.33 +o directories, subject)108 336 R 2.761(to the v)108 348 R 2.761 +(alue of the)-.25 F F1(mark\255dir)5.261 E(ectories)-.18 E F0 2.761 +(readline v)5.261 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.762 +(rdless of the setting of the).05 F F1(mark-sym-)5.262 E(link)108 360 Q +(ed\255dir)-.1 E(ectories)-.18 E F0(readline v)2.5 E(ariable.)-.25 E +.191(There is some support for dynamically modifying completions.)108 +376.8 R .19(This is most useful when used in combina-)5.191 F 1.33 (tion with a def)108 388.8 R 1.33(ault completion speci\214ed with)-.1 F F1 1.33(complete -D)3.83 F F0 6.33(.I)C(t')-6.33 E 3.83(sp)-.55 G 1.33 (ossible for shell functions e)-3.83 F -.15(xe)-.15 G 1.33(cuted as).15 F .93(completion handlers to indicate that completion should be retried\ by returning an e)108 400.8 R .93(xit status of 124.)-.15 F .93(If a) 5.93 F .1(shell function returns 124, and changes the compspec associat\ -ed with the command on which completion is)108 412.8 R .665 -(being attempted \(supplied as the \214rst ar)108 424.8 R .666 -(gument when the function is e)-.18 F -.15(xe)-.15 G .666 -(cuted\), programmable completion).15 F .084(restarts from the be)108 +ed with the command on which completion is)108 412.8 R .666 +(being attempted \(supplied as the \214rst ar)108 424.8 R .665 +(gument when the function is e)-.18 F -.15(xe)-.15 G .665 +(cuted\), programmable completion).15 F .083(restarts from the be)108 436.8 R .084(ginning, with an attempt to \214nd a ne)-.15 F 2.584(wc) --.25 G .084(ompspec for that command.)-2.584 F .083(This allo)5.083 F -.083(ws a set of)-.25 F(completions to be b)108 448.8 Q(uilt dynamicall\ +-.25 G .084(ompspec for that command.)-2.584 F .084(This allo)5.084 F +.084(ws a set of)-.25 F(completions to be b)108 448.8 Q(uilt dynamicall\ y as completion is attempted, rather than being loaded all at once.)-.2 -E -.15(Fo)108 465.6 S 2.636(ri).15 G .137 -(nstance, assuming that there is a library of compspecs, each k)-2.636 F +E -.15(Fo)108 465.6 S 2.637(ri).15 G .137 +(nstance, assuming that there is a library of compspecs, each k)-2.637 F .137(ept in a \214le corresponding to the name of)-.1 F (the command, the follo)108 477.6 Q(wing def)-.25 E (ault completion function w)-.1 E(ould load completions dynamically:)-.1 @@ -6278,191 +6284,190 @@ E/F2 10/Courier@0 SF(_completion_loader\(\))108 494.4 Q({)108 506.4 Q 6 (/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6 E(})108 530.4 Q(complete -D -F _completion_loader -o bashdefault -o default)108 542.4 Q/F3 10.95/Times-Bold@0 SF(HIST)72 571.2 Q(OR)-.197 E(Y)-.383 E F0 -.372(When the)108 583.2 R F1 .372(\255o history)2.872 F F0 .372 -(option to the)2.872 F F1(set)2.872 E F0 -.2(bu)2.872 G .372 -(iltin is enabled, the shell pro).2 F .371(vides access to the)-.15 F/F4 -10/Times-Italic@0 SF .371(command history)2.871 F F0(,)A .304 -(the list of commands pre)108 595.2 R .304(viously typed.)-.25 F .304 -(The v)5.304 F .304(alue of the)-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE) -2.804 E F0 -.25(va)2.554 G .305(riable is used as the number of com-).25 -F .43(mands to sa)108 607.2 R .73 -.15(ve i)-.2 H 2.93(nah).15 G .43 -(istory list.)-2.93 F .43(The te)5.43 F .429(xt of the last)-.15 F F5 -(HISTSIZE)2.929 E F0 .429(commands \(def)2.679 F .429(ault 500\) is sa) --.1 F -.15(ve)-.2 G 2.929(d. The).15 F(shell)2.929 E .287 +.371(When the)108 583.2 R F1 .371(\255o history)2.871 F F0 .371 +(option to the)2.871 F F1(set)2.872 E F0 -.2(bu)2.872 G .372 +(iltin is enabled, the shell pro).2 F .372(vides access to the)-.15 F/F4 +10/Times-Italic@0 SF .372(command history)2.872 F F0(,)A .305 +(the list of commands pre)108 595.2 R .305(viously typed.)-.25 F .305 +(The v)5.305 F .304(alue of the)-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE) +2.804 E F0 -.25(va)2.554 G .304(riable is used as the number of com-).25 +F .429(mands to sa)108 607.2 R .729 -.15(ve i)-.2 H 2.929(nah).15 G .429 +(istory list.)-2.929 F .429(The te)5.429 F .429(xt of the last)-.15 F F5 +(HISTSIZE)2.93 E F0 .43(commands \(def)2.68 F .43(ault 500\) is sa)-.1 F +-.15(ve)-.2 G 2.93(d. The).15 F(shell)2.93 E .287 (stores each command in the history list prior to parameter and v)108 619.2 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F5(EXP)2.787 E (ANSION)-.666 E F0(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 631.2 -S 4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565 +S 4.065(ta).2 G 1.565(fter history e)-4.065 F 1.565 (xpansion is performed, subject to the v)-.15 F 1.565 (alues of the shell v)-.25 F(ariables)-.25 E F5(HISTIGNORE)4.065 E F0 -(and)3.815 E F5(HISTCONTR)108 643.2 Q(OL)-.27 E/F6 9/Times-Roman@0 SF(.) +(and)3.816 E F5(HISTCONTR)108 643.2 Q(OL)-.27 E/F6 9/Times-Roman@0 SF(.) A F0 .082 (On startup, the history is initialized from the \214le named by the v) -108 660 R(ariable)-.25 E F5(HISTFILE)2.583 E F0(\(def)2.333 E(ault)-.1 E -F4(~/.bash_history)2.583 E F0(\).)A .315(The \214le named by the v)108 +108 660 R(ariable)-.25 E F5(HISTFILE)2.582 E F0(\(def)2.332 E(ault)-.1 E +F4(~/.bash_history)2.582 E F0(\).)A .315(The \214le named by the v)108 672 R .315(alue of)-.25 F F5(HISTFILE)2.815 E F0 .315 (is truncated, if necessary)2.565 F 2.815(,t)-.65 G 2.815(oc)-2.815 G -.315(ontain no more than the number of)-2.815 F .658 -(lines speci\214ed by the v)108 684 R .658(alue of)-.25 F F5 +.315(ontain no more than the number of)-2.815 F .659 +(lines speci\214ed by the v)108 684 R .659(alue of)-.25 F F5 (HISTFILESIZE)3.158 E F6(.)A F0(If)5.158 E F1(HISTFILESIZE)3.158 E F0 -.659(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 696 S +.658(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 696 S .142(lue, or a numeric v).25 F .142 (alue less than zero, the history \214le is not truncated.)-.25 F .142 -(When the history \214le is read, lines)5.142 F(be)108 708 Q 1.604 +(When the history \214le is read, lines)5.142 F(be)108 708 Q 1.605 (ginning with the history comment character follo)-.15 F 1.604 -(wed immediately by a digit are interpreted as time-)-.25 F .098 -(stamps for the preceding history line.)108 720 R .098 -(These timestamps are optionally displayed depending on the v)5.098 F -.098(alue of)-.25 F(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(52) -193.45 E 0 Cg EP +(wed immediately by a digit are interpreted as time-)-.25 F .15 +(stamps for the follo)108 720 R .15(wing history line.)-.25 F .151 +(These timestamps are optionally displayed depending on the v)5.151 F +.151(alue of)-.25 F(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(52) +197.335 E 0 Cg EP %%Page: 53 53 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(the)108 84 Q/F1 9 -/Times-Bold@0 SF(HISTTIMEFORMA)3.558 E(T)-.855 E F0 -.25(va)3.309 G +/Times-Bold@0 SF(HISTTIMEFORMA)3.559 E(T)-.855 E F0 -.25(va)3.309 G 3.559(riable. When).25 F 3.559(as)3.559 G 1.059 (hell with history enabled e)-3.559 F 1.059(xits, the last)-.15 F F1 -($HISTSIZE)3.559 E F0 1.059(lines are)3.309 F .159 -(copied from the history list to)108 96 R F1($HISTFILE)2.659 E/F2 9 -/Times-Roman@0 SF(.)A F0 .159(If the)4.659 F/F3 10/Times-Bold@0 SF -(histappend)2.658 E F0 .158 -(shell option is enabled \(see the description of)2.658 F F3(shopt)108 -108 Q F0(under)2.581 E F1 .081(SHELL B)2.581 F(UIL)-.09 E .081 +($HISTSIZE)3.559 E F0 1.058(lines are)3.309 F .158 +(copied from the history list to)108 96 R F1($HISTFILE)2.658 E/F2 9 +/Times-Roman@0 SF(.)A F0 .158(If the)4.658 F/F3 10/Times-Bold@0 SF +(histappend)2.658 E F0 .159 +(shell option is enabled \(see the description of)2.659 F F3(shopt)108 +108 Q F0(under)2.582 E F1 .082(SHELL B)2.582 F(UIL)-.09 E .082 (TIN COMMANDS)-.828 F F0(belo)2.332 E .082 (w\), the lines are appended to the history \214le, otherwise the)-.25 F -.197(history \214le is o)108 120 R -.15(ve)-.15 G 2.697(rwritten. If).15 -F F1(HISTFILE)2.697 E F0 .196(is unset, or if the history \214le is unw\ -ritable, the history is not sa)2.447 F -.15(ve)-.2 G(d.).15 E .583 -(If the)108 132 R F1(HISTTIMEFORMA)3.083 E(T)-.855 E F0 -.25(va)2.834 G +.196(history \214le is o)108 120 R -.15(ve)-.15 G 2.696(rwritten. If).15 +F F1(HISTFILE)2.696 E F0 .197(is unset, or if the history \214le is unw\ +ritable, the history is not sa)2.446 F -.15(ve)-.2 G(d.).15 E .584 +(If the)108 132 R F1(HISTTIMEFORMA)3.084 E(T)-.855 E F0 -.25(va)2.834 G .584(riable is set, time stamps are written to the history \214le, mark) -.25 F .584(ed with the his-)-.1 F 1.148(tory comment character)108 144 R -3.648(,s)-.4 G 3.648(ot)-3.648 G(he)-3.648 E 3.648(ym)-.15 G 1.147 -(ay be preserv)-3.648 F 1.147(ed across shell sessions.)-.15 F 1.147 -(This uses the history comment)6.147 F 1.376 +.25 F .583(ed with the his-)-.1 F 1.147(tory comment character)108 144 R +3.647(,s)-.4 G 3.647(ot)-3.647 G(he)-3.647 E 3.647(ym)-.15 G 1.147 +(ay be preserv)-3.647 F 1.147(ed across shell sessions.)-.15 F 1.148 +(This uses the history comment)6.148 F 1.377 (character to distinguish timestamps from other history lines.)108 156 R -1.377(After sa)6.377 F 1.377(ving the history)-.2 F 3.877(,t)-.65 G -1.377(he history \214le is)-3.877 F .757 +1.377(After sa)6.377 F 1.377(ving the history)-.2 F 3.876(,t)-.65 G +1.376(he history \214le is)-3.876 F .756 (truncated to contain no more than)108 168 R F1(HISTFILESIZE)3.257 E F0 3.257(lines. If)3.007 F F1(HISTFILESIZE)3.257 E F0 .757 (is unset, or set to null, a non-)3.007 F(numeric v)108 180 Q (alue, or a numeric v)-.25 E -(alue less than zero, the history \214le is not truncated.)-.25 E .298 -(The b)108 196.8 R .298(uiltin command)-.2 F F3(fc)2.798 E F0(\(see) -2.798 E F1 .298(SHELL B)2.798 F(UIL)-.09 E .298(TIN COMMANDS)-.828 F F0 -(belo)2.549 E .299(w\) may be used to list or edit and re-e)-.25 F -.15 -(xe)-.15 G(-).15 E .472(cute a portion of the history list.)108 208.8 R -(The)5.472 E F3(history)2.972 E F0 -.2(bu)2.972 G .471 -(iltin may be used to display or modify the history list and).2 F .001 +(alue less than zero, the history \214le is not truncated.)-.25 E .299 +(The b)108 196.8 R .299(uiltin command)-.2 F F3(fc)2.799 E F0(\(see) +2.799 E F1 .299(SHELL B)2.799 F(UIL)-.09 E .299(TIN COMMANDS)-.828 F F0 +(belo)2.549 E .298(w\) may be used to list or edit and re-e)-.25 F -.15 +(xe)-.15 G(-).15 E .471(cute a portion of the history list.)108 208.8 R +(The)5.471 E F3(history)2.971 E F0 -.2(bu)2.971 G .472 +(iltin may be used to display or modify the history list and).2 F .002 (manipulate the history \214le.)108 220.8 R .001 -(When using command-line editing, search commands are a)5.001 F -.25(va) --.2 G .002(ilable in each edit-).25 F(ing mode that pro)108 232.8 Q -(vide access to the history list.)-.15 E 1.486(The shell allo)108 249.6 -R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486 +(When using command-line editing, search commands are a)5.002 F -.25(va) +-.2 G .001(ilable in each edit-).25 F(ing mode that pro)108 232.8 Q +(vide access to the history list.)-.15 E 1.485(The shell allo)108 249.6 +R 1.485(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486 (hich commands are sa)-3.986 F -.15(ve)-.2 G 3.986(do).15 G 3.986(nt) --3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F1(HISTCONTR)3.985 -E(OL)-.27 E F0(and)3.735 E F1(HISTIGNORE)108 261.6 Q F0 -.25(va)2.707 G -.457(riables may be set to cause the shell to sa).25 F .758 -.15(ve o) --.2 H .458(nly a subset of the commands entered.).15 F(The)5.458 E F3 +-3.986 G 1.486(he history list.)-3.986 F(The)6.486 E F1(HISTCONTR)3.986 +E(OL)-.27 E F0(and)3.736 E F1(HISTIGNORE)108 261.6 Q F0 -.25(va)2.708 G +.458(riables may be set to cause the shell to sa).25 F .757 -.15(ve o) +-.2 H .457(nly a subset of the commands entered.).15 F(The)5.457 E F3 (cmdhist)108 273.6 Q F0 .75 (shell option, if enabled, causes the shell to attempt to sa)3.25 F 1.05 -.15(ve e)-.2 H .75(ach line of a multi-line command in).15 F 1.077 (the same history entry)108 285.6 R 3.577(,a)-.65 G 1.077 (dding semicolons where necessary to preserv)-3.577 F 3.577(es)-.15 G -1.077(yntactic correctness.)-3.577 F(The)6.077 E F3(lithist)3.577 E F0 -.374(shell option causes the shell to sa)108 297.6 R .674 -.15(ve t)-.2 -H .374(he command with embedded ne).15 F .373 -(wlines instead of semicolons.)-.25 F .373(See the)5.373 F .318 -(description of the)108 309.6 R F3(shopt)2.818 E F0 -.2(bu)2.818 G .318 +1.077(yntactic correctness.)-3.577 F(The)6.077 E F3(lithist)3.576 E F0 +.373(shell option causes the shell to sa)108 297.6 R .674 -.15(ve t)-.2 +H .374(he command with embedded ne).15 F .374 +(wlines instead of semicolons.)-.25 F .374(See the)5.374 F .319 +(description of the)108 309.6 R F3(shopt)2.819 E F0 -.2(bu)2.819 G .318 (iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F1 .318(SHELL B)2.818 F -(UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .319 +(UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .318 (for information on setting and)2.568 F(unsetting shell options.)108 321.6 Q/F4 10.95/Times-Bold@0 SF(HIST)72 338.4 Q(OR)-.197 E 2.738(YE) --.383 G(XP)-2.738 E(ANSION)-.81 E F0 .611 -(The shell supports a history e)108 350.4 R .611 -(xpansion feature that is similar to the history e)-.15 F .61 -(xpansion in)-.15 F F3(csh.)3.11 E F0 .61(This section)5.61 F .87 -(describes what syntax features are a)108 362.4 R -.25(va)-.2 G 3.371 -(ilable. This).25 F .871(feature is enabled by def)3.371 F .871 -(ault for interacti)-.1 F 1.171 -.15(ve s)-.25 H .871(hells, and).15 F -2.014(can be disabled using the)108 374.4 R F3(+H)4.514 E F0 2.014 +-.383 G(XP)-2.738 E(ANSION)-.81 E F0 .61(The shell supports a history e) +108 350.4 R .611(xpansion feature that is similar to the history e)-.15 +F .611(xpansion in)-.15 F F3(csh.)3.111 E F0 .611(This section)5.611 F +.871(describes what syntax features are a)108 362.4 R -.25(va)-.2 G +3.371(ilable. This).25 F .871(feature is enabled by def)3.371 F .87 +(ault for interacti)-.1 F 1.17 -.15(ve s)-.25 H .87(hells, and).15 F +2.013(can be disabled using the)108 374.4 R F3(+H)4.514 E F0 2.014 (option to the)4.514 F F3(set)4.514 E F0 -.2(bu)4.514 G 2.014 -(iltin command \(see).2 F F1 2.013(SHELL B)4.513 F(UIL)-.09 E 2.013 +(iltin command \(see).2 F F1 2.014(SHELL B)4.514 F(UIL)-.09 E 2.014 (TIN COMMANDS)-.828 F F0(belo)108 386.4 Q 2.5(w\). Non-interacti)-.25 F .3 -.15(ve s)-.25 H(hells do not perform history e).15 E -(xpansion by def)-.15 E(ault.)-.1 E 1.305(History e)108 403.2 R 1.305 +(xpansion by def)-.15 E(ault.)-.1 E 1.306(History e)108 403.2 R 1.306 (xpansions introduce w)-.15 F 1.306(ords from the history list into the\ - input stream, making it easy to repeat)-.1 F .21 -(commands, insert the ar)108 415.2 R .21(guments to a pre)-.18 F .209 + input stream, making it easy to repeat)-.1 F .209 +(commands, insert the ar)108 415.2 R .209(guments to a pre)-.18 F .21 (vious command into the current input line, or \214x errors in pre)-.25 -F(vious)-.25 E(commands quickly)108 427.2 Q(.)-.65 E 1.163(History e)108 +F(vious)-.25 E(commands quickly)108 427.2 Q(.)-.65 E 1.164(History e)108 444 R 1.163(xpansion is performed immediately after a complete line is \ read, before the shell breaks it into)-.15 F -.1(wo)108 456 S 3.2 (rds. It).1 F(tak)3.2 E .7(es place in tw)-.1 F 3.2(op)-.1 G 3.2 (arts. The)-3.2 F .7 (\214rst is to determine which line from the history list to use during) -3.2 F 4.367(substitution. The)108 468 R 1.868(second is to select porti\ -ons of that line for inclusion into the current one.)4.367 F 1.868 -(The line)6.868 F .663(selected from the history is the)108 480 R/F5 10 -/Times-Italic@0 SF -.15(ev)3.163 G(ent).15 E F0 3.163(,a)C .663 -(nd the portions of that line that are acted upon are)-3.163 F F5(wor) -3.162 E(ds)-.37 E F0 5.662(.V)C(arious)-6.772 E F5(modi\214er)108 492 Q -(s)-.1 E F0 .226(are a)2.726 F -.25(va)-.2 G .226 -(ilable to manipulate the selected w).25 F 2.726(ords. The)-.1 F .227 -(line is brok)2.726 F .227(en into w)-.1 F .227(ords in the same f)-.1 F -(ashion)-.1 E .352(as when reading input, so that se)108 504 R -.15(ve) --.25 G(ral).15 E F5(metac)2.852 E(har)-.15 E(acter)-.15 E F0 .351 -(-separated w)B .351(ords surrounded by quotes are considered)-.1 F .624 -(one w)108 516 R 3.124(ord. History)-.1 F -.15(ex)3.124 G .624 -(pansions are introduced by the appearance of the history e).15 F .625 -(xpansion character)-.15 F 3.125(,w)-.4 G(hich)-3.125 E(is)108 528 Q F3 -(!)3.511 E F0 .178(by def)3.511 F 2.678(ault. Only)-.1 F .178 -(backslash \()2.678 F F3(\\).833 E F0 2.678(\)a).833 G .178 -(nd single quotes can quote the history e)-2.678 F .177 -(xpansion character)-.15 F 2.677(,b)-.4 G .177(ut the his-)-2.877 F .67 +3.2 F 4.368(substitution. The)108 468 R 1.868(second is to select porti\ +ons of that line for inclusion into the current one.)4.368 F 1.867 +(The line)6.867 F .662(selected from the history is the)108 480 R/F5 10 +/Times-Italic@0 SF -.15(ev)3.162 G(ent).15 E F0 3.162(,a)C .663 +(nd the portions of that line that are acted upon are)-3.162 F F5(wor) +3.163 E(ds)-.37 E F0 5.663(.V)C(arious)-6.773 E F5(modi\214er)108 492 Q +(s)-.1 E F0 .227(are a)2.727 F -.25(va)-.2 G .227 +(ilable to manipulate the selected w).25 F 2.727(ords. The)-.1 F .226 +(line is brok)2.726 F .226(en into w)-.1 F .226(ords in the same f)-.1 F +(ashion)-.1 E .351(as when reading input, so that se)108 504 R -.15(ve) +-.25 G(ral).15 E F5(metac)2.852 E(har)-.15 E(acter)-.15 E F0 .352 +(-separated w)B .352(ords surrounded by quotes are considered)-.1 F .625 +(one w)108 516 R 3.125(ord. History)-.1 F -.15(ex)3.125 G .624 +(pansions are introduced by the appearance of the history e).15 F .624 +(xpansion character)-.15 F 3.124(,w)-.4 G(hich)-3.124 E(is)108 528 Q F3 +(!)3.51 E F0 .177(by def)3.51 F 2.677(ault. Only)-.1 F .177 +(backslash \()2.677 F F3(\\).833 E F0 2.678(\)a).833 G .178 +(nd single quotes can quote the history e)-2.678 F .178 +(xpansion character)-.15 F 2.678(,b)-.4 G .178(ut the his-)-2.878 F .67 (tory e)108 540 R .67(xpansion character is also treated as quoted if i\ t immediately precedes the closing double quote in a)-.15 F (double-quoted string.)108 552 Q(Se)108 568.8 Q -.15(ve)-.25 G .03 (ral characters inhibit history e).15 F .03 (xpansion if found immediately follo)-.15 F .03(wing the history e)-.25 F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 580.8 T -3.162(ni).25 G 3.162(fi)-3.162 G 3.162(ti)-3.162 G 3.162(su)-3.162 G +3.163(ni).25 G 3.163(fi)-3.163 G 3.162(ti)-3.163 G 3.162(su)-3.162 G .662(nquoted: space, tab, ne)-3.162 F .662(wline, carriage return, and) -.25 F F3(=)3.162 E F0 5.662(.I)C 3.162(ft)-5.662 G(he)-3.162 E F3 -(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F3(\()3.163 E +(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F3(\()3.162 E F0(will also inhibit e)108 592.8 Q(xpansion.)-.15 E(Se)108 609.6 Q -.15 -(ve)-.25 G .11(ral shell options settable with the).15 F F3(shopt)2.61 E -F0 -.2(bu)2.61 G .109(iltin may be used to tailor the beha).2 F .109 -(vior of history e)-.2 F(xpansion.)-.15 E 1.142(If the)108 621.6 R F3 +(ve)-.25 G .109(ral shell options settable with the).15 F F3(shopt)2.609 +E F0 -.2(bu)2.609 G .11(iltin may be used to tailor the beha).2 F .11 +(vior of history e)-.2 F(xpansion.)-.15 E 1.143(If the)108 621.6 R F3 (histv)3.643 E(erify)-.1 E F0 1.143 (shell option is enabled \(see the description of the)3.643 F F3(shopt) 3.643 E F0 -.2(bu)3.643 G 1.143(iltin belo).2 F 1.143(w\), and)-.25 F F3 --.18(re)3.643 G(adline).18 E F0(is)3.643 E .461(being used, history sub\ +-.18(re)3.643 G(adline).18 E F0(is)3.642 E .461(being used, history sub\ stitutions are not immediately passed to the shell parser)108 633.6 R -5.46(.I)-.55 G .46(nstead, the e)-5.46 F .46(xpanded line)-.15 F 1.515 -(is reloaded into the)108 645.6 R F3 -.18(re)4.015 G(adline).18 E F0 -1.515(editing b)4.015 F(uf)-.2 E 1.516(fer for further modi\214cation.) --.25 F(If)6.516 E F3 -.18(re)4.016 G(adline).18 E F0 1.516 -(is being used, and the)4.016 F F3(histr)108 657.6 Q(eedit)-.18 E F0 -1.202(shell option is enabled, a f)3.702 F 1.202 +5.461(.I)-.55 G .461(nstead, the e)-5.461 F .461(xpanded line)-.15 F +1.516(is reloaded into the)108 645.6 R F3 -.18(re)4.016 G(adline).18 E +F0 1.516(editing b)4.016 F(uf)-.2 E 1.516 +(fer for further modi\214cation.)-.25 F(If)6.516 E F3 -.18(re)4.015 G +(adline).18 E F0 1.515(is being used, and the)4.015 F F3(histr)108 657.6 +Q(eedit)-.18 E F0 1.202(shell option is enabled, a f)3.702 F 1.202 (ailed history substitution will be reloaded into the)-.1 F F3 -.18(re) 3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 669.6 S -.25(ff).2 G -1.16(er for correction.).25 F(The)6.16 E F33.66 E F0 1.16 -(option to the)3.66 F F3(history)3.66 E F0 -.2(bu)3.661 G 1.161 +1.161(er for correction.).25 F(The)6.161 E F33.661 E F0 1.161 +(option to the)3.661 F F3(history)3.661 E F0 -.2(bu)3.661 G 1.16 (iltin command may be used to see what a history).2 F -.15(ex)108 681.6 -S .056(pansion will do before using it.).15 F(The)5.056 E F32.556 -E F0 .056(option to the)2.556 F F3(history)2.555 E F0 -.2(bu)2.555 G -.055(iltin may be used to add commands to the).2 F +S .055(pansion will do before using it.).15 F(The)5.055 E F32.555 +E F0 .055(option to the)2.555 F F3(history)2.556 E F0 -.2(bu)2.556 G +.056(iltin may be used to add commands to the).2 F (end of the history list without actually e)108 693.6 Q -.15(xe)-.15 G (cuting them, so that the).15 E 2.5(ya)-.15 G(re a)-2.5 E -.25(va)-.2 G (ilable for subsequent recall.).25 E 2.2(The shell allo)108 710.4 R 2.2 (ws control of the v)-.25 F 2.2(arious characters used by the history e) --.25 F 2.2(xpansion mechanism \(see the)-.15 F 1.147(description of)108 -722.4 R F3(histchars)3.647 E F0(abo)3.647 E 1.447 -.15(ve u)-.15 H(nder) -.15 E F3 1.147(Shell V)3.647 F(ariables)-.92 E F0 3.646(\). The)B 1.146 +-.25 F 2.2(xpansion mechanism \(see the)-.15 F 1.146(description of)108 +722.4 R F3(histchars)3.646 E F0(abo)3.646 E 1.446 -.15(ve u)-.15 H(nder) +.15 E F3 1.146(Shell V)3.646 F(ariables)-.92 E F0 3.646(\). The)B 1.147 (shell uses the history comment character to)3.646 F(GNU Bash 4.4)72 768 -Q(2017 March 22)144.29 E(53)193.45 E 0 Cg EP +Q(2017 June 23)148.175 E(53)197.335 E 0 Cg EP %%Page: 54 54 %%BeginPageSetup BP @@ -6470,14 +6475,14 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E (mark history timestamps when writing the history \214le.)108 84 Q/F1 10 -/Times-Bold@0 SF(Ev)87 100.8 Q(ent Designators)-.1 E F0 .204(An e)108 +/Times-Bold@0 SF(Ev)87 100.8 Q(ent Designators)-.1 E F0 .205(An e)108 112.8 R -.15(ve)-.25 G .204(nt designator is a reference to a command l\ -ine entry in the history list.).15 F .205(Unless the reference is abso-) +ine entry in the history list.).15 F .204(Unless the reference is abso-) 5.204 F(lute, e)108 124.8 Q -.15(ve)-.25 G(nts are relati).15 E .3 -.15 (ve t)-.25 H 2.5(ot).15 G(he current position in the history list.)-2.5 -E F1(!)108 141.6 Q F0 1.608(Start a history substitution, e)144 141.6 R -1.608(xcept when follo)-.15 F 1.607(wed by a)-.25 F F1(blank)4.107 E F0 -4.107(,n)C -.25(ew)-4.107 G 1.607(line, carriage return, = or \().25 F +E F1(!)108 141.6 Q F0 1.607(Start a history substitution, e)144 141.6 R +1.607(xcept when follo)-.15 F 1.607(wed by a)-.25 F F1(blank)4.107 E F0 +4.107(,n)C -.25(ew)-4.107 G 1.608(line, carriage return, = or \().25 F (\(when the)144 153.6 Q F1(extglob)2.5 E F0 (shell option is enabled using the)2.5 E F1(shopt)2.5 E F0 -.2(bu)2.5 G (iltin\).).2 E F1(!)108 165.6 Q/F2 10/Times-Italic@0 SF(n)A F0 @@ -6493,42 +6498,42 @@ n in the history list containing)144 237.6 R F2(string)144 249.6 Q F0 5 (.T).22 G(he trailing)-5 E F1(?)2.5 E F0(may be omitted if)2.5 E F2 (string)2.84 E F0(is follo)2.72 E(wed immediately by a ne)-.25 E(wline.) -.25 E/F3 12/Times-Bold@0 SF(^)108 266.6 Q F2(string1)-5 I F3(^)5 I F2 -(string2)-5 I F3(^)5 I F0 .783(Quick substitution.)144 273.6 R .783 -(Repeat the pre)5.783 F .784(vious command, replacing)-.25 F F2(string1) -3.624 E F0(with)3.284 E F2(string2)3.284 E F0 5.784(.E).02 G(qui)-5.784 -E -.25(va)-.25 G .784(lent to).25 F -.74(``)144 285.6 S(!!:s/).74 E F2 +(string2)-5 I F3(^)5 I F0 .784(Quick substitution.)144 273.6 R .784 +(Repeat the pre)5.784 F .784(vious command, replacing)-.25 F F2(string1) +3.624 E F0(with)3.283 E F2(string2)3.283 E F0 5.783(.E).02 G(qui)-5.783 +E -.25(va)-.25 G .783(lent to).25 F -.74(``)144 285.6 S(!!:s/).74 E F2 (string1)A F0(/)A F2(string2)A F0(/')A 2.5('\()-.74 G(see)-2.5 E F1 (Modi\214ers)2.5 E F0(belo)2.5 E(w\).)-.25 E F1(!#)108 297.6 Q F0 (The entire command line typed so f)144 297.6 Q(ar)-.1 E(.)-.55 E F1 --.75(Wo)87 314.4 S(rd Designators).75 E F0 -.8(Wo)108 326.4 S 1.314 +-.75(Wo)87 314.4 S(rd Designators).75 E F0 -.8(Wo)108 326.4 S 1.313 (rd designators are used to select desired w).8 F 1.314(ords from the e) --.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F1(:)3.814 E F0 1.313 -(separates the e)3.813 F -.15(ve)-.25 G 1.313(nt speci\214cation).15 F -.529(from the w)108 338.4 R .529(ord designator)-.1 F 5.529(.I)-.55 G +-.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F1(:)3.814 E F0 1.314 +(separates the e)3.814 F -.15(ve)-.25 G 1.314(nt speci\214cation).15 F +.53(from the w)108 338.4 R .529(ord designator)-.1 F 5.529(.I)-.55 G 3.029(tm)-5.529 G .529(ay be omitted if the w)-3.029 F .529 (ord designator be)-.1 F .529(gins with a)-.15 F F1(^)3.029 E F0(,)A F1 ($)3.029 E F0(,)A F1(*)3.029 E F0(,)A F13.029 E F0 3.029(,o)C(r) --3.029 E F1(%)3.029 E F0 5.53(.W)C(ords)-6.33 E 1.301 -(are numbered from the be)108 350.4 R 1.301 -(ginning of the line, with the \214rst w)-.15 F 1.3 -(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)6.3 G 1.3(rds are).8 F -(inserted into the current line separated by single spaces.)108 362.4 Q +-3.029 E F1(%)3.029 E F0 5.529(.W)C(ords)-6.329 E 1.3 +(are numbered from the be)108 350.4 R 1.3 +(ginning of the line, with the \214rst w)-.15 F 1.301 +(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)6.301 G 1.301(rds are).8 +F(inserted into the current line separated by single spaces.)108 362.4 Q F1 2.5(0\()108 379.2 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 391.2 Q 2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E F2(n)108.36 403.2 Q F0(The)144 403.2 Q F2(n)2.5 E F0(th w)A(ord.)-.1 E F1(^)108 415.2 Q F0(The \214rst ar)144 415.2 Q 2.5(gument. That)-.18 F -(is, w)2.5 E(ord 1.)-.1 E F1($)108 427.2 Q F0 .063(The last w)144 427.2 -R 2.563(ord. This)-.1 F .063(is usually the last ar)2.563 F .064 +(is, w)2.5 E(ord 1.)-.1 E F1($)108 427.2 Q F0 .064(The last w)144 427.2 +R 2.564(ord. This)-.1 F .064(is usually the last ar)2.564 F .064 (gument, b)-.18 F .064(ut will e)-.2 F .064(xpand to the zeroth w)-.15 F -.064(ord if there is only)-.1 F(one w)144 439.2 Q(ord in the line.)-.1 E +.063(ord if there is only)-.1 F(one w)144 439.2 Q(ord in the line.)-.1 E F1(%)108 451.2 Q F0(The w)144 451.2 Q(ord matched by the most recent `?) -.1 E F2(string)A F0(?' search.)A F2(x)108.77 463.2 Q F1A F2(y)A F0 2.5(Ar)144 463.2 S(ange of w)-2.5 E(ords; `\255)-.1 E F2(y)A F0 2.5('a)C (bbre)-2.5 E(viates `0\255)-.25 E F2(y)A F0('.)A F1(*)108 475.2 Q F0 -.316(All of the w)144 475.2 R .316(ords b)-.1 F .316(ut the zeroth.)-.2 +.315(All of the w)144 475.2 R .315(ords b)-.1 F .315(ut the zeroth.)-.2 F .315(This is a synon)5.315 F .315(ym for `)-.15 F F2(1\255$)A F0 2.815 -('. It)B .315(is not an error to use)2.815 F F1(*)2.815 E F0 .315 -(if there is)2.815 F(just one w)144 487.2 Q(ord in the e)-.1 E -.15(ve) +('. It)B .315(is not an error to use)2.815 F F1(*)2.816 E F0 .316 +(if there is)2.816 F(just one w)144 487.2 Q(ord in the e)-.1 E -.15(ve) -.25 G(nt; the empty string is returned in that case.).15 E F1(x*)108 499.2 Q F0(Abbre)144 499.2 Q(viates)-.25 E F2(x\255$)2.5 E F0(.)A F1 <78ad>108 511.2 Q F0(Abbre)144 511.2 Q(viates)-.25 E F2(x\255$)2.5 E F0 @@ -6536,9 +6541,9 @@ F .315(This is a synon)5.315 F .315(ym for `)-.15 F F2(1\255$)A F0 2.815 (ord.)-.1 E(If a w)108 528 Q(ord designator is supplied without an e)-.1 E -.15(ve)-.25 G(nt speci\214cation, the pre).15 E (vious command is used as the e)-.25 E -.15(ve)-.25 G(nt.).15 E F1 -(Modi\214ers)87 544.8 Q F0 .183(After the optional w)108 556.8 R .183 -(ord designator)-.1 F 2.683(,t)-.4 G .184 -(here may appear a sequence of one or more of the follo)-2.683 F .184 +(Modi\214ers)87 544.8 Q F0 .184(After the optional w)108 556.8 R .184 +(ord designator)-.1 F 2.684(,t)-.4 G .183 +(here may appear a sequence of one or more of the follo)-2.684 F .183 (wing modi\214ers,)-.25 F(each preceded by a `:'.)108 568.8 Q F1(h)108 585.6 Q F0(Remo)144 585.6 Q .3 -.15(ve a t)-.15 H (railing \214lename component, lea).15 E(ving only the head.)-.2 E F1(t) @@ -6555,23 +6560,23 @@ E -.15(ve)-.25 G(nt speci\214cation, the pre).15 E (Quote the substituted w)144 657.6 Q(ords as with)-.1 E F1(q)2.5 E F0 2.5(,b)C(ut break into w)-2.7 E(ords at)-.1 E F1(blanks)2.5 E F0(and ne) 2.5 E(wlines.)-.25 E F1(s/)108 669.6 Q F2(old)A F1(/)A F2(ne)A(w)-.15 E -F1(/)A F0(Substitute)144 681.6 Q F2(ne)3.082 E(w)-.15 E F0 .221 -(for the \214rst occurrence of)3.032 F F2(old)2.951 E F0 .221(in the e) +F1(/)A F0(Substitute)144 681.6 Q F2(ne)3.081 E(w)-.15 E F0 .221 +(for the \214rst occurrence of)3.031 F F2(old)2.951 E F0 .221(in the e) 3.491 F -.15(ve)-.25 G .221(nt line.).15 F(An)5.221 E 2.721(yd)-.15 G -.221(elimiter can be used in place)-2.721 F .616(of /.)144 693.6 R .617 +.221(elimiter can be used in place)-2.721 F .617(of /.)144 693.6 R .617 (The \214nal delimiter is optional if it is the last character of the e) -5.616 F -.15(ve)-.25 G .617(nt line.).15 F .617(The delimiter may)5.617 +5.617 F -.15(ve)-.25 G .617(nt line.).15 F .616(The delimiter may)5.616 F .666(be quoted in)144 705.6 R F2(old)3.396 E F0(and)3.936 E F2(ne) 3.526 E(w)-.15 E F0 .666(with a single backslash.)3.476 F .666 (If & appears in)5.666 F F2(ne)3.166 E(w)-.15 E F0 3.166(,i).31 G 3.166 (ti)-3.166 G 3.166(sr)-3.166 G .666(eplaced by)-3.166 F F2(old)3.166 E -F0 5.666(.A).77 G .274(single backslash will quote the &.)144 717.6 R -(If)5.274 E F2(old)3.004 E F0 .274(is null, it is set to the last)3.544 -F F2(old)3.005 E F0 .275(substituted, or)3.545 F 2.775(,i)-.4 G 2.775 -(fn)-2.775 G 2.775(op)-2.775 G(re)-2.775 E(vi-)-.25 E +F0 5.666(.A).77 G .275(single backslash will quote the &.)144 717.6 R +(If)5.275 E F2(old)3.004 E F0 .274(is null, it is set to the last)3.544 +F F2(old)3.004 E F0 .274(substituted, or)3.544 F 2.774(,i)-.4 G 2.774 +(fn)-2.774 G 2.774(op)-2.774 G(re)-2.774 E(vi-)-.25 E (ous history substitutions took place, the last)144 729.6 Q F2(string) 2.84 E F0(in a)2.72 E F1(!?)2.5 E F2(string)A F1([?])A F0(search.)5 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(54)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(54)197.335 E 0 Cg EP %%Page: 55 55 %%BeginPageSetup BP @@ -6579,43 +6584,43 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF(&)108 84 Q F0(Repeat the pre)144 84 Q(vious substitution.)-.25 E F1 -(g)108 96 Q F0 .398(Cause changes to be applied o)144 96 R -.15(ve)-.15 -G 2.898(rt).15 G .398(he entire e)-2.898 F -.15(ve)-.25 G .398(nt line.) -.15 F .397(This is used in conjunction with `)5.398 F F1(:s)A F0 2.897 -('\()C(e.g.,)-2.897 E(`)144 108 Q F1(:gs/)A/F2 10/Times-Italic@0 SF(old) -A F1(/)A F2(ne)A(w)-.15 E F1(/)A F0 1.218('\) or `)B F1(:&)A F0 3.718 -('. If)B 1.218(used with `)3.718 F F1(:s)A F0 1.218(', an)B 3.718(yd) --.15 G 1.219(elimiter can be used in place of /, and the \214nal)-3.718 -F .09(delimiter is optional if it is the last character of the e)144 120 -R -.15(ve)-.25 G .089(nt line.).15 F(An)5.089 E F1(a)2.589 E F0 .089 -(may be used as a synon)2.589 F .089(ym for)-.15 F F1(g)144 132 Q F0(.)A +(g)108 96 Q F0 .397(Cause changes to be applied o)144 96 R -.15(ve)-.15 +G 2.897(rt).15 G .398(he entire e)-2.897 F -.15(ve)-.25 G .398(nt line.) +.15 F .398(This is used in conjunction with `)5.398 F F1(:s)A F0 2.898 +('\()C(e.g.,)-2.898 E(`)144 108 Q F1(:gs/)A/F2 10/Times-Italic@0 SF(old) +A F1(/)A F2(ne)A(w)-.15 E F1(/)A F0 1.219('\) or `)B F1(:&)A F0 3.719 +('. If)B 1.219(used with `)3.719 F F1(:s)A F0 1.218(', an)B 3.718(yd) +-.15 G 1.218(elimiter can be used in place of /, and the \214nal)-3.718 +F .089(delimiter is optional if it is the last character of the e)144 +120 R -.15(ve)-.25 G .09(nt line.).15 F(An)5.09 E F1(a)2.59 E F0 .09 +(may be used as a synon)2.59 F .09(ym for)-.15 F F1(g)144 132 Q F0(.)A F1(G)108 144 Q F0(Apply the follo)144 144 Q(wing `)-.25 E F1(s)A F0 2.5 ('m)C(odi\214er once to each w)-2.5 E(ord in the e)-.1 E -.15(ve)-.25 G (nt line.).15 E/F3 10.95/Times-Bold@0 SF(SHELL B)72 160.8 Q(UIL)-.11 E -(TIN COMMANDS)-1.007 E F0 .062(Unless otherwise noted, each b)108 172.8 +(TIN COMMANDS)-1.007 E F0 .063(Unless otherwise noted, each b)108 172.8 R .062(uiltin command documented in this section as accepting options p\ -receded by)-.2 F F1108 184.8 Q F0(accepts)2.534 E F12.534 E F0 -.034(to signify the end of the options.)2.534 F(The)5.034 E F1(:)2.534 E +receded by)-.2 F F1108 184.8 Q F0(accepts)2.533 E F12.533 E F0 +.034(to signify the end of the options.)2.533 F(The)5.034 E F1(:)2.534 E F0(,)A F1(true)2.534 E F0(,)A F1(false)2.534 E F0 2.534(,a)C(nd)-2.534 E -F1(test)2.534 E F0 -.2(bu)2.534 G .033(iltins do not accept options and) -.2 F 1.548(do not treat)108 196.8 R F14.048 E F0(specially)4.048 E +F1(test)2.534 E F0 -.2(bu)2.534 G .034(iltins do not accept options and) +.2 F 1.549(do not treat)108 196.8 R F14.049 E F0(specially)4.049 E 6.549(.T)-.65 G(he)-6.549 E F1(exit)4.049 E F0(,)A F1(logout)4.049 E F0 (,)A F1 -.18(re)4.049 G(tur).18 E(n)-.15 E F0(,)A F1(br)4.049 E(eak)-.18 E F0(,)A F1(continue)4.049 E F0(,)A F1(let)4.049 E F0 4.049(,a)C(nd) --4.049 E F1(shift)4.049 E F0 -.2(bu)4.049 G 1.549(iltins accept and).2 F -.261(process ar)108 208.8 R .261(guments be)-.18 F .261(ginning with) --.15 F F12.761 E F0 .261(without requiring)2.761 F F12.761 E -F0 5.261(.O)C .261(ther b)-5.261 F .26(uiltins that accept ar)-.2 F .26 -(guments b)-.18 F .26(ut are not)-.2 F 1.154 +-4.049 E F1(shift)4.048 E F0 -.2(bu)4.048 G 1.548(iltins accept and).2 F +.26(process ar)108 208.8 R .26(guments be)-.18 F .26(ginning with)-.15 F +F12.76 E F0 .261(without requiring)2.76 F F12.761 E F0 5.261 +(.O)C .261(ther b)-5.261 F .261(uiltins that accept ar)-.2 F .261 +(guments b)-.18 F .261(ut are not)-.2 F 1.154 (speci\214ed as accepting options interpret ar)108 220.8 R 1.154 (guments be)-.18 F 1.154(ginning with)-.15 F F13.654 E F0 1.154 (as in)3.654 F -.25(va)-.4 G 1.154(lid options and require).25 F F1 3.654 E F0(to)3.654 E(pre)108 232.8 Q -.15(ve)-.25 G (nt this interpretation.).15 E F1(:)108 250.8 Q F0([)2.5 E F2(ar)A -(guments)-.37 E F0(])A .452(No ef)144 262.8 R .452 +(guments)-.37 E F0(])A .451(No ef)144 262.8 R .451 (fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding) --.15 E F2(ar)3.282 E(guments)-.37 E F0 .451(and performing an)3.221 F -2.951(ys)-.15 G(peci\214ed)-2.951 E 2.5(redirections. The)144 274.8 R +-.15 E F2(ar)3.282 E(guments)-.37 E F0 .452(and performing an)3.222 F +2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 274.8 R (return status is zero.)2.5 E F1(.)110.5 291.6 Q F2(\214lename)6.666 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108 303.6 Q(ce)-.18 E F2(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.02 @@ -6628,67 +6633,67 @@ F2(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.02 .608(names in)144 339.6 R/F4 9/Times-Bold@0 SF -.666(PA)3.108 G(TH)-.189 E F0 .608(are used to \214nd the directory containing)2.858 F F2 (\214lename)3.108 E F0 5.608(.T).18 G .608(he \214le searched for in) --5.608 F F4 -.666(PA)3.108 G(TH)-.189 E F0 .833(need not be e)144 351.6 -R -.15(xe)-.15 G 3.333(cutable. When).15 F F1(bash)3.333 E F0 .832 -(is not in)3.333 F F2 .832(posix mode)3.332 F F0 3.332(,t)C .832 -(he current directory is searched if no)-3.332 F .981 +-5.608 F F4 -.666(PA)3.108 G(TH)-.189 E F0 .832(need not be e)144 351.6 +R -.15(xe)-.15 G 3.332(cutable. When).15 F F1(bash)3.332 E F0 .832 +(is not in)3.332 F F2 .832(posix mode)3.332 F F0 3.332(,t)C .833 +(he current directory is searched if no)-3.332 F .982 (\214le is found in)144 363.6 R F4 -.666(PA)3.481 G(TH)-.189 E/F5 9 /Times-Roman@0 SF(.)A F0 .981(If the)5.481 F F1(sour)3.481 E(cepath)-.18 E F0 .981(option to the)3.481 F F1(shopt)3.481 E F0 -.2(bu)3.481 G .981 -(iltin command is turned of).2 F .982(f, the)-.25 F F4 -.666(PA)144 -375.6 S(TH)-.189 E F0 .112(is not searched.)2.363 F .112(If an)5.112 F +(iltin command is turned of).2 F .981(f, the)-.25 F F4 -.666(PA)144 +375.6 S(TH)-.189 E F0 .112(is not searched.)2.362 F .112(If an)5.112 F (y)-.15 E F2(ar)2.612 E(guments)-.37 E F0 .112(are supplied, the)2.612 F 2.612(yb)-.15 G .112(ecome the positional parameters when)-2.612 F F2 -(\214lename)144 387.6 Q F0 1.697(is e)4.196 F -.15(xe)-.15 G 4.197 +(\214lename)144 387.6 Q F0 1.697(is e)4.197 F -.15(xe)-.15 G 4.197 (cuted. Otherwise).15 F 1.697(the positional parameters are unchanged.) -4.197 F 1.697(If the)6.697 F F14.197 E F0 1.697(option is)4.197 F -(enabled,)144 399.6 Q F1(sour)3.618 E(ce)-.18 E F0 1.118(inherits an) -3.618 F 3.618(yt)-.15 G 1.118(rap on)-3.618 F F1(DEB)3.618 E(UG)-.1 E F0 +4.197 F 1.697(If the)6.697 F F14.197 E F0 1.696(option is)4.197 F +(enabled,)144 399.6 Q F1(sour)3.617 E(ce)-.18 E F0 1.117(inherits an) +3.617 F 3.617(yt)-.15 G 1.117(rap on)-3.617 F F1(DEB)3.617 E(UG)-.1 E F0 3.618(;i)C 3.618(fi)-3.618 G 3.618(ti)-3.618 G 3.618(sn)-3.618 G 1.118 -(ot, an)-3.618 F(y)-.15 E F1(DEB)3.617 E(UG)-.1 E F0 1.117 -(trap string is sa)3.617 F -.15(ve)-.2 G 3.617(da).15 G(nd)-3.617 E .36 +(ot, an)-3.618 F(y)-.15 E F1(DEB)3.618 E(UG)-.1 E F0 1.118 +(trap string is sa)3.618 F -.15(ve)-.2 G 3.618(da).15 G(nd)-3.618 E .36 (restored around the call to)144 411.6 R F1(sour)2.86 E(ce)-.18 E F0 2.86(,a)C(nd)-2.86 E F1(sour)2.86 E(ce)-.18 E F0 .36(unsets the)2.86 F F1(DEB)2.86 E(UG)-.1 E F0 .36(trap while it e)2.86 F -.15(xe)-.15 G 2.86 (cutes. If).15 F F12.86 E F0(is)2.86 E 1.435 (not set, and the sourced \214le changes the)144 423.6 R F1(DEB)3.935 E (UG)-.1 E F0 1.435(trap, the ne)3.935 F 3.935(wv)-.25 G 1.435 -(alue is retained when)-4.185 F F1(sour)3.935 E(ce)-.18 E F0 3.762 +(alue is retained when)-4.185 F F1(sour)3.935 E(ce)-.18 E F0 3.763 (completes. The)144 435.6 R 1.262 -(return status is the status of the last command e)3.762 F 1.263 +(return status is the status of the last command e)3.763 F 1.262 (xited within the script \(0 if no)-.15 F(commands are e)144 447.6 Q -.15(xe)-.15 G(cuted\), and f).15 E(alse if)-.1 E F2(\214lename)4.41 E F0(is not found or cannot be read.)2.68 E F1(alias)108 464.4 Q F0([)2.5 E F1A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C -(..])-2.5 E F1(Alias)144 476.4 Q F0 2.725(with no ar)5.225 F 2.724 +(..])-2.5 E F1(Alias)144 476.4 Q F0 2.724(with no ar)5.224 F 2.724 (guments or with the)-.18 F F15.224 E F0 2.724 -(option prints the list of aliases in the form)5.224 F F1(alias)5.224 E +(option prints the list of aliases in the form)5.224 F F1(alias)5.225 E F2(name)144 488.4 Q F0(=)A F2(value)A F0 .58(on standard output.)3.08 F .58(When ar)5.58 F .58 (guments are supplied, an alias is de\214ned for each)-.18 F F2(name) -3.08 E F0(whose)144 500.4 Q F2(value)2.509 E F0 .009(is gi)2.509 F -.15 +3.08 E F0(whose)144 500.4 Q F2(value)2.508 E F0 .009(is gi)2.508 F -.15 (ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F2(value) 2.509 E F0 .009(causes the ne)2.509 F .009(xt w)-.15 F .009 -(ord to be check)-.1 F .008(ed for alias substi-)-.1 F .579 +(ord to be check)-.1 F .009(ed for alias substi-)-.1 F .579 (tution when the alias is e)144 512.4 R 3.079(xpanded. F)-.15 F .579 (or each)-.15 F F2(name)3.079 E F0 .579(in the ar)3.079 F .579 -(gument list for which no)-.18 F F2(value)3.079 E F0 .579(is sup-)3.079 -F 1.314(plied, the name and v)144 524.4 R 1.314 +(gument list for which no)-.18 F F2(value)3.079 E F0 .578(is sup-)3.078 +F 1.313(plied, the name and v)144 524.4 R 1.314 (alue of the alias is printed.)-.25 F F1(Alias)6.314 E F0 1.314 -(returns true unless a)3.814 F F2(name)3.814 E F0 1.313(is gi)3.814 F --.15(ve)-.25 G 3.813(nf).15 G(or)-3.813 E +(returns true unless a)3.814 F F2(name)3.814 E F0 1.314(is gi)3.814 F +-.15(ve)-.25 G 3.814(nf).15 G(or)-3.814 E (which no alias has been de\214ned.)144 536.4 Q F1(bg)108 553.2 Q F0([) -2.5 E F2(jobspec)A F0(...])2.5 E .744(Resume each suspended job)144 -565.2 R F2(jobspec)3.244 E F0 .745 -(in the background, as if it had been started with)3.244 F F1(&)3.245 E -F0 5.745(.I)C(f)-5.745 E F2(job-)4.985 E(spec)144 577.2 Q F0 .672 -(is not present, the shell')3.482 F 3.172(sn)-.55 G .672(otion of the) --3.172 F F2(curr)3.172 E .672(ent job)-.37 F F0 .672(is used.)3.172 F F1 -(bg)5.671 E F2(jobspec)4.911 E F0 .671(returns 0 unless run)3.481 F .418 +2.5 E F2(jobspec)A F0(...])2.5 E .745(Resume each suspended job)144 +565.2 R F2(jobspec)3.245 E F0 .745 +(in the background, as if it had been started with)3.245 F F1(&)3.244 E +F0 5.744(.I)C(f)-5.744 E F2(job-)4.984 E(spec)144 577.2 Q F0 .671 +(is not present, the shell')3.481 F 3.171(sn)-.55 G .672(otion of the) +-3.171 F F2(curr)3.172 E .672(ent job)-.37 F F0 .672(is used.)3.172 F F1 +(bg)5.672 E F2(jobspec)4.912 E F0 .672(returns 0 unless run)3.482 F .419 (when job control is disabled or)144 589.2 R 2.919(,w)-.4 G .419 -(hen run with job control enabled, an)-2.919 F 2.919(ys)-.15 G -(peci\214ed)-2.919 E F2(jobspec)2.919 E F0 -.1(wa)2.919 G 2.919(sn).1 G -(ot)-2.919 E(found or w)144 601.2 Q(as started without job control.)-.1 +(hen run with job control enabled, an)-2.919 F 2.918(ys)-.15 G +(peci\214ed)-2.918 E F2(jobspec)2.918 E F0 -.1(wa)2.918 G 2.918(sn).1 G +(ot)-2.918 E(found or w)144 601.2 Q(as started without job control.)-.1 E F1(bind)108 618 Q F0([)2.5 E F1A F2 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F1(\255lpsvPSVX)-2.5 E F0(])A F1(bind)108 630 Q F0([)2.5 E F1 A F2 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F1-2.5 E F2 @@ -6701,19 +6706,19 @@ F1-2.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(])A F1(bind)108 642 Q F0([) G(ymap)-.2 E F0(])A F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 (function\255name)A F1(bind)108 678 Q F0([)2.5 E F1A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 -.37(re)C -(adline\255command).37 E F0 .239(Display current)144 690 R F1 -.18(re) -2.739 G(adline).18 E F0 -.1(ke)2.739 G 2.739(ya)-.05 G .239 -(nd function bindings, bind a k)-2.739 F .539 -.15(ey s)-.1 H .238 -(equence to a).15 F F1 -.18(re)2.738 G(adline).18 E F0 .238(function or) -2.738 F .475(macro, or set a)144 702 R F1 -.18(re)2.975 G(adline).18 E -F0 -.25(va)2.975 G 2.975(riable. Each).25 F .476(non-option ar)2.976 F -.476(gument is a command as it w)-.18 F .476(ould appear in)-.1 F F2 -(.inputr)144 714 Q(c)-.37 E F0 2.984(,b).31 G .484 -(ut each binding or command must be passed as a separate ar)-3.184 F -.483(gument; e.g., '"\\C\255x\\C\255r":)-.18 F 2.5 +(adline\255command).37 E F0 .238(Display current)144 690 R F1 -.18(re) +2.738 G(adline).18 E F0 -.1(ke)2.738 G 2.738(ya)-.05 G .239 +(nd function bindings, bind a k)-2.738 F .539 -.15(ey s)-.1 H .239 +(equence to a).15 F F1 -.18(re)2.739 G(adline).18 E F0 .239(function or) +2.739 F .476(macro, or set a)144 702 R F1 -.18(re)2.976 G(adline).18 E +F0 -.25(va)2.976 G 2.976(riable. Each).25 F .476(non-option ar)2.976 F +.475(gument is a command as it w)-.18 F .475(ould appear in)-.1 F F2 +(.inputr)144 714 Q(c)-.37 E F0 2.983(,b).31 G .484 +(ut each binding or command must be passed as a separate ar)-3.183 F +.484(gument; e.g., '"\\C\255x\\C\255r":)-.18 F 2.5 (re\255read\255init\255\214le'. Options,)144 726 R(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E(GNU Bash 4.4)72 -768 Q(2017 March 22)144.29 E(55)193.45 E 0 Cg EP +768 Q(2017 June 23)148.175 E(55)197.335 E 0 Cg EP %%Page: 56 56 %%BeginPageSetup BP @@ -6721,15 +6726,15 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF144 84 Q/F2 10/Times-Italic@0 SF -.1(ke)2.5 G(ymap)-.2 E F0(Use) -180 96 Q F2 -.1(ke)5.158 G(ymap)-.2 E F0 2.658(as the k)5.348 F -.15(ey) --.1 G 2.658(map to be af).15 F 2.659(fected by the subsequent bindings.) --.25 F(Acceptable)7.659 E F2 -.1(ke)180 108 S(ymap)-.2 E F0 3.193 -(names are)5.883 F F2 3.193(emacs, emacs\255standar)5.693 F 3.192 +180 96 Q F2 -.1(ke)5.159 G(ymap)-.2 E F0 2.659(as the k)5.349 F -.15(ey) +-.1 G 2.658(map to be af).15 F 2.658(fected by the subsequent bindings.) +-.25 F(Acceptable)7.658 E F2 -.1(ke)180 108 S(ymap)-.2 E F0 3.192 +(names are)5.882 F F2 3.192(emacs, emacs\255standar)5.692 F 3.193 (d, emacs\255meta, emacs\255ctlx, vi, vi\255mo)-.37 F(ve)-.1 E(,)-.1 E -(vi\255command)180 120 Q F0 4.113(,a)C(nd)-4.113 E F2(vi\255insert)4.113 -E F0(.).68 E F2(vi)6.613 E F0 1.613(is equi)4.113 F -.25(va)-.25 G 1.613 +(vi\255command)180 120 Q F0 4.114(,a)C(nd)-4.114 E F2(vi\255insert)4.114 +E F0(.).68 E F2(vi)6.614 E F0 1.613(is equi)4.114 F -.25(va)-.25 G 1.613 (lent to).25 F F2(vi\255command)4.113 E F0(\()4.113 E F2(vi\255mo)A(ve) --.1 E F0 1.614(is also a syn-)4.114 F(on)180 132 Q(ym\);)-.15 E F2 +-.1 E F0 1.613(is also a syn-)4.113 F(on)180 132 Q(ym\);)-.15 E F2 (emacs)2.5 E F0(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F2 (emacs\255standar)2.5 E(d)-.37 E F0(.)A F1144 144 Q F0 (List the names of all)180 144 Q F1 -.18(re)2.5 G(adline).18 E F0 @@ -6762,164 +6767,164 @@ E F2(function)2.5 E F0(.)A F1144 288 Q F2(function)2.5 E F0 180 348 Q F2(shell\255command)4.325 E F0 1.825(to be e)4.325 F -.15(xe) -.15 G 1.825(cuted whene).15 F -.15(ve)-.25 G(r).15 E F2 -.1(ke)4.325 G (yseq)-.2 E F0 1.825(is entered.)4.325 F(When)6.825 E F2(shell\255com-) -4.325 E(mand)180 360 Q F0 1.765(is e)4.265 F -.15(xe)-.15 G 1.765 +4.325 E(mand)180 360 Q F0 1.764(is e)4.264 F -.15(xe)-.15 G 1.765 (cuted, the shell sets the).15 F/F3 9/Times-Bold@0 SF(READLINE_LINE) 4.265 E F0 -.25(va)4.015 G 1.765(riable to the contents of the).25 F F1 --.18(re)180 372 S(adline).18 E F0 1.353(line b)3.852 F(uf)-.2 E 1.353 +-.18(re)180 372 S(adline).18 E F0 1.353(line b)3.853 F(uf)-.2 E 1.353 (fer and the)-.25 F F3(READLINE_POINT)3.853 E F0 -.25(va)3.603 G 1.353 -(riable to the current location of the).25 F 2.012(insertion point.)180 -384 R 2.011(If the e)7.012 F -.15(xe)-.15 G 2.011 +(riable to the current location of the).25 F 2.011(insertion point.)180 +384 R 2.011(If the e)7.011 F -.15(xe)-.15 G 2.011 (cuted command changes the v).15 F 2.011(alue of)-.25 F F3 -(READLINE_LINE)4.511 E F0(or)4.261 E F3(READLINE_POINT)180 396 Q/F4 9 +(READLINE_LINE)4.512 E F0(or)4.262 E F3(READLINE_POINT)180 396 Q/F4 9 /Times-Roman@0 SF(,)A F0(those ne)2.25 E 2.5(wv)-.25 G (alues will be re\215ected in the editing state.)-2.75 E F1144 408 -Q F0 .829(List all k)180 408 R 1.129 -.15(ey s)-.1 H .829 +Q F0 .83(List all k)180 408 R 1.13 -.15(ey s)-.1 H .829 (equences bound to shell commands and the associated commands in a for) .15 F(-)-.2 E(mat that can be reused as input.)180 420 Q(The return v) 144 436.8 Q(alue is 0 unless an unrecognized option is gi)-.25 E -.15 (ve)-.25 G 2.5(no).15 G 2.5(ra)-2.5 G 2.5(ne)-2.5 G(rror occurred.)-2.5 -E F1(br)108 453.6 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .055 -(Exit from within a)144 465.6 R F1 -.25(fo)2.555 G(r).25 E F0(,)A F1 -(while)2.555 E F0(,)A F1(until)2.555 E F0 2.555(,o)C(r)-2.555 E F1 +E F1(br)108 453.6 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .054 +(Exit from within a)144 465.6 R F1 -.25(fo)2.554 G(r).25 E F0(,)A F1 +(while)2.554 E F0(,)A F1(until)2.555 E F0 2.555(,o)C(r)-2.555 E F1 (select)2.555 E F0 2.555(loop. If)2.555 F F2(n)2.555 E F0 .055 (is speci\214ed, break)2.555 F F2(n)2.555 E F0(le)2.555 E -.15(ve)-.25 G -(ls.).15 E F2(n)5.414 E F0 .054(must be)2.794 F/F5 10/Symbol SF2.554 -E F0(1.)2.554 E(If)144 477.6 Q F2(n)3.074 E F0 .215(is greater than the\ - number of enclosing loops, all enclosing loops are e)2.954 F 2.715 -(xited. The)-.15 F .215(return v)2.715 F(alue)-.25 E(is 0 unless)144 +(ls.).15 E F2(n)5.415 E F0 .055(must be)2.795 F/F5 10/Symbol SF2.555 +E F0(1.)2.555 E(If)144 477.6 Q F2(n)3.075 E F0 .215(is greater than the\ + number of enclosing loops, all enclosing loops are e)2.955 F 2.714 +(xited. The)-.15 F .214(return v)2.714 F(alue)-.25 E(is 0 unless)144 489.6 Q F2(n)2.5 E F0(is not greater than or equal to 1.)2.5 E F1 -.2 (bu)108 506.4 S(iltin).2 E F2(shell\255b)2.5 E(uiltin)-.2 E F0([)2.5 E -F2(ar)A(guments)-.37 E F0(])A(Ex)144 518.4 Q .793 -(ecute the speci\214ed shell b)-.15 F .793(uiltin, passing it)-.2 F F2 +F2(ar)A(guments)-.37 E F0(])A(Ex)144 518.4 Q .792 +(ecute the speci\214ed shell b)-.15 F .792(uiltin, passing it)-.2 F F2 (ar)3.293 E(guments)-.37 E F0 3.293(,a).27 G .793(nd return its e)-3.293 -F .792(xit status.)-.15 F .792(This is useful)5.792 F .615 +F .793(xit status.)-.15 F .793(This is useful)5.793 F .616 (when de\214ning a function whose name is the same as a shell b)144 -530.4 R .616(uiltin, retaining the functionality of)-.2 F .57(the b)144 +530.4 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144 542.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F1(cd)3.07 E F0 -.2(bu)3.07 G .57(iltin is commonly rede\214ned this w).2 F(ay)-.1 E 5.57(.T)-.65 G .57(he return status)-5.57 F(is f)144 554.4 Q(alse if)-.1 E F2(shell\255b)2.84 E(uiltin)-.2 E F0(is not a shell b)2.74 E (uiltin command.)-.2 E F1(caller)108 571.2 Q F0([)2.5 E F2 -.2(ex)C(pr) -.2 E F0(])A .253(Returns the conte)144 583.2 R .254(xt of an)-.15 F +.2 E F0(])A .254(Returns the conte)144 583.2 R .254(xt of an)-.15 F 2.754(ya)-.15 G(cti)-2.754 E .554 -.15(ve s)-.25 H .254 (ubroutine call \(a shell function or a script e).15 F -.15(xe)-.15 G -.254(cuted with the).15 F F1(.)2.754 E F0(or)2.754 E F1(sour)144 595.2 Q -(ce)-.18 E F0 -.2(bu)2.825 G 2.825(iltins\). W).2 F(ithout)-.4 E F2 -.2 -(ex)2.825 G(pr).2 E F0(,)A F1(caller)2.825 E F0 .324 +.254(cuted with the).15 F F1(.)2.753 E F0(or)2.753 E F1(sour)144 595.2 Q +(ce)-.18 E F0 -.2(bu)2.824 G 2.824(iltins\). W).2 F(ithout)-.4 E F2 -.2 +(ex)2.824 G(pr).2 E F0(,)A F1(caller)2.824 E F0 .324 (displays the line number and source \214lename of the current)2.824 F -.253(subroutine call.)144 607.2 R .253(If a non-ne)5.253 F -.05(ga)-.15 -G(ti).05 E .553 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15 -F F2 -.2(ex)2.753 G(pr).2 E F0(,)A F1(caller)2.753 E F0 .254 -(displays the line number)2.754 F 2.754(,s)-.4 G(ub-)-2.754 E 1.327(rou\ +.254(subroutine call.)144 607.2 R .254(If a non-ne)5.254 F -.05(ga)-.15 +G(ti).05 E .554 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15 +F F2 -.2(ex)2.753 G(pr).2 E F0(,)A F1(caller)2.753 E F0 .253 +(displays the line number)2.753 F 2.753(,s)-.4 G(ub-)-2.753 E 1.327(rou\ tine name, and source \214le corresponding to that position in the curr\ -ent e)144 619.2 R -.15(xe)-.15 G 1.327(cution call stack.).15 F(This e) -144 631.2 Q(xtra information may be used, for e)-.15 E .001 -(xample, to print a stack trace.)-.15 F .001(The current frame is frame) -5.001 F 3.02(0. The)144 643.2 R .52(return v)3.02 F .52 -(alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .519 -(cuting a subroutine call or).15 F F2 -.2(ex)3.019 G(pr).2 E F0 .519 -(does not corre-)3.019 F(spond to a v)144 655.2 Q +ent e)144 619.2 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001 +(This e)144 631.2 R .001(xtra information may be used, for e)-.15 F .001 +(xample, to print a stack trace.)-.15 F(The current frame is frame)5 E +3.019(0. The)144 643.2 R .519(return v)3.019 F .519 +(alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .52 +(cuting a subroutine call or).15 F F2 -.2(ex)3.02 G(pr).2 E F0 .52 +(does not corre-)3.02 F(spond to a v)144 655.2 Q (alid position in the call stack.)-.25 E F1(cd)108 672 Q F0([)2.5 E F1 A F0(|[)A F1A F0([)2.5 E F1A F0(]] [\255@]] [)A F2 -(dir)A F0(])A .321(Change the current directory to)144 684 R F2(dir) -2.821 E F0 5.321(.i)C(f)-5.321 E F2(dir)2.821 E F0 .322 -(is not supplied, the v)2.821 F .322(alue of the)-.25 F F3(HOME)2.822 E -F0 .322(shell v)2.572 F .322(ariable is)-.25 F 1.036(the def)144 696 R -3.536(ault. An)-.1 F 3.536(ya)-.15 G 1.035(dditional ar)-3.536 F 1.035 +(dir)A F0(])A .322(Change the current directory to)144 684 R F2(dir) +2.822 E F0 5.322(.i)C(f)-5.322 E F2(dir)2.822 E F0 .321 +(is not supplied, the v)2.822 F .321(alue of the)-.25 F F3(HOME)2.821 E +F0 .321(shell v)2.571 F .321(ariable is)-.25 F 1.035(the def)144 696 R +3.535(ault. An)-.1 F 3.535(ya)-.15 G 1.035(dditional ar)-3.535 F 1.035 (guments follo)-.18 F(wing)-.25 E F2(dir)3.535 E F0 1.035(are ignored.) -3.535 F 1.035(The v)6.035 F(ariable)-.25 E F3(CDP)3.535 E -.855(AT)-.666 -G(H).855 E F0(de\214nes)3.285 E .849 -(the search path for the directory containing)144 708 R F2(dir)3.349 E -F0 3.35(:e).73 G .85(ach directory name in)-3.35 F F3(CDP)3.35 E -.855 -(AT)-.666 G(H).855 E F0 .85(is searched for)3.1 F F2(dir)144 720 Q F0 -5.665(.A)C(lternati)-5.665 E .965 -.15(ve d)-.25 H .665 +3.535 F 1.036(The v)6.035 F(ariable)-.25 E F3(CDP)3.536 E -.855(AT)-.666 +G(H).855 E F0(de\214nes)3.286 E .85 +(the search path for the directory containing)144 708 R F2(dir)3.35 E F0 +3.35(:e).73 G .849(ach directory name in)-3.35 F F3(CDP)3.349 E -.855 +(AT)-.666 G(H).855 E F0 .849(is searched for)3.099 F F2(dir)144 720 Q F0 +5.664(.A)C(lternati)-5.664 E .964 -.15(ve d)-.25 H .665 (irectory names in).15 F F3(CDP)3.165 E -.855(AT)-.666 G(H).855 E F0 -.665(are separated by a colon \(:\).)2.915 F 3.165(An)5.665 G .664 -(ull directory name)-3.165 F(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 -E(56)193.45 E 0 Cg EP +.665(are separated by a colon \(:\).)2.915 F 3.165(An)5.665 G .665 +(ull directory name)-3.165 F(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 +E(56)197.335 E 0 Cg EP %%Page: 57 57 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(in)144 84 Q/F1 9 -/Times-Bold@0 SF(CDP)4.162 E -.855(AT)-.666 G(H).855 E F0 1.662 -(is the same as the current directory)3.912 F 4.162(,i)-.65 G 1.662 +/Times-Bold@0 SF(CDP)4.163 E -.855(AT)-.666 G(H).855 E F0 1.663 +(is the same as the current directory)3.913 F 4.162(,i)-.65 G 1.662 (.e., `)-4.162 F(`)-.74 E/F2 10/Times-Bold@0 SF(.)A F0 -.74('')C 6.662 -(.I).74 G(f)-6.662 E/F3 10/Times-Italic@0 SF(dir)4.513 E F0(be)4.893 E -1.663(gins with a slash \(/\), then)-.15 F F1(CDP)144 96 Q -.855(AT) --.666 G(H).855 E F0 .191(is not used.)2.441 F(The)5.191 E F22.691 -E F0 .191(option causes)2.691 F F2(cd)2.691 E F0 .191(to use the ph) -2.691 F .19(ysical directory structure by resolving)-.05 F 1.12 +(.I).74 G(f)-6.662 E/F3 10/Times-Italic@0 SF(dir)4.512 E F0(be)4.892 E +1.662(gins with a slash \(/\), then)-.15 F F1(CDP)144 96 Q -.855(AT) +-.666 G(H).855 E F0 .19(is not used.)2.44 F(The)5.191 E F22.691 E +F0 .191(option causes)2.691 F F2(cd)2.691 E F0 .191(to use the ph)2.691 +F .191(ysical directory structure by resolving)-.05 F 1.12 (symbolic links while tra)144 108 R -.15(ve)-.2 G(rsing).15 E F3(dir) 3.62 E F0 1.12(and before processing instances of)3.62 F F3(..)3.62 E F0 (in)3.62 E F3(dir)3.62 E F0 1.12(\(see also the)3.62 F F23.62 E F0 .395(option to the)144 120 R F2(set)2.895 E F0 -.2(bu)2.895 G .395 (iltin command\); the).2 F F22.895 E F0 .395 (option forces symbolic links to be follo)2.895 F .395(wed by resolv-) --.25 F .443(ing the link after processing instances of)144 132 R F3(..) +-.25 F .444(ing the link after processing instances of)144 132 R F3(..) 2.943 E F0(in)2.943 E F3(dir)2.943 E F0 5.443(.I)C(f)-5.443 E F3(..) 2.943 E F0 .443(appears in)2.943 F F3(dir)2.943 E F0 2.943(,i)C 2.943 -(ti)-2.943 G 2.944(sp)-2.943 G .444(rocessed by remo)-2.944 F(ving)-.15 +(ti)-2.943 G 2.943(sp)-2.943 G .443(rocessed by remo)-2.943 F(ving)-.15 E .744(the immediately pre)144 144 R .744(vious pathname component from) -.25 F F3(dir)3.244 E F0 3.244(,b)C .744(ack to a slash or the be)-3.244 -F .744(ginning of)-.15 F F3(dir)3.244 E F0(.)A 1.465(If the)144 156 R F2 -3.965 E F0 1.465(option is supplied with)3.965 F F23.965 E -F0 3.965(,a)C 1.465(nd the current w)-3.965 F 1.466 -(orking directory cannot be successfully)-.1 F .468 +F .744(ginning of)-.15 F F3(dir)3.244 E F0(.)A 1.466(If the)144 156 R F2 +3.966 E F0 1.466(option is supplied with)3.966 F F23.965 E +F0 3.965(,a)C 1.465(nd the current w)-3.965 F 1.465 +(orking directory cannot be successfully)-.1 F .467 (determined after a successful directory change,)144 168 R F2(cd)2.968 E -F0 .468(will return an unsuccessful status.)2.968 F .467(On systems) -5.467 F .336(that support it, the)144 180 R F22.836 E F0 .336 -(option presents the e)2.836 F .336(xtended attrib)-.15 F .337 +F0 .468(will return an unsuccessful status.)2.968 F .468(On systems) +5.468 F .337(that support it, the)144 180 R F22.837 E F0 .336 +(option presents the e)2.836 F .336(xtended attrib)-.15 F .336 (utes associated with a \214le as a directory)-.2 F(.)-.65 E .71(An ar) 144 192 R .71(gument of)-.18 F F23.21 E F0 .71(is con)3.21 F -.15 (ve)-.4 G .71(rted to).15 F F1($OLDPWD)3.21 E F0 .71 (before the directory change is attempted.)2.96 F .71(If a non-)5.71 F -.106(empty directory name from)144 204 R F1(CDP)2.606 E -.855(AT)-.666 G -(H).855 E F0 .107(is used, or if)2.356 F F22.607 E F0 .107 -(is the \214rst ar)2.607 F .107(gument, and the directory change)-.18 F +.107(empty directory name from)144 204 R F1(CDP)2.607 E -.855(AT)-.666 G +(H).855 E F0 .107(is used, or if)2.357 F F22.607 E F0 .106 +(is the \214rst ar)2.607 F .106(gument, and the directory change)-.18 F .038(is successful, the absolute pathname of the ne)144 216 R 2.538(ww) -.25 G .038(orking directory is written to the standard output.)-2.638 F (The return v)144 228 Q(alue is true if the directory w)-.25 E (as successfully changed; f)-.1 E(alse otherwise.)-.1 E F2(command)108 244.8 Q F0([)2.5 E F2(\255pVv)A F0(])A F3(command)2.5 E F0([)2.5 E F3 -(ar)A(g)-.37 E F0(...])2.5 E(Run)144 256.8 Q F3(command)2.764 E F0(with) -3.334 E F3(ar)2.894 E(gs)-.37 E F0 .065 -(suppressing the normal shell function lookup.)2.834 F .065(Only b)5.065 -F .065(uiltin commands or)-.2 F .502(commands found in the)144 268.8 R -F1 -.666(PA)3.002 G(TH)-.189 E F0 .502(are e)2.752 F -.15(xe)-.15 G +(ar)A(g)-.37 E F0(...])2.5 E(Run)144 256.8 Q F3(command)2.765 E F0(with) +3.335 E F3(ar)2.895 E(gs)-.37 E F0 .065 +(suppressing the normal shell function lookup.)2.835 F .064(Only b)5.064 +F .064(uiltin commands or)-.2 F .501(commands found in the)144 268.8 R +F1 -.666(PA)3.001 G(TH)-.189 E F0 .502(are e)2.751 F -.15(xe)-.15 G 3.002(cuted. If).15 F(the)3.002 E F23.002 E F0 .502(option is gi) -3.002 F -.15(ve)-.25 G .501(n, the search for).15 F F3(command)3.201 E -F0(is)3.771 E .399(performed using a def)144 280.8 R .399(ault v)-.1 F -.399(alue for)-.25 F F1 -.666(PA)2.899 G(TH)-.189 E F0 .4 +3.002 F -.15(ve)-.25 G .502(n, the search for).15 F F3(command)3.202 E +F0(is)3.772 E .4(performed using a def)144 280.8 R .4(ault v)-.1 F .4 +(alue for)-.25 F F1 -.666(PA)2.9 G(TH)-.189 E F0 .399 (that is guaranteed to \214nd all of the standard utilities.)2.649 F(If) -5.4 E .175(either the)144 292.8 R F22.675 E F0(or)2.675 E F2 -2.675 E F0 .175(option is supplied, a description of)2.675 F F3(command) -2.875 E F0 .174(is printed.)3.445 F(The)5.174 E F22.674 E F0 .174 -(option causes)2.674 F 3.317(as)144 304.8 S .817(ingle w)-3.317 F .817 -(ord indicating the command or \214lename used to in)-.1 F -.2(vo)-.4 G --.1(ke).2 G F3(command)3.618 E F0 .818(to be displayed; the)4.088 F F2 -144 316.8 Q F0 .25(option produces a more v)2.75 F .25 -(erbose description.)-.15 F .249(If the)5.25 F F22.749 E F0(or) -2.749 E F22.749 E F0 .249(option is supplied, the e)2.749 F .249 -(xit status)-.15 F 1.004(is 0 if)144 328.8 R F3(command)3.704 E F0 -.1 -(wa)4.274 G 3.504(sf).1 G 1.005(ound, and 1 if not.)-3.504 F 1.005 +5.399 E .174(either the)144 292.8 R F22.674 E F0(or)2.674 E F2 +2.674 E F0 .175(option is supplied, a description of)2.674 F F3 +(command)2.875 E F0 .175(is printed.)3.445 F(The)5.175 E F22.675 E +F0 .175(option causes)2.675 F 3.318(as)144 304.8 S .818(ingle w)-3.318 F +.817(ord indicating the command or \214lename used to in)-.1 F -.2(vo) +-.4 G -.1(ke).2 G F3(command)3.617 E F0 .817(to be displayed; the)4.087 +F F2144 316.8 Q F0 .249(option produces a more v)2.749 F .249 +(erbose description.)-.15 F .249(If the)5.249 F F22.749 E F0(or) +2.749 E F22.75 E F0 .25(option is supplied, the e)2.75 F .25 +(xit status)-.15 F 1.005(is 0 if)144 328.8 R F3(command)3.705 E F0 -.1 +(wa)4.275 G 3.505(sf).1 G 1.005(ound, and 1 if not.)-3.505 F 1.004 (If neither option is supplied and an error occurred or)6.005 F F3 -(command)144.2 340.8 Q F0 1.599(cannot be found, the e)4.869 F 1.599 -(xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.598 -(xit status of the)-.15 F F2(command)4.098 E F0 -.2(bu)144 352.8 S +(command)144.2 340.8 Q F0 1.598(cannot be found, the e)4.868 F 1.599 +(xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.599 +(xit status of the)-.15 F F2(command)4.099 E F0 -.2(bu)144 352.8 S (iltin is the e).2 E(xit status of)-.15 E F3(command)2.5 E F0(.).77 E F2 (compgen)108 369.6 Q F0([)2.5 E F3(option)A F0 2.5(][)C F3(wor)-2.5 E(d) --.37 E F0(])A .012(Generate possible completion matches for)144 381.6 R +-.37 E F0(])A .013(Generate possible completion matches for)144 381.6 R F3(wor)2.513 E(d)-.37 E F0 .013(according to the)2.513 F F3(option)2.513 -E F0 .013(s, which may be an)B 2.513(yo)-.15 G(ption)-2.513 E .982 -(accepted by the)144 393.6 R F2(complete)3.482 E F0 -.2(bu)3.481 G .981 +E F0 .013(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E .981 +(accepted by the)144 393.6 R F2(complete)3.481 E F0 -.2(bu)3.481 G .981 (iltin with the e).2 F .981(xception of)-.15 F F23.481 E F0(and) -3.481 E F23.481 E F0 3.481(,a)C .981(nd write the matches to the) --3.481 F .13(standard output.)144 405.6 R .13(When using the)5.13 F F2 -2.63 E F0(or)2.63 E F22.631 E F0 .131(options, the v)2.631 F -.131(arious shell v)-.25 F .131(ariables set by the program-)-.25 F -(mable completion f)144 417.6 Q(acilities, while a)-.1 E -.25(va)-.2 G +3.481 E F23.481 E F0 3.481(,a)C .982(nd write the matches to the) +-3.481 F .131(standard output.)144 405.6 R .131(When using the)5.131 F +F22.631 E F0(or)2.631 E F22.631 E F0 .131(options, the v) +2.631 F .13(arious shell v)-.25 F .13(ariables set by the program-)-.25 +F(mable completion f)144 417.6 Q(acilities, while a)-.1 E -.25(va)-.2 G (ilable, will not ha).25 E .3 -.15(ve u)-.2 H(seful v).15 E(alues.)-.25 E .352(The matches will be generated in the same w)144 441.6 R .352 (ay as if the programmable completion code had gen-)-.1 F .02(erated th\ @@ -6929,52 +6934,52 @@ em directly from a completion speci\214cation with the same \215ags.)144 (will be displayed.)2.5 E(The return v)144 489.6 Q (alue is true unless an in)-.25 E -.25(va)-.4 G (lid option is supplied, or no matches were generated.).25 E F2 -(complete)108 506.4 Q F0([)3.729 E F2(\255abcdefgjksuv)A F0 3.729(][)C -F2-3.729 E F3(comp-option)3.729 E F0 3.729(][)C F2(\255DE)-3.729 E +(complete)108 506.4 Q F0([)3.728 E F2(\255abcdefgjksuv)A F0 3.728(][)C +F2-3.728 E F3(comp-option)3.728 E F0 3.728(][)C F2(\255DE)-3.728 E F0 3.728(][)C F2-3.728 E F3(action)3.728 E F0 3.728(][)C F2 --3.728 E F3(globpat)3.728 E F0 3.728(][)C F2-3.728 E F3(wor)3.728 -E(dlist)-.37 E F0 3.728(][)C F2-3.728 E F3(func-)3.728 E(tion)108 +-3.728 E F3(globpat)3.728 E F0 3.729(][)C F2-3.729 E F3(wor)3.729 +E(dlist)-.37 E F0 3.729(][)C F2-3.729 E F3(func-)3.729 E(tion)108 518.4 Q F0 2.5(][)C F2-2.5 E F3(command)2.5 E F0(])A([)144 530.4 Q F2A F3(\214lterpat)2.5 E F0 2.5(][)C F2-2.5 E F3(pr)2.5 E (e\214x)-.37 E F0 2.5(][)C F2-2.5 E F3(suf)2.5 E<8c78>-.18 E F0(]) A F3(name)2.5 E F0([)2.5 E F3(name ...)A F0(])A F2(complete \255pr)108 542.4 Q F0([)2.5 E F2(\255DE)A F0 2.5(][)C F3(name)-2.5 E F0(...])2.5 E -.633(Specify ho)144 554.4 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633 -(uments to each).18 F F3(name)3.133 E F0 .633(should be completed.)3.133 -F .634(If the)5.634 F F23.134 E F0 .634 -(option is supplied, or if no)3.134 F .14(options are supplied, e)144 +.634(Specify ho)144 554.4 R 3.134(wa)-.25 G -.18(rg)-3.134 G .634 +(uments to each).18 F F3(name)3.134 E F0 .634(should be completed.)3.134 +F .633(If the)5.634 F F23.133 E F0 .633 +(option is supplied, or if no)3.133 F .139(options are supplied, e)144 566.4 R .139(xisting completion speci\214cations are printed in a w)-.15 -F .139(ay that allo)-.1 F .139(ws them to be)-.25 F .31 -(reused as input.)144 578.4 R(The)5.31 E F22.81 E F0 .31 -(option remo)2.81 F -.15(ve)-.15 G 2.81(sac).15 G .31 -(ompletion speci\214cation for each)-2.81 F F3(name)2.81 E F0 2.81(,o)C -1.11 -.4(r, i)-2.81 H 2.81(fn).4 G(o)-2.81 E F3(name)2.81 E F0(s)A 1.347 +F .14(ay that allo)-.1 F .14(ws them to be)-.25 F .31(reused as input.) +144 578.4 R(The)5.31 E F22.81 E F0 .31(option remo)2.81 F -.15(ve) +-.15 G 2.81(sac).15 G .31(ompletion speci\214cation for each)-2.81 F F3 +(name)2.81 E F0 2.81(,o)C 1.11 -.4(r, i)-2.81 H 2.81(fn).4 G(o)-2.81 E +F3(name)2.81 E F0(s)A 1.346 (are supplied, all completion speci\214cations.)144 590.4 R(The)6.347 E -F23.847 E F0 1.346(option indicates that the remaining options) +F23.847 E F0 1.347(option indicates that the remaining options) 3.847 F .5(and actions should apply to the `)144 602.4 R(`def)-.74 E (ault')-.1 E 3('c)-.74 G .5 (ommand completion; that is, completion attempted on)-3 F 3.455(ac)144 614.4 S .955(ommand for which no completion has pre)-3.455 F .955 (viously been de\214ned.)-.25 F(The)5.955 E F23.455 E F0 .955 -(option indicates that)3.455 F .064 +(option indicates that)3.455 F .065 (the remaining options and actions should apply to `)144 626.4 R -(`empty')-.74 E 2.565('c)-.74 G .065 -(ommand completion; that is, comple-)-2.565 F -(tion attempted on a blank line.)144 638.4 Q 1.438 +(`empty')-.74 E 2.564('c)-.74 G .064 +(ommand completion; that is, comple-)-2.564 F +(tion attempted on a blank line.)144 638.4 Q 1.437 (The process of applying these completion speci\214cations when w)144 -662.4 R 1.437(ord completion is attempted is)-.1 F(described abo)144 +662.4 R 1.438(ord completion is attempted is)-.1 F(described abo)144 674.4 Q .3 -.15(ve u)-.15 H(nder).15 E F2(Pr)2.5 E -(ogrammable Completion)-.18 E F0(.)A .555 -(Other options, if speci\214ed, ha)144 698.4 R .855 -.15(ve t)-.2 H .555 +(ogrammable Completion)-.18 E F0(.)A .556 +(Other options, if speci\214ed, ha)144 698.4 R .856 -.15(ve t)-.2 H .555 (he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F .555 -(guments to the)-.18 F F23.056 E F0(,)A F23.056 E F0 3.056 -(,a)C(nd)-3.056 E F23.056 E F0 .723(options \(and, if necessary) -144 710.4 R 3.223(,t)-.65 G(he)-3.223 E F23.223 E F0(and)3.223 E -F23.223 E F0 .722 -(options\) should be quoted to protect them from e)3.223 F(xpan-)-.15 E +(guments to the)-.18 F F23.055 E F0(,)A F23.055 E F0 3.055 +(,a)C(nd)-3.055 E F23.055 E F0 .722(options \(and, if necessary) +144 710.4 R 3.222(,t)-.65 G(he)-3.222 E F23.222 E F0(and)3.222 E +F23.222 E F0 .723 +(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E (sion before the)144 722.4 Q F2(complete)2.5 E F0 -.2(bu)2.5 G (iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(57)193.45 E 0 Cg EP +(2017 June 23)148.175 E(57)197.335 E 0 Cg EP %%Page: 58 58 %%BeginPageSetup BP @@ -6982,26 +6987,26 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF144 84 Q/F2 10/Times-Italic@0 SF(comp-option)2.5 E F0(The)184 96 -Q F2(comp-option)2.79 E F0 .291(controls se)2.791 F -.15(ve)-.25 G .291 +Q F2(comp-option)2.791 E F0 .291(controls se)2.791 F -.15(ve)-.25 G .291 (ral aspects of the compspec').15 F 2.791(sb)-.55 G(eha)-2.791 E .291 (vior be)-.2 F .291(yond the simple)-.15 F(generation of completions.) 184 108 Q F2(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 120 Q F0 .281(Perform the rest of the def)224 132 R(ault)-.1 E F1(bash) 2.781 E F0 .281(completions if the compspec generates no)2.781 F -(matches.)224 144 Q F1(default)184 156 Q F0 2.875(Use readline')224 156 -R 5.375(sd)-.55 G(ef)-5.375 E 2.876 +(matches.)224 144 Q F1(default)184 156 Q F0 2.876(Use readline')224 156 +R 5.376(sd)-.55 G(ef)-5.376 E 2.875 (ault \214lename completion if the compspec generates no)-.1 F(matches.) 224 168 Q F1(dir)184 180 Q(names)-.15 E F0(Perform directory name compl\ etion if the compspec generates no matches.)224 192 Q F1(\214lenames)184 204 Q F0 -.7(Te)224 216 S .137(ll readline that the compspec generates \ -\214lenames, so it can perform an).7 F 2.636<798c>-.15 G(le-)-2.636 E +\214lenames, so it can perform an).7 F 2.637<798c>-.15 G(le-)-2.637 E .134(name\255speci\214c processing \(lik)224 228 R 2.634(ea)-.1 G .134 (dding a slash to directory names, quoting spe-)-2.634 F .45 (cial characters, or suppressing trailing spaces\).)224 240 R .45 (Intended to be used with shell)5.45 F(functions.)224 252 Q F1(noquote) 184 264 Q F0 -.7(Te)224 264 S .814 (ll readline not to quote the completed w).7 F .814(ords if the)-.1 F -3.314(ya)-.15 G .815(re \214lenames \(quoting)-3.314 F +3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F (\214lenames is the def)224 276 Q(ault\).)-.1 E F1(nosort)184 288 Q F0 -.7(Te)224 288 S(ll readline not to sort the list of possible completio\ ns alphabetically).7 E(.)-.65 E F1(nospace)184 300 Q F0 -.7(Te)224 300 S @@ -7009,7 +7014,7 @@ ns alphabetically).7 E(.)-.65 E F1(nospace)184 300 Q F0 -.7(Te)224 300 S F .22(ords completed at the end)-.1 F(of the line.)224 312 Q F1 (plusdirs)184 324 Q F0 1.985(After an)224 324 R 4.485(ym)-.15 G 1.985 (atches de\214ned by the compspec are generated, directory name)-4.485 F -.584(completion is attempted and an)224 336 R 3.084(ym)-.15 G .584 +.583(completion is attempted and an)224 336 R 3.084(ym)-.15 G .584 (atches are added to the results of the other)-3.084 F(actions.)224 348 Q F1144 360 Q F2(action)2.5 E F0(The)184 372 Q F2(action)2.5 E F0 (may be one of the follo)2.5 E @@ -7046,7 +7051,7 @@ Q F0 -1.11(Va)224 696 S(lid ar)1.11 E(guments for the)-.18 E F12.5 E F0(option to the)2.5 E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1 (shopt)184 708 Q F0(Shell option names as accepted by the)224 708 Q F1 (shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(58)193.45 E 0 Cg EP +(2017 June 23)148.175 E(58)197.335 E 0 Cg EP %%Page: 59 59 %%BeginPageSetup BP @@ -7059,305 +7064,305 @@ SF(signal)184 84 Q F0(Signal names.)224 84 Q F1(stopped)184 96 Q F0 (May also be speci\214ed as)5 E F12.5 E F0(.)A F1 -.1(va)184 120 S (riable).1 E F0(Names of all shell v)224 120 Q 2.5(ariables. May)-.25 F (also be speci\214ed as)2.5 E F12.5 E F0(.)A F1144 132 Q/F2 -10/Times-Italic@0 SF(command)2.5 E(command)184 144 Q F0 1.055(is e)3.555 -F -.15(xe)-.15 G 1.055(cuted in a subshell en).15 F 1.056 +10/Times-Italic@0 SF(command)2.5 E(command)184 144 Q F0 1.056(is e)3.556 +F -.15(xe)-.15 G 1.056(cuted in a subshell en).15 F 1.056 (vironment, and its output is used as the possible)-.4 F(completions.) -184 156 Q F1144 168 Q F2(function)2.5 E F0 .114 +184 156 Q F1144 168 Q F2(function)2.5 E F0 .113 (The shell function)184 180 R F2(function)2.614 E F0 .114(is e)2.614 F -.15(xe)-.15 G .114(cuted in the current shell en).15 F 2.614 -(vironment. When)-.4 F .113(the func-)2.613 F .816(tion is e)184 192 R --.15(xe)-.15 G .816(cuted, the \214rst ar).15 F .816(gument \()-.18 F F1 -($1)A F0 3.316(\)i)C 3.316(st)-3.316 G .817 +(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 192 R +-.15(xe)-.15 G .817(cuted, the \214rst ar).15 F .817(gument \()-.18 F F1 +($1)A F0 3.316(\)i)C 3.316(st)-3.316 G .816 (he name of the command whose ar)-3.316 F(guments)-.18 E 1.407 (are being completed, the second ar)184 204 R 1.407(gument \()-.18 F F1 ($2)A F0 3.907(\)i)C 3.907(st)-3.907 G 1.407(he w)-3.907 F 1.407 -(ord being completed, and the)-.1 F .103(third ar)184 216 R .103 -(gument \()-.18 F F1($3)A F0 2.603(\)i)C 2.603(st)-2.603 G .103(he w) --2.603 F .104(ord preceding the w)-.1 F .104 -(ord being completed on the current com-)-.1 F .102(mand line.)184 228 R -.102(When it \214nishes, the possible completions are retrie)5.102 F --.15(ve)-.25 G 2.601(df).15 G .101(rom the v)-2.601 F .101(alue of the) +(ord being completed, and the)-.1 F .104(third ar)184 216 R .104 +(gument \()-.18 F F1($3)A F0 2.604(\)i)C 2.604(st)-2.604 G .104(he w) +-2.604 F .104(ord preceding the w)-.1 F .103 +(ord being completed on the current com-)-.1 F .101(mand line.)184 228 R +.101(When it \214nishes, the possible completions are retrie)5.101 F +-.15(ve)-.25 G 2.602(df).15 G .102(rom the v)-2.602 F .102(alue of the) -.25 F/F3 9/Times-Bold@0 SF(COMPREPL)184 240 Q(Y)-.828 E F0(array v)2.25 -E(ariable.)-.25 E F1144 252 Q F2(globpat)2.5 E F0 1.007 -(The pathname e)184 264 R 1.007(xpansion pattern)-.15 F F2(globpat)3.507 -E F0 1.007(is e)3.507 F 1.008(xpanded to generate the possible comple-) +E(ariable.)-.25 E F1144 252 Q F2(globpat)2.5 E F0 1.008 +(The pathname e)184 264 R 1.008(xpansion pattern)-.15 F F2(globpat)3.507 +E F0 1.007(is e)3.507 F 1.007(xpanded to generate the possible comple-) -.15 F(tions.)184 276 Q F1144 288 Q F2(pr)2.5 E(e\214x)-.37 E(pr) -184 300 Q(e\214x)-.37 E F0 .535(is added at the be)3.035 F .534 +184 300 Q(e\214x)-.37 E F0 .534(is added at the be)3.034 F .534 (ginning of each possible completion after all other options ha)-.15 F -.15(ve)-.2 G(been applied.)184 312 Q F1144 324 Q F2(suf)2.5 E <8c78>-.18 E(suf)184 324 Q<8c78>-.18 E F0 (is appended to each possible completion after all other options ha)2.5 E .3 -.15(ve b)-.2 H(een applied.).15 E F1144 336 Q F2(wor)2.5 E -(dlist)-.37 E F0(The)184 348 Q F2(wor)3.639 E(dlist)-.37 E F0 1.14 -(is split using the characters in the)3.639 F F3(IFS)3.64 E F0 1.14 -(special v)3.39 F 1.14(ariable as delimiters, and)-.25 F 2.008 -(each resultant w)184 360 R 2.008(ord is e)-.1 F 4.508(xpanded. The)-.15 -F 2.007(possible completions are the members of the)4.508 F +(dlist)-.37 E F0(The)184 348 Q F2(wor)3.64 E(dlist)-.37 E F0 1.14 +(is split using the characters in the)3.64 F F3(IFS)3.64 E F0 1.139 +(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F 2.007 +(each resultant w)184 360 R 2.007(ord is e)-.1 F 4.507(xpanded. The)-.15 +F 2.008(possible completions are the members of the)4.507 F (resultant list which match the w)184 372 Q(ord being completed.)-.1 E -F1144 384 Q F2(\214lterpat)2.5 E(\214lterpat)184 396 Q F0 .455 -(is a pattern as used for pathname e)2.955 F 2.956(xpansion. It)-.15 F -.456(is applied to the list of possible)2.956 F 1.596 +F1144 384 Q F2(\214lterpat)2.5 E(\214lterpat)184 396 Q F0 .456 +(is a pattern as used for pathname e)2.956 F 2.956(xpansion. It)-.15 F +.455(is applied to the list of possible)2.956 F 1.596 (completions generated by the preceding options and ar)184 408 R 1.596 (guments, and each completion)-.18 F(matching)184 420 Q F2(\214lterpat) -3.204 E F0 .704(is remo)3.204 F -.15(ve)-.15 G 3.204(df).15 G .704 -(rom the list.)-3.204 F 3.204(Al)5.704 G(eading)-3.204 E F1(!)3.204 E F0 -(in)3.204 E F2(\214lterpat)3.205 E F0(ne)3.205 E -.05(ga)-.15 G .705 +3.205 E F0 .705(is remo)3.205 F -.15(ve)-.15 G 3.205(df).15 G .704 +(rom the list.)-3.205 F 3.204(Al)5.704 G(eading)-3.204 E F1(!)3.204 E F0 +(in)3.204 E F2(\214lterpat)3.204 E F0(ne)3.204 E -.05(ga)-.15 G .704 (tes the pattern;).05 F(in this case, an)184 432 Q 2.5(yc)-.15 G (ompletion not matching)-2.5 E F2(\214lterpat)2.5 E F0(is remo)2.5 E --.15(ve)-.15 G(d.).15 E .467(The return v)144 448.8 R .467 +-.15(ve)-.15 G(d.).15 E .466(The return v)144 448.8 R .466 (alue is true unless an in)-.25 F -.25(va)-.4 G .466 -(lid option is supplied, an option other than).25 F F12.966 E F0 -(or)2.966 E F12.966 E F0 .466(is sup-)2.966 F 1.361 -(plied without a)144 460.8 R F2(name)3.861 E F0(ar)3.861 E 1.361 -(gument, an attempt is made to remo)-.18 F 1.662 -.15(ve a c)-.15 H -1.362(ompletion speci\214cation for a).15 F F2(name)144 472.8 Q F0 +(lid option is supplied, an option other than).25 F F12.967 E F0 +(or)2.967 E F12.967 E F0 .467(is sup-)2.967 F 1.362 +(plied without a)144 460.8 R F2(name)3.862 E F0(ar)3.862 E 1.361 +(gument, an attempt is made to remo)-.18 F 1.661 -.15(ve a c)-.15 H +1.361(ompletion speci\214cation for a).15 F F2(name)144 472.8 Q F0 (for which no speci\214cation e)2.5 E (xists, or an error occurs adding a completion speci\214cation.)-.15 E F1(compopt)108 489.6 Q F0([)2.5 E F1A F2(option)2.5 E F0 2.5(][)C F1(\255DE)-2.5 E F0 2.5(][)C F1(+o)-2.5 E F2(option)2.5 E F0 2.5(][)C F2 (name)-2.5 E F0(])A .447(Modify completion options for each)144 501.6 R F2(name)2.947 E F0 .447(according to the)2.947 F F2(option)2.947 E F0 -.447(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725 -(completion if no)144 513.6 R F2(name)3.225 E F0 3.225(sa)C .725 -(re supplied.)-3.225 F .725(If no)5.725 F F2(option)3.225 E F0 3.225(sa) -C .725(re gi)-3.225 F -.15(ve)-.25 G .726 +.447(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .726 +(completion if no)144 513.6 R F2(name)3.226 E F0 3.226(sa)C .726 +(re supplied.)-3.226 F .725(If no)5.725 F F2(option)3.225 E F0 3.225(sa) +C .725(re gi)-3.225 F -.15(ve)-.25 G .725 (n, display the completion options for).15 F(each)144 525.6 Q F2(name) -3.224 E F0 .724(or the current completion.)3.224 F .724(The possible v) +3.223 E F0 .723(or the current completion.)3.223 F .724(The possible v) 5.724 F .724(alues of)-.25 F F2(option)3.224 E F0 .724(are those v)3.224 -F .723(alid for the)-.25 F F1(com-)3.223 E(plete)144 537.6 Q F0 -.2(bu) -2.797 G .297(iltin described abo).2 F -.15(ve)-.15 G 5.297(.T).15 G(he) +F .724(alid for the)-.25 F F1(com-)3.224 E(plete)144 537.6 Q F0 -.2(bu) +2.798 G .298(iltin described abo).2 F -.15(ve)-.15 G 5.297(.T).15 G(he) -5.297 E F12.797 E F0 .297 (option indicates that the remaining options should apply to)2.797 F -1.228(the `)144 549.6 R(`def)-.74 E(ault')-.1 E 3.728('c)-.74 G 1.228(o\ +1.227(the `)144 549.6 R(`def)-.74 E(ault')-.1 E 3.727('c)-.74 G 1.228(o\ mmand completion; that is, completion attempted on a command for which \ -no)-3.728 F 2.177(completion has pre)144 561.6 R 2.177 -(viously been de\214ned.)-.25 F(The)7.177 E F14.677 E F0 2.178 -(option indicates that the remaining options)4.678 F(should apply to `) +no)-3.727 F 2.178(completion has pre)144 561.6 R 2.178 +(viously been de\214ned.)-.25 F(The)7.178 E F14.678 E F0 2.177 +(option indicates that the remaining options)4.677 F(should apply to `) 144 573.6 Q(`empty')-.74 E 2.5('c)-.74 G (ommand completion; that is, completion attempted on a blank line.)-2.5 -E 1.388(The return v)144 597.6 R 1.388(alue is true unless an in)-.25 F --.25(va)-.4 G 1.387 +E 1.387(The return v)144 597.6 R 1.387(alue is true unless an in)-.25 F +-.25(va)-.4 G 1.388 (lid option is supplied, an attempt is made to modify the).25 F (options for a)144 609.6 Q F2(name)2.5 E F0 (for which no completion speci\214cation e)2.5 E (xists, or an output error occurs.)-.15 E F1(continue)108 626.4 Q F0([) -2.5 E F2(n)A F0(])A 1.753(Resume the ne)144 638.4 R 1.753 +2.5 E F2(n)A F0(])A 1.754(Resume the ne)144 638.4 R 1.754 (xt iteration of the enclosing)-.15 F F1 -.25(fo)4.254 G(r).25 E F0(,)A F1(while)4.254 E F0(,)A F1(until)4.254 E F0 4.254(,o)C(r)-4.254 E F1 -(select)4.254 E F0 4.254(loop. If)4.254 F F2(n)4.614 E F0 1.754 -(is speci\214ed,)4.494 F 1.209(resume at the)144 650.4 R F2(n)3.709 E F0 +(select)4.254 E F0 4.253(loop. If)4.254 F F2(n)4.613 E F0 1.753 +(is speci\214ed,)4.493 F 1.208(resume at the)144 650.4 R F2(n)3.709 E F0 1.209(th enclosing loop.)B F2(n)6.569 E F0 1.209(must be)3.949 F/F4 10 /Symbol SF3.709 E F0 3.709(1. If)3.709 F F2(n)4.069 E F0 1.209 -(is greater than the number of enclosing)3.949 F .513 +(is greater than the number of enclosing)3.949 F .514 (loops, the last enclosing loop \(the `)144 662.4 R(`top-le)-.74 E -.15 -(ve)-.25 G(l').15 E 3.013('l)-.74 G .513(oop\) is resumed.)-3.013 F .514 -(The return v)5.514 F .514(alue is 0 unless)-.25 F F2(n)3.014 E F0(is) -3.014 E(not greater than or equal to 1.)144 674.4 Q F1(declar)108 691.2 +(ve)-.25 G(l').15 E 3.014('l)-.74 G .514(oop\) is resumed.)-3.014 F .513 +(The return v)5.513 F .513(alue is 0 unless)-.25 F F2(n)3.013 E F0(is) +3.013 E(not greater than or equal to 1.)144 674.4 Q F1(declar)108 691.2 Q(e)-.18 E F0([)2.5 E F1(\255aAfFgilnrtux)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C(..])-2.5 E F1 (typeset)108 703.2 Q F0([)2.5 E F1(\255aAfFgilnrtux)A F0 2.5(][)C F1 -2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C -(..])-2.5 E 1.265(Declare v)144 715.2 R 1.265(ariables and/or gi)-.25 F -1.565 -.15(ve t)-.25 H 1.265(hem attrib).15 F 3.765(utes. If)-.2 F(no) +(..])-2.5 E 1.264(Declare v)144 715.2 R 1.264(ariables and/or gi)-.25 F +1.564 -.15(ve t)-.25 H 1.264(hem attrib).15 F 3.765(utes. If)-.2 F(no) 3.765 E F2(name)3.765 E F0 3.765(sa)C 1.265(re gi)-3.765 F -.15(ve)-.25 -G 3.764(nt).15 G 1.264(hen display the v)-3.764 F 1.264(alues of)-.25 F --.25(va)144 727.2 S 3.482(riables. The).25 F F13.482 E F0 .982 -(option will display the attrib)3.482 F .982(utes and v)-.2 F .983 -(alues of each)-.25 F F2(name)3.483 E F0 5.983(.W).18 G(hen)-5.983 E F1 -3.483 E F0 .983(is used)3.483 F(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(59)193.45 E 0 Cg EP +G 3.765(nt).15 G 1.265(hen display the v)-3.765 F 1.265(alues of)-.25 F +-.25(va)144 727.2 S 3.483(riables. The).25 F F13.483 E F0 .983 +(option will display the attrib)3.483 F .983(utes and v)-.2 F .982 +(alues of each)-.25 F F2(name)3.482 E F0 5.982(.W).18 G(hen)-5.982 E F1 +3.482 E F0 .982(is used)3.482 F(GNU Bash 4.4)72 768 Q +(2017 June 23)148.175 E(59)197.335 E 0 Cg EP %%Page: 60 60 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(with)144 84 Q/F1 -10/Times-Italic@0 SF(name)2.775 E F0(ar)2.775 E .275 +10/Times-Italic@0 SF(name)2.774 E F0(ar)2.774 E .274 (guments, additional options, other than)-.18 F/F2 10/Times-Bold@0 SF -2.775 E F0(and)2.775 E F22.775 E F0 2.775(,a)C .274 -(re ignored.)-2.775 F(When)5.274 E F22.774 E F0 .274(is supplied) -2.774 F(without)144 96 Q F1(name)4.813 E F0(ar)4.813 E 2.313 -(guments, it will display the attrib)-.18 F 2.314(utes and v)-.2 F 2.314 -(alues of all v)-.25 F 2.314(ariables ha)-.25 F 2.314(ving the)-.2 F -(attrib)144 108 Q 1.182(utes speci\214ed by the additional options.)-.2 -F 1.181(If no other options are supplied with)6.182 F F23.681 E F0 -(,)A F2(declar)3.681 E(e)-.18 E F0 .62(will display the attrib)144 120 R +2.775 E F0(and)2.775 E F22.775 E F0 2.775(,a)C .275 +(re ignored.)-2.775 F(When)5.275 E F22.775 E F0 .275(is supplied) +2.775 F(without)144 96 Q F1(name)4.814 E F0(ar)4.814 E 2.314 +(guments, it will display the attrib)-.18 F 2.314(utes and v)-.2 F 2.313 +(alues of all v)-.25 F 2.313(ariables ha)-.25 F 2.313(ving the)-.2 F +(attrib)144 108 Q 1.181(utes speci\214ed by the additional options.)-.2 +F 1.182(If no other options are supplied with)6.181 F F23.682 E F0 +(,)A F2(declar)3.682 E(e)-.18 E F0 .62(will display the attrib)144 120 R .62(utes and v)-.2 F .62(alues of all shell v)-.25 F 3.12(ariables. The) -.25 F F23.12 E F0 .62(option will restrict the display)3.12 F -1.291(to shell functions.)144 132 R(The)6.291 E F23.791 E F0 1.291 -(option inhibits the display of function de\214nitions; only the functi\ -on)3.791 F .948(name and attrib)144 144 R .948(utes are printed.)-.2 F -.948(If the)5.948 F F2(extdeb)3.448 E(ug)-.2 E F0 .948 +1.29(to shell functions.)144 132 R(The)6.29 E F23.79 E F0 1.291(o\ +ption inhibits the display of function de\214nitions; only the function) +3.791 F .948(name and attrib)144 144 R .948(utes are printed.)-.2 F .948 +(If the)5.948 F F2(extdeb)3.448 E(ug)-.2 E F0 .948 (shell option is enabled using)3.448 F F2(shopt)3.448 E F0 3.448(,t)C .948(he source)-3.448 F 1.69(\214le name and line number where each)144 156 R F1(name)4.19 E F0 1.69(is de\214ned are displayed as well.)4.19 F (The)6.69 E F24.19 E F0(option)4.19 E(implies)144 168 Q F2 -3.891 E F0 6.391(.T)C(he)-6.391 E F23.891 E F0 1.391 -(option forces v)3.891 F 1.391 +3.892 E F0 6.392(.T)C(he)-6.392 E F23.892 E F0 1.391 +(option forces v)3.892 F 1.391 (ariables to be created or modi\214ed at the global scope, e)-.25 F -.15 -(ve)-.25 G(n).15 E(when)144 180 Q F2(declar)4.383 E(e)-.18 E F0 1.883 -(is e)4.383 F -.15(xe)-.15 G 1.883(cuted in a shell function.).15 F -1.882(It is ignored in all other cases.)6.883 F 1.882(The follo)6.882 F -(wing)-.25 E .793(options can be used to restrict output to v)144 192 R -.794(ariables with the speci\214ed attrib)-.25 F .794(ute or to gi)-.2 F -1.094 -.15(ve v)-.25 H(ariables)-.1 E(attrib)144 204 Q(utes:)-.2 E F2 +(ve)-.25 G(n).15 E(when)144 180 Q F2(declar)4.382 E(e)-.18 E F0 1.882 +(is e)4.382 F -.15(xe)-.15 G 1.882(cuted in a shell function.).15 F +1.883(It is ignored in all other cases.)6.882 F 1.883(The follo)6.883 F +(wing)-.25 E .794(options can be used to restrict output to v)144 192 R +.794(ariables with the speci\214ed attrib)-.25 F .793(ute or to gi)-.2 F +1.093 -.15(ve v)-.25 H(ariables)-.1 E(attrib)144 204 Q(utes:)-.2 E F2 144 216 Q F0(Each)180 216 Q F1(name)2.5 E F0(is an inde)2.5 E -.15 (xe)-.15 G 2.5(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F2(Arrays)2.5 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2144 228 Q F0(Each)180 228 Q F1(name)2.5 E F0(is an associati)2.5 E .3 -.15(ve a)-.25 H(rray v) .15 E(ariable \(see)-.25 E F2(Arrays)2.5 E F0(abo)2.5 E -.15(ve)-.15 G (\).).15 E F2144 240 Q F0(Use function names only)180 240 Q(.)-.65 -E F2144 252 Q F0 .558(The v)180 252 R .558 +E F2144 252 Q F0 .557(The v)180 252 R .558 (ariable is treated as an inte)-.25 F .558(ger; arithmetic e)-.15 F -.25 -(va)-.25 G .558(luation \(see).25 F/F3 9/Times-Bold@0 SF .557 +(va)-.25 G .558(luation \(see).25 F/F3 9/Times-Bold@0 SF .558 (ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 264 Q F0(abo)2.25 E -.15(ve)-.15 G 2.5(\)i).15 G 2.5(sp)-2.5 G(erformed when the v)-2.5 E -(ariable is assigned a v)-.25 E(alue.)-.25 E F2144 276 Q F0 .909 +(ariable is assigned a v)-.25 E(alue.)-.25 E F2144 276 Q F0 .91 (When the v)180 276 R .909(ariable is assigned a v)-.25 F .909 (alue, all upper)-.25 F .909(-case characters are con)-.2 F -.15(ve)-.4 -G .91(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 288 R(upper) -2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2144 300 Q F0(Gi) -180 300 Q 1.62 -.15(ve e)-.25 H(ach).15 E F1(name)3.82 E F0(the)3.82 E -F1(namer)3.819 E(ef)-.37 E F0(attrib)3.819 E 1.319 +G .909(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 288 R +(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2144 300 Q +F0(Gi)180 300 Q 1.619 -.15(ve e)-.25 H(ach).15 E F1(name)3.819 E F0(the) +3.819 E F1(namer)3.819 E(ef)-.37 E F0(attrib)3.819 E 1.319 (ute, making it a name reference to another v)-.2 F(ariable.)-.25 E -1.518(That other v)180 312 R 1.518(ariable is de\214ned by the v)-.25 F -1.519(alue of)-.25 F F1(name)4.019 E F0 6.519(.A)C 1.519 -(ll references, assignments, and)-6.519 F(attrib)180 324 Q .227 +1.519(That other v)180 312 R 1.519(ariable is de\214ned by the v)-.25 F +1.518(alue of)-.25 F F1(name)4.018 E F0 6.518(.A)C 1.518 +(ll references, assignments, and)-6.518 F(attrib)180 324 Q .226 (ute modi\214cations to)-.2 F F1(name)2.726 E F0 2.726(,e)C .226 (xcept those using or changing the)-2.876 F F22.726 E F0(attrib) -2.726 E .226(ute itself, are)-.2 F .808(performed on the v)180 336 R -.808(ariable referenced by)-.25 F F1(name)3.308 E F0 1.908 -.55('s v)D -3.308(alue. The).3 F .809(nameref attrib)3.309 F .809(ute cannot be)-.2 +2.726 E .227(ute itself, are)-.2 F .809(performed on the v)180 336 R +.809(ariable referenced by)-.25 F F1(name)3.308 E F0 1.908 -.55('s v)D +3.308(alue. The).3 F .808(nameref attrib)3.308 F .808(ute cannot be)-.2 F(applied to array v)180 348 Q(ariables.)-.25 E F2144 360 Q F0 -(Mak)180 360 Q(e)-.1 E F1(name)5.047 E F0 5.047(sr)C(eadonly)-5.047 E -7.547(.T)-.65 G 2.546(hese names cannot then be assigned v)-7.547 F -2.546(alues by subsequent)-.25 F(assignment statements or unset.)180 372 -Q F2144 384 Q F0(Gi)180 384 Q .729 -.15(ve e)-.25 H(ach).15 E F1 -(name)2.929 E F0(the)2.929 E F1(tr)2.929 E(ace)-.15 E F0(attrib)2.929 E +(Mak)180 360 Q(e)-.1 E F1(name)5.046 E F0 5.046(sr)C(eadonly)-5.046 E +7.546(.T)-.65 G 2.546(hese names cannot then be assigned v)-7.546 F +2.547(alues by subsequent)-.25 F(assignment statements or unset.)180 372 +Q F2144 384 Q F0(Gi)180 384 Q .73 -.15(ve e)-.25 H(ach).15 E F1 +(name)2.93 E F0(the)2.929 E F1(tr)2.929 E(ace)-.15 E F0(attrib)2.929 E 2.929(ute. T)-.2 F .429(raced functions inherit the)-.35 F F2(DEB)2.929 -E(UG)-.1 E F0(and)2.93 E F2(RETURN)2.93 E F0 +E(UG)-.1 E F0(and)2.929 E F2(RETURN)2.929 E F0 (traps from the calling shell.)180 396 Q(The trace attrib)5 E (ute has no special meaning for v)-.2 E(ariables.)-.25 E F2144 408 -Q F0 .91(When the v)180 408 R .909(ariable is assigned a v)-.25 F .909 +Q F0 .909(When the v)180 408 R .909(ariable is assigned a v)-.25 F .909 (alue, all lo)-.25 F(wer)-.25 E .909(-case characters are con)-.2 F -.15 -(ve)-.4 G .909(rted to upper).15 F(-)-.2 E 2.5(case. The)180 420 R(lo) -2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2144 -432 Q F0(Mark)180 432 Q F1(name)2.5 E F0 2.5(sf)C(or e)-2.5 E -(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E .12 -(Using `+' instead of `\255' turns of)144 448.8 R 2.62(ft)-.25 G .12 -(he attrib)-2.62 F .121(ute instead, with the e)-.2 F .121 -(xceptions that)-.15 F F2(+a)2.621 E F0 .121(may not be used)2.621 F -.645(to destro)144 460.8 R 3.145(ya)-.1 G 3.145(na)-3.145 G .645(rray v) --3.145 F .645(ariable and)-.25 F F2(+r)3.145 E F0 .645(will not remo) -3.145 F .945 -.15(ve t)-.15 H .645(he readonly attrib).15 F 3.144 -(ute. When)-.2 F .644(used in a func-)3.144 F(tion,)144 472.8 Q F2 +(ve)-.4 G .91(rted to upper).15 F(-)-.2 E 2.5(case. The)180 420 R(lo)2.5 +E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2144 432 Q +F0(Mark)180 432 Q F1(name)2.5 E F0 2.5(sf)C(or e)-2.5 E +(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E .121 +(Using `+' instead of `\255' turns of)144 448.8 R 2.621(ft)-.25 G .121 +(he attrib)-2.621 F .121(ute instead, with the e)-.2 F .12 +(xceptions that)-.15 F F2(+a)2.62 E F0 .12(may not be used)2.62 F .644 +(to destro)144 460.8 R 3.144(ya)-.1 G 3.144(na)-3.144 G .644(rray v) +-3.144 F .644(ariable and)-.25 F F2(+r)3.145 E F0 .645(will not remo) +3.145 F .945 -.15(ve t)-.15 H .645(he readonly attrib).15 F 3.145 +(ute. When)-.2 F .645(used in a func-)3.145 F(tion,)144 472.8 Q F2 (declar)2.835 E(e)-.18 E F0(and)2.835 E F2(typeset)2.835 E F0(mak)2.835 E 2.835(ee)-.1 G(ach)-2.835 E F1(name)2.835 E F0 .335 (local, as with the)2.835 F F2(local)2.835 E F0 .335 -(command, unless the)2.835 F F22.835 E F0(option)2.835 E 1.283 -(is supplied.)144 484.8 R 1.283(If a v)6.283 F 1.283 +(command, unless the)2.835 F F22.835 E F0(option)2.835 E 1.282 +(is supplied.)144 484.8 R 1.282(If a v)6.282 F 1.283 (ariable name is follo)-.25 F 1.283(wed by =)-.25 F F1(value)A F0 3.783 -(,t)C 1.283(he v)-3.783 F 1.283(alue of the v)-.25 F 1.282 -(ariable is set to)-.25 F F1(value)3.782 E F0(.)A .926(When using)144 -496.8 R F23.426 E F0(or)3.426 E F23.426 E F0 .927 -(and the compound assignment syntax to create array v)3.426 F .927 +(,t)C 1.283(he v)-3.783 F 1.283(alue of the v)-.25 F 1.283 +(ariable is set to)-.25 F F1(value)3.783 E F0(.)A .927(When using)144 +496.8 R F23.427 E F0(or)3.427 E F23.427 E F0 .926 +(and the compound assignment syntax to create array v)3.427 F .926 (ariables, additional)-.25 F(attrib)144 508.8 Q .592(utes do not tak)-.2 F 3.092(ee)-.1 G -.25(ff)-3.092 G .592 (ect until subsequent assignments.).25 F .592(The return v)5.592 F .592 (alue is 0 unless an in)-.25 F -.25(va)-.4 G(lid).25 E .429 (option is encountered, an attempt is made to de\214ne a function using) -144 520.8 R/F4 10/Courier@0 SF .429(\255f foo=bar)2.929 F F0 2.929(,a)C -2.929(na)-2.929 G .429(ttempt is)-2.929 F .063(made to assign a v)144 -532.8 R .063(alue to a readonly v)-.25 F .062 -(ariable, an attempt is made to assign a v)-.25 F .062 +144 520.8 R/F4 10/Courier@0 SF .428(\255f foo=bar)2.929 F F0 2.928(,a)C +2.928(na)-2.928 G .428(ttempt is)-2.928 F .062(made to assign a v)144 +532.8 R .062(alue to a readonly v)-.25 F .063 +(ariable, an attempt is made to assign a v)-.25 F .063 (alue to an array v)-.25 F(ari-)-.25 E .102 (able without using the compound assignment syntax \(see)144 544.8 R F2 (Arrays)2.602 E F0(abo)2.602 E -.15(ve)-.15 G .102(\), one of the).15 F -F1(names)2.602 E F0 .102(is not a)2.602 F -.25(va)144 556.8 S .172 +F1(names)2.602 E F0 .101(is not a)2.602 F -.25(va)144 556.8 S .171 (lid shell v).25 F .171(ariable name, an attempt is made to turn of)-.25 -F 2.671(fr)-.25 G .171(eadonly status for a readonly v)-2.671 F .171 +F 2.671(fr)-.25 G .171(eadonly status for a readonly v)-2.671 F .172 (ariable, an)-.25 F .96(attempt is made to turn of)144 568.8 R 3.46(fa) -.25 G .96(rray status for an array v)-3.46 F .96 (ariable, or an attempt is made to display a)-.25 F(non-e)144 580.8 Q (xistent function with)-.15 E F22.5 E F0(.)A F2 (dirs [\255clpv] [+)108 597.6 Q F1(n)A F2 2.5(][)C-2.5 E F1(n)A F2 -(])A F0 -.4(Wi)144 609.6 S .329 +(])A F0 -.4(Wi)144 609.6 S .328 (thout options, displays the list of currently remembered directories.) -.4 F .328(The def)5.328 F .328(ault display is on a)-.1 F 1.238 +.4 F .329(The def)5.329 F .329(ault display is on a)-.1 F 1.238 (single line with directory names separated by spaces.)144 621.6 R 1.238 (Directories are added to the list with the)6.238 F F2(pushd)144 633.6 Q -F0 2.003(command; the)4.504 F F2(popd)4.503 E F0 2.003(command remo) +F0 2.003(command; the)4.503 F F2(popd)4.503 E F0 2.003(command remo) 4.503 F -.15(ve)-.15 G 4.503(se).15 G 2.003(ntries from the list.)-4.503 F 2.003(The current directory is)7.003 F(al)144 645.6 Q -.1(wa)-.1 G (ys the \214rst directory in the stack.).1 E F2144 657.6 Q F0 (Clears the directory stack by deleting all of the entries.)180 657.6 Q -F2144 669.6 Q F0 .881 -(Produces a listing using full pathnames; the def)180 669.6 R .882 +F2144 669.6 Q F0 .882 +(Produces a listing using full pathnames; the def)180 669.6 R .881 (ault listing format uses a tilde to denote)-.1 F(the home directory)180 681.6 Q(.)-.65 E F2144 693.6 Q F0 (Print the directory stack with one entry per line.)180 693.6 Q F2 -144 705.6 Q F0 .273(Print the directory stack with one entry per line, \ -pre\214xing each entry with its inde)180 705.6 R 2.772(xi)-.15 G 2.772 -(nt)-2.772 G(he)-2.772 E(stack.)180 717.6 Q(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(60)193.45 E 0 Cg EP +144 705.6 Q F0 .272(Print the directory stack with one entry per line, \ +pre\214xing each entry with its inde)180 705.6 R 2.773(xi)-.15 G 2.773 +(nt)-2.773 G(he)-2.773 E(stack.)180 717.6 Q(GNU Bash 4.4)72 768 Q +(2017 June 23)148.175 E(60)197.335 E 0 Cg EP %%Page: 61 61 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(+)144 84 Q/F2 10/Times-Italic@0 SF(n)A F0 1.564(Displays the)180 84 R -F2(n)4.064 E F0 1.565(th entry counting from the left of the list sho)B -1.565(wn by)-.25 F F1(dirs)4.065 E F0 1.565(when in)4.065 F -.2(vo)-.4 G +SF(+)144 84 Q/F2 10/Times-Italic@0 SF(n)A F0 1.565(Displays the)180 84 R +F2(n)4.065 E F0 1.565(th entry counting from the left of the list sho)B +1.564(wn by)-.25 F F1(dirs)4.064 E F0 1.564(when in)4.064 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E(without options, starting with zero.)180 96 Q F1 144 108 Q F2(n)A F0 1.194(Displays the)180 108 R F2(n)3.694 E F0 1.194 (th entry counting from the right of the list sho)B 1.194(wn by)-.25 F F1(dirs)3.694 E F0 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E -(without options, starting with zero.)180 120 Q .257(The return v)144 +(without options, starting with zero.)180 120 Q .258(The return v)144 136.8 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258 (lid option is supplied or).25 F F2(n)2.758 E F0(inde)2.758 E -.15(xe) -.15 G 2.758(sb).15 G -.15(ey)-2.758 G .258(ond the end of the direc-) .15 F(tory stack.)144 148.8 Q F1(diso)108 165.6 Q(wn)-.1 E F0([)2.5 E F1 (\255ar)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(jobspec)-2.5 E F0 -(... |)2.5 E F2(pid)2.5 E F0(... ])2.5 E -.4(Wi)144 177.6 S .122 +(... |)2.5 E F2(pid)2.5 E F0(... ])2.5 E -.4(Wi)144 177.6 S .121 (thout options, remo).4 F .422 -.15(ve e)-.15 H(ach).15 E F2(jobspec) 4.362 E F0 .122(from the table of acti)2.932 F .422 -.15(ve j)-.25 H -2.622(obs. If).15 F F2(jobspec)4.362 E F0 .121(is not present, and)2.932 +2.622(obs. If).15 F F2(jobspec)4.362 E F0 .122(is not present, and)2.932 F .096(neither the)144 189.6 R F12.596 E F0 .096(nor the)2.596 F F12.596 E F0 .096(option is supplied, the)2.596 F F2(curr)2.596 E .096(ent job)-.37 F F0 .096(is used.)2.596 F .096(If the)5.096 F F1 2.596 E F0 .096(option is gi)2.596 F -.15(ve)-.25 G .096(n, each) -.15 F F2(jobspec)145.74 201.6 Q F0 .586(is not remo)3.396 F -.15(ve)-.15 -G 3.086(df).15 G .585(rom the table, b)-3.086 F .585(ut is mark)-.2 F -.585(ed so that)-.1 F/F3 9/Times-Bold@0 SF(SIGHUP)3.085 E F0 .585 +.15 F F2(jobspec)145.74 201.6 Q F0 .585(is not remo)3.395 F -.15(ve)-.15 +G 3.085(df).15 G .585(rom the table, b)-3.085 F .585(ut is mark)-.2 F +.585(ed so that)-.1 F/F3 9/Times-Bold@0 SF(SIGHUP)3.085 E F0 .586 (is not sent to the job if the)2.835 F .962(shell recei)144 213.6 R -.15 (ve)-.25 G 3.462(sa).15 G F3(SIGHUP)A/F4 9/Times-Roman@0 SF(.)A F0 .962 (If no)5.462 F F2(jobspec)5.202 E F0 .962(is supplied, the)3.772 F F1 3.462 E F0 .962(option means to remo)3.462 F 1.262 -.15(ve o)-.15 -H 3.462(rm).15 G .962(ark all)-3.462 F 1.359(jobs; the)144 225.6 R F1 -3.859 E F0 1.359(option without a)3.859 F F2(jobspec)5.599 E F0 -(ar)4.169 E 1.358(gument restricts operation to running jobs.)-.18 F -1.358(The return)6.358 F -.25(va)144 237.6 S(lue is 0 unless a).25 E F2 +H 3.462(rm).15 G .962(ark all)-3.462 F 1.358(jobs; the)144 225.6 R F1 +3.858 E F0 1.358(option without a)3.858 F F2(jobspec)5.598 E F0 +(ar)4.169 E 1.359(gument restricts operation to running jobs.)-.18 F +1.359(The return)6.359 F -.25(va)144 237.6 S(lue is 0 unless a).25 E F2 (jobspec)4.24 E F0(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E F1(echo)108 254.4 Q F0([)2.5 E F1(\255neE)A F0 2.5(][)C F2(ar)-2.5 E(g) --.37 E F0(...])2.5 E .424(Output the)144 266.4 R F2(ar)2.924 E(g)-.37 E +-.37 E F0(...])2.5 E .425(Output the)144 266.4 R F2(ar)2.925 E(g)-.37 E F0 .424(s, separated by spaces, follo)B .424(wed by a ne)-.25 F 2.924 -(wline. The)-.25 F .424(return status is 0 unless a write)2.924 F .308 -(error occurs.)144 278.4 R(If)5.308 E F12.808 E F0 .308 -(is speci\214ed, the trailing ne)2.808 F .308(wline is suppressed.)-.25 -F .307(If the)5.308 F F12.807 E F0 .307(option is gi)2.807 F -.15 -(ve)-.25 G .307(n, inter).15 F(-)-.2 E 1.348(pretation of the follo)144 +(wline. The)-.25 F .424(return status is 0 unless a write)2.924 F .307 +(error occurs.)144 278.4 R(If)5.307 E F12.807 E F0 .307 +(is speci\214ed, the trailing ne)2.807 F .308(wline is suppressed.)-.25 +F .308(If the)5.308 F F12.808 E F0 .308(option is gi)2.808 F -.15 +(ve)-.25 G .308(n, inter).15 F(-)-.2 E 1.349(pretation of the follo)144 290.4 R 1.348(wing backslash-escaped characters is enabled.)-.25 F(The) -6.348 E F13.849 E F0 1.349(option disables the)3.849 F 1.055 +6.348 E F13.848 E F0 1.348(option disables the)3.848 F 1.054 (interpretation of these escape characters, e)144 302.4 R -.15(ve)-.25 G -3.555(no).15 G 3.555(ns)-3.555 G 1.055(ystems where the)-3.555 F 3.554 -(ya)-.15 G 1.054(re interpreted by def)-3.554 F(ault.)-.1 E(The)144 -314.4 Q F1(xpg_echo)3.458 E F0 .959 -(shell option may be used to dynamically determine whether or not)3.458 -F F1(echo)3.459 E F0 -.15(ex)3.459 G(pands).15 E .716 -(these escape characters by def)144 326.4 R(ault.)-.1 E F1(echo)5.716 E -F0 .716(does not interpret)3.216 F F13.216 E F0 .715 -(to mean the end of options.)3.216 F F1(echo)5.715 E F0 +3.555(no).15 G 3.555(ns)-3.555 G 1.055(ystems where the)-3.555 F 3.555 +(ya)-.15 G 1.055(re interpreted by def)-3.555 F(ault.)-.1 E(The)144 +314.4 Q F1(xpg_echo)3.459 E F0 .959 +(shell option may be used to dynamically determine whether or not)3.459 +F F1(echo)3.458 E F0 -.15(ex)3.458 G(pands).15 E .715 +(these escape characters by def)144 326.4 R(ault.)-.1 E F1(echo)5.715 E +F0 .716(does not interpret)3.215 F F13.216 E F0 .716 +(to mean the end of options.)3.216 F F1(echo)5.716 E F0 (interprets the follo)144 338.4 Q(wing escape sequences:)-.25 E F1(\\a) 144 350.4 Q F0(alert \(bell\))180 350.4 Q F1(\\b)144 362.4 Q F0 (backspace)180 362.4 Q F1(\\c)144 374.4 Q F0(suppress further output)180 @@ -7372,54 +7377,54 @@ E(alue)-.25 E F2(nnn)2.5 E F0(\(zero to three octal digits\))2.5 E F1 (\\x)144 494.4 Q F2(HH)A F0(the eight-bit character whose v)180 494.4 Q (alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0 (\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F1 -(\\u)144 506.4 Q F2(HHHH)A F0 1.506 -(the Unicode \(ISO/IEC 10646\) character whose v)180 518.4 R 1.507 -(alue is the he)-.25 F 1.507(xadecimal v)-.15 F(alue)-.25 E F2(HHHH) -4.007 E F0(\(one to four he)180 530.4 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 -(\\U)144 542.4 Q F2(HHHHHHHH)A F0 .548 +(\\u)144 506.4 Q F2(HHHH)A F0 1.507 +(the Unicode \(ISO/IEC 10646\) character whose v)180 518.4 R 1.506 +(alue is the he)-.25 F 1.506(xadecimal v)-.15 F(alue)-.25 E F2(HHHH) +4.006 E F0(\(one to four he)180 530.4 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 +(\\U)144 542.4 Q F2(HHHHHHHH)A F0 .547 (the Unicode \(ISO/IEC 10646\) character whose v)180 554.4 R .547 -(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) -3.047 E(HHH)180 566.4 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G +(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) +3.048 E(HHH)180 566.4 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G (igits\))-2.5 E F1(enable)108 583.2 Q F0([)2.5 E F1A F0 2.5(][)C F1(\255dnps)-2.5 E F0 2.5(][)C F1-2.5 E F2(\214lename)2.5 E F0 2.5 -(][)C F2(name)-2.5 E F0(...])2.5 E .277(Enable and disable b)144 595.2 R +(][)C F2(name)-2.5 E F0(...])2.5 E .278(Enable and disable b)144 595.2 R .278(uiltin shell commands.)-.2 F .278(Disabling a b)5.278 F .278 -(uiltin allo)-.2 F .278(ws a disk command which has)-.25 F .834 +(uiltin allo)-.2 F .278(ws a disk command which has)-.25 F .833 (the same name as a shell b)144 607.2 R .834(uiltin to be e)-.2 F -.15 (xe)-.15 G .834(cuted without specifying a full pathname, e).15 F -.15 -(ve)-.25 G 3.333(nt).15 G(hough)-3.333 E .989 +(ve)-.25 G 3.334(nt).15 G(hough)-3.334 E .99 (the shell normally searches for b)144 619.2 R .989 -(uiltins before disk commands.)-.2 F(If)5.989 E F13.489 E F0 .99 -(is used, each)3.49 F F2(name)3.49 E F0 .99(is dis-)3.49 F 1.582 +(uiltins before disk commands.)-.2 F(If)5.989 E F13.489 E F0 .989 +(is used, each)3.489 F F2(name)3.489 E F0 .989(is dis-)3.489 F 1.581 (abled; otherwise,)144 631.2 R F2(names)4.082 E F0 1.582(are enabled.) 4.082 F -.15(Fo)6.582 G 4.082(re).15 G 1.582(xample, to use the)-4.232 F -F1(test)4.082 E F0 1.582(binary found via the)4.082 F F3 -.666(PA)4.081 -G(TH)-.189 E F0 .08(instead of the shell b)144 643.2 R .08(uiltin v)-.2 -F .08(ersion, run)-.15 F/F5 10/Courier@0 SF .081(enable -n test)2.58 F -F0 5.081(.T)C(he)-5.081 E F12.581 E F0 .081 -(option means to load the ne)2.581 F(w)-.25 E -.2(bu)144 655.2 S 1.525 -(iltin command).2 F F2(name)4.385 E F0 1.524(from shared object)4.204 F +F1(test)4.082 E F0 1.582(binary found via the)4.082 F F3 -.666(PA)4.082 +G(TH)-.189 E F0 .081(instead of the shell b)144 643.2 R .081(uiltin v) +-.2 F .081(ersion, run)-.15 F/F5 10/Courier@0 SF .081(enable -n test) +2.581 F F0 5.081(.T)C(he)-5.081 E F12.58 E F0 .08 +(option means to load the ne)2.58 F(w)-.25 E -.2(bu)144 655.2 S 1.524 +(iltin command).2 F F2(name)4.384 E F0 1.524(from shared object)4.204 F F2(\214lename)4.024 E F0 4.024(,o).18 G 4.024(ns)-4.024 G 1.524 (ystems that support dynamic loading.)-4.024 F(The)144 667.2 Q F1 -2.866 E F0 .366(option will delete a b)2.866 F .366(uiltin pre)-.2 F -.366(viously loaded with)-.25 F F12.867 E F0 5.367(.I)C 2.867(fn) --5.367 G(o)-2.867 E F2(name)2.867 E F0(ar)2.867 E .367(guments are gi) --.18 F -.15(ve)-.25 G .367(n, or).15 F .399(if the)144 679.2 R F1 -2.899 E F0 .399(option is supplied, a list of shell b)2.899 F .399 +2.867 E F0 .367(option will delete a b)2.867 F .367(uiltin pre)-.2 F +.367(viously loaded with)-.25 F F12.866 E F0 5.366(.I)C 2.866(fn) +-5.366 G(o)-2.866 E F2(name)2.866 E F0(ar)2.866 E .366(guments are gi) +-.18 F -.15(ve)-.25 G .366(n, or).15 F .398(if the)144 679.2 R F1 +2.898 E F0 .399(option is supplied, a list of shell b)2.899 F .399 (uiltins is printed.)-.2 F -.4(Wi)5.399 G .399(th no other option ar).4 -F .398(guments, the)-.18 F .098(list consists of all enabled shell b)144 +F .399(guments, the)-.18 F .099(list consists of all enabled shell b)144 691.2 R 2.598(uiltins. If)-.2 F F12.598 E F0 .098 -(is supplied, only disabled b)2.598 F .099(uiltins are printed.)-.2 F -(If)5.099 E F12.599 E F0 1.917 +(is supplied, only disabled b)2.598 F .098(uiltins are printed.)-.2 F +(If)5.098 E F12.598 E F0 1.916 (is supplied, the list printed includes all b)144 703.2 R 1.916 -(uiltins, with an indication of whether or not each is)-.2 F 2.878 -(enabled. If)144 715.2 R F12.878 E F0 .379 -(is supplied, the output is restricted to the POSIX)2.878 F F2(special) -2.879 E F0 -.2(bu)2.879 G 2.879(iltins. The).2 F .379(return v)2.879 F -(alue)-.25 E .995(is 0 unless a)144 727.2 R F2(name)3.855 E F0 .994 -(is not a shell b)3.675 F .994(uiltin or there is an error loading a ne) --.2 F 3.494(wb)-.25 G .994(uiltin from a shared)-3.694 F(GNU Bash 4.4)72 -768 Q(2017 March 22)144.29 E(61)193.45 E 0 Cg EP +(uiltins, with an indication of whether or not each is)-.2 F 2.879 +(enabled. If)144 715.2 R F12.879 E F0 .379 +(is supplied, the output is restricted to the POSIX)2.879 F F2(special) +2.879 E F0 -.2(bu)2.878 G 2.878(iltins. The).2 F .378(return v)2.878 F +(alue)-.25 E .994(is 0 unless a)144 727.2 R F2(name)3.854 E F0 .994 +(is not a shell b)3.674 F .994(uiltin or there is an error loading a ne) +-.2 F 3.495(wb)-.25 G .995(uiltin from a shared)-3.695 F(GNU Bash 4.4)72 +768 Q(2017 June 23)148.175 E(61)197.335 E 0 Cg EP %%Page: 62 62 %%BeginPageSetup BP @@ -7428,9 +7433,9 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(object.)144 84 Q /F1 10/Times-Bold@0 SF -2.3 -.15(ev a)108 100.8 T(l).15 E F0([)2.5 E/F2 10/Times-Italic@0 SF(ar)A(g)-.37 E F0(...])2.5 E(The)144 112.8 Q F2(ar) -3.17 E(g)-.37 E F0 3.17(sa)C .671 -(re read and concatenated together into a single command.)-3.17 F .671 -(This command is then read)5.671 F .495(and e)144 124.8 R -.15(xe)-.15 G +3.171 E(g)-.37 E F0 3.171(sa)C .671 +(re read and concatenated together into a single command.)-3.171 F .67 +(This command is then read)5.67 F .495(and e)144 124.8 R -.15(xe)-.15 G .495(cuted by the shell, and its e).15 F .495 (xit status is returned as the v)-.15 F .495(alue of)-.25 F F1 -2.3 -.15 (ev a)2.995 H(l).15 E F0 5.495(.I)C 2.995(ft)-5.495 G .495(here are no) @@ -7438,82 +7443,82 @@ BP (guments,)-.18 E F1 -2.3 -.15(ev a)2.5 H(l).15 E F0(returns 0.)2.5 E F1 (exec)108 153.6 Q F0([)2.5 E F1(\255cl)A F0 2.5(][)C F1-2.5 E F2 (name)2.5 E F0 2.5(][)C F2(command)-2.5 E F0([)2.5 E F2(ar)A(guments) --.37 E F0(]])A(If)144 165.6 Q F2(command)3.005 E F0 .305 -(is speci\214ed, it replaces the shell.)3.575 F .305(No ne)5.305 F 2.805 -(wp)-.25 G .306(rocess is created.)-2.805 F(The)5.306 E F2(ar)3.136 E -(guments)-.37 E F0(become)3.076 E .177(the ar)144 177.6 R .177 +-.37 E F0(]])A(If)144 165.6 Q F2(command)3.006 E F0 .306 +(is speci\214ed, it replaces the shell.)3.576 F .305(No ne)5.305 F 2.805 +(wp)-.25 G .305(rocess is created.)-2.805 F(The)5.305 E F2(ar)3.135 E +(guments)-.37 E F0(become)3.075 E .176(the ar)144 177.6 R .176 (guments to)-.18 F F2(command)2.676 E F0 5.176(.I)C 2.676(ft)-5.176 G (he)-2.676 E F12.676 E F0 .176 -(option is supplied, the shell places a dash at the be)2.676 F .176 -(ginning of)-.15 F .499(the zeroth ar)144 189.6 R .499(gument passed to) --.18 F F2(command)2.999 E F0 5.499(.T).77 G .499(his is what)-5.499 F F2 -(lo)2.999 E(gin)-.1 E F0 .499(\(1\) does.).24 F(The)5.5 E F13 E F0 -.5(option causes)3 F F2(com-)3.2 E(mand)144 201.6 Q F0 .639(to be e) -3.909 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138 +(option is supplied, the shell places a dash at the be)2.676 F .177 +(ginning of)-.15 F .5(the zeroth ar)144 189.6 R .5(gument passed to)-.18 +F F2(command)3 E F0 5.499(.T).77 G .499(his is what)-5.499 F F2(lo)2.999 +E(gin)-.1 E F0 .499(\(1\) does.).24 F(The)5.499 E F12.999 E F0 +.499(option causes)2.999 F F2(com-)3.199 E(mand)144 201.6 Q F0 .638 +(to be e)3.908 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138 (vironment. If)-.4 F F13.138 E F0 .638 -(is supplied, the shell passes)3.138 F F2(name)3.498 E F0 .638(as the) -3.318 F 1.077(zeroth ar)144 213.6 R 1.077(gument to the e)-.18 F -.15 +(is supplied, the shell passes)3.138 F F2(name)3.499 E F0 .639(as the) +3.319 F 1.078(zeroth ar)144 213.6 R 1.077(gument to the e)-.18 F -.15 (xe)-.15 G 1.077(cuted command.).15 F(If)6.077 E F2(command)3.777 E F0 1.077(cannot be e)4.347 F -.15(xe)-.15 G 1.077(cuted for some reason, a) -.15 F(non-interacti)144 225.6 Q .877 -.15(ve s)-.25 H .577(hell e).15 F -.577(xits, unless the)-.15 F F1(execfail)3.077 E F0 .577 -(shell option is enabled.)3.077 F .576(In that case, it returns f)5.577 +.15 F(non-interacti)144 225.6 Q .876 -.15(ve s)-.25 H .576(hell e).15 F +.576(xits, unless the)-.15 F F1(execfail)3.076 E F0 .577 +(shell option is enabled.)3.077 F .577(In that case, it returns f)5.577 F(ail-)-.1 E 2.505(ure. An)144 237.6 R(interacti)2.505 E .305 -.15(ve s) -.25 H .005(hell returns f).15 F .005(ailure if the \214le cannot be e) -.1 F -.15(xe)-.15 G 2.505(cuted. If).15 F F2(command)2.705 E F0 .005 -(is not speci\214ed,)3.275 F(an)144 249.6 Q 3.037(yr)-.15 G .537 -(edirections tak)-3.037 F 3.036(ee)-.1 G -.25(ff)-3.036 G .536 +(is not speci\214ed,)3.275 F(an)144 249.6 Q 3.036(yr)-.15 G .536 +(edirections tak)-3.036 F 3.036(ee)-.1 G -.25(ff)-3.036 G .536 (ect in the current shell, and the return status is 0.).25 F .536 (If there is a redirection)5.536 F(error)144 261.6 Q 2.5(,t)-.4 G (he return status is 1.)-2.5 E F1(exit)108 278.4 Q F0([)2.5 E F2(n)A F0 -(])A .095(Cause the shell to e)144 278.4 R .095(xit with a status of) --.15 F F2(n)2.595 E F0 5.095(.I)C(f)-5.095 E F2(n)2.955 E F0 .096 -(is omitted, the e)2.835 F .096(xit status is that of the last command) +(])A .096(Cause the shell to e)144 278.4 R .096(xit with a status of) +-.15 F F2(n)2.596 E F0 5.096(.I)C(f)-5.096 E F2(n)2.955 E F0 .095 +(is omitted, the e)2.835 F .095(xit status is that of the last command) -.15 F -.15(exe)144 290.4 S 2.5(cuted. A).15 F(trap on)2.5 E/F3 9 /Times-Bold@0 SF(EXIT)2.5 E F0(is e)2.25 E -.15(xe)-.15 G (cuted before the shell terminates.).15 E F1(export)108 307.2 Q F0([)2.5 E F1(\255fn)A F0 2.5(][).833 G F2(name)-2.5 E F0([=)A F2(wor)A(d)-.37 E -F0(]] ...)A F1(export \255p)108 319.2 Q F0 .257(The supplied)144 331.2 R +F0(]] ...)A F1(export \255p)108 319.2 Q F0 .256(The supplied)144 331.2 R F2(names)3.117 E F0 .257(are mark)3.027 F .257(ed for automatic e)-.1 F .257(xport to the en)-.15 F .257(vironment of subsequently e)-.4 F -.15 -(xe)-.15 G(cuted).15 E 2.626(commands. If)144 343.2 R(the)2.626 E F1 -2.626 E F0 .127(option is gi)2.627 F -.15(ve)-.25 G .127(n, the) +(xe)-.15 G(cuted).15 E 2.627(commands. If)144 343.2 R(the)2.627 E F1 +2.627 E F0 .127(option is gi)2.627 F -.15(ve)-.25 G .127(n, the) .15 F F2(names)2.987 E F0 .127(refer to functions.)2.897 F .127(If no) -5.127 F F2(names)2.987 E F0 .127(are gi)2.897 F -.15(ve)-.25 G .127 +5.127 F F2(names)2.987 E F0 .127(are gi)2.897 F -.15(ve)-.25 G .126 (n, or if the).15 F F1144 355.2 Q F0 .048 -(option is supplied, a list of names of all e)2.548 F .048(xported v) --.15 F .048(ariables is printed.)-.25 F(The)5.048 E F12.547 E F0 -.047(option causes the)2.547 F -.15(ex)144 367.2 S 1.446 +(option is supplied, a list of names of all e)2.547 F .048(xported v) +-.15 F .048(ariables is printed.)-.25 F(The)5.048 E F12.548 E F0 +.048(option causes the)2.548 F -.15(ex)144 367.2 S 1.447 (port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447 (rom each)-3.947 F F2(name)3.947 E F0 6.447(.I)C 3.947(fav)-6.447 G 1.447(ariable name is follo)-4.197 F 1.447(wed by =)-.25 F F2(wor)A(d) --.37 E F0 3.947(,t)C(he)-3.947 E -.25(va)144 379.2 S .742(lue of the v) -.25 F .742(ariable is set to)-.25 F F2(wor)3.242 E(d)-.37 E F0(.)A F1 -(export)5.742 E F0 .742(returns an e)3.242 F .741 -(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .741(lid option is) -.25 F .031(encountered, one of the)144 391.2 R F2(names)2.531 E F0 .031 -(is not a v)2.531 F .032(alid shell v)-.25 F .032(ariable name, or)-.25 -F F12.532 E F0 .032(is supplied with a)2.532 F F2(name)2.892 E F0 -(that)2.712 E(is not a function.)144 403.2 Q F1(fc)108 420 Q F0([)2.5 E +-.37 E F0 3.946(,t)C(he)-3.946 E -.25(va)144 379.2 S .741(lue of the v) +.25 F .741(ariable is set to)-.25 F F2(wor)3.241 E(d)-.37 E F0(.)A F1 +(export)5.741 E F0 .742(returns an e)3.242 F .742 +(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .742(lid option is) +.25 F .032(encountered, one of the)144 391.2 R F2(names)2.532 E F0 .032 +(is not a v)2.532 F .032(alid shell v)-.25 F .032(ariable name, or)-.25 +F F12.531 E F0 .031(is supplied with a)2.531 F F2(name)2.891 E F0 +(that)2.711 E(is not a function.)144 403.2 Q F1(fc)108 420 Q F0([)2.5 E F1A F2(ename)2.5 E F0 2.5(][)C F1(\255lnr)-2.5 E F0 2.5(][)C F2 <8c72>-2.5 E(st)-.1 E F0 2.5(][)C F2(last)-2.5 E F0(])A F1(fc \255s)108 432 Q F0([)2.5 E F2(pat)A F0(=)A F2 -.37(re)C(p).37 E F0 2.5(][)C F2 -(cmd)-2.5 E F0(])A .432 +(cmd)-2.5 E F0(])A .431 (The \214rst form selects a range of commands from)144 444 R F2<8c72> -4.842 E(st)-.1 E F0(to)3.612 E F2(last)3.022 E F0 .431 -(from the history list and displays or)3.612 F .141(edits and re-e)144 -456 R -.15(xe)-.15 G .141(cutes them.).15 F F2 -.45(Fi)5.141 G -.1(rs) +4.842 E(st)-.1 E F0(to)3.612 E F2(last)3.022 E F0 .432 +(from the history list and displays or)3.612 F .142(edits and re-e)144 +456 R -.15(xe)-.15 G .142(cutes them.).15 F F2 -.45(Fi)5.141 G -.1(rs) .45 G(t).1 E F0(and)3.321 E F2(last)2.731 E F0 .141 (may be speci\214ed as a string \(to locate the last command)3.321 F(be) -144 468 Q .311(ginning with that string\) or as a number \(an inde)-.15 -F 2.811(xi)-.15 G .31(nto the history list, where a ne)-2.811 F -.05(ga) --.15 G(ti).05 E .61 -.15(ve n)-.25 H(umber).15 E .314(is used as an of) -144 480 R .314(fset from the current command number\).)-.25 F(If)5.314 E -F2(last)2.905 E F0 .315(is not speci\214ed it is set to the cur)3.495 F -(-)-.2 E .949(rent command for listing \(so that)144 492 R/F4 10 +144 468 Q .31(ginning with that string\) or as a number \(an inde)-.15 F +2.811(xi)-.15 G .311(nto the history list, where a ne)-2.811 F -.05(ga) +-.15 G(ti).05 E .611 -.15(ve n)-.25 H(umber).15 E .315(is used as an of) +144 480 R .315(fset from the current command number\).)-.25 F(If)5.315 E +F2(last)2.904 E F0 .314(is not speci\214ed it is set to the cur)3.494 F +(-)-.2 E .948(rent command for listing \(so that)144 492 R/F4 10 /Courier@0 SF .948(fc \255l \25510)3.448 F F0 .948 -(prints the last 10 commands\) and to)3.448 F F2<8c72>5.358 E(st)-.1 E -F0(other)4.128 E(-)-.2 E 2.5(wise. If)144 504 R F2<8c72>4.41 E(st)-.1 E +(prints the last 10 commands\) and to)3.448 F F2<8c72>5.359 E(st)-.1 E +F0(other)4.129 E(-)-.2 E 2.5(wise. If)144 504 R F2<8c72>4.41 E(st)-.1 E F0(is not speci\214ed it is set to the pre)3.18 E (vious command for editing and \25516 for listing.)-.25 E(The)144 528 Q F12.522 E F0 .022 @@ -7522,42 +7527,42 @@ F12.522 E F0 .022(option re)2.522 F -.15(ve)-.25 G .022 (rses the order of).15 F .438(the commands.)144 540 R .438(If the)5.438 F F12.938 E F0 .438(option is gi)2.938 F -.15(ve)-.25 G .438 (n, the commands are listed on standard output.).15 F(Otherwise,)5.438 E -.334(the editor gi)144 552 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E F2 -(ename)3.024 E F0 .335(is in)3.014 F -.2(vo)-.4 G -.1(ke).2 G 2.835(do) +.335(the editor gi)144 552 R -.15(ve)-.25 G 2.835(nb).15 G(y)-2.835 E F2 +(ename)3.025 E F0 .335(is in)3.015 F -.2(vo)-.4 G -.1(ke).2 G 2.835(do) .1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835 F -(If)5.335 E F2(ename)3.025 E F0 .335(is not gi)3.015 F -.15(ve)-.25 G -(n,).15 E .631(the v)144 564 R .631(alue of the)-.25 F F3(FCEDIT)3.131 E -F0 -.25(va)2.881 G .631(riable is used, and the v).25 F .631(alue of) --.25 F F3(EDIT)3.131 E(OR)-.162 E F0(if)2.881 E F3(FCEDIT)3.13 E F0 .63 -(is not set.)2.88 F .63(If nei-)5.63 F .95(ther v)144 576 R .95 -(ariable is set,)-.25 F F2(vi)5.116 E F0 .95(is used.)5.116 F .951 -(When editing is complete, the edited commands are echoed and)5.95 F --.15(exe)144 588 S(cuted.).15 E .789(In the second form,)144 612 R F2 +(If)5.334 E F2(ename)3.024 E F0 .334(is not gi)3.014 F -.15(ve)-.25 G +(n,).15 E .63(the v)144 564 R .63(alue of the)-.25 F F3(FCEDIT)3.13 E F0 +-.25(va)2.88 G .631(riable is used, and the v).25 F .631(alue of)-.25 F +F3(EDIT)3.131 E(OR)-.162 E F0(if)2.881 E F3(FCEDIT)3.131 E F0 .631 +(is not set.)2.881 F .631(If nei-)5.631 F .951(ther v)144 576 R .951 +(ariable is set,)-.25 F F2(vi)5.117 E F0 .951(is used.)5.117 F .95 +(When editing is complete, the edited commands are echoed and)5.951 F +-.15(exe)144 588 S(cuted.).15 E .788(In the second form,)144 612 R F2 (command)3.288 E F0 .788(is re-e)3.288 F -.15(xe)-.15 G .788 (cuted after each instance of).15 F F2(pat)3.288 E F0 .788 -(is replaced by)3.288 F F2 -.37(re)3.288 G(p).37 E F0(.)A F2(Com-)5.788 -E(mand)144 624 Q F0 .346(is intepreted the same as)2.846 F F2<8c72>2.847 -E(st)-.1 E F0(abo)2.847 E -.15(ve)-.15 G 5.347(.A).15 G .347 -(useful alias to use with this is)-2.5 F F4 .347(r='fc \255s')2.847 F F0 -2.847(,s)C 2.847(ot)-2.847 G(hat)-2.847 E(typing)144 636 Q F4 7.166(rc) -3.666 G(c)-7.166 E F0 1.166(runs the last command be)3.666 F 1.166 -(ginning with)-.15 F F4(cc)3.666 E F0 1.165(and typing)3.666 F F4(r) -3.665 E F0(re-e)3.665 E -.15(xe)-.15 G 1.165(cutes the last com-).15 F +(is replaced by)3.288 F F2 -.37(re)3.289 G(p).37 E F0(.)A F2(Com-)5.789 +E(mand)144 624 Q F0 .172(is interpreted the same as)2.672 F F2<8c72> +2.672 E(st)-.1 E F0(abo)2.672 E -.15(ve)-.15 G 5.172(.A).15 G .171 +(useful alias to use with this is)-2.5 F F4 .171(r='fc \255s')2.671 F F0 +2.671(,s)C 2.671(ot)-2.671 G(hat)-2.671 E(typing)144 636 Q F4 7.165(rc) +3.665 G(c)-7.165 E F0 1.165(runs the last command be)3.665 F 1.166 +(ginning with)-.15 F F4(cc)3.666 E F0 1.166(and typing)3.666 F F4(r) +3.666 E F0(re-e)3.666 E -.15(xe)-.15 G 1.166(cutes the last com-).15 F (mand.)144 648 Q .142(If the \214rst form is used, the return v)144 672 R .142(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142 (lid option is encountered or).25 F F2<8c72>4.552 E(st)-.1 E F0(or)3.322 -E F2(last)2.732 E F0 .455(specify history lines out of range.)144 684 R +E F2(last)2.732 E F0 .454(specify history lines out of range.)144 684 R .454(If the)5.454 F F12.954 E F0 .454 -(option is supplied, the return v)2.954 F .454(alue is the v)-.25 F .454 -(alue of the)-.25 F .787(last command e)144 696 R -.15(xe)-.15 G .787 -(cuted or f).15 F .788 +(option is supplied, the return v)2.954 F .455(alue is the v)-.25 F .455 +(alue of the)-.25 F .788(last command e)144 696 R -.15(xe)-.15 G .788 +(cuted or f).15 F .787 (ailure if an error occurs with the temporary \214le of commands.)-.1 F -.788(If the)5.788 F 1.136 +.787(If the)5.787 F 1.135 (second form is used, the return status is that of the command re-e)144 -708 R -.15(xe)-.15 G 1.135(cuted, unless).15 F F2(cmd)3.835 E F0 1.135 -(does not)4.405 F(specify a v)144 720 Q +708 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F2(cmd)3.836 E F0 1.136 +(does not)4.406 F(specify a v)144 720 Q (alid history line, in which case)-.25 E F1(fc)2.5 E F0(returns f)2.5 E -(ailure.)-.1 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(62)193.45 E +(ailure.)-.1 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(62)197.335 E 0 Cg EP %%Page: 63 63 %%BeginPageSetup @@ -7566,85 +7571,85 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF(fg)108 84 Q F0([)2.5 E/F2 10/Times-Italic@0 SF(jobspec)A F0(])A -(Resume)144 96 Q F2(jobspec)5.653 E F0 1.413(in the fore)4.223 F 1.413 +(Resume)144 96 Q F2(jobspec)5.654 E F0 1.413(in the fore)4.224 F 1.413 (ground, and mak)-.15 F 3.913(ei)-.1 G 3.913(tt)-3.913 G 1.413 (he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F2(jobspec)5.653 E F0 -1.414(is not present, the)4.223 F(shell')144 108 Q 3.117(sn)-.55 G .617 -(otion of the)-3.117 F F2(curr)3.117 E .617(ent job)-.37 F F0 .617 -(is used.)3.117 F .617(The return v)5.617 F .616 -(alue is that of the command placed into the)-.25 F(fore)144 120 Q .362 -(ground, or f)-.15 F .362(ailure if run when job control is disabled or) --.1 F 2.862(,w)-.4 G .363(hen run with job control enabled, if)-2.862 F +1.413(is not present, the)4.223 F(shell')144 108 Q 3.116(sn)-.55 G .616 +(otion of the)-3.116 F F2(curr)3.116 E .616(ent job)-.37 F F0 .617 +(is used.)3.116 F .617(The return v)5.617 F .617 +(alue is that of the command placed into the)-.25 F(fore)144 120 Q .363 +(ground, or f)-.15 F .363(ailure if run when job control is disabled or) +-.1 F 2.862(,w)-.4 G .362(hen run with job control enabled, if)-2.862 F F2(jobspec)145.74 132 Q F0(does not specify a v)2.81 E(alid job or)-.25 E F2(jobspec)4.24 E F0(speci\214es a job that w)2.81 E (as started without job control.)-.1 E F1(getopts)108 148.8 Q F2 (optstring name)2.5 E F0([)2.5 E F2(ar)A(gs)-.37 E F0(])A F1(getopts)144 160.8 Q F0 .793 -(is used by shell procedures to parse positional parameters.)3.294 F F2 -(optstring)6.023 E F0 .793(contains the option)3.513 F .149 -(characters to be recognized; if a character is follo)144 172.8 R .15 -(wed by a colon, the option is e)-.25 F .15(xpected to ha)-.15 F .45 --.15(ve a)-.2 H(n).15 E(ar)144 184.8 Q .579 -(gument, which should be separated from it by white space.)-.18 F .578 +(is used by shell procedures to parse positional parameters.)3.293 F F2 +(optstring)6.023 E F0 .793(contains the option)3.513 F .15 +(characters to be recognized; if a character is follo)144 172.8 R .149 +(wed by a colon, the option is e)-.25 F .149(xpected to ha)-.15 F .449 +-.15(ve a)-.2 H(n).15 E(ar)144 184.8 Q .578 +(gument, which should be separated from it by white space.)-.18 F .579 (The colon and question mark char)5.579 F(-)-.2 E 1.665 (acters may not be used as option characters.)144 196.8 R 1.665 (Each time it is in)6.665 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F1(getopts) -4.165 E F0 1.665(places the ne)4.165 F(xt)-.15 E .797 -(option in the shell v)144 208.8 R(ariable)-.25 E F2(name)3.297 E F0 -3.297(,i).18 G(nitializing)-3.297 E F2(name)3.657 E F0 .797 -(if it does not e)3.477 F .796(xist, and the inde)-.15 F 3.296(xo)-.15 G -3.296(ft)-3.296 G .796(he ne)-3.296 F(xt)-.15 E(ar)144 220.8 Q .085 +4.165 E F0 1.665(places the ne)4.165 F(xt)-.15 E .796 +(option in the shell v)144 208.8 R(ariable)-.25 E F2(name)3.296 E F0 +3.296(,i).18 G(nitializing)-3.296 E F2(name)3.657 E F0 .797 +(if it does not e)3.477 F .797(xist, and the inde)-.15 F 3.297(xo)-.15 G +3.297(ft)-3.297 G .797(he ne)-3.297 F(xt)-.15 E(ar)144 220.8 Q .085 (gument to be processed into the v)-.18 F(ariable)-.25 E/F3 9 /Times-Bold@0 SF(OPTIND)2.585 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND) -4.585 E F0 .085(is initialized to 1 each time the shell)2.335 F .846 +4.585 E F0 .085(is initialized to 1 each time the shell)2.335 F .845 (or a shell script is in)144 232.8 R -.2(vo)-.4 G -.1(ke).2 G 3.345 (d. When).1 F .845(an option requires an ar)3.345 F(gument,)-.18 E F1 -(getopts)3.345 E F0 .845(places that ar)3.345 F(gument)-.18 E .803 -(into the v)144 244.8 R(ariable)-.25 E F3(OPT)3.303 E(ARG)-.81 E F4(.)A -F0 .803(The shell does not reset)5.303 F F3(OPTIND)3.303 E F0 .804 -(automatically; it must be manually)3.054 F .294 +(getopts)3.346 E F0 .846(places that ar)3.346 F(gument)-.18 E .804 +(into the v)144 244.8 R(ariable)-.25 E F3(OPT)3.304 E(ARG)-.81 E F4(.)A +F0 .803(The shell does not reset)5.304 F F3(OPTIND)3.303 E F0 .803 +(automatically; it must be manually)3.053 F .293 (reset between multiple calls to)144 256.8 R F1(getopts)2.793 E F0 .293 (within the same shell in)2.793 F -.2(vo)-.4 G .293(cation if a ne).2 F -2.793(ws)-.25 G .293(et of parameters)-2.793 F(is to be used.)144 268.8 -Q 2.043(When the end of options is encountered,)144 292.8 R F1(getopts) -4.543 E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.044 +2.793(ws)-.25 G .294(et of parameters)-2.793 F(is to be used.)144 268.8 +Q 2.044(When the end of options is encountered,)144 292.8 R F1(getopts) +4.543 E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.043 (alue greater than zero.)-.25 F F3(OPTIND)144 304.8 Q F0 (is set to the inde)2.25 E 2.5(xo)-.15 G 2.5(ft)-2.5 G (he \214rst non-option ar)-2.5 E(gument, and)-.18 E F2(name)2.5 E F0 -(is set to ?.)2.5 E F1(getopts)144 328.8 Q F0 2.393 -(normally parses the positional parameters, b)4.893 F 2.392 -(ut if more ar)-.2 F 2.392(guments are gi)-.18 F -.15(ve)-.25 G 4.892 -(ni).15 G(n)-4.892 E F2(ar)4.892 E(gs)-.37 E F0(,).27 E F1(getopts)144 -340.8 Q F0(parses those instead.)2.5 E F1(getopts)144 364.8 Q F0 1.165 -(can report errors in tw)3.665 F 3.665(ow)-.1 G 3.665(ays. If)-3.765 F -1.165(the \214rst character of)3.665 F F2(optstring)3.895 E F0 1.166 -(is a colon,)3.886 F F2(silent)4.006 E F0(error)4.346 E 1.071 +(is set to ?.)2.5 E F1(getopts)144 328.8 Q F0 2.392 +(normally parses the positional parameters, b)4.892 F 2.392 +(ut if more ar)-.2 F 2.393(guments are gi)-.18 F -.15(ve)-.25 G 4.893 +(ni).15 G(n)-4.893 E F2(ar)4.893 E(gs)-.37 E F0(,).27 E F1(getopts)144 +340.8 Q F0(parses those instead.)2.5 E F1(getopts)144 364.8 Q F0 1.166 +(can report errors in tw)3.666 F 3.665(ow)-.1 G 3.665(ays. If)-3.765 F +1.165(the \214rst character of)3.665 F F2(optstring)3.895 E F0 1.165 +(is a colon,)3.885 F F2(silent)4.005 E F0(error)4.345 E 1.07 (reporting is used.)144 376.8 R 1.071 -(In normal operation, diagnostic messages are printed when in)6.071 F --.25(va)-.4 G 1.07(lid options or).25 F .393(missing option ar)144 388.8 -R .393(guments are encountered.)-.18 F .394(If the v)5.394 F(ariable) --.25 E F3(OPTERR)2.894 E F0 .394(is set to 0, no error messages)2.644 F -(will be displayed, e)144 400.8 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft) --2.5 G(he \214rst character of)-2.5 E F2(optstring)2.73 E F0 -(is not a colon.)2.72 E .667(If an in)144 424.8 R -.25(va)-.4 G .667 -(lid option is seen,).25 F F1(getopts)3.167 E F0 .667(places ? into) -3.167 F F2(name)3.527 E F0 .666 -(and, if not silent, prints an error message)3.347 F .399(and unsets)144 -436.8 R F3(OPT)2.899 E(ARG)-.81 E F4(.)A F0(If)4.899 E F1(getopts)2.899 -E F0 .399(is silent, the option character found is placed in)2.899 F F3 -(OPT)2.899 E(ARG)-.81 E F0 .4(and no)2.65 F -(diagnostic message is printed.)144 448.8 Q 1.242(If a required ar)144 -472.8 R 1.242(gument is not found, and)-.18 F F1(getopts)3.741 E F0 -1.241(is not silent, a question mark \()3.741 F F1(?).833 E F0 3.741 -(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F F2(name)144 484.8 -Q F0(,).18 E F3(OPT)2.734 E(ARG)-.81 E F0 .234 -(is unset, and a diagnostic message is printed.)2.484 F(If)5.234 E F1 -(getopts)2.734 E F0 .235(is silent, then a colon \()2.734 F F1(:).833 E +(In normal operation, diagnostic messages are printed when in)6.07 F +-.25(va)-.4 G 1.071(lid options or).25 F .394(missing option ar)144 +388.8 R .394(guments are encountered.)-.18 F .394(If the v)5.394 F +(ariable)-.25 E F3(OPTERR)2.894 E F0 .394 +(is set to 0, no error messages)2.644 F(will be displayed, e)144 400.8 Q +-.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E +F2(optstring)2.73 E F0(is not a colon.)2.72 E .666(If an in)144 424.8 R +-.25(va)-.4 G .666(lid option is seen,).25 F F1(getopts)3.166 E F0 .667 +(places ? into)3.167 F F2(name)3.527 E F0 .667 +(and, if not silent, prints an error message)3.347 F .4(and unsets)144 +436.8 R F3(OPT)2.9 E(ARG)-.81 E F4(.)A F0(If)4.899 E F1(getopts)2.899 E +F0 .399(is silent, the option character found is placed in)2.899 F F3 +(OPT)2.899 E(ARG)-.81 E F0 .399(and no)2.649 F +(diagnostic message is printed.)144 448.8 Q 1.241(If a required ar)144 +472.8 R 1.241(gument is not found, and)-.18 F F1(getopts)3.741 E F0 +1.241(is not silent, a question mark \()3.741 F F1(?).833 E F0 3.742 +(\)i).833 G 3.742(sp)-3.742 G 1.242(laced in)-3.742 F F2(name)144 484.8 +Q F0(,).18 E F3(OPT)2.735 E(ARG)-.81 E F0 .234 +(is unset, and a diagnostic message is printed.)2.485 F(If)5.234 E F1 +(getopts)2.734 E F0 .234(is silent, then a colon \()2.734 F F1(:).833 E F0(\)).833 E(is placed in)144 496.8 Q F2(name)2.86 E F0(and)2.68 E F3 (OPT)2.5 E(ARG)-.81 E F0(is set to the option character found.)2.25 E F1 (getopts)144 520.8 Q F0 .902 (returns true if an option, speci\214ed or unspeci\214ed, is found.) -3.402 F .902(It returns f)5.902 F .901(alse if the end of)-.1 F +3.401 F .902(It returns f)5.902 F .902(alse if the end of)-.1 F (options is encountered or an error occurs.)144 532.8 Q F1(hash)108 549.6 Q F0([)2.5 E F1(\255lr)A F0 2.5(][)C F1-2.5 E F2(\214lename) 2.5 E F0 2.5(][)C F1(\255dt)-2.5 E F0 2.5(][)C F2(name)-2.5 E F0(])A @@ -7653,37 +7658,37 @@ F0(\)).833 E(is placed in)144 496.8 Q F2(name)2.86 E F0(and)2.68 E F3 3.718 E F0 .858(is determined by searching)3.538 F .956 (the directories in)144 573.6 R F1($P)3.456 E -.95(AT)-.74 G(H).95 E F0 .956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956 -(viously-remembered pathname is discarded.)-.25 F .242(If the)144 585.6 -R F12.742 E F0 .243 -(option is supplied, no path search is performed, and)2.742 F F2 -(\214lename)4.653 E F0 .243(is used as the full \214lename)2.923 F 1.712 -(of the command.)144 597.6 R(The)6.712 E F14.212 E F0 1.711 -(option causes the shell to for)4.212 F 1.711 -(get all remembered locations.)-.18 F(The)6.711 E F14.211 E F0 +(viously-remembered pathname is discarded.)-.25 F .243(If the)144 585.6 +R F12.743 E F0 .243 +(option is supplied, no path search is performed, and)2.743 F F2 +(\214lename)4.653 E F0 .242(is used as the full \214lename)2.923 F 1.711 +(of the command.)144 597.6 R(The)6.711 E F14.211 E F0 1.711 +(option causes the shell to for)4.211 F 1.712 +(get all remembered locations.)-.18 F(The)6.712 E F14.212 E F0 .833(option causes the shell to for)144 609.6 R .833 (get the remembered location of each)-.18 F F2(name)3.333 E F0 5.833(.I) C 3.333(ft)-5.833 G(he)-3.333 E F13.333 E F0 .833(option is sup-) -3.333 F .704(plied, the full pathname to which each)144 621.6 R F2(name) -3.204 E F0 .703(corresponds is printed.)3.204 F .703(If multiple)5.703 F -F2(name)3.203 E F0(ar)3.203 E(guments)-.18 E .795(are supplied with)144 +3.333 F .703(plied, the full pathname to which each)144 621.6 R F2(name) +3.204 E F0 .704(corresponds is printed.)3.204 F .704(If multiple)5.704 F +F2(name)3.204 E F0(ar)3.204 E(guments)-.18 E .795(are supplied with)144 633.6 R F13.295 E F0 3.295(,t)C(he)-3.295 E F2(name)3.295 E F0 .795(is printed before the hashed full pathname.)3.295 F(The)5.795 E F1 3.295 E F0 .795(option causes)3.295 F .934 (output to be displayed in a format that may be reused as input.)144 -645.6 R .934(If no ar)5.934 F .934(guments are gi)-.18 F -.15(ve)-.25 G -.934(n, or if).15 F(only)144 657.6 Q F12.821 E F0 .321 -(is supplied, information about remembered commands is printed.)2.821 F -.322(The return status is true)5.322 F(unless a)144 669.6 Q F2(name)2.86 +645.6 R .934(If no ar)5.934 F .935(guments are gi)-.18 F -.15(ve)-.25 G +.935(n, or if).15 F(only)144 657.6 Q F12.822 E F0 .322 +(is supplied, information about remembered commands is printed.)2.822 F +.321(The return status is true)5.321 F(unless a)144 669.6 Q F2(name)2.86 E F0(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.) .25 E F1(help)108 686.4 Q F0([)2.5 E F1(\255dms)A F0 2.5(][)C F2 -(pattern)-2.5 E F0(])A .867(Display helpful information about b)144 +(pattern)-2.5 E F0(])A .866(Display helpful information about b)144 698.4 R .867(uiltin commands.)-.2 F(If)5.867 E F2(pattern)4.617 E F0 -.866(is speci\214ed,)3.607 F F1(help)3.366 E F0(gi)3.366 E -.15(ve)-.25 -G 3.366(sd).15 G(etailed)-3.366 E .306(help on all commands matching)144 -710.4 R F2(pattern)2.806 E F0 2.807(;o).24 G .307 -(therwise help for all the b)-2.807 F .307 +.867(is speci\214ed,)3.607 F F1(help)3.367 E F0(gi)3.367 E -.15(ve)-.25 +G 3.367(sd).15 G(etailed)-3.367 E .307(help on all commands matching)144 +710.4 R F2(pattern)2.807 E F0 2.807(;o).24 G .307 +(therwise help for all the b)-2.807 F .306 (uiltins and shell control struc-)-.2 F(tures is printed.)144 722.4 Q -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(63)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(63)197.335 E 0 Cg EP %%Page: 64 64 %%BeginPageSetup BP @@ -7704,13 +7709,13 @@ F1(history \255p)108 189.6 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A 2.5 -.37 E F0([)2.5 E F2(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A -.4(Wi)144 213.6 S .752 (th no options, display the command history list with line numbers.).4 F -.752(Lines listed with a)5.752 F F1(*)3.251 E F0(ha)3.251 E -.15(ve)-.2 -G .38(been modi\214ed.)144 225.6 R .38(An ar)5.38 F .38(gument of)-.18 F -F2(n)3.24 E F0 .38(lists only the last)3.12 F F2(n)3.24 E F0 2.88 +.752(Lines listed with a)5.752 F F1(*)3.252 E F0(ha)3.252 E -.15(ve)-.2 +G .381(been modi\214ed.)144 225.6 R .38(An ar)5.38 F .38(gument of)-.18 +F F2(n)3.24 E F0 .38(lists only the last)3.12 F F2(n)3.24 E F0 2.88 (lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E/F3 9 -/Times-Bold@0 SF(HISTTIMEFOR-)2.881 E(MA)144 237.6 Q(T)-.855 E F0 .265 -(is set and not null, it is used as a format string for)2.515 F F2 -(strftime)2.764 E F0 .264(\(3\) to display the time stamp asso-)B 1.019 +/Times-Bold@0 SF(HISTTIMEFOR-)2.88 E(MA)144 237.6 Q(T)-.855 E F0 .264 +(is set and not null, it is used as a format string for)2.514 F F2 +(strftime)2.765 E F0 .265(\(3\) to display the time stamp asso-)B 1.02 (ciated with each displayed history entry)144 249.6 R 6.019(.N)-.65 G 3.519(oi)-6.019 G(nterv)-3.519 E 1.019 (ening blank is printed between the formatted)-.15 F .176 @@ -7721,81 +7726,81 @@ F2(n)3.24 E F0 .38(lists only the last)3.12 F F2(n)3.24 E F0 2.88 2.25 E(Options, if supplied, ha)5 E .3 -.15(ve t)-.2 H(he follo).15 E (wing meanings:)-.25 E F1144 285.6 Q F0 (Clear the history list by deleting all the entries.)180 285.6 Q F1 -144 297.6 Q F2(of)2.5 E(fset)-.18 E F0 .389 +144 297.6 Q F2(of)2.5 E(fset)-.18 E F0 .39 (Delete the history entry at position)180 309.6 R F2(of)2.889 E(fset) -.18 E F0 5.389(.I)C(f)-5.389 E F2(of)2.889 E(fset)-.18 E F0 .389(is ne) -2.889 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.89(,i).15 G 2.89(ti) --2.89 G 2.89(si)-2.89 G .39(nterpreted as relati)-2.89 F -.15(ve)-.25 G -.599(to one greater than the last history position, so ne)180 321.6 R --.05(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .598 +2.889 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i).15 G 2.889(ti) +-2.889 G 2.889(si)-2.889 G .389(nterpreted as relati)-2.889 F -.15(ve) +-.25 G .598(to one greater than the last history position, so ne)180 +321.6 R -.05(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599 (ndices count back from the end).15 F(of the history)180 333.6 Q 2.5(,a) -.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G (efers to the current)-2.5 E F1(history -d)2.5 E F0(command.)2.5 E F1 -144 345.6 Q F0 .564(Append the `)180 345.6 R(`ne)-.74 E(w')-.25 E -3.064('h)-.74 G .564(istory lines to the history \214le.)-3.064 F .565 +144 345.6 Q F0 .565(Append the `)180 345.6 R(`ne)-.74 E(w')-.25 E +3.065('h)-.74 G .564(istory lines to the history \214le.)-3.065 F .564 (These are history lines entered since)5.564 F(the be)180 357.6 Q (ginning of the current)-.15 E F1(bash)2.5 E F0(session, b)2.5 E (ut not already appended to the history \214le.)-.2 E F1144 369.6 Q F0 .854(Read the history lines not already read from the history \214\ -le into the current history list.)180 369.6 R .772 +le into the current history list.)180 369.6 R .773 (These are lines appended to the history \214le since the be)180 381.6 R -.773(ginning of the current)-.15 F F1(bash)3.273 E F0(ses-)3.273 E +.772(ginning of the current)-.15 F F1(bash)3.272 E F0(ses-)3.272 E (sion.)180 393.6 Q F1144 405.6 Q F0(Read the contents of the hist\ ory \214le and append them to the current history list.)180 405.6 Q F1 144 417.6 Q F0 (Write the current history list to the history \214le, o)180 417.6 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G -(ontents.)-2.5 E F1144 429.6 Q F0 .626 +(ontents.)-2.5 E F1144 429.6 Q F0 .625 (Perform history substitution on the follo)180 429.6 R(wing)-.25 E F2 -(ar)3.125 E(gs)-.37 E F0 .625(and display the result on the standard) +(ar)3.125 E(gs)-.37 E F0 .626(and display the result on the standard) 3.125 F 2.975(output. Does)180 441.6 R .475 (not store the results in the history list.)2.975 F(Each)5.475 E F2(ar) 2.975 E(g)-.37 E F0 .475(must be quoted to disable)2.975 F (normal history e)180 453.6 Q(xpansion.)-.15 E F1144 465.6 Q F0 -.363(Store the)180 465.6 R F2(ar)3.193 E(gs)-.37 E F0 .363 -(in the history list as a single entry)3.133 F 5.363(.T)-.65 G .362 +.362(Store the)180 465.6 R F2(ar)3.192 E(gs)-.37 E F0 .363 +(in the history list as a single entry)3.132 F 5.363(.T)-.65 G .363 (he last command in the history list is)-5.363 F(remo)180 477.6 Q -.15 (ve)-.15 G 2.5(db).15 G(efore the)-2.5 E F2(ar)2.83 E(gs)-.37 E F0 -(are added.)2.77 E .145(If the)144 494.4 R F3(HISTTIMEFORMA)2.645 E(T) +(are added.)2.77 E .146(If the)144 494.4 R F3(HISTTIMEFORMA)2.645 E(T) -.855 E F0 -.25(va)2.395 G .145 (riable is set, the time stamp information associated with each history) -.25 F .669(entry is written to the history \214le, mark)144 506.4 R .669 -(ed with the history comment character)-.1 F 5.668(.W)-.55 G .668 -(hen the history)-5.668 F .955(\214le is read, lines be)144 518.4 R .956 -(ginning with the history comment character follo)-.15 F .956 -(wed immediately by a digit)-.25 F 1.796 +.25 F .668(entry is written to the history \214le, mark)144 506.4 R .669 +(ed with the history comment character)-.1 F 5.669(.W)-.55 G .669 +(hen the history)-5.669 F .956(\214le is read, lines be)144 518.4 R .956 +(ginning with the history comment character follo)-.15 F .955 +(wed immediately by a digit)-.25 F 1.795 (are interpreted as timestamps for the follo)144 530.4 R 1.795 (wing history entry)-.25 F 6.795(.T)-.65 G 1.795(he return v)-6.795 F -1.795(alue is 0 unless an)-.25 F(in)144 542.4 Q -.25(va)-.4 G .768(lid \ +1.796(alue is 0 unless an)-.25 F(in)144 542.4 Q -.25(va)-.4 G .768(lid \ option is encountered, an error occurs while reading or writing the his\ tory \214le, an in).25 F -.25(va)-.4 G(lid).25 E F2(of)144 554.4 Q(fset) --.18 E F0 1.032(is supplied as an ar)3.532 F 1.031(gument to)-.18 F F1 +-.18 E F0 1.031(is supplied as an ar)3.531 F 1.031(gument to)-.18 F F1 3.531 E F0 3.531(,o)C 3.531(rt)-3.531 G 1.031(he history e)-3.531 -F 1.031(xpansion supplied as an ar)-.15 F 1.031(gument to)-.18 F F1 -3.531 E F0 -.1(fa)144 566.4 S(ils.).1 E F1(jobs)108 583.2 Q F0([) +F 1.031(xpansion supplied as an ar)-.15 F 1.032(gument to)-.18 F F1 +3.532 E F0 -.1(fa)144 566.4 S(ils.).1 E F1(jobs)108 583.2 Q F0([) 2.5 E F1(\255lnprs)A F0 2.5(][)C F2(jobspec)A F0(... ])2.5 E F1 (jobs \255x)108 595.2 Q F2(command)2.5 E F0([)2.5 E F2(ar)2.5 E(gs)-.37 E F0(... ])2.5 E(The \214rst form lists the acti)144 607.2 Q .3 -.15 (ve j)-.25 H 2.5(obs. The).15 F(options ha)2.5 E .3 -.15(ve t)-.2 H (he follo).15 E(wing meanings:)-.25 E F1144 619.2 Q F0 (List process IDs in addition to the normal information.)180 619.2 Q F1 -144 631.2 Q F0 .193(Display information only about jobs that ha) -180 631.2 R .494 -.15(ve c)-.2 H .194(hanged status since the user w).15 -F .194(as last noti-)-.1 F(\214ed of their status.)180 643.2 Q F1 +144 631.2 Q F0 .194(Display information only about jobs that ha) +180 631.2 R .494 -.15(ve c)-.2 H .193(hanged status since the user w).15 +F .193(as last noti-)-.1 F(\214ed of their status.)180 643.2 Q F1 144 655.2 Q F0(List only the process ID of the job')180 655.2 Q 2.5(sp) -.55 G(rocess group leader)-2.5 E(.)-.55 E F1144 667.2 Q F0 (Display only running jobs.)180 667.2 Q F1144 679.2 Q F0 -(Display only stopped jobs.)180 679.2 Q(If)144 696 Q F2(jobspec)4.554 E -F0 .314(is gi)3.124 F -.15(ve)-.25 G .314 -(n, output is restricted to information about that job).15 F 5.313(.T) --.4 G .313(he return status is 0 unless)-5.313 F(an in)144 708 Q -.25 +(Display only stopped jobs.)180 679.2 Q(If)144 696 Q F2(jobspec)4.553 E +F0 .313(is gi)3.123 F -.15(ve)-.25 G .313 +(n, output is restricted to information about that job).15 F 5.314(.T) +-.4 G .314(he return status is 0 unless)-5.314 F(an in)144 708 Q -.25 (va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25 -E F2(jobspec)4.24 E F0(is supplied.)2.81 E 2.066(If the)144 724.8 R F1 -4.566 E F0 2.067(option is supplied,)4.567 F F1(jobs)4.567 E F0 +E F2(jobspec)4.24 E F0(is supplied.)2.81 E 2.067(If the)144 724.8 R F1 +4.567 E F0 2.067(option is supplied,)4.567 F F1(jobs)4.567 E F0 2.067(replaces an)4.567 F(y)-.15 E F2(jobspec)6.307 E F0 2.067(found in) 4.877 F F2(command)4.767 E F0(or)5.337 E F2(ar)4.897 E(gs)-.37 E F0 -2.067(with the)4.837 F(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(64) -193.45 E 0 Cg EP +2.066(with the)4.836 F(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(64) +197.335 E 0 Cg EP %%Page: 65 65 %%BeginPageSetup BP @@ -7809,58 +7814,58 @@ E/F1 10/Times-Italic@0 SF(command)2.7 E F0(passing it)3.27 E F1(ar)2.5 E E F0(|)2.5 E F22.5 E F1(signum)2.5 E F0(|)2.5 E F22.5 E F1 (sigspec)A F0 2.5(][)C F1(pid)-2.5 E F0(|)2.5 E F1(jobspec)2.5 E F0 2.5 (].)C(..)-2.5 E F2(kill \255l)108 112.8 Q F0(|)A F2A F0([)2.5 E F1 -(sigspec)A F0(|)2.5 E F1 -.2(ex)2.5 G(it_status).2 E F0(])A .12 -(Send the signal named by)144 124.8 R F1(sigspec)2.96 E F0(or)2.93 E F1 -(signum)2.96 E F0 .119(to the processes named by)2.939 F F1(pid)3.869 E -F0(or)3.389 E F1(jobspec)2.619 E F0(.).31 E F1(sigspec)5.459 E F0(is) -2.929 E .318(either a case-insensiti)144 136.8 R .618 -.15(ve s)-.25 H -.318(ignal name such as).15 F/F3 9/Times-Bold@0 SF(SIGKILL)2.818 E F0 -.319(\(with or without the)2.569 F F3(SIG)2.819 E F0 .319 -(pre\214x\) or a signal)2.569 F(number;)144 148.8 Q F1(signum)4.189 E F0 -1.349(is a signal number)4.169 F 6.349(.I)-.55 G(f)-6.349 E F1(sigspec) +(sigspec)A F0(|)2.5 E F1 -.2(ex)2.5 G(it_status).2 E F0(])A .119 +(Send the signal named by)144 124.8 R F1(sigspec)2.959 E F0(or)2.929 E +F1(signum)2.959 E F0 .119(to the processes named by)2.939 F F1(pid)3.87 +E F0(or)3.39 E F1(jobspec)2.62 E F0(.).31 E F1(sigspec)5.46 E F0(is)2.93 +E .319(either a case-insensiti)144 136.8 R .619 -.15(ve s)-.25 H .319 +(ignal name such as).15 F/F3 9/Times-Bold@0 SF(SIGKILL)2.819 E F0 .318 +(\(with or without the)2.569 F F3(SIG)2.818 E F0 .318 +(pre\214x\) or a signal)2.568 F(number;)144 148.8 Q F1(signum)4.188 E F0 +1.349(is a signal number)4.168 F 6.349(.I)-.55 G(f)-6.349 E F1(sigspec) 4.189 E F0 1.349(is not present, then)4.159 F F3(SIGTERM)3.849 E F0 -1.348(is assumed.)3.599 F(An)6.348 E(ar)144 160.8 Q .522(gument of)-.18 +1.349(is assumed.)3.599 F(An)6.349 E(ar)144 160.8 Q .523(gument of)-.18 F F23.023 E F0 .523(lists the signal names.)3.023 F .523(If an) 5.523 F 3.023(ya)-.15 G -.18(rg)-3.023 G .523(uments are supplied when) .18 F F23.023 E F0 .523(is gi)3.023 F -.15(ve)-.25 G .523 (n, the names).15 F .28(of the signals corresponding to the ar)144 172.8 R .28(guments are listed, and the return status is 0.)-.18 F(The)5.28 E -F1 -.2(ex)2.78 G(it_status).2 E F0(ar)144 184.8 Q .377(gument to)-.18 F -F22.877 E F0 .378 -(is a number specifying either a signal number or the e)2.877 F .378 -(xit status of a process termi-)-.15 F .963(nated by a signal.)144 196.8 +F1 -.2(ex)2.78 G(it_status).2 E F0(ar)144 184.8 Q .378(gument to)-.18 F +F22.878 E F0 .378 +(is a number specifying either a signal number or the e)2.878 F .377 +(xit status of a process termi-)-.15 F .962(nated by a signal.)144 196.8 R(The)5.962 E F23.462 E F0 .962(option is equi)3.462 F -.25(va) -.25 G .962(lent to).25 F F23.462 E F0(.)A F2(kill)5.962 E F0 .962 (returns true if at least one signal w)3.462 F(as)-.1 E (successfully sent, or f)144 208.8 Q(alse if an error occurs or an in) -.1 E -.25(va)-.4 G(lid option is encountered.).25 E F2(let)108 225.6 Q F1(ar)2.5 E(g)-.37 E F0([)2.5 E F1(ar)A(g)-.37 E F0(...])2.5 E(Each)144 -237.6 Q F1(ar)3.026 E(g)-.37 E F0 .196(is an arithmetic e)2.916 F .197 -(xpression to be e)-.15 F -.25(va)-.25 G .197(luated \(see).25 F F3 .197 -(ARITHMETIC EV)2.697 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(abo) -2.447 E -.15(ve)-.15 G 2.697(\). If).15 F(the last)144 249.6 Q F1(ar) +237.6 Q F1(ar)3.027 E(g)-.37 E F0 .197(is an arithmetic e)2.917 F .197 +(xpression to be e)-.15 F -.25(va)-.25 G .196(luated \(see).25 F F3 .196 +(ARITHMETIC EV)2.696 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(abo) +2.446 E -.15(ve)-.15 G 2.696(\). If).15 F(the last)144 249.6 Q F1(ar) 2.83 E(g)-.37 E F0 -.25(eva)2.72 G(luates to 0,).25 E F2(let)2.5 E F0 (returns 1; 0 is returned otherwise.)2.5 E F2(local)108 266.4 Q F0([)2.5 E F1(option)A F0 2.5(][)C F1(name)-2.5 E F0([=)A F1(value)A F0 2.5(].)C (.. | \255 ])-2.5 E -.15(Fo)144 278.4 S 2.56(re).15 G .06(ach ar)-2.56 F .06(gument, a local v)-.18 F .06(ariable named)-.25 F F1(name)2.92 E F0 .06(is created, and assigned)2.74 F F1(value)2.56 E F0 5.06(.T).18 G(he) --5.06 E F1(option)2.56 E F0 .06(can be)2.56 F(an)144 290.4 Q 3.152(yo) --.15 G 3.152(ft)-3.152 G .652(he options accepted by)-3.152 F F2(declar) -3.152 E(e)-.18 E F0 5.652(.W)C(hen)-5.652 E F2(local)3.152 E F0 .653 +-5.06 E F1(option)2.56 E F0 .06(can be)2.56 F(an)144 290.4 Q 3.153(yo) +-.15 G 3.153(ft)-3.153 G .653(he options accepted by)-3.153 F F2(declar) +3.153 E(e)-.18 E F0 5.652(.W)C(hen)-5.652 E F2(local)3.152 E F0 .652 (is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144 -302.4 Q F1(name)3.282 E F0 .422(to ha)3.102 F .722 -.15(ve a v)-.2 H +302.4 Q F1(name)3.281 E F0 .421(to ha)3.101 F .721 -.15(ve a v)-.2 H .422(isible scope restricted to that function and its children.).15 F -(If)5.421 E F1(name)2.921 E F0 .421(is \255, the set)2.921 F 1.461 +(If)5.422 E F1(name)2.922 E F0 .422(is \255, the set)2.922 F 1.461 (of shell options is made local to the function in which)144 314.4 R F2 -(local)3.961 E F0 1.462(is in)3.961 F -.2(vo)-.4 G -.1(ke).2 G 1.462 -(d: shell options changed).1 F 1.563(using the)144 326.4 R F2(set)4.063 -E F0 -.2(bu)4.063 G 1.563 -(iltin inside the function are restored to their original v).2 F 1.562 -(alues when the function)-.25 F 3.743(returns. W)144 338.4 R 1.243 -(ith no operands,)-.4 F F2(local)3.743 E F0 1.243 -(writes a list of local v)3.743 F 1.244 -(ariables to the standard output.)-.25 F 1.244(It is an)6.244 F .42 +(local)3.961 E F0 1.461(is in)3.961 F -.2(vo)-.4 G -.1(ke).2 G 1.461 +(d: shell options changed).1 F 1.562(using the)144 326.4 R F2(set)4.062 +E F0 -.2(bu)4.062 G 1.563 +(iltin inside the function are restored to their original v).2 F 1.563 +(alues when the function)-.25 F 3.744(returns. W)144 338.4 R 1.244 +(ith no operands,)-.4 F F2(local)3.744 E F0 1.244 +(writes a list of local v)3.744 F 1.243 +(ariables to the standard output.)-.25 F 1.243(It is an)6.243 F .42 (error to use)144 350.4 R F2(local)2.92 E F0 .42 (when not within a function.)2.92 F .42(The return status is 0 unless) 5.42 F F2(local)2.92 E F0 .42(is used outside a)2.92 F(function, an in) @@ -7877,64 +7882,66 @@ A F1(delim)2.5 E F0 2.5(][)C F2-2.5 E F1(count)2.5 E F0 2.5(][)C F2-2.5 E F1(origin)2.5 E F0 2.5(][)C F2-2.5 E F1(count)2.5 E F0 2.5(][)C F2-2.5 E F0 2.5(][)C F2-2.5 E F1(fd)2.5 E F0 2.5 (][)C F2-2.5 E F1(callbac)2.5 E(k)-.2 E F0 2.5(][)C F2-2.5 E -F1(quantum)2.5 E F0 2.5(][)C F1(arr)-2.5 E(ay)-.15 E F0(])A .35 +F1(quantum)2.5 E F0 2.5(][)C F1(arr)-2.5 E(ay)-.15 E F0(])A .351 (Read lines from the standard input into the inde)144 420 R -.15(xe)-.15 -G 2.851(da).15 G .351(rray v)-2.851 F(ariable)-.25 E F1(arr)2.851 E(ay) --.15 E F0 2.851(,o).32 G 2.851(rf)-2.851 G .351(rom \214le descriptor) --2.851 F F1(fd)2.851 E F0 1.249(if the)144 432 R F23.749 E F0 -1.249(option is supplied.)3.749 F 1.249(The v)6.249 F(ariable)-.25 E F3 -(MAPFILE)3.749 E F0 1.249(is the def)3.499 F(ault)-.1 E F1(arr)3.748 E -(ay)-.15 E F0 6.248(.O)C 1.248(ptions, if supplied,)-6.248 F(ha)144 444 +G 2.851(da).15 G .351(rray v)-2.851 F(ariable)-.25 E F1(arr)2.85 E(ay) +-.15 E F0 2.85(,o).32 G 2.85(rf)-2.85 G .35(rom \214le descriptor)-2.85 +F F1(fd)2.85 E F0 1.248(if the)144 432 R F23.748 E F0 1.248 +(option is supplied.)3.748 F 1.249(The v)6.249 F(ariable)-.25 E F3 +(MAPFILE)3.749 E F0 1.249(is the def)3.499 F(ault)-.1 E F1(arr)3.749 E +(ay)-.15 E F0 6.249(.O)C 1.249(ptions, if supplied,)-6.249 F(ha)144 444 Q .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2144 -456 Q F0(The \214rst character of)180 456 Q F1(delim)2.5 E F0 -(is used to terminate each input line, rather than ne)2.5 E(wline.)-.25 -E F2144 468 Q F0(Cop)180 468 Q 2.5(ya)-.1 G 2.5(tm)-2.5 G(ost)-2.5 -E F1(count)2.7 E F0 2.5(lines. If)3.18 F F1(count)2.5 E F0 -(is 0, all lines are copied.)2.5 E F2144 480 Q F0(Be)180 480 Q +456 Q F0 .911(The \214rst character of)180 456 R F1(delim)3.411 E F0 +.911(is used to terminate each input line, rather than ne)3.411 F 3.41 +(wline. If)-.25 F F1(delim)180 468 Q F0(is the empty string,)2.5 E F2 +(map\214le)2.5 E F0(will terminate a line when it reads a NUL character) +2.5 E(.)-.55 E F2144 480 Q F0(Cop)180 480 Q 2.5(ya)-.1 G 2.5(tm) +-2.5 G(ost)-2.5 E F1(count)2.7 E F0 2.5(lines. If)3.18 F F1(count)2.5 E +F0(is 0, all lines are copied.)2.5 E F2144 492 Q F0(Be)180 492 Q (gin assigning to)-.15 E F1(arr)2.83 E(ay)-.15 E F0(at inde)2.82 E(x) -.15 E F1(origin)2.5 E F0 5(.T).24 G(he def)-5 E(ault inde)-.1 E 2.5(xi) --.15 G 2.5(s0)-2.5 G(.)-2.5 E F2144 492 Q F0(Discard the \214rst) -180 492 Q F1(count)2.5 E F0(lines read.)2.5 E F2144 504 Q F0(Remo) -180 504 Q .3 -.15(ve a t)-.15 H(railing).15 E F1(delim)2.5 E F0(\(def) -2.5 E(ault ne)-.1 E(wline\) from each line read.)-.25 E F2144 516 -Q F0(Read lines from \214le descriptor)180 516 Q F1(fd)2.5 E F0 -(instead of the standard input.)2.5 E F2144 528 Q F0(Ev)180 528 Q +-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2144 504 Q F0(Discard the \214rst) +180 504 Q F1(count)2.5 E F0(lines read.)2.5 E F2144 516 Q F0(Remo) +180 516 Q .3 -.15(ve a t)-.15 H(railing).15 E F1(delim)2.5 E F0(\(def) +2.5 E(ault ne)-.1 E(wline\) from each line read.)-.25 E F2144 528 +Q F0(Read lines from \214le descriptor)180 528 Q F1(fd)2.5 E F0 +(instead of the standard input.)2.5 E F2144 540 Q F0(Ev)180 540 Q (aluate)-.25 E F1(callbac)2.7 E(k)-.2 E F0(each time)3.17 E F1(quantum) 2.5 E F0(lines are read.)2.5 E(The)5 E F22.5 E F0 -(option speci\214es)2.5 E F1(quantum)2.5 E F0(.).32 E F2144 540 Q -F0(Specify the number of lines read between each call to)180 540 Q F1 -(callbac)2.5 E(k)-.2 E F0(.).67 E(If)144 556.8 Q F22.967 E F0 .467 +(option speci\214es)2.5 E F1(quantum)2.5 E F0(.).32 E F2144 552 Q +F0(Specify the number of lines read between each call to)180 552 Q F1 +(callbac)2.5 E(k)-.2 E F0(.).67 E(If)144 568.8 Q F22.967 E F0 .467 (is speci\214ed without)2.967 F F22.967 E F0 2.967(,t)C .467 (he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F1 (callbac)2.967 E(k)-.2 E F0 .467(is e)2.967 F -.25(va)-.25 G .467 -(luated, it is sup-).25 F .262(plied the inde)144 568.8 R 2.762(xo)-.15 +(luated, it is sup-).25 F .262(plied the inde)144 580.8 R 2.762(xo)-.15 G 2.762(ft)-2.762 G .262(he ne)-2.762 F .261(xt array element to be ass\ igned and the line to be assigned to that element)-.15 F .274 -(as additional ar)144 580.8 R(guments.)-.18 E F1(callbac)5.274 E(k)-.2 E +(as additional ar)144 592.8 R(guments.)-.18 E F1(callbac)5.274 E(k)-.2 E F0 .274(is e)2.774 F -.25(va)-.25 G .274 (luated after the line is read b).25 F .275 -(ut before the array element is)-.2 F(assigned.)144 592.8 Q -(If not supplied with an e)144 609.6 Q(xplicit origin,)-.15 E F2 +(ut before the array element is)-.2 F(assigned.)144 604.8 Q +(If not supplied with an e)144 621.6 Q(xplicit origin,)-.15 E F2 (map\214le)2.5 E F0(will clear)2.5 E F1(arr)2.5 E(ay)-.15 E F0 -(before assigning to it.)2.5 E F2(map\214le)144 626.4 Q F0 1.906 +(before assigning to it.)2.5 E F2(map\214le)144 638.4 Q F0 1.906 (returns successfully unless an in)4.406 F -.25(va)-.4 G 1.905 (lid option or option ar).25 F 1.905(gument is supplied,)-.18 F F1(arr) -4.405 E(ay)-.15 E F0(is)4.405 E(in)144 638.4 Q -.25(va)-.4 G +4.405 E(ay)-.15 E F0(is)4.405 E(in)144 650.4 Q -.25(va)-.4 G (lid or unassignable, or if).25 E F1(arr)2.5 E(ay)-.15 E F0 (is not an inde)2.5 E -.15(xe)-.15 G 2.5(da).15 G(rray)-2.5 E(.)-.65 E -F2(popd)108 655.2 Q F0<5bad>2.5 E F2(n)A F0 2.5(][)C(+)-2.5 E F1(n)A F0 -2.5(][)C-2.5 E F1(n)A F0(])A(Remo)144 667.2 Q -.15(ve)-.15 G 2.799 +F2(popd)108 667.2 Q F0<5bad>2.5 E F2(n)A F0 2.5(][)C(+)-2.5 E F1(n)A F0 +2.5(][)C-2.5 E F1(n)A F0(])A(Remo)144 679.2 Q -.15(ve)-.15 G 2.799 (se).15 G .299(ntries from the directory stack.)-2.799 F -.4(Wi)5.299 G .299(th no ar).4 F .299(guments, remo)-.18 F -.15(ve)-.15 G 2.799(st).15 G .3(he top directory from the)-2.799 F 1.479(stack, and performs a)144 -679.2 R F2(cd)3.979 E F0 1.479(to the ne)3.979 F 3.979(wt)-.25 G 1.479 +691.2 R F2(cd)3.979 E F0 1.479(to the ne)3.979 F 3.979(wt)-.25 G 1.479 (op directory)-3.979 F 6.479(.A)-.65 G -.18(rg)-6.479 G 1.478 (uments, if supplied, ha).18 F 1.778 -.15(ve t)-.2 H 1.478(he follo).15 -F(wing)-.25 E(meanings:)144 691.2 Q F2144 703.2 Q F0 .551 -(Suppresses the normal change of directory when remo)180 703.2 R .551 +F(wing)-.25 E(meanings:)144 703.2 Q F2144 715.2 Q F0 .551 +(Suppresses the normal change of directory when remo)180 715.2 R .551 (ving directories from the stack, so)-.15 F -(that only the stack is manipulated.)180 715.2 Q(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(65)193.45 E 0 Cg EP +(that only the stack is manipulated.)180 727.2 Q(GNU Bash 4.4)72 768 Q +(2017 June 23)148.175 E(65)197.335 E 0 Cg EP %%Page: 66 66 %%BeginPageSetup BP @@ -8049,8 +8056,8 @@ F1(pushd)2.988 E F0 1.039(returns 0 unless the cd to)144 700.8 R F2(dir) (stack is empty)144 712.8 R 3.347(,an)-.65 G(on-e)-3.347 E .847(xistent\ directory stack element is speci\214ed, or the directory change to the) -.15 F(speci\214ed ne)144 724.8 Q 2.5(wc)-.25 G(urrent directory f)-2.5 -E(ails.)-.1 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(66)193.45 E 0 -Cg EP +E(ails.)-.1 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(66)197.335 E +0 Cg EP %%Page: 67 67 %%BeginPageSetup BP @@ -8110,1383 +8117,1396 @@ C .156(ay be used to remo)-2.656 F .457 -.15(ve a)-.15 H .457 -.15(ny s) F2(aname)180.33 316.8 Q F0(is unset before an)2.68 E 2.5(yn)-.15 G .5 -.25(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E F2(name)2.5 E F0 (ar)2.5 E(guments are ignored.)-.18 E F1144 328.8 Q F2(delim)2.5 E -F0(The \214rst character of)180 340.8 Q F2(delim)2.5 E F0 -(is used to terminate the input line, rather than ne)2.5 E(wline.)-.25 E -F1144 352.8 Q F0 .372 -(If the standard input is coming from a terminal,)180 352.8 R F1 -.18 -(re)2.873 G(adline).18 E F0(\(see)2.873 E F3(READLINE)2.873 E F0(abo) -2.623 E -.15(ve)-.15 G 2.873(\)i).15 G 2.873(su)-2.873 G(sed)-2.873 E -.218(to obtain the line.)180 364.8 R .218 +F0 1.317(The \214rst character of)180 340.8 R F2(delim)3.817 E F0 1.317 +(is used to terminate the input line, rather than ne)3.817 F 3.818 +(wline. If)-.25 F F2(delim)180 352.8 Q F0(is the empty string,)2.5 E F1 +-.18(re)2.5 G(ad).18 E F0 +(will terminate a line when it reads a NUL character)2.5 E(.)-.55 E F1 +144 364.8 Q F0 .373 +(If the standard input is coming from a terminal,)180 364.8 R F1 -.18 +(re)2.873 G(adline).18 E F0(\(see)2.873 E F3(READLINE)2.872 E F0(abo) +2.622 E -.15(ve)-.15 G 2.872(\)i).15 G 2.872(su)-2.872 G(sed)-2.872 E +.218(to obtain the line.)180 376.8 R .218 (Readline uses the current \(or def)5.218 F .218 (ault, if line editing w)-.1 F .218(as not pre)-.1 F(viously)-.25 E -(acti)180 376.8 Q -.15(ve)-.25 G 2.5(\)e).15 G(diting settings.)-2.5 E -F1144 388.8 Q F2(te)2.5 E(xt)-.2 E F0(If)180 388.8 Q F1 -.18(re) -2.715 G(adline).18 E F0 .216(is being used to read the line,)2.715 F F2 -(te)2.716 E(xt)-.2 E F0 .216(is placed into the editing b)2.716 F(uf)-.2 -E .216(fer before edit-)-.25 F(ing be)180 400.8 Q(gins.)-.15 E F1 -144 412.8 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 424.8 S(ad).18 -E F0 1.395(returns after reading)3.895 F F2(nc)3.895 E(har)-.15 E(s)-.1 -E F0 1.395(characters rather than w)3.895 F 1.394 -(aiting for a complete line of)-.1 F(input, b)180 436.8 Q -(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F2(nc)2.5 E(har)-.15 -E(s)-.1 E F0(characters are read before the delimiter)2.5 E(.)-.55 E F1 -144 448.8 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 460.8 S -(ad).18 E F0 1.269(returns after reading e)3.769 F(xactly)-.15 E F2(nc) -3.769 E(har)-.15 E(s)-.1 E F0 1.269(characters rather than w)3.769 F -1.27(aiting for a complete)-.1 F .275 -(line of input, unless EOF is encountered or)180 472.8 R F1 -.18(re) -2.775 G(ad).18 E F0 .274(times out.)2.774 F .274 -(Delimiter characters encoun-)5.274 F 1.002 -(tered in the input are not treated specially and do not cause)180 484.8 -R F1 -.18(re)3.503 G(ad).18 E F0 1.003(to return until)3.503 F F2(nc) -3.503 E(har)-.15 E(s)-.1 E F0 .609(characters are read.)180 496.8 R .608 -(The result is not split on the characters in)5.609 F F1(IFS)3.108 E F0 -3.108(;t)C .608(he intent is that the)-3.108 F -.25(va)180 508.8 S .669 +(acti)180 388.8 Q -.15(ve)-.25 G 2.5(\)e).15 G(diting settings, b)-2.5 E +(ut uses Readline')-.2 E 2.5(sd)-.55 G(ef)-2.5 E +(ault \214lename completion.)-.1 E F1144 400.8 Q F2(te)2.5 E(xt) +-.2 E F0(If)180 400.8 Q F1 -.18(re)2.716 G(adline).18 E F0 .216 +(is being used to read the line,)2.716 F F2(te)2.716 E(xt)-.2 E F0 .216 +(is placed into the editing b)2.716 F(uf)-.2 E .215(fer before edit-) +-.25 F(ing be)180 412.8 Q(gins.)-.15 E F1144 424.8 Q F2(nc)2.5 E +(har)-.15 E(s)-.1 E F1 -.18(re)180 436.8 S(ad).18 E F0 1.394 +(returns after reading)3.894 F F2(nc)3.894 E(har)-.15 E(s)-.1 E F0 1.395 +(characters rather than w)3.894 F 1.395(aiting for a complete line of) +-.1 F(input, b)180 448.8 Q(ut honors a delimiter if fe)-.2 E(wer than) +-.25 E F2(nc)2.5 E(har)-.15 E(s)-.1 E F0 +(characters are read before the delimiter)2.5 E(.)-.55 E F1144 +460.8 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 472.8 S(ad).18 E +F0 1.269(returns after reading e)3.77 F(xactly)-.15 E F2(nc)3.769 E(har) +-.15 E(s)-.1 E F0 1.269(characters rather than w)3.769 F 1.269 +(aiting for a complete)-.1 F .274 +(line of input, unless EOF is encountered or)180 484.8 R F1 -.18(re) +2.775 G(ad).18 E F0 .275(times out.)2.775 F .275 +(Delimiter characters encoun-)5.275 F 1.003 +(tered in the input are not treated specially and do not cause)180 496.8 +R F1 -.18(re)3.502 G(ad).18 E F0 1.002(to return until)3.502 F F2(nc) +3.502 E(har)-.15 E(s)-.1 E F0 .608(characters are read.)180 508.8 R .608 +(The result is not split on the characters in)5.608 F F1(IFS)3.108 E F0 +3.108(;t)C .609(he intent is that the)-3.108 F -.25(va)180 520.8 S .67 (riable is assigned e).25 F .669 -(xactly the characters read \(with the e)-.15 F .67 -(xception of backslash; see the)-.15 F F1180 520.8 Q F0 -(option belo)2.5 E(w\).)-.25 E F1144 532.8 Q F2(pr)2.5 E(ompt)-.45 -E F0(Display)180 544.8 Q F2(pr)3.661 E(ompt)-.45 E F0 1.161 -(on standard error)3.661 F 3.661(,w)-.4 G 1.161(ithout a trailing ne) --3.661 F 1.161(wline, before attempting to read)-.25 F(an)180 556.8 Q +(xactly the characters read \(with the e)-.15 F .669 +(xception of backslash; see the)-.15 F F1180 532.8 Q F0 +(option belo)2.5 E(w\).)-.25 E F1144 544.8 Q F2(pr)2.5 E(ompt)-.45 +E F0(Display)180 556.8 Q F2(pr)3.66 E(ompt)-.45 E F0 1.161 +(on standard error)3.66 F 3.661(,w)-.4 G 1.161(ithout a trailing ne) +-3.661 F 1.161(wline, before attempting to read)-.25 F(an)180 568.8 Q 2.5(yi)-.15 G 2.5(nput. The)-2.5 F (prompt is displayed only if input is coming from a terminal.)2.5 E F1 -144 568.8 Q F0 .543(Backslash does not act as an escape character) -180 568.8 R 5.543(.T)-.55 G .544 -(he backslash is considered to be part of)-5.543 F(the line.)180 580.8 Q +144 580.8 Q F0 .544(Backslash does not act as an escape character) +180 580.8 R 5.543(.T)-.55 G .543 +(he backslash is considered to be part of)-5.543 F(the line.)180 592.8 Q (In particular)5 E 2.5(,ab)-.4 G(ackslash-ne)-2.5 E (wline pair may not be used as a line continuation.)-.25 E F1144 -592.8 Q F0(Silent mode.)180 592.8 Q +604.8 Q F0(Silent mode.)180 604.8 Q (If input is coming from a terminal, characters are not echoed.)5 E F1 -144 604.8 Q F2(timeout)2.5 E F0(Cause)180 616.8 Q F1 -.18(re)2.929 -G(ad).18 E F0 .428(to time out and return f)2.929 F .428 -(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .56 -(ber of characters\) is not read within)180 628.8 R F2(timeout)3.061 E -F0(seconds.)3.061 E F2(timeout)5.561 E F0 .561(may be a decimal number) -3.061 F(with a fractional portion follo)180 640.8 Q +144 616.8 Q F2(timeout)2.5 E F0(Cause)180 628.8 Q F1 -.18(re)2.928 +G(ad).18 E F0 .428(to time out and return f)2.928 F .428 +(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .561 +(ber of characters\) is not read within)180 640.8 R F2(timeout)3.061 E +F0(seconds.)3.061 E F2(timeout)5.561 E F0 .56(may be a decimal number) +3.061 F(with a fractional portion follo)180 652.8 Q (wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E .3 -.15(ve i)-.25 H(f).15 E F1 -.18(re)2.5 G(ad).18 E F0 .506(is readin\ g input from a terminal, pipe, or other special \214le; it has no ef)180 -652.8 R .506(fect when reading)-.25 F .59(from re)180 664.8 R .59 -(gular \214les.)-.15 F(If)5.59 E F1 -.18(re)3.09 G(ad).18 E F0 .589 -(times out,)3.09 F F1 -.18(re)3.089 G(ad).18 E F0(sa)3.089 E -.15(ve)-.2 -G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .589 -(artial input read into the speci\214ed).15 F -.25(va)180 676.8 S +664.8 R .505(fect when reading)-.25 F .589(from re)180 676.8 R .589 +(gular \214les.)-.15 F(If)5.589 E F1 -.18(re)3.089 G(ad).18 E F0 .589 +(times out,)3.089 F F1 -.18(re)3.089 G(ad).18 E F0(sa)3.089 E -.15(ve) +-.2 G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .59 +(artial input read into the speci\214ed).15 F -.25(va)180 688.8 S (riable).25 E F2(name)2.77 E F0 5.27(.I)C(f)-5.27 E F2(timeout)2.77 E F0 .27(is 0,)2.77 F F1 -.18(re)2.77 G(ad).18 E F0 .27(returns immediately) 2.77 F 2.77(,w)-.65 G .27(ithout trying to read an)-2.77 F 2.77(yd)-.15 -G(ata.)-2.77 E 1.12(The e)180 688.8 R 1.12 +G(ata.)-2.77 E 1.12(The e)180 700.8 R 1.12 (xit status is 0 if input is a)-.15 F -.25(va)-.2 G 1.12 (ilable on the speci\214ed \214le descriptor).25 F 3.62(,n)-.4 G 1.12 -(on-zero other)-3.62 F(-)-.2 E 2.5(wise. The)180 700.8 R -.15(ex)2.5 G +(on-zero other)-3.62 F(-)-.2 E 2.5(wise. The)180 712.8 R -.15(ex)2.5 G (it status is greater than 128 if the timeout is e).15 E(xceeded.)-.15 E -F1144 712.8 Q F2(fd)2.5 E F0(Read input from \214le descriptor)180 -712.8 Q F2(fd)2.5 E F0(.)A .476(If no)144 729.6 R F2(names)3.336 E F0 -.476(are supplied, the line read is assigned to the v)3.246 F(ariable) --.25 E F3(REPL)2.977 E(Y)-.828 E/F4 9/Times-Roman@0 SF(.)A F0 .477 -(The e)4.977 F .477(xit status is zero,)-.15 F(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(67)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(67)197.335 E 0 Cg EP %%Page: 68 68 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .773 -(unless end-of-\214le is encountered,)144 84 R/F1 10/Times-Bold@0 SF --.18(re)3.273 G(ad).18 E F0 .772 -(times out \(in which case the status is greater than 128\), a)3.273 F --.25(va)144 96 S 2.004 -(riable assignment error \(such as assigning to a readonly v).25 F 2.005 -(ariable\) occurs, or an in)-.25 F -.25(va)-.4 G 2.005(lid \214le).25 F -(descriptor is supplied as the ar)144 108 Q(gument to)-.18 E F12.5 -E F0(.)A F1 -.18(re)108 124.8 S(adonly).18 E F0([)2.5 E F1(\255aAf)A F0 -2.5(][)C F1-2.5 E F0 2.5(][)C/F2 10/Times-Italic@0 SF(name)-2.5 E -F0([=)A F2(wor)A(d)-.37 E F0 2.5(].)C(..])-2.5 E .77(The gi)144 136.8 R --.15(ve)-.25 G(n).15 E F2(names)3.27 E F0 .77(are mark)3.27 F .77 -(ed readonly; the v)-.1 F .77(alues of these)-.25 F F2(names)3.63 E F0 -.77(may not be changed by subse-)3.54 F 1.096(quent assignment.)144 -148.8 R 1.096(If the)6.096 F F13.596 E F0 1.097 -(option is supplied, the functions corresponding to the)3.596 F F2 -(names)3.597 E F0 1.097(are so)3.597 F(mark)144 160.8 Q 3.334(ed. The) +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q/F2 10/Times-Italic@0 SF(fd)2.5 E F0 +(Read input from \214le descriptor)180 84 Q F2(fd)2.5 E F0(.)A .477 +(If no)144 100.8 R F2(names)3.337 E F0 .477 +(are supplied, the line read is assigned to the v)3.247 F(ariable)-.25 E +/F3 9/Times-Bold@0 SF(REPL)2.976 E(Y)-.828 E/F4 9/Times-Roman@0 SF(.)A +F0 .476(The e)4.976 F .476(xit status is zero,)-.15 F .772 +(unless end-of-\214le is encountered,)144 112.8 R F1 -.18(re)3.272 G(ad) +.18 E F0 .773 +(times out \(in which case the status is greater than 128\), a)3.272 F +-.25(va)144 124.8 S 2.004 +(riable assignment error \(such as assigning to a readonly v).25 F 2.004 +(ariable\) occurs, or an in)-.25 F -.25(va)-.4 G 2.004(lid \214le).25 F +(descriptor is supplied as the ar)144 136.8 Q(gument to)-.18 E F1 +2.5 E F0(.)A F1 -.18(re)108 153.6 S(adonly).18 E F0([)2.5 E F1(\255aAf)A +F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(wor)A +(d)-.37 E F0 2.5(].)C(..])-2.5 E .77(The gi)144 165.6 R -.15(ve)-.25 G +(n).15 E F2(names)3.27 E F0 .77(are mark)3.27 F .77(ed readonly; the v) +-.1 F .77(alues of these)-.25 F F2(names)3.63 E F0 .77 +(may not be changed by subse-)3.54 F 1.097(quent assignment.)144 177.6 R +1.097(If the)6.097 F F13.597 E F0 1.097 +(option is supplied, the functions corresponding to the)3.597 F F2 +(names)3.596 E F0 1.096(are so)3.596 F(mark)144 189.6 Q 3.334(ed. The) -.1 F F13.334 E F0 .834(option restricts the v)3.334 F .834 (ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the) -3.334 F F13.334 E F0 .834(option restricts the v)3.334 F(ari-) --.25 E .776(ables to associati)144 172.8 R 1.076 -.15(ve a)-.25 H 3.276 -(rrays. If).15 F .777(both options are supplied,)3.276 F F13.277 E -F0(tak)3.277 E .777(es precedence.)-.1 F .777(If no)5.777 F F2(name) -3.637 E F0(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 184.8 R -.15(ve) +-.25 E .777(ables to associati)144 201.6 R 1.077 -.15(ve a)-.25 H 3.277 +(rrays. If).15 F .777(both options are supplied,)3.277 F F13.277 E +F0(tak)3.277 E .776(es precedence.)-.1 F .776(If no)5.776 F F2(name) +3.636 E F0(ar)3.456 E(gu-)-.18 E .521(ments are gi)144 213.6 R -.15(ve) -.25 G .521(n, or if the).15 F F13.021 E F0 .521 (option is supplied, a list of all readonly names is printed.)3.021 F -.521(The other)5.521 F .295(options may be used to restrict the output \ -to a subset of the set of readonly names.)144 196.8 R(The)5.296 E F1 -2.796 E F0(option)2.796 E .786 +.522(The other)5.521 F .295(options may be used to restrict the output \ +to a subset of the set of readonly names.)144 225.6 R(The)5.295 E F1 +2.795 E F0(option)2.795 E .786 (causes output to be displayed in a format that may be reused as input.) -144 208.8 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144 -220.8 Q .717(wed by =)-.25 F F2(wor)A(d)-.37 E F0 3.218(,t)C .718(he v) +144 237.6 R .786(If a v)5.786 F .786(ariable name is fol-)-.25 F(lo)144 +249.6 Q .718(wed by =)-.25 F F2(wor)A(d)-.37 E F0 3.218(,t)C .718(he v) -3.218 F .718(alue of the v)-.25 F .718(ariable is set to)-.25 F F2(wor) 3.218 E(d)-.37 E F0 5.718(.T)C .718(he return status is 0 unless an in) -5.718 F -.25(va)-.4 G(lid).25 E .26(option is encountered, one of the) -144 232.8 R F2(names)3.12 E F0 .26(is not a v)3.03 F .26(alid shell v) +144 261.6 R F2(names)3.12 E F0 .26(is not a v)3.03 F .26(alid shell v) -.25 F .26(ariable name, or)-.25 F F12.76 E F0 .26 -(is supplied with a)2.76 F F2(name)144.36 244.8 Q F0 -(that is not a function.)2.68 E F1 -.18(re)108 261.6 S(tur).18 E(n)-.15 -E F0([)2.5 E F2(n)A F0(])A .02(Causes a function to stop e)144 273.6 R --.15(xe)-.15 G .02(cuting and return the v).15 F .021 -(alue speci\214ed by)-.25 F F2(n)2.881 E F0 .021(to its caller)2.761 F -5.021(.I)-.55 G(f)-5.021 E F2(n)2.881 E F0 .021(is omitted,)2.761 F .597 -(the return status is that of the last command e)144 285.6 R -.15(xe) --.15 G .596(cuted in the function body).15 F 5.596(.I)-.65 G(f)-5.596 E -F1 -.18(re)3.096 G(tur).18 E(n)-.15 E F0 .596(is e)3.096 F -.15(xe)-.15 -G(cuted).15 E 1.238(by a trap handler)144 297.6 R 3.738(,t)-.4 G 1.238 +(is supplied with a)2.76 F F2(name)144.36 273.6 Q F0 +(that is not a function.)2.68 E F1 -.18(re)108 290.4 S(tur).18 E(n)-.15 +E F0([)2.5 E F2(n)A F0(])A .021(Causes a function to stop e)144 302.4 R +-.15(xe)-.15 G .021(cuting and return the v).15 F .021 +(alue speci\214ed by)-.25 F F2(n)2.88 E F0 .02(to its caller)2.76 F 5.02 +(.I)-.55 G(f)-5.02 E F2(n)2.88 E F0 .02(is omitted,)2.76 F .596 +(the return status is that of the last command e)144 314.4 R -.15(xe) +-.15 G .597(cuted in the function body).15 F 5.597(.I)-.65 G(f)-5.597 E +F1 -.18(re)3.097 G(tur).18 E(n)-.15 E F0 .597(is e)3.097 F -.15(xe)-.15 +G(cuted).15 E 1.239(by a trap handler)144 326.4 R 3.738(,t)-.4 G 1.238 (he last command used to determine the status is the last command e) --3.738 F -.15(xe)-.15 G(cuted).15 E 1.067(before the trap handler)144 -309.6 R 6.067(.i)-.55 G(f)-6.067 E F1 -.18(re)3.567 G(tur).18 E(n)-.15 E +-3.738 F -.15(xe)-.15 G(cuted).15 E 1.066(before the trap handler)144 +338.4 R 6.067(.i)-.55 G(f)-6.067 E F1 -.18(re)3.567 G(tur).18 E(n)-.15 E F0 1.067(is e)3.567 F -.15(xe)-.15 G 1.067(cuted during a).15 F F1(DEB) -3.567 E(UG)-.1 E F0 1.067(trap, the last command used to)3.567 F .389 -(determine the status is the last command e)144 321.6 R -.15(xe)-.15 G -.389(cuted by the trap handler before).15 F F1 -.18(re)2.89 G(tur).18 E -(n)-.15 E F0 -.1(wa)2.89 G 2.89(si).1 G -1.9 -.4(nv o)-2.89 H -.1(ke).4 -G(d.).1 E(If)144 333.6 Q F1 -.18(re)2.584 G(tur).18 E(n)-.15 E F0 .084 -(is used outside a function, b)2.584 F .084(ut during e)-.2 F -.15(xe) --.15 G .084(cution of a script by the).15 F F1(.)2.584 E F0(\()5.084 E -F1(sour)A(ce)-.18 E F0 2.583(\)c)C .083(ommand, it)-2.583 F .588 -(causes the shell to stop e)144 345.6 R -.15(xe)-.15 G .588 -(cuting that script and return either).15 F F2(n)3.448 E F0 .589 -(or the e)3.329 F .589(xit status of the last com-)-.15 F .326(mand e) -144 357.6 R -.15(xe)-.15 G .326(cuted within the script as the e).15 F -.326(xit status of the script.)-.15 F(If)5.326 E F2(n)2.826 E F0 .325 -(is supplied, the return v)2.826 F .325(alue is)-.25 F .444 -(its least signi\214cant 8 bits.)144 369.6 R .444 -(The return status is non-zero if)5.444 F F1 -.18(re)2.945 G(tur).18 E -(n)-.15 E F0 .445(is supplied a non-numeric ar)2.945 F(gu-)-.18 E .381 -(ment, or is used outside a function and not during e)144 381.6 R -.15 +3.567 E(UG)-.1 E F0 1.067(trap, the last command used to)3.567 F .39 +(determine the status is the last command e)144 350.4 R -.15(xe)-.15 G +.389(cuted by the trap handler before).15 F F1 -.18(re)2.889 G(tur).18 E +(n)-.15 E F0 -.1(wa)2.889 G 2.889(si).1 G -1.9 -.4(nv o)-2.889 H -.1(ke) +.4 G(d.).1 E(If)144 362.4 Q F1 -.18(re)2.583 G(tur).18 E(n)-.15 E F0 +.084(is used outside a function, b)2.583 F .084(ut during e)-.2 F -.15 +(xe)-.15 G .084(cution of a script by the).15 F F1(.)2.584 E F0(\()5.084 +E F1(sour)A(ce)-.18 E F0 2.584(\)c)C .084(ommand, it)-2.584 F .589 +(causes the shell to stop e)144 374.4 R -.15(xe)-.15 G .589 +(cuting that script and return either).15 F F2(n)3.448 E F0 .588 +(or the e)3.328 F .588(xit status of the last com-)-.15 F .325(mand e) +144 386.4 R -.15(xe)-.15 G .325(cuted within the script as the e).15 F +.326(xit status of the script.)-.15 F(If)5.326 E F2(n)2.826 E F0 .326 +(is supplied, the return v)2.826 F .326(alue is)-.25 F .445 +(its least signi\214cant 8 bits.)144 398.4 R .444 +(The return status is non-zero if)5.445 F F1 -.18(re)2.944 G(tur).18 E +(n)-.15 E F0 .444(is supplied a non-numeric ar)2.944 F(gu-)-.18 E .381 +(ment, or is used outside a function and not during e)144 410.4 R -.15 (xe)-.15 G .381(cution of a script by).15 F F1(.)2.881 E F0(or)3.714 E -F1(sour)2.881 E(ce)-.18 E F0 5.38(.A)C .68 -.15(ny c)-5.38 H(om-).15 E -.749(mand associated with the)144 393.6 R F1(RETURN)3.249 E F0 .749 +F1(sour)2.881 E(ce)-.18 E F0 5.381(.A)C .681 -.15(ny c)-5.381 H(om-).15 +E .75(mand associated with the)144 422.4 R F1(RETURN)3.249 E F0 .749 (trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15 -G .75(cution resumes after the function).15 F(or script.)144 405.6 Q F1 -(set)108 422.4 Q F0([)2.5 E F1(\255\255abefhkmnptuvxBCEHPT)A F0 2.5(][)C +G .749(cution resumes after the function).15 F(or script.)144 434.4 Q F1 +(set)108 451.2 Q F0([)2.5 E F1(\255\255abefhkmnptuvxBCEHPT)A F0 2.5(][)C F1-2.5 E F2(option\255name)2.5 E F0 2.5(][)C F2(ar)-2.5 E(g)-.37 E -F0(...])2.5 E F1(set)108 434.4 Q F0([)2.5 E F1(+abefhkmnptuvxBCEHPT)A F0 +F0(...])2.5 E F1(set)108 463.2 Q F0([)2.5 E F1(+abefhkmnptuvxBCEHPT)A F0 2.5(][)C F1(+o)-2.5 E F2(option\255name)2.5 E F0 2.5(][)C F2(ar)-2.5 E -(g)-.37 E F0(...])2.5 E -.4(Wi)144 446.4 S .836 +(g)-.37 E F0(...])2.5 E -.4(Wi)144 475.2 S .835 (thout options, the name and v).4 F .835(alue of each shell v)-.25 F -.835(ariable are displayed in a format that can be)-.25 F .784 -(reused as input for setting or resetting the currently-set v)144 458.4 -R 3.284(ariables. Read-only)-.25 F -.25(va)3.284 G .784 -(riables cannot be).25 F 2.912(reset. In)144 470.4 R F2(posix)2.912 E F0 +.836(ariable are displayed in a format that can be)-.25 F .784 +(reused as input for setting or resetting the currently-set v)144 487.2 +R 3.284(ariables. Read-only)-.25 F -.25(va)3.284 G .783 +(riables cannot be).25 F 2.911(reset. In)144 499.2 R F2(posix)2.911 E F0 .412(mode, only shell v)2.912 F .412(ariables are listed.)-.25 F .412 -(The output is sorted according to the current)5.412 F 3.53 -(locale. When)144 482.4 R 1.031(options are speci\214ed, the)3.53 F -3.531(ys)-.15 G 1.031(et or unset shell attrib)-3.531 F 3.531(utes. An) --.2 F 3.531(ya)-.15 G -.18(rg)-3.531 G 1.031(uments remaining).18 F -1.624(after option processing are treated as v)144 494.4 R 1.623 +(The output is sorted according to the current)5.412 F 3.531 +(locale. When)144 511.2 R 1.031(options are speci\214ed, the)3.531 F +3.531(ys)-.15 G 1.031(et or unset shell attrib)-3.531 F 3.53(utes. An) +-.2 F 3.53(ya)-.15 G -.18(rg)-3.53 G 1.03(uments remaining).18 F 1.623 +(after option processing are treated as v)144 523.2 R 1.624 (alues for the positional parameters and are assigned, in)-.25 F(order) -144 506.4 Q 2.5(,t)-.4 G(o)-2.5 E F1($1)2.5 E F0(,)A F1($2)2.5 E F0(,)A +144 535.2 Q 2.5(,t)-.4 G(o)-2.5 E F1($1)2.5 E F0(,)A F1($2)2.5 E F0(,)A F1 2.5(... $)2.5 F F2(n)A F0 5(.O)C(ptions, if speci\214ed, ha)-5 E .3 --.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 518.4 Q -F0 1.377(Each v)184 518.4 R 1.377 +-.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 547.2 Q +F0 1.378(Each v)184 547.2 R 1.377 (ariable or function that is created or modi\214ed is gi)-.25 F -.15(ve) --.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.378(xport attrib)-.15 F -1.378(ute and)-.2 F(mark)184 530.4 Q(ed for e)-.1 E(xport to the en)-.15 -E(vironment of subsequent commands.)-.4 E F1144 542.4 Q F0 .132 -(Report the status of terminated background jobs immediately)184 542.4 R -2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E -(primary prompt.)184 554.4 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o) --.25 H(nly when job control is enabled.).15 E F1144 566.4 Q F0 -.087(Exit immediately if a)184 566.4 R F2(pipeline)2.587 E F0 .087 -(\(which may consist of a single)2.587 F F2 .088(simple command)2.588 F -F0 .088(\), a)B F2(list)2.588 E F0 2.588(,o)C(r)-2.588 E(a)184 578.4 Q -F2 1.521(compound command)4.021 F F0(\(see)4.021 E/F3 9/Times-Bold@0 SF -1.521(SHELL GRAMMAR)4.021 F F0(abo)3.771 E -.15(ve)-.15 G 1.521(\), e) -.15 F 1.521(xits with a non-zero status.)-.15 F .079 -(The shell does not e)184 590.4 R .079(xit if the command that f)-.15 F -.08(ails is part of the command list immediately)-.1 F(follo)184 602.4 Q -1.655(wing a)-.25 F F1(while)4.155 E F0(or)4.155 E F1(until)4.155 E F0 --.1(ke)4.155 G(yw)-.05 E 1.655(ord, part of the test follo)-.1 F 1.654 -(wing the)-.25 F F1(if)4.154 E F0(or)4.154 E F1(elif)4.154 E F0(reserv) -4.154 E(ed)-.15 E -.1(wo)184 614.4 S .581(rds, part of an).1 F 3.081(yc) --.15 G .581(ommand e)-3.081 F -.15(xe)-.15 G .581(cuted in a).15 F F1 -(&&)3.081 E F0(or)3.081 E F1(||)3.081 E F0 .582(list e)3.082 F .582 -(xcept the command follo)-.15 F(wing)-.25 E .918(the \214nal)184 626.4 R -F1(&&)3.418 E F0(or)3.418 E F1(||)3.418 E F0 3.418(,a)C 1.218 -.15(ny c) --3.418 H .918(ommand in a pipeline b).15 F .917 -(ut the last, or if the command')-.2 F 3.417(sr)-.55 G(eturn)-3.417 E --.25(va)184 638.4 S .66(lue is being in).25 F -.15(ve)-.4 G .66 -(rted with).15 F F1(!)3.16 E F0 5.661(.I)C 3.161(fac)-5.661 G .661 -(ompound command other than a subshell returns a)-3.161 F 1.113 -(non-zero status because a command f)184 650.4 R 1.112(ailed while)-.1 F -F13.612 E F0 -.1(wa)3.612 G 3.612(sb).1 G 1.112 -(eing ignored, the shell does)-3.612 F .177(not e)184 662.4 R 2.677 -(xit. A)-.15 F .177(trap on)2.677 F F1(ERR)2.677 E F0 2.677(,i)C 2.678 -(fs)-2.677 G .178(et, is e)-2.678 F -.15(xe)-.15 G .178 -(cuted before the shell e).15 F 2.678(xits. This)-.15 F .178 -(option applies to)2.678 F .618(the shell en)184 674.4 R .617 +-.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.377(xport attrib)-.15 F +1.377(ute and)-.2 F(mark)184 559.2 Q(ed for e)-.1 E(xport to the en)-.15 +E(vironment of subsequent commands.)-.4 E F1144 571.2 Q F0 .131 +(Report the status of terminated background jobs immediately)184 571.2 R +2.632(,r)-.65 G .132(ather than before the ne)-2.632 F(xt)-.15 E +(primary prompt.)184 583.2 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o) +-.25 H(nly when job control is enabled.).15 E F1144 595.2 Q F0 +.088(Exit immediately if a)184 595.2 R F2(pipeline)2.588 E F0 .087 +(\(which may consist of a single)2.588 F F2 .087(simple command)2.587 F +F0 .087(\), a)B F2(list)2.587 E F0 2.587(,o)C(r)-2.587 E(a)184 607.2 Q +F2 1.52(compound command)4.02 F F0(\(see)4.021 E F3 1.521(SHELL GRAMMAR) +4.021 F F0(abo)3.771 E -.15(ve)-.15 G 1.521(\), e).15 F 1.521 +(xits with a non-zero status.)-.15 F .08(The shell does not e)184 619.2 +R .079(xit if the command that f)-.15 F .079 +(ails is part of the command list immediately)-.1 F(follo)184 631.2 Q +1.654(wing a)-.25 F F1(while)4.154 E F0(or)4.154 E F1(until)4.154 E F0 +-.1(ke)4.154 G(yw)-.05 E 1.655(ord, part of the test follo)-.1 F 1.655 +(wing the)-.25 F F1(if)4.155 E F0(or)4.155 E F1(elif)4.155 E F0(reserv) +4.155 E(ed)-.15 E -.1(wo)184 643.2 S .582(rds, part of an).1 F 3.082(yc) +-.15 G .582(ommand e)-3.082 F -.15(xe)-.15 G .581(cuted in a).15 F F1 +(&&)3.081 E F0(or)3.081 E F1(||)3.081 E F0 .581(list e)3.081 F .581 +(xcept the command follo)-.15 F(wing)-.25 E .917(the \214nal)184 655.2 R +F1(&&)3.417 E F0(or)3.417 E F1(||)3.417 E F0 3.417(,a)C 1.217 -.15(ny c) +-3.417 H .918(ommand in a pipeline b).15 F .918 +(ut the last, or if the command')-.2 F 3.418(sr)-.55 G(eturn)-3.418 E +-.25(va)184 667.2 S .661(lue is being in).25 F -.15(ve)-.4 G .661 +(rted with).15 F F1(!)3.161 E F0 5.661(.I)C 3.161(fac)-5.661 G .66 +(ompound command other than a subshell returns a)-3.161 F 1.112 +(non-zero status because a command f)184 679.2 R 1.112(ailed while)-.1 F +F13.612 E F0 -.1(wa)3.612 G 3.612(sb).1 G 1.113 +(eing ignored, the shell does)-3.612 F .178(not e)184 691.2 R 2.678 +(xit. A)-.15 F .178(trap on)2.678 F F1(ERR)2.678 E F0 2.678(,i)C 2.678 +(fs)-2.678 G .178(et, is e)-2.678 F -.15(xe)-.15 G .178 +(cuted before the shell e).15 F 2.677(xits. This)-.15 F .177 +(option applies to)2.677 F .617(the shell en)184 703.2 R .617 (vironment and each subshell en)-.4 F .617(vironment separately \(see) --.4 F F3 .617(COMMAND EXE-)3.117 F .642(CUTION ENVIR)184 686.4 R(ONMENT) +-.4 F F3 .618(COMMAND EXE-)3.118 F .643(CUTION ENVIR)184 715.2 R(ONMENT) -.27 E F0(abo)2.893 E -.15(ve)-.15 G .643 (\), and may cause subshells to e).15 F .643(xit before e)-.15 F -.15 -(xe)-.15 G .643(cuting all).15 F(the commands in the subshell.)184 698.4 -Q 2.042(If a compound command or shell function e)184 716.4 R -.15(xe) --.15 G 2.042(cutes in a conte).15 F 2.042(xt where)-.15 F F14.542 -E F0 2.042(is being)4.542 F 1.435(ignored, none of the commands e)184 -728.4 R -.15(xe)-.15 G 1.436 -(cuted within the compound command or function).15 F(GNU Bash 4.4)72 768 -Q(2017 March 22)144.29 E(68)193.45 E 0 Cg EP +(xe)-.15 G .642(cuting all).15 F(the commands in the subshell.)184 727.2 +Q(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(68)197.335 E 0 Cg EP %%Page: 69 69 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .194 -(body will be af)184 84 R .194(fected by the)-.25 F/F1 10/Times-Bold@0 -SF2.694 E F0 .193(setting, e)2.693 F -.15(ve)-.25 G 2.693(ni).15 G -(f)-2.693 E F12.693 E F0 .193(is set and a command returns a f) -2.693 F(ailure)-.1 E 3.39(status. If)184 96 R 3.39(ac)3.39 G .89 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.042 +(If a compound command or shell function e)184 84 R -.15(xe)-.15 G 2.042 +(cutes in a conte).15 F 2.042(xt where)-.15 F/F1 10/Times-Bold@0 SF +4.542 E F0 2.043(is being)4.543 F 1.436 +(ignored, none of the commands e)184 96 R -.15(xe)-.15 G 1.435 +(cuted within the compound command or function).15 F .193 +(body will be af)184 108 R .193(fected by the)-.25 F F12.693 E F0 +.193(setting, e)2.693 F -.15(ve)-.25 G 2.693(ni).15 G(f)-2.693 E F1 +2.693 E F0 .194(is set and a command returns a f)2.693 F(ailure) +-.1 E 3.39(status. If)184 120 R 3.39(ac)3.39 G .89 (ompound command or shell function sets)-3.39 F F13.39 E F0 .89 (while e)3.39 F -.15(xe)-.15 G .89(cuting in a conte).15 F(xt)-.15 E -(where)184 108 Q F13.154 E F0 .654 -(is ignored, that setting will not ha)3.154 F .953 -.15(ve a)-.2 H .953 --.15(ny e).15 H -.25(ff).15 G .653(ect until the compound command).25 F -(or the command containing the function call completes.)184 120 Q F1 -144 132 Q F0(Disable pathname e)184 132 Q(xpansion.)-.15 E F1 -144 144 Q F0 2.238(Remember the location of commands as the)184 -144 R 4.738(ya)-.15 G 2.239(re look)-4.738 F 2.239(ed up for e)-.1 F --.15(xe)-.15 G 4.739(cution. This).15 F(is)4.739 E(enabled by def)184 -156 Q(ault.)-.1 E F1144 168 Q F0 .514(All ar)184 168 R .514 +(where)184 132 Q F13.153 E F0 .653 +(is ignored, that setting will not ha)3.153 F .954 -.15(ve a)-.2 H .954 +-.15(ny e).15 H -.25(ff).15 G .654(ect until the compound command).25 F +(or the command containing the function call completes.)184 144 Q F1 +144 156 Q F0(Disable pathname e)184 156 Q(xpansion.)-.15 E F1 +144 168 Q F0 2.239(Remember the location of commands as the)184 +168 R 4.738(ya)-.15 G 2.238(re look)-4.738 F 2.238(ed up for e)-.1 F +-.15(xe)-.15 G 4.738(cution. This).15 F(is)4.738 E(enabled by def)184 +180 Q(ault.)-.1 E F1144 192 Q F0 .513(All ar)184 192 R .514 (guments in the form of assignment statements are placed in the en)-.18 -F .513(vironment for a)-.4 F -(command, not just those that precede the command name.)184 180 Q F1 -144 192 Q F0 .148(Monitor mode.)184 192 R .148 -(Job control is enabled.)5.148 F .149(This option is on by def)5.148 F -.149(ault for interacti)-.1 F .449 -.15(ve s)-.25 H(hells).15 E .651 -(on systems that support it \(see)184 204 R/F2 9/Times-Bold@0 SF .651 +F .514(vironment for a)-.4 F +(command, not just those that precede the command name.)184 204 Q F1 +144 216 Q F0 .149(Monitor mode.)184 216 R .149 +(Job control is enabled.)5.149 F .148(This option is on by def)5.149 F +.148(ault for interacti)-.1 F .448 -.15(ve s)-.25 H(hells).15 E .65 +(on systems that support it \(see)184 228 R/F2 9/Times-Bold@0 SF .651 (JOB CONTR)3.151 F(OL)-.27 E F0(abo)2.901 E -.15(ve)-.15 G 3.151 -(\). All).15 F .65(processes run in a separate)3.151 F .678 -(process group.)184 216 R .679(When a background job completes, the she\ -ll prints a line containing its)5.678 F -.15(ex)184 228 S(it status.).15 -E F1144 240 Q F0 .653(Read commands b)184 240 R .653(ut do not e) --.2 F -.15(xe)-.15 G .653(cute them.).15 F .652 -(This may be used to check a shell script for)5.653 F(syntax errors.)184 -252 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15 E -F1144 264 Q/F3 10/Times-Italic@0 SF(option\255name)2.5 E F0(The) -184 276 Q F3(option\255name)2.5 E F0(can be one of the follo)2.5 E -(wing:)-.25 E F1(allexport)184 288 Q F0(Same as)224 300 Q F12.5 E -F0(.)A F1(braceexpand)184 312 Q F0(Same as)224 324 Q F12.5 E F0(.) -A F1(emacs)184 336 Q F0 .089 -(Use an emacs-style command line editing interf)224 336 R 2.589 +(\). All).15 F .651(processes run in a separate)3.151 F .679 +(process group.)184 240 R .678(When a background job completes, the she\ +ll prints a line containing its)5.679 F -.15(ex)184 252 S(it status.).15 +E F1144 264 Q F0 .652(Read commands b)184 264 R .652(ut do not e) +-.2 F -.15(xe)-.15 G .652(cute them.).15 F .653 +(This may be used to check a shell script for)5.652 F(syntax errors.)184 +276 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15 E +F1144 288 Q/F3 10/Times-Italic@0 SF(option\255name)2.5 E F0(The) +184 300 Q F3(option\255name)2.5 E F0(can be one of the follo)2.5 E +(wing:)-.25 E F1(allexport)184 312 Q F0(Same as)224 324 Q F12.5 E +F0(.)A F1(braceexpand)184 336 Q F0(Same as)224 348 Q F12.5 E F0(.) +A F1(emacs)184 360 Q F0 .089 +(Use an emacs-style command line editing interf)224 360 R 2.589 (ace. This)-.1 F .089(is enabled by def)2.589 F(ault)-.1 E .95 -(when the shell is interacti)224 348 R -.15(ve)-.25 G 3.45(,u).15 G .95 +(when the shell is interacti)224 372 R -.15(ve)-.25 G 3.45(,u).15 G .95 (nless the shell is started with the)-3.45 F F1(\255\255noediting)3.45 E -F0 2.5(option. This)224 360 R(also af)2.5 E(fects the editing interf) +F0 2.5(option. This)224 384 R(also af)2.5 E(fects the editing interf) -.25 E(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1(err) -184 372 Q(exit)-.18 E F0(Same as)224 372 Q F12.5 E F0(.)A F1 -(errtrace)184 384 Q F0(Same as)224 384 Q F12.5 E F0(.)A F1 -(functrace)184 396 Q F0(Same as)224 408 Q F12.5 E F0(.)A F1 -(hashall)184 420 Q F0(Same as)224 420 Q F12.5 E F0(.)A F1 -(histexpand)184 432 Q F0(Same as)224 444 Q F12.5 E F0(.)A F1 -(history)184 456 Q F0 .586(Enable command history)224 456 R 3.087(,a) +184 396 Q(exit)-.18 E F0(Same as)224 396 Q F12.5 E F0(.)A F1 +(errtrace)184 408 Q F0(Same as)224 408 Q F12.5 E F0(.)A F1 +(functrace)184 420 Q F0(Same as)224 432 Q F12.5 E F0(.)A F1 +(hashall)184 444 Q F0(Same as)224 444 Q F12.5 E F0(.)A F1 +(histexpand)184 456 Q F0(Same as)224 468 Q F12.5 E F0(.)A F1 +(history)184 480 Q F0 .587(Enable command history)224 480 R 3.087(,a) -.65 G 3.087(sd)-3.087 G .587(escribed abo)-3.087 F .887 -.15(ve u)-.15 H(nder).15 E F2(HIST)3.087 E(OR)-.162 E(Y)-.315 E/F4 9/Times-Roman@0 SF -(.)A F0 .587(This option is)5.087 F(on by def)224 468 Q +(.)A F0 .587(This option is)5.087 F(on by def)224 492 Q (ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F1(ignor)184 -480 Q(eeof)-.18 E F0 1.657(The ef)224 492 R 1.657 +504 Q(eeof)-.18 E F0 1.656(The ef)224 516 R 1.656 (fect is as if the shell command)-.25 F/F5 10/Courier@0 SF(IGNOREEOF=10) -4.156 E F0 1.656(had been e)4.156 F -.15(xe)-.15 G(cuted).15 E(\(see)224 -504 Q F1(Shell V)2.5 E(ariables)-.92 E F0(abo)2.5 E -.15(ve)-.15 G(\).) -.15 E F1 -.1(ke)184 516 S(yw).1 E(ord)-.1 E F0(Same as)224 528 Q F1 -2.5 E F0(.)A F1(monitor)184 540 Q F0(Same as)224 540 Q F12.5 -E F0(.)A F1(noclob)184 552 Q(ber)-.1 E F0(Same as)224 564 Q F12.5 -E F0(.)A F1(noexec)184 576 Q F0(Same as)224 576 Q F12.5 E F0(.)A -F1(noglob)184 588 Q F0(Same as)224 588 Q F12.5 E F0(.)A F1(nolog) -184 600 Q F0(Currently ignored.)224 600 Q F1(notify)184 612 Q F0 -(Same as)224 612 Q F12.5 E F0(.)A F1(nounset)184 624 Q F0(Same as) -224 624 Q F12.5 E F0(.)A F1(onecmd)184 636 Q F0(Same as)224 636 Q -F12.5 E F0(.)A F1(ph)184 648 Q(ysical)-.15 E F0(Same as)224 648 Q -F12.5 E F0(.)A F1(pipefail)184 660 Q F0 1.029 -(If set, the return v)224 660 R 1.029(alue of a pipeline is the v)-.25 F -1.03(alue of the last \(rightmost\) com-)-.25 F 1.137(mand to e)224 672 -R 1.136 +4.157 E F0 1.657(had been e)4.157 F -.15(xe)-.15 G(cuted).15 E(\(see)224 +528 Q F1(Shell V)2.5 E(ariables)-.92 E F0(abo)2.5 E -.15(ve)-.15 G(\).) +.15 E F1 -.1(ke)184 540 S(yw).1 E(ord)-.1 E F0(Same as)224 552 Q F1 +2.5 E F0(.)A F1(monitor)184 564 Q F0(Same as)224 564 Q F12.5 +E F0(.)A F1(noclob)184 576 Q(ber)-.1 E F0(Same as)224 588 Q F12.5 +E F0(.)A F1(noexec)184 600 Q F0(Same as)224 600 Q F12.5 E F0(.)A +F1(noglob)184 612 Q F0(Same as)224 612 Q F12.5 E F0(.)A F1(nolog) +184 624 Q F0(Currently ignored.)224 624 Q F1(notify)184 636 Q F0 +(Same as)224 636 Q F12.5 E F0(.)A F1(nounset)184 648 Q F0(Same as) +224 648 Q F12.5 E F0(.)A F1(onecmd)184 660 Q F0(Same as)224 660 Q +F12.5 E F0(.)A F1(ph)184 672 Q(ysical)-.15 E F0(Same as)224 672 Q +F12.5 E F0(.)A F1(pipefail)184 684 Q F0 1.03(If set, the return v) +224 684 R 1.029(alue of a pipeline is the v)-.25 F 1.029 +(alue of the last \(rightmost\) com-)-.25 F 1.136(mand to e)224 696 R +1.136 (xit with a non-zero status, or zero if all commands in the pipeline) --.15 F -.15(ex)224 684 S(it successfully).15 E 5(.T)-.65 G -(his option is disabled by def)-5 E(ault.)-.1 E F1(posix)184 696 Q F0 -2.09(Change the beha)224 696 R 2.091(vior of)-.2 F F1(bash)4.591 E F0 -2.091(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091 -(fers from the)-.25 F 1.212(POSIX standard to match the standard \()224 -708 R F3 1.212(posix mode)B F0 3.712(\). See)B F2 1.212(SEE ALSO)3.712 F -F0(belo)3.462 E(w)-.25 E 2.306 -(for a reference to a document that details ho)224 720 R 4.807(wp)-.25 G -2.307(osix mode af)-4.807 F 2.307(fects bash')-.25 F(s)-.55 E -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(69)193.45 E 0 Cg EP +-.15 F -.15(ex)224 708 S(it successfully).15 E 5(.T)-.65 G +(his option is disabled by def)-5 E(ault.)-.1 E(GNU Bash 4.4)72 768 Q +(2017 June 23)148.175 E(69)197.335 E 0 Cg EP %%Page: 70 70 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(beha)224 84 Q -(vior)-.2 E(.)-.55 E/F1 10/Times-Bold@0 SF(pri)184 96 Q(vileged)-.1 E F0 -(Same as)224 108 Q F12.5 E F0(.)A F1 -.1(ve)184 120 S(rbose).1 E -F0(Same as)224 120 Q F12.5 E F0(.)A F1(vi)184 132 Q F0 1.466 -(Use a vi-style command line editing interf)224 132 R 3.965(ace. This) --.1 F 1.465(also af)3.965 F 1.465(fects the editing)-.25 F(interf)224 -144 Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1 -(xtrace)184 156 Q F0(Same as)224 156 Q F12.5 E F0(.)A(If)184 174 Q -F13.052 E F0 .552(is supplied with no)3.052 F/F2 10/Times-Italic@0 -SF(option\255name)3.053 E F0 3.053(,t)C .553(he v)-3.053 F .553 -(alues of the current options are printed.)-.25 F(If)5.553 E F1(+o)184 -186 Q F0 1.072(is supplied with no)3.572 F F2(option\255name)3.572 E F0 -3.572(,a)C 1.071(series of)-.001 F F1(set)3.571 E F0 1.071 -(commands to recreate the current)3.571 F -(option settings is displayed on the standard output.)184 198 Q F1 -144 210 Q F0 -.45(Tu)184 210 S 1.071(rn on).45 F F2(privile)4.821 E -.1 -(ge)-.4 G(d).1 E F0 3.572(mode. In)4.341 F 1.072(this mode, the)3.572 F -/F3 9/Times-Bold@0 SF($ENV)3.572 E F0(and)3.322 E F3($B)3.572 E(ASH_ENV) --.27 E F0 1.072(\214les are not pro-)3.322 F 1.501 -(cessed, shell functions are not inherited from the en)184 222 R 1.5 -(vironment, and the)-.4 F F3(SHELLOPTS)4 E/F4 9/Times-Roman@0 SF(,)A F3 --.27(BA)184 234 S(SHOPTS).27 E F4(,)A F3(CDP)2.774 E -.855(AT)-.666 G(H) -.855 E F4(,)A F0(and)2.774 E F3(GLOBIGNORE)3.024 E F0 -.25(va)2.774 G -.524(riables, if the).25 F 3.025(ya)-.15 G .525(ppear in the en)-3.025 F -(vironment,)-.4 E .38(are ignored.)184 246 R .38 -(If the shell is started with the ef)5.38 F(fecti)-.25 E .679 -.15(ve u) --.25 H .379(ser \(group\) id not equal to the real).15 F .461 -(user \(group\) id, and the)184 258 R F12.961 E F0 .461 -(option is not supplied, these actions are tak)2.961 F .462 -(en and the ef)-.1 F(fec-)-.25 E(ti)184 270 Q .695 -.15(ve u)-.25 H .395 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(posix)184 84 Q F0 2.091(Change the beha)224 84 R 2.091(vior of)-.2 F +F1(bash)4.591 E F0 2.091(where the def)4.591 F 2.091(ault operation dif) +-.1 F 2.091(fers from the)-.25 F 1.212 +(POSIX standard to match the standard \()224 96 R/F2 10/Times-Italic@0 +SF 1.212(posix mode)B F0 3.712(\). See)B/F3 9/Times-Bold@0 SF 1.212 +(SEE ALSO)3.712 F F0(belo)3.463 E(w)-.25 E 2.307 +(for a reference to a document that details ho)224 108 R 4.806(wp)-.25 G +2.306(osix mode af)-4.806 F 2.306(fects bash')-.25 F(s)-.55 E(beha)224 +120 Q(vior)-.2 E(.)-.55 E F1(pri)184 132 Q(vileged)-.1 E F0(Same as)224 +144 Q F12.5 E F0(.)A F1 -.1(ve)184 156 S(rbose).1 E F0(Same as)224 +156 Q F12.5 E F0(.)A F1(vi)184 168 Q F0 1.465 +(Use a vi-style command line editing interf)224 168 R 3.966(ace. This) +-.1 F 1.466(also af)3.966 F 1.466(fects the editing)-.25 F(interf)224 +180 Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1 +(xtrace)184 192 Q F0(Same as)224 192 Q F12.5 E F0(.)A(If)184 210 Q +F13.053 E F0 .553(is supplied with no)3.053 F F2(option\255name) +3.053 E F0 3.053(,t)C .553(he v)-3.053 F .552 +(alues of the current options are printed.)-.25 F(If)5.552 E F1(+o)184 +222 Q F0 1.071(is supplied with no)3.571 F F2(option\255name)3.571 E F0 +3.571(,as)C 1.071(eries of)-3.571 F F1(set)3.572 E F0 1.072 +(commands to recreate the current)3.572 F +(option settings is displayed on the standard output.)184 234 Q F1 +144 246 Q F0 -.45(Tu)184 246 S 1.072(rn on).45 F F2(privile)4.822 E -.1 +(ge)-.4 G(d).1 E F0 3.572(mode. In)4.342 F 1.072(this mode, the)3.572 F +F3($ENV)3.572 E F0(and)3.322 E F3($B)3.572 E(ASH_ENV)-.27 E F0 1.071 +(\214les are not pro-)3.322 F 1.5 +(cessed, shell functions are not inherited from the en)184 258 R 1.501 +(vironment, and the)-.4 F F3(SHELLOPTS)4.001 E/F4 9/Times-Roman@0 SF(,)A +F3 -.27(BA)184 270 S(SHOPTS).27 E F4(,)A F3(CDP)2.775 E -.855(AT)-.666 G +(H).855 E F4(,)A F0(and)2.775 E F3(GLOBIGNORE)3.025 E F0 -.25(va)2.775 G +.524(riables, if the).25 F 3.024(ya)-.15 G .524(ppear in the en)-3.024 F +(vironment,)-.4 E .379(are ignored.)184 282 R .379 +(If the shell is started with the ef)5.379 F(fecti)-.25 E .679 -.15 +(ve u)-.25 H .38(ser \(group\) id not equal to the real).15 F .462 +(user \(group\) id, and the)184 294 R F12.961 E F0 .461 +(option is not supplied, these actions are tak)2.961 F .461 +(en and the ef)-.1 F(fec-)-.25 E(ti)184 306 Q .694 -.15(ve u)-.25 H .394 (ser id is set to the real user id.).15 F .395(If the)5.395 F F1 -2.895 E F0 .394(option is supplied at startup, the ef)2.895 F(fecti)-.25 -E -.15(ve)-.25 G .386(user id is not reset.)184 282 R -.45(Tu)5.386 G -.386(rning this option of).45 F 2.886(fc)-.25 G .387(auses the ef)-2.886 -F(fecti)-.25 E .687 -.15(ve u)-.25 H .387(ser and group ids to be).15 F -(set to the real user and group ids.)184 294 Q F1144 306 Q F0 -(Exit after reading and e)184 306 Q -.15(xe)-.15 G(cuting one command.) -.15 E F1144 318 Q F0 -.35(Tr)184 318 S .044(eat unset v).35 F .044 +2.895 E F0 .395(option is supplied at startup, the ef)2.895 F(fecti)-.25 +E -.15(ve)-.25 G .387(user id is not reset.)184 318 R -.45(Tu)5.387 G +.387(rning this option of).45 F 2.886(fc)-.25 G .386(auses the ef)-2.886 +F(fecti)-.25 E .686 -.15(ve u)-.25 H .386(ser and group ids to be).15 F +(set to the real user and group ids.)184 330 Q F1144 342 Q F0 +(Exit after reading and e)184 342 Q -.15(xe)-.15 G(cuting one command.) +.15 E F1144 354 Q F0 -.35(Tr)184 354 S .043(eat unset v).35 F .044 (ariables and parameters other than the special parameters "@" and "*" \ -as an)-.25 F .182(error when performing parameter e)184 330 R 2.682 -(xpansion. If)-.15 F -.15(ex)2.682 G .183 +as an)-.25 F .183(error when performing parameter e)184 366 R 2.683 +(xpansion. If)-.15 F -.15(ex)2.683 G .182 (pansion is attempted on an unset v).15 F(ari-)-.25 E .746 -(able or parameter)184 342 R 3.246(,t)-.4 G .746 +(able or parameter)184 378 R 3.246(,t)-.4 G .746 (he shell prints an error message, and, if not interacti)-3.246 F -.15 (ve)-.25 G 3.246(,e).15 G .746(xits with a)-3.396 F(non-zero status.)184 -354 Q F1144 366 Q F0(Print shell input lines as the)184 366 Q 2.5 -(ya)-.15 G(re read.)-2.5 E F1144 378 Q F0 .315(After e)184 378 R +390 Q F1144 402 Q F0(Print shell input lines as the)184 402 Q 2.5 +(ya)-.15 G(re read.)-2.5 E F1144 414 Q F0 .315(After e)184 414 R .315(xpanding each)-.15 F F2 .315(simple command)2.815 F F0(,)A F1 -.25 (fo)2.815 G(r).25 E F0(command,)2.815 E F1(case)2.815 E F0(command,) -2.815 E F1(select)2.815 E F0(command,)2.815 E 1.236(or arithmetic)184 -390 R F1 -.25(fo)3.736 G(r).25 E F0 1.236(command, display the e)3.736 F +2.815 E F1(select)2.815 E F0(command,)2.815 E 1.235(or arithmetic)184 +426 R F1 -.25(fo)3.736 G(r).25 E F0 1.236(command, display the e)3.736 F 1.236(xpanded v)-.15 F 1.236(alue of)-.25 F F3(PS4)3.736 E F4(,)A F0 -(follo)3.486 E 1.236(wed by the com-)-.25 F(mand and its e)184 402 Q +(follo)3.486 E 1.236(wed by the com-)-.25 F(mand and its e)184 438 Q (xpanded ar)-.15 E(guments or associated w)-.18 E(ord list.)-.1 E F1 -144 414 Q F0 2.578(The shell performs brace e)184 414 R 2.578 +144 450 Q F0 2.579(The shell performs brace e)184 450 R 2.578 (xpansion \(see)-.15 F F1 2.578(Brace Expansion)5.078 F F0(abo)5.078 E --.15(ve)-.15 G 5.079(\). This).15 F 2.579(is on by)5.079 F(def)184 426 Q -(ault.)-.1 E F1144 438 Q F0 .214(If set,)184 438 R F1(bash)2.714 E -F0 .214(does not o)2.714 F -.15(ve)-.15 G .214(rwrite an e).15 F .214 +-.15(ve)-.15 G 5.078(\). This).15 F 2.578(is on by)5.078 F(def)184 462 Q +(ault.)-.1 E F1144 474 Q F0 .213(If set,)184 474 R F1(bash)2.713 E +F0 .213(does not o)2.713 F -.15(ve)-.15 G .214(rwrite an e).15 F .214 (xisting \214le with the)-.15 F F1(>)2.714 E F0(,)A F1(>&)2.714 E F0 -2.713(,a)C(nd)-2.713 E F1(<>)2.713 E F0 .213(redirection opera-)2.713 F -3.053(tors. This)184 450 R .553(may be o)3.053 F -.15(ve)-.15 G .553 +2.714(,a)C(nd)-2.714 E F1(<>)2.714 E F0 .214(redirection opera-)2.714 F +3.054(tors. This)184 486 R .553(may be o)3.053 F -.15(ve)-.15 G .553 (rridden when creating output \214les by using the redirection opera-) -.15 F(tor)184 462 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A F1 -144 474 Q F0 .104(If set, an)184 474 R 2.604(yt)-.15 G .104 -(rap on)-2.604 F F1(ERR)2.604 E F0 .103 -(is inherited by shell functions, command substitutions, and com-)2.604 -F .838(mands e)184 486 R -.15(xe)-.15 G .838(cuted in a subshell en).15 -F 3.338(vironment. The)-.4 F F1(ERR)3.338 E F0 .839 -(trap is normally not inherited in)3.339 F(such cases.)184 498 Q F1 -144 510 Q F0(Enable)184 510 Q F1(!)3.032 E F0 .532 -(style history substitution.)5.532 F .531(This option is on by def)5.532 -F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 522 Q -.15 -(ve)-.25 G(.).15 E F1144 534 Q F0 .959 -(If set, the shell does not resolv)184 534 R 3.459(es)-.15 G .959 -(ymbolic links when e)-3.459 F -.15(xe)-.15 G .96 -(cuting commands such as).15 F F1(cd)3.46 E F0 2.822 -(that change the current w)184 546 R 2.822(orking directory)-.1 F 7.822 -(.I)-.65 G 5.322(tu)-7.822 G 2.822(ses the ph)-5.322 F 2.821 -(ysical directory structure)-.05 F 2.685(instead. By)184 558 R(def)2.685 +.15 F(tor)184 498 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A F1 +144 510 Q F0 .103(If set, an)184 510 R 2.603(yt)-.15 G .103 +(rap on)-2.603 F F1(ERR)2.603 E F0 .104 +(is inherited by shell functions, command substitutions, and com-)2.603 +F .839(mands e)184 522 R -.15(xe)-.15 G .839(cuted in a subshell en).15 +F 3.339(vironment. The)-.4 F F1(ERR)3.338 E F0 .838 +(trap is normally not inherited in)3.338 F(such cases.)184 534 Q F1 +144 546 Q F0(Enable)184 546 Q F1(!)3.031 E F0 .531 +(style history substitution.)5.531 F .531(This option is on by def)5.531 +F .532(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 558 Q -.15 +(ve)-.25 G(.).15 E F1144 570 Q F0 .96 +(If set, the shell does not resolv)184 570 R 3.459(es)-.15 G .959 +(ymbolic links when e)-3.459 F -.15(xe)-.15 G .959 +(cuting commands such as).15 F F1(cd)3.459 E F0 2.821 +(that change the current w)184 582 R 2.822(orking directory)-.1 F 7.822 +(.I)-.65 G 5.322(tu)-7.822 G 2.822(ses the ph)-5.322 F 2.822 +(ysical directory structure)-.05 F 2.686(instead. By)184 594 R(def)2.686 E(ault,)-.1 E F1(bash)2.686 E F0(follo)2.686 E .186 (ws the logical chain of directories when performing com-)-.25 F -(mands which change the current directory)184 570 Q(.)-.65 E F1144 -582 Q F0 .89(If set, an)184 582 R 3.39(yt)-.15 G .89(raps on)-3.39 F F1 +(mands which change the current directory)184 606 Q(.)-.65 E F1144 +618 Q F0 .89(If set, an)184 618 R 3.39(yt)-.15 G .89(raps on)-3.39 F F1 (DEB)3.39 E(UG)-.1 E F0(and)3.39 E F1(RETURN)3.39 E F0 .89 (are inherited by shell functions, command)3.39 F 1.932 -(substitutions, and commands e)184 594 R -.15(xe)-.15 G 1.932 +(substitutions, and commands e)184 630 R -.15(xe)-.15 G 1.932 (cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F1(DEB)4.432 E -(UG)-.1 E F0(and)4.432 E F1(RETURN)184 606 Q F0 -(traps are normally not inherited in such cases.)2.5 E F1144 618 Q -F0 .401(If no ar)184 618 R .401(guments follo)-.18 F 2.901(wt)-.25 G -.401(his option, then the positional parameters are unset.)-2.901 F -(Otherwise,)5.4 E(the positional parameters are set to the)184 630 Q F2 -(ar)2.5 E(g)-.37 E F0(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G +(UG)-.1 E F0(and)4.432 E F1(RETURN)184 642 Q F0 +(traps are normally not inherited in such cases.)2.5 E F1144 654 Q +F0 .4(If no ar)184 654 R .401(guments follo)-.18 F 2.901(wt)-.25 G .401 +(his option, then the positional parameters are unset.)-2.901 F +(Otherwise,)5.401 E(the positional parameters are set to the)184 666 Q +F2(ar)2.5 E(g)-.37 E F0(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G (ome of them be)-2.5 E(gin with a)-.15 E F12.5 E F0(.)A F1144 -642 Q F0 1.944(Signal the end of options, cause all remaining)184 642 R -F2(ar)4.444 E(g)-.37 E F0 4.444(st)C 4.444(ob)-4.444 G 4.445(ea)-4.444 G -1.945(ssigned to the positional)-4.445 F 3.446(parameters. The)184 654 R -F13.446 E F0(and)3.446 E F13.446 E F0 .945 -(options are turned of)3.446 F 3.445(f. If)-.25 F .945(there are no) -3.445 F F2(ar)3.445 E(g)-.37 E F0 .945(s, the positional)B -(parameters remain unchanged.)184 666 Q .425(The options are of)144 -682.8 R 2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425 +678 Q F0 1.945(Signal the end of options, cause all remaining)184 678 R +F2(ar)4.444 E(g)-.37 E F0 4.444(st)C 4.444(ob)-4.444 G 4.444(ea)-4.444 G +1.944(ssigned to the positional)-4.444 F 3.445(parameters. The)184 690 R +F13.445 E F0(and)3.445 E F13.445 E F0 .945 +(options are turned of)3.445 F 3.445(f. If)-.25 F .946(there are no) +3.445 F F2(ar)3.446 E(g)-.37 E F0 .946(s, the positional)B +(parameters remain unchanged.)184 702 Q .425(The options are of)144 +718.8 R 2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425 (ault unless otherwise noted.)-.1 F .425 -(Using + rather than \255 causes these options)5.425 F .178 -(to be turned of)144 694.8 R 2.678(f. The)-.25 F .178 +(Using + rather than \255 causes these options)5.425 F .177 +(to be turned of)144 730.8 R 2.677(f. The)-.25 F .178 (options can also be speci\214ed as ar)2.678 F .178(guments to an in) --.18 F -.2(vo)-.4 G .177(cation of the shell.).2 F(The)5.177 E .066 -(current set of options may be found in)144 706.8 R F1<24ad>2.566 E F0 -5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066 -(ys true unless an in).1 F -.25(va)-.4 G .067(lid option).25 F -(is encountered.)144 718.8 Q(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 -E(70)193.45 E 0 Cg EP +-.18 F -.2(vo)-.4 G .178(cation of the shell.).2 F(The)5.178 E +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(70)197.335 E 0 Cg EP %%Page: 71 71 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(shift)108 84 Q F0([)2.5 E/F2 10/Times-Italic@0 SF(n)A F0(])A .429 -(The positional parameters from)144 96 R F2(n)2.929 E F0 .429 -(+1 ... are renamed to)B F1 .429($1 ....)2.929 F F0 -.15(Pa)5.428 G .428 -(rameters represented by the num-).15 F(bers)144 108 Q F1($#)2.582 E F0 -(do)2.582 E .082(wn to)-.25 F F1($#)2.582 E F0A F2(n)A F0 .082 -(+1 are unset.)B F2(n)5.442 E F0 .082(must be a non-ne)2.822 F -.05(ga) --.15 G(ti).05 E .383 -.15(ve n)-.25 H .083(umber less than or equal to) -.15 F F1($#)2.583 E F0 5.083(.I)C(f)-5.083 E F2(n)2.943 E F0 .06 -(is 0, no parameters are changed.)144 120 R(If)5.06 E F2(n)2.92 E F0 .06 -(is not gi)2.8 F -.15(ve)-.25 G .06(n, it is assumed to be 1.).15 F(If) -5.06 E F2(n)2.92 E F0 .06(is greater than)2.8 F F1($#)2.56 E F0 2.56(,t) -C(he)-2.56 E .143(positional parameters are not changed.)144 132 R .144 -(The return status is greater than zero if)5.143 F F2(n)3.004 E F0 .144 -(is greater than)2.884 F F1($#)2.644 E F0 -(or less than zero; otherwise 0.)144 144 Q F1(shopt)108 160.8 Q F0([)2.5 -E F1(\255pqsu)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(optname)-2.5 E -F0(...])2.5 E -.8(To)144 172.8 S .64(ggle the v).8 F .639 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .066 +(current set of options may be found in)144 84 R/F1 10/Times-Bold@0 SF +<24ad>2.566 E F0 5.066(.T)C .066(he return status is al)-5.066 F -.1(wa) +-.1 G .066(ys true unless an in).1 F -.25(va)-.4 G .066(lid option).25 F +(is encountered.)144 96 Q F1(shift)108 112.8 Q F0([)2.5 E/F2 10 +/Times-Italic@0 SF(n)A F0(])A .428(The positional parameters from)144 +124.8 R F2(n)2.928 E F0 .429(+1 ... are renamed to)B F1 .429($1 ....) +2.929 F F0 -.15(Pa)5.429 G .429(rameters represented by the num-).15 F +(bers)144 136.8 Q F1($#)2.583 E F0(do)2.583 E .083(wn to)-.25 F F1($#) +2.583 E F0A F2(n)A F0 .083(+1 are unset.)B F2(n)5.443 E F0 .083 +(must be a non-ne)2.823 F -.05(ga)-.15 G(ti).05 E .382 -.15(ve n)-.25 H +.082(umber less than or equal to).15 F F1($#)2.582 E F0 5.082(.I)C(f) +-5.082 E F2(n)2.942 E F0 .06(is 0, no parameters are changed.)144 148.8 +R(If)5.06 E F2(n)2.92 E F0 .06(is not gi)2.8 F -.15(ve)-.25 G .06 +(n, it is assumed to be 1.).15 F(If)5.06 E F2(n)2.92 E F0 .06 +(is greater than)2.8 F F1($#)2.56 E F0 2.56(,t)C(he)-2.56 E .144 +(positional parameters are not changed.)144 160.8 R .144 +(The return status is greater than zero if)5.144 F F2(n)3.003 E F0 .143 +(is greater than)2.883 F F1($#)2.643 E F0 +(or less than zero; otherwise 0.)144 172.8 Q F1(shopt)108 189.6 Q F0([) +2.5 E F1(\255pqsu)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(optname) +-2.5 E F0(...])2.5 E -.8(To)144 201.6 S .639(ggle the v).8 F .639 (alues of settings controlling optional shell beha)-.25 F(vior)-.2 E -5.639(.T)-.55 G .639(he settings can be either those)-5.639 F .374 -(listed belo)144 184.8 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H -2.874(ft).4 G(he)-2.874 E F12.874 E F0 .375 +5.639(.T)-.55 G .64(he settings can be either those)-5.639 F .375 +(listed belo)144 213.6 R 1.675 -.65(w, o)-.25 H 1.175 -.4(r, i).65 H +2.875(ft).4 G(he)-2.875 E F12.875 E F0 .375 (option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25 -F F12.875 E F0 .375(option to the)2.875 F F1(set)2.875 E F0 -.2 -(bu)2.875 G .375(iltin com-).2 F 3.326(mand. W)144 196.8 R .826 -(ith no options, or with the)-.4 F F13.326 E F0 .825 -(option, a list of all settable options is displayed, with an)3.326 F -.945(indication of whether or not each is set.)144 208.8 R(The)5.945 E +F F12.875 E F0 .374(option to the)2.875 F F1(set)2.874 E F0 -.2 +(bu)2.874 G .374(iltin com-).2 F 3.325(mand. W)144 225.6 R .825 +(ith no options, or with the)-.4 F F13.325 E F0 .826 +(option, a list of all settable options is displayed, with an)3.325 F +.945(indication of whether or not each is set.)144 237.6 R(The)5.945 E F13.445 E F0 .945(option causes output to be displayed in a form) -3.445 F(that may be reused as input.)144 220.8 Q(Other options ha)5 E .3 --.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 232.8 Q -F0(Enable \(set\) each)180 232.8 Q F2(optname)2.5 E F0(.)A F1144 -244.8 Q F0(Disable \(unset\) each)180 244.8 Q F2(optname)2.5 E F0(.)A F1 -144 256.8 Q F0 .003(Suppresses normal output \(quiet mode\); the \ -return status indicates whether the)180 256.8 R F2(optname)2.503 E F0 -(is)2.503 E .255(set or unset.)180 268.8 R .255(If multiple)5.255 F F2 -(optname)2.755 E F0(ar)2.755 E .256(guments are gi)-.18 F -.15(ve)-.25 G -2.756(nw).15 G(ith)-2.756 E F12.756 E F0 2.756(,t)C .256 -(he return status is zero if)-2.756 F(all)180 280.8 Q F2(optnames)2.5 E -F0(are enabled; non-zero otherwise.)2.5 E F1144 292.8 Q F0 -(Restricts the v)180 292.8 Q(alues of)-.25 E F2(optname)2.5 E F0 +3.445 F(that may be reused as input.)144 249.6 Q(Other options ha)5 E .3 +-.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 261.6 Q +F0(Enable \(set\) each)180 261.6 Q F2(optname)2.5 E F0(.)A F1144 +273.6 Q F0(Disable \(unset\) each)180 273.6 Q F2(optname)2.5 E F0(.)A F1 +144 285.6 Q F0 .003(Suppresses normal output \(quiet mode\); the \ +return status indicates whether the)180 285.6 R F2(optname)2.504 E F0 +(is)2.504 E .256(set or unset.)180 297.6 R .256(If multiple)5.256 F F2 +(optname)2.756 E F0(ar)2.756 E .256(guments are gi)-.18 F -.15(ve)-.25 G +2.756(nw).15 G(ith)-2.756 E F12.756 E F0 2.755(,t)C .255 +(he return status is zero if)-2.755 F(all)180 309.6 Q F2(optnames)2.5 E +F0(are enabled; non-zero otherwise.)2.5 E F1144 321.6 Q F0 +(Restricts the v)180 321.6 Q(alues of)-.25 E F2(optname)2.5 E F0 (to be those de\214ned for the)2.5 E F12.5 E F0(option to the)2.5 -E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 309.6 R F1 -3.125 E F0(or)3.124 E F13.124 E F0 .624(is used with no) +E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .624(If either)144 338.4 R F1 +3.124 E F0(or)3.124 E F13.124 E F0 .624(is used with no) 3.124 F F2(optname)3.124 E F0(ar)3.124 E(guments,)-.18 E F1(shopt)3.124 -E F0(sho)3.124 E .624(ws only those options which are)-.25 F 2.233 -(set or unset, respecti)144 321.6 R -.15(ve)-.25 G(ly).15 E 7.234(.U) +E F0(sho)3.124 E .624(ws only those options which are)-.25 F 2.234 +(set or unset, respecti)144 350.4 R -.15(ve)-.25 G(ly).15 E 7.234(.U) -.65 G 2.234(nless otherwise noted, the)-7.234 F F1(shopt)4.734 E F0 -2.234(options are disabled \(unset\) by)4.734 F(def)144 333.6 Q(ault.) +2.234(options are disabled \(unset\) by)4.734 F(def)144 362.4 Q(ault.) -.1 E 1.544(The return status when listing options is zero if all)144 -350.4 R F2(optnames)4.044 E F0 1.544(are enabled, non-zero otherwise.) -4.044 F .696 +379.2 R F2(optnames)4.044 E F0 1.545(are enabled, non-zero otherwise.) +4.045 F .696 (When setting or unsetting options, the return status is zero unless an) -144 362.4 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .696 -(alid shell)-.25 F(option.)144 374.4 Q(The list of)144 391.2 Q F1(shopt) -2.5 E F0(options is:)2.5 E F1(autocd)144 409.2 Q F0 .2 -(If set, a command name that is the name of a directory is e)184 409.2 R --.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E -(ment to the)184 421.2 Q F1(cd)2.5 E F0 2.5(command. This)2.5 F +144 391.2 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .695 +(alid shell)-.25 F(option.)144 403.2 Q(The list of)144 420 Q F1(shopt) +2.5 E F0(options is:)2.5 E F1(autocd)144 438 Q F0 .199 +(If set, a command name that is the name of a directory is e)184 438 R +-.15(xe)-.15 G .2(cuted as if it were the ar).15 F(gu-)-.18 E +(ment to the)184 450 Q F1(cd)2.5 E F0 2.5(command. This)2.5 F (option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E -F1(cdable_v)144 433.2 Q(ars)-.1 E F0 .155(If set, an ar)184 445.2 R .155 -(gument to the)-.18 F F1(cd)2.655 E F0 -.2(bu)2.655 G .156 +F1(cdable_v)144 462 Q(ars)-.1 E F0 .156(If set, an ar)184 474 R .156 +(gument to the)-.18 F F1(cd)2.656 E F0 -.2(bu)2.656 G .155 (iltin command that is not a directory is assumed to be the).2 F -(name of a v)184 457.2 Q(ariable whose v)-.25 E -(alue is the directory to change to.)-.25 E F1(cdspell)144 469.2 Q F0 +(name of a v)184 486 Q(ariable whose v)-.25 E +(alue is the directory to change to.)-.25 E F1(cdspell)144 498 Q F0 1.055 (If set, minor errors in the spelling of a directory component in a)184 -469.2 R F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.987 -(corrected. The)184 481.2 R 1.487(errors check)3.987 F 1.487 -(ed for are transposed characters, a missing character)-.1 F 3.988(,a) --.4 G(nd)-3.988 E .77(one character too man)184 493.2 R 4.57 -.65(y. I) +498 R F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.988 +(corrected. The)184 510 R 1.488(errors check)3.988 F 1.487 +(ed for are transposed characters, a missing character)-.1 F 3.987(,a) +-.4 G(nd)-3.987 E .77(one character too man)184 522 R 4.57 -.65(y. I) -.15 H 3.27(fac).65 G .77 (orrection is found, the corrected \214lename is printed, and)-3.27 F -(the command proceeds.)184 505.2 Q -(This option is only used by interacti)5 E .3 -.15(ve s)-.25 H(hells.) -.15 E F1(checkhash)144 517.2 Q F0 .736(If set,)184 529.2 R F1(bash)3.236 -E F0 .736(checks that a command found in the hash table e)3.236 F .737 -(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 -541.2 Q(If a hashed command no longer e)5 E -(xists, a normal path search is performed.)-.15 E F1(checkjobs)144 553.2 -Q F0 .449(If set,)184 565.2 R F1(bash)2.949 E F0 .449 -(lists the status of an)2.949 F 2.949(ys)-.15 G .448 -(topped and running jobs before e)-2.949 F .448(xiting an interacti)-.15 -F -.15(ve)-.25 G 3.438(shell. If)184 577.2 R(an)3.438 E 3.438(yj)-.15 G -.938(obs are running, this causes the e)-3.438 F .938 -(xit to be deferred until a second e)-.15 F .939(xit is)-.15 F 2.203 -(attempted without an interv)184 589.2 R 2.203(ening command \(see)-.15 -F/F3 9/Times-Bold@0 SF 2.203(JOB CONTR)4.703 F(OL)-.27 E F0(abo)4.453 E --.15(ve)-.15 G 4.703(\). The).15 F(shell)4.703 E(al)184 601.2 Q -.1(wa) --.1 G(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G -(obs are stopped.)-2.5 E F1(checkwinsize)144 613.2 Q F0 .796(If set,)184 -625.2 R F1(bash)3.296 E F0 .796(checks the windo)3.296 F 3.296(ws)-.25 G -.797(ize after each command and, if necessary)-3.296 F 3.297(,u)-.65 G -.797(pdates the)-3.297 F -.25(va)184 637.2 S(lues of).25 E F3(LINES)2.5 -E F0(and)2.25 E F3(COLUMNS)2.5 E/F4 9/Times-Roman@0 SF(.)A F1(cmdhist) -144 649.2 Q F0 1.202(If set,)184 649.2 R F1(bash)3.702 E F0 1.202 -(attempts to sa)3.702 F 1.502 -.15(ve a)-.2 H 1.202 +(the command proceeds.)184 534 Q(This option is only used by interacti)5 +E .3 -.15(ve s)-.25 H(hells.).15 E F1(checkhash)144 546 Q F0 .737 +(If set,)184 558 R F1(bash)3.237 E F0 .736 +(checks that a command found in the hash table e)3.237 F .736 +(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 570 +Q(If a hashed command no longer e)5 E +(xists, a normal path search is performed.)-.15 E F1(checkjobs)144 582 Q +F0 .448(If set,)184 594 R F1(bash)2.948 E F0 .448 +(lists the status of an)2.948 F 2.949(ys)-.15 G .449 +(topped and running jobs before e)-2.949 F .449(xiting an interacti)-.15 +F -.15(ve)-.25 G 3.439(shell. If)184 606 R(an)3.439 E 3.439(yj)-.15 G +.938(obs are running, this causes the e)-3.439 F .938 +(xit to be deferred until a second e)-.15 F .938(xit is)-.15 F 2.203 +(attempted without an interv)184 618 R 2.203(ening command \(see)-.15 F +/F3 9/Times-Bold@0 SF 2.203(JOB CONTR)4.703 F(OL)-.27 E F0(abo)4.453 E +-.15(ve)-.15 G 4.703(\). The).15 F(shell)4.704 E(al)184 630 Q -.1(wa)-.1 +G(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G +(obs are stopped.)-2.5 E F1(checkwinsize)144 642 Q F0 1.09(If set,)184 +654 R F1(bash)3.59 E F0 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09 +(ize after each e)-3.59 F 1.09(xternal \(non-b)-.15 F 1.09 +(uiltin\) command and, if)-.2 F(necessary)184 666 Q 2.5(,u)-.65 G +(pdates the v)-2.5 E(alues of)-.25 E F3(LINES)2.5 E F0(and)2.25 E F3 +(COLUMNS)2.5 E/F4 9/Times-Roman@0 SF(.)A F1(cmdhist)144 678 Q F0 1.202 +(If set,)184 678 R F1(bash)3.702 E F0 1.202(attempts to sa)3.702 F 1.502 +-.15(ve a)-.2 H 1.202 (ll lines of a multiple-line command in the same history).15 F(entry)184 -661.2 Q 5(.T)-.65 G(his allo)-5 E -(ws easy re-editing of multi-line commands.)-.25 E F1(compat31)144 673.2 -Q F0 .419(If set,)184 685.2 R F1(bash)2.919 E F0 .419(changes its beha) -2.919 F .419(vior to that of v)-.2 F .42 -(ersion 3.1 with respect to quoted ar)-.15 F(guments)-.18 E .462(to the) -184 697.2 R F1([[)2.962 E F0 .462(conditional command')2.962 F(s)-.55 E -F1(=~)2.962 E F0 .462 -(operator and locale-speci\214c string comparison when)2.962 F .71 -(using the)184 709.2 R F1([[)3.21 E F0 .71(conditional command')3.21 F -(s)-.55 E F1(<)3.21 E F0(and)3.21 E F1(>)3.21 E F0 3.21(operators. Bash) -3.21 F -.15(ve)3.21 G .71(rsions prior to bash-4.1).15 F .821 -(use ASCII collation and)184 721.2 R F2(str)3.321 E(cmp)-.37 E F0 .821 -(\(3\); bash-4.1 and later use the current locale').19 F 3.32(sc)-.55 G -(ollation)-3.32 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(71)193.45 -E 0 Cg EP +690 Q 6.133(.T)-.65 G 1.133(his allo)-6.133 F 1.133 +(ws easy re-editing of multi-line commands.)-.25 F 1.132 +(This option is enabled by)6.132 F(def)184 702 Q .613(ault, b)-.1 F .613 +(ut only has an ef)-.2 F .614 +(fect if command history is enabled, as described abo)-.25 F .914 -.15 +(ve u)-.15 H(nder).15 E F3(HIST)184 714 Q(OR)-.162 E(Y)-.315 E F4(.)A F0 +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(71)197.335 E 0 Cg EP %%Page: 72 72 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(sequence and)184 -84 Q/F1 10/Times-Italic@0 SF(str)2.5 E(coll)-.37 E F0(\(3\).).51 E/F2 10 -/Times-Bold@0 SF(compat32)144 96 Q F0 1.409(If set,)184 108 R F2(bash) -3.909 E F0 1.409(changes its beha)3.909 F 1.409(vior to that of v)-.2 F -1.41(ersion 3.2 with respect to locale-speci\214c)-.15 F .423 -(string comparison when using the)184 120 R F2([[)2.922 E F0 .422 -(conditional command')2.922 F(s)-.55 E F2(<)2.922 E F0(and)2.922 E F2(>) -2.922 E F0 .422(operators \(see pre-)2.922 F .48 -(vious item\) and the ef)184 132 R .481 -(fect of interrupting a command list.)-.25 F .481(Bash v)5.481 F .481 -(ersions 3.2 and earlier)-.15 F(continue with the ne)184 144 Q +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(compat31)144 84 Q F0 .42(If set,)184 96 R F1(bash)2.92 E F0 .42 +(changes its beha)2.92 F .419(vior to that of v)-.2 F .419 +(ersion 3.1 with respect to quoted ar)-.15 F(guments)-.18 E .461(to the) +184 108 R F1([[)2.961 E F0 .462(conditional command')2.962 F(s)-.55 E F1 +(=~)2.962 E F0 .462 +(operator and locale-speci\214c string comparison when)2.962 F .71 +(using the)184 120 R F1([[)3.21 E F0 .71(conditional command')3.21 F(s) +-.55 E F1(<)3.21 E F0(and)3.21 E F1(>)3.21 E F0 3.21(operators. Bash) +3.21 F -.15(ve)3.21 G .71(rsions prior to bash-4.1).15 F .82 +(use ASCII collation and)184 132 R/F2 10/Times-Italic@0 SF(str)3.321 E +(cmp)-.37 E F0 .821(\(3\); bash-4.1 and later use the current locale') +.19 F 3.321(sc)-.55 G(ollation)-3.321 E(sequence and)184 144 Q F2(str) +2.5 E(coll)-.37 E F0(\(3\).).51 E F1(compat32)144 156 Q F0 1.41(If set,) +184 168 R F1(bash)3.91 E F0 1.41(changes its beha)3.91 F 1.409 +(vior to that of v)-.2 F 1.409 +(ersion 3.2 with respect to locale-speci\214c)-.15 F .422 +(string comparison when using the)184 180 R F1([[)2.922 E F0 .422 +(conditional command')2.922 F(s)-.55 E F1(<)2.922 E F0(and)2.922 E F1(>) +2.923 E F0 .423(operators \(see pre-)2.923 F .481 +(vious item\) and the ef)184 192 R .481 +(fect of interrupting a command list.)-.25 F .48(Bash v)5.481 F .48 +(ersions 3.2 and earlier)-.15 F(continue with the ne)184 204 Q (xt command in the list after one terminates due to an interrupt.)-.15 E -F2(compat40)144 156 Q F0 1.41(If set,)184 168 R F2(bash)3.91 E F0 1.41 -(changes its beha)3.91 F 1.409(vior to that of v)-.2 F 1.409 -(ersion 4.0 with respect to locale-speci\214c)-.15 F 2.007 -(string comparison when using the)184 180 R F2([[)4.507 E F0 2.008 -(conditional command')4.507 F(s)-.55 E F2(<)4.508 E F0(and)4.508 E F2(>) -4.508 E F0 2.008(operators \(see)4.508 F .77(description of)184 192 R F2 -(compat31)3.27 E F0 3.269(\)a)C .769(nd the ef)-3.269 F .769 -(fect of interrupting a command list.)-.25 F .769(Bash v)5.769 F -(ersions)-.15 E .086 -(4.0 and later interrupt the list as if the shell recei)184 204 R -.15 -(ve)-.25 G 2.587(dt).15 G .087(he interrupt; pre)-2.587 F .087(vious v) --.25 F .087(ersions con-)-.15 F(tinue with the ne)184 216 Q -(xt command in the list.)-.15 E F2(compat41)144 228 Q F0 1.484(If set,) -184 240 R F2(bash)3.984 E F0 3.984(,w)C 1.484(hen in)-3.984 F F1(posix) -3.984 E F0 1.483 -(mode, treats a single quote in a double-quoted parameter)3.984 F -.15 -(ex)184 252 S .958(pansion as a special character).15 F 5.958(.T)-.55 G -.959(he single quotes must match \(an e)-5.958 F -.15(ve)-.25 G 3.459 -(nn).15 G .959(umber\) and)-3.459 F .59 -(the characters between the single quotes are considered quoted.)184 264 -R .59(This is the beha)5.59 F .59(vior of)-.2 F .589 -(posix mode through v)184 276 R .589(ersion 4.1.)-.15 F .589(The def) -5.589 F .589(ault bash beha)-.1 F .589(vior remains as in pre)-.2 F .59 -(vious v)-.25 F(er)-.15 E(-)-.2 E(sions.)184 288 Q F2(compat42)144 300 Q -F0 1.797(If set,)184 312 R F2(bash)4.297 E F0 1.796 +F1(compat40)144 216 Q F0 1.409(If set,)184 228 R F1(bash)3.909 E F0 +1.409(changes its beha)3.909 F 1.409(vior to that of v)-.2 F 1.41 +(ersion 4.0 with respect to locale-speci\214c)-.15 F 2.008 +(string comparison when using the)184 240 R F1([[)4.508 E F0 2.007 +(conditional command')4.508 F(s)-.55 E F1(<)4.507 E F0(and)4.507 E F1(>) +4.507 E F0 2.007(operators \(see)4.507 F .769(description of)184 252 R +F1(compat31)3.269 E F0 3.269(\)a)C .769(nd the ef)-3.269 F .769 +(fect of interrupting a command list.)-.25 F .77(Bash v)5.77 F(ersions) +-.15 E .087(4.0 and later interrupt the list as if the shell recei)184 +264 R -.15(ve)-.25 G 2.586(dt).15 G .086(he interrupt; pre)-2.586 F .086 +(vious v)-.25 F .086(ersions con-)-.15 F(tinue with the ne)184 276 Q +(xt command in the list.)-.15 E F1(compat41)144 288 Q F0 1.483(If set,) +184 300 R F1(bash)3.983 E F0 3.983(,w)C 1.483(hen in)-3.983 F F2(posix) +3.983 E F0 1.484 +(mode, treats a single quote in a double-quoted parameter)3.983 F -.15 +(ex)184 312 S .959(pansion as a special character).15 F 5.959(.T)-.55 G +.958(he single quotes must match \(an e)-5.959 F -.15(ve)-.25 G 3.458 +(nn).15 G .958(umber\) and)-3.458 F .59 +(the characters between the single quotes are considered quoted.)184 324 +R .59(This is the beha)5.59 F .59(vior of)-.2 F .59 +(posix mode through v)184 336 R .589(ersion 4.1.)-.15 F .589(The def) +5.589 F .589(ault bash beha)-.1 F .589(vior remains as in pre)-.2 F .589 +(vious v)-.25 F(er)-.15 E(-)-.2 E(sions.)184 348 Q F1(compat42)144 360 Q +F0 1.796(If set,)184 372 R F1(bash)4.296 E F0 1.796 (does not process the replacement string in the pattern substitution w) -4.296 F(ord)-.1 E -.15(ex)184 324 S(pansion using quote remo).15 E -.25 -(va)-.15 G(l.).25 E F2(compat43)144 336 Q F0 .14(If set,)184 348 R F2 -(bash)2.64 E F0 .14(does not print a w)2.64 F .141 -(arning message if an attempt is made to use a quoted com-)-.1 F .913 -(pound array assignment as an ar)184 360 R .913(gument to)-.18 F F2 -(declar)3.412 E(e)-.18 E F0 3.412(,m)C(ak)-3.412 E .912(es w)-.1 F .912 -(ord e)-.1 F .912(xpansion errors non-)-.15 F -.1(fa)184 372 S .352 +4.296 F(ord)-.1 E -.15(ex)184 384 S(pansion using quote remo).15 E -.25 +(va)-.15 G(l.).25 E F1(compat43)144 396 Q F0 .141(If set,)184 408 R F1 +(bash)2.641 E F0 .141(does not print a w)2.641 F .14 +(arning message if an attempt is made to use a quoted com-)-.1 F .912 +(pound array assignment as an ar)184 420 R .912(gument to)-.18 F F1 +(declar)3.413 E(e)-.18 E F0 3.413(,m)C(ak)-3.413 E .913(es w)-.1 F .913 +(ord e)-.1 F .913(xpansion errors non-)-.15 F -.1(fa)184 432 S .353 (tal errors that cause the current command to f).1 F .353(ail \(the def) --.1 F .353(ault beha)-.1 F .353(vior is to mak)-.2 F 2.853(et)-.1 G(hem) --2.853 E -.1(fa)184 384 S 1.058(tal errors that cause the shell to e).1 -F 1.057(xit\), and does not reset the loop state when a shell)-.15 F -.374(function is e)184 396 R -.15(xe)-.15 G .374(cuted \(this allo).15 F -(ws)-.25 E F2(br)2.874 E(eak)-.18 E F0(or)2.875 E F2(continue)2.875 E F0 -.375(in a shell function to af)2.875 F .375(fect loops in)-.25 F -(the caller')184 408 Q 2.5(sc)-.55 G(onte)-2.5 E(xt\).)-.15 E F2 -(complete_fullquote)144 420 Q F0 .654(If set,)184 432 R F2(bash)3.153 E +-.1 F .352(ault beha)-.1 F .352(vior is to mak)-.2 F 2.852(et)-.1 G(hem) +-2.852 E -.1(fa)184 444 S 1.057(tal errors that cause the shell to e).1 +F 1.058(xit\), and does not reset the loop state when a shell)-.15 F +.375(function is e)184 456 R -.15(xe)-.15 G .375(cuted \(this allo).15 F +(ws)-.25 E F1(br)2.875 E(eak)-.18 E F0(or)2.875 E F1(continue)2.875 E F0 +.374(in a shell function to af)2.875 F .374(fect loops in)-.25 F +(the caller')184 468 Q 2.5(sc)-.55 G(onte)-2.5 E(xt\).)-.15 E F1 +(complete_fullquote)144 480 Q F0 .653(If set,)184 492 R F1(bash)3.153 E F0 .653(quotes all shell metacharacters in \214lenames and directory na\ -mes when per)3.153 F(-)-.2 E 1.524(forming completion.)184 444 R 1.524 -(If not set,)6.524 F F2(bash)4.024 E F0(remo)4.024 E -.15(ve)-.15 G +mes when per)3.153 F(-)-.2 E 1.525(forming completion.)184 504 R 1.524 +(If not set,)6.525 F F1(bash)4.024 E F0(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524(etacharacters such as the dollar sign)-4.024 F 2.667(from the set of characters that will be quoted in completed \214l\ -enames when these)184 456 R .028(metacharacters appear in shell v)184 -468 R .028(ariable references in w)-.25 F .029(ords to be completed.)-.1 -F .029(This means)5.029 F 1.073(that dollar signs in v)184 480 R 1.073 +enames when these)184 516 R .029(metacharacters appear in shell v)184 +528 R .028(ariable references in w)-.25 F .028(ords to be completed.)-.1 +F .028(This means)5.028 F 1.072(that dollar signs in v)184 540 R 1.073 (ariable names that e)-.25 F 1.073 (xpand to directories will not be quoted; ho)-.15 F(w-)-.25 E -2.15 -.25 -(ev e)184 492 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123 +(ev e)184 552 T 1.923 -.4(r, a).25 H 1.423 -.15(ny d).4 H 1.123 (ollar signs appearing in \214lenames will not be quoted, either).15 F -6.123(.T)-.55 G 1.123(his is acti)-6.123 F -.15(ve)-.25 G .59 +6.123(.T)-.55 G 1.122(his is acti)-6.123 F -.15(ve)-.25 G .59 (only when bash is using backslashes to quote completed \214lenames.)184 -504 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 516 Q +564 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 576 Q (ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E -(ersions through 4.2.)-.15 E F2(dir)144 528 Q(expand)-.18 E F0 .486 -(If set,)184 540 R F2(bash)2.986 E F0 .486 +(ersions through 4.2.)-.15 E F1(dir)144 588 Q(expand)-.18 E F0 .487 +(If set,)184 600 R F1(bash)2.987 E F0 .486 (replaces directory names with the results of w)2.986 F .486(ord e)-.1 F -.487(xpansion when perform-)-.15 F .18(ing \214lename completion.)184 -552 R .179(This changes the contents of the readline editing b)5.18 F -(uf)-.2 E(fer)-.25 E 5.179(.I)-.55 G 2.679(fn)-5.179 G(ot)-2.679 E(set,) -184 564 Q F2(bash)2.5 E F0(attempts to preserv)2.5 E 2.5(ew)-.15 G -(hat the user typed.)-2.5 E F2(dirspell)144 576 Q F0 .858(If set,)184 -576 R F2(bash)3.358 E F0 .858 -(attempts spelling correction on directory names during w)3.358 F .859 +.486(xpansion when perform-)-.15 F .179(ing \214lename completion.)184 +612 R .179(This changes the contents of the readline editing b)5.179 F +(uf)-.2 E(fer)-.25 E 5.18(.I)-.55 G 2.68(fn)-5.18 G(ot)-2.68 E(set,)184 +624 Q F1(bash)2.5 E F0(attempts to preserv)2.5 E 2.5(ew)-.15 G +(hat the user typed.)-2.5 E F1(dirspell)144 636 Q F0 .859(If set,)184 +636 R F1(bash)3.359 E F0 .858 +(attempts spelling correction on directory names during w)3.359 F .858 (ord completion if)-.1 F -(the directory name initially supplied does not e)184 588 Q(xist.)-.15 E -F2(dotglob)144 600 Q F0 .165(If set,)184 600 R F2(bash)2.665 E F0 .165 +(the directory name initially supplied does not e)184 648 Q(xist.)-.15 E +F1(dotglob)144 660 Q F0 .165(If set,)184 660 R F1(bash)2.665 E F0 .165 (includes \214lenames be)2.665 F .165(ginning with a `.)-.15 F 2.665('i) -.7 G 2.665(nt)-2.665 G .165(he results of pathname e)-2.665 F -(xpansion.)-.15 E(The \214lenames)184 612 Q F2 -.63(``)2.5 G -.55(.').63 -G(')-.08 E F0(and)5 E F2 -.63(``)2.5 G(..).63 E -.63('')-.55 G F0 +(xpansion.)-.15 E(The \214lenames)184 672 Q F1 -.63(``)2.5 G -.55(.').63 +G(')-.08 E F0(and)5 E F1 -.63(``)2.5 G(..).63 E -.63('')-.55 G F0 (must al)5.63 E -.1(wa)-.1 G(ys be matched e).1 E(xplicitly)-.15 E 2.5 -(,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E F2(dotglob)2.5 E F0 -(is set.)2.5 E F2(execfail)144 624 Q F0 1.386(If set, a non-interacti) -184 624 R 1.686 -.15(ve s)-.25 H 1.386(hell will not e).15 F 1.386 -(xit if it cannot e)-.15 F -.15(xe)-.15 G 1.387 -(cute the \214le speci\214ed as an).15 F(ar)184 636 Q(gument to the)-.18 -E F2(exec)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 E(An interacti)5 E .3 --.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F2(exec)2.5 E F0 --.1(fa)2.5 G(ils.).1 E F2(expand_aliases)144 648 Q F0 .717 -(If set, aliases are e)184 660 R .717(xpanded as described abo)-.15 F -1.017 -.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF(ALIASES)3.217 E -/F4 9/Times-Roman@0 SF(.)A F0 .716(This option is enabled)5.217 F -(by def)184 672 Q(ault for interacti)-.1 E .3 -.15(ve s)-.25 H(hells.) -.15 E F2(extdeb)144 684 Q(ug)-.2 E F0 .671(If set at shell in)184 696 R --.2(vo)-.4 G .671(cation, arrange to e).2 F -.15(xe)-.15 G .671 -(cute the deb).15 F .672(ugger pro\214le before the shell starts,)-.2 F -.221(identical to the)184 708 R F22.721 E(ugger)-.2 E F0 -2.721(option. If)2.721 F .221(set after in)2.721 F -.2(vo)-.4 G .221 -(cation, beha).2 F .22(vior intended for use by)-.2 F(deb)184 720 Q -(uggers is enabled:)-.2 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E -(72)193.45 E 0 Cg EP +(,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E F1(dotglob)2.5 E F0 +(is set.)2.5 E F1(execfail)144 684 Q F0 1.387(If set, a non-interacti) +184 684 R 1.687 -.15(ve s)-.25 H 1.386(hell will not e).15 F 1.386 +(xit if it cannot e)-.15 F -.15(xe)-.15 G 1.386 +(cute the \214le speci\214ed as an).15 F(ar)184 696 Q(gument to the)-.18 +E F1(exec)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 E(An interacti)5 E .3 +-.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F1(exec)2.5 E F0 +-.1(fa)2.5 G(ils.).1 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(72) +197.335 E 0 Cg EP %%Page: 73 73 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(1.)184 84 Q F0(The)220 84 Q F14.25 E F0 1.75(option to the)4.25 -F F1(declar)4.251 E(e)-.18 E F0 -.2(bu)4.251 G 1.751 +SF(expand_aliases)144 84 Q F0 .716(If set, aliases are e)184 96 R .717 +(xpanded as described abo)-.15 F 1.017 -.15(ve u)-.15 H(nder).15 E/F2 9 +/Times-Bold@0 SF(ALIASES)3.217 E/F3 9/Times-Roman@0 SF(.)A F0 .717 +(This option is enabled)5.217 F(by def)184 108 Q(ault for interacti)-.1 +E .3 -.15(ve s)-.25 H(hells.).15 E F1(extdeb)144 120 Q(ug)-.2 E F0 .672 +(If set at shell in)184 132 R -.2(vo)-.4 G .672(cation, arrange to e).2 +F -.15(xe)-.15 G .671(cute the deb).15 F .671 +(ugger pro\214le before the shell starts,)-.2 F .22(identical to the)184 +144 R F12.72 E(ugger)-.2 E F0 2.721(option. If)2.721 F .221 +(set after in)2.721 F -.2(vo)-.4 G .221(cation, beha).2 F .221 +(vior intended for use by)-.2 F(deb)184 156 Q(uggers is enabled:)-.2 E +F1(1.)184 168 Q F0(The)220 168 Q F14.251 E F0 1.751(option to the) +4.251 F F1(declar)4.251 E(e)-.18 E F0 -.2(bu)4.251 G 1.751 (iltin displays the source \214le name and line).2 F -(number corresponding to each function name supplied as an ar)220 96 Q -(gument.)-.18 E F1(2.)184 108 Q F0 1.667(If the command run by the)220 -108 R F1(DEB)4.167 E(UG)-.1 E F0 1.667(trap returns a non-zero v)4.167 F -1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220 120 -Q -.15(xe)-.15 G(cuted.).15 E F1(3.)184 132 Q F0 .84 -(If the command run by the)220 132 R F1(DEB)3.34 E(UG)-.1 E F0 .841 -(trap returns a v)3.341 F .841(alue of 2, and the shell is)-.25 F -.15 -(exe)220 144 S .488 +(number corresponding to each function name supplied as an ar)220 180 Q +(gument.)-.18 E F1(2.)184 192 Q F0 1.667(If the command run by the)220 +192 R F1(DEB)4.167 E(UG)-.1 E F0 1.667(trap returns a non-zero v)4.167 F +1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220 204 +Q -.15(xe)-.15 G(cuted.).15 E F1(3.)184 216 Q F0 .841 +(If the command run by the)220 216 R F1(DEB)3.341 E(UG)-.1 E F0 .841 +(trap returns a v)3.341 F .84(alue of 2, and the shell is)-.25 F -.15 +(exe)220 228 S .488 (cuting in a subroutine \(a shell function or a shell script e).15 F -.15(xe)-.15 G .488(cuted by the).15 F F1(.)2.988 E F0(or)2.988 E F1 -(sour)220 156 Q(ce)-.18 E F0 -.2(bu)2.5 G +(sour)220 240 Q(ce)-.18 E F0 -.2(bu)2.5 G (iltins\), the shell simulates a call to).2 E F1 -.18(re)2.5 G(tur).18 E -(n)-.15 E F0(.)A F1(4.)184 168 Q/F2 9/Times-Bold@0 SF -.27(BA)220 168 S -(SH_ARGC).27 E F0(and)3.153 E F2 -.27(BA)3.403 G(SH_ARGV).27 E F0 .904 -(are updated as described in their descriptions)3.154 F(abo)220 180 Q --.15(ve)-.15 G(.).15 E F1(5.)184 192 Q F0 1.637(Function tracing is ena\ -bled: command substitution, shell functions, and sub-)220 192 R -(shells in)220 204 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1 -(\()2.5 E/F3 10/Times-Italic@0 SF(command)2.5 E F1(\))2.5 E F0 +(n)-.15 E F0(.)A F1(4.)184 252 Q F2 -.27(BA)220 252 S(SH_ARGC).27 E F0 +(and)3.154 E F2 -.27(BA)3.404 G(SH_ARGV).27 E F0 .904 +(are updated as described in their descriptions)3.154 F(abo)220 264 Q +-.15(ve)-.15 G(.).15 E F1(5.)184 276 Q F0 1.637(Function tracing is ena\ +bled: command substitution, shell functions, and sub-)220 276 R +(shells in)220 288 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1 +(\()2.5 E/F4 10/Times-Italic@0 SF(command)2.5 E F1(\))2.5 E F0 (inherit the)2.5 E F1(DEB)2.5 E(UG)-.1 E F0(and)2.5 E F1(RETURN)2.5 E F0 -(traps.)2.5 E F1(6.)184 216 Q F0 1.082(Error tracing is enabled: comman\ -d substitution, shell functions, and subshells)220 216 R(in)220 228 Q --.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E F3(command) +(traps.)2.5 E F1(6.)184 300 Q F0 1.082(Error tracing is enabled: comman\ +d substitution, shell functions, and subshells)220 300 R(in)220 312 Q +-.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E F4(command) 2.5 E F1(\))2.5 E F0(inherit the)2.5 E F1(ERR)2.5 E F0(trap.)2.5 E F1 -(extglob)144 240 Q F0 .4(If set, the e)184 240 R .4 +(extglob)144 324 Q F0 .4(If set, the e)184 324 R .4 (xtended pattern matching features described abo)-.15 F .7 -.15(ve u) --.15 H(nder).15 E F1 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 252 Q -F0(are enabled.)2.5 E F1(extquote)144 264 Q F0 2.473(If set,)184 276 R -F1($)4.973 E F0<08>A F3(string)A F0 4.973<0861>C(nd)-4.973 E F1($)4.973 -E F0(")A F3(string)A F0 4.973("q)C 2.473(uoting is performed within) --4.973 F F1(${)4.973 E F3(par)A(ameter)-.15 E F1(})A F0 -.15(ex)4.973 G -(pansions).15 E(enclosed in double quotes.)184 288 Q -(This option is enabled by def)5 E(ault.)-.1 E F1(failglob)144 300 Q F0 -1.425(If set, patterns which f)184 300 R 1.425 -(ail to match \214lenames during pathname e)-.1 F 1.424 -(xpansion result in an)-.15 F -.15(ex)184 312 S(pansion error).15 E(.) --.55 E F1 -.25(fo)144 324 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 -.936(If set, the suf)184 336 R<8c78>-.25 E .936(es speci\214ed by the) +-.15 H(nder).15 E F1 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 336 Q +F0(are enabled.)2.5 E F1(extquote)144 348 Q F0 2.473(If set,)184 360 R +F1($)4.973 E F0<08>A F4(string)A F0 4.973<0861>C(nd)-4.973 E F1($)4.973 +E F0(")A F4(string)A F0 4.973("q)C 2.473(uoting is performed within) +-4.973 F F1(${)4.973 E F4(par)A(ameter)-.15 E F1(})A F0 -.15(ex)4.973 G +(pansions).15 E(enclosed in double quotes.)184 372 Q +(This option is enabled by def)5 E(ault.)-.1 E F1(failglob)144 384 Q F0 +1.424(If set, patterns which f)184 384 R 1.425 +(ail to match \214lenames during pathname e)-.1 F 1.425 +(xpansion result in an)-.15 F -.15(ex)184 396 S(pansion error).15 E(.) +-.55 E F1 -.25(fo)144 408 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 +.937(If set, the suf)184 420 R<8c78>-.25 E .936(es speci\214ed by the) -.15 F F2(FIGNORE)3.436 E F0 .936(shell v)3.186 F .936(ariable cause w) --.25 F .937(ords to be ignored)-.1 F .32(when performing w)184 348 R .32 +-.25 F .936(ords to be ignored)-.1 F .32(when performing w)184 432 R .32 (ord completion e)-.1 F -.15(ve)-.25 G 2.82(ni).15 G 2.82(ft)-2.82 G .32 -(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 2.947 -(pletions. See)184 360 R F2 .447(SHELL V)2.947 F(ARIABLES)-1.215 E F0 -(abo)2.697 E .747 -.15(ve f)-.15 H .448(or a description of).15 F F2 -(FIGNORE)2.948 E/F4 9/Times-Roman@0 SF(.)A F0 .448(This option is)4.948 -F(enabled by def)184 372 Q(ault.)-.1 E F1(globasciiranges)144 384 Q F0 -2.519(If set, range e)184 396 R 2.519 -(xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518 -(xpressions \(see)-.15 F F2 -.09(Pa)5.018 G(tter).09 E(n)-.135 E -(Matching)184 408 Q F0(abo)2.964 E -.15(ve)-.15 G 3.214(\)b).15 G(eha) --3.214 E 1.014 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 G 3.214 +(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 2.948 +(pletions. See)184 444 R F2 .448(SHELL V)2.948 F(ARIABLES)-1.215 E F0 +(abo)2.698 E .748 -.15(ve f)-.15 H .448(or a description of).15 F F2 +(FIGNORE)2.947 E F3(.)A F0 .447(This option is)4.947 F(enabled by def) +184 456 Q(ault.)-.1 E F1(globasciiranges)144 468 Q F0 2.518 +(If set, range e)184 480 R 2.519 +(xpressions used in pattern matching brack)-.15 F 2.519(et e)-.1 F 2.519 +(xpressions \(see)-.15 F F2 -.09(Pa)5.019 G(tter).09 E(n)-.135 E +(Matching)184 492 Q F0(abo)2.965 E -.15(ve)-.15 G 3.215(\)b).15 G(eha) +-3.215 E 1.015 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 G 3.214 (nt)-3.214 G .714(he traditional C locale when performing comparisons.) --3.214 F 1.02(That is, the current locale')184 420 R 3.52(sc)-.55 G 1.02 +-3.214 F 1.02(That is, the current locale')184 504 R 3.52(sc)-.55 G 1.02 (ollating sequence is not tak)-3.52 F 1.02(en into account, so)-.1 F F1 -(b)3.52 E F0 1.02(will not)3.52 F .956(collate between)184 432 R F1(A) -3.456 E F0(and)3.456 E F1(B)3.456 E F0 3.457(,a)C .957(nd upper)-3.457 F -.957(-case and lo)-.2 F(wer)-.25 E .957 -(-case ASCII characters will collate)-.2 F(together)184 444 Q(.)-.55 E -F1(globstar)144 456 Q F0 .519(If set, the pattern)184 456 R F1(**)3.019 -E F0 .519(used in a pathname e)3.019 F .519(xpansion conte)-.15 F .518 -(xt will match all \214les and zero)-.15 F .431 -(or more directories and subdirectories.)184 468 R .431 -(If the pattern is follo)5.431 F .432(wed by a)-.25 F F1(/)2.932 E F0 -2.932(,o)C .432(nly directories)-2.932 F(and subdirectories match.)184 -480 Q F1(gnu_errfmt)144 492 Q F0(If set, shell error messages are writt\ -en in the standard GNU error message format.)184 504 Q F1(histappend)144 -516 Q F0 .676 +(b)3.52 E F0 1.02(will not)3.52 F .957(collate between)184 516 R F1(A) +3.457 E F0(and)3.457 E F1(B)3.457 E F0 3.457(,a)C .957(nd upper)-3.457 F +.957(-case and lo)-.2 F(wer)-.25 E .956 +(-case ASCII characters will collate)-.2 F(together)184 528 Q(.)-.55 E +F1(globstar)144 540 Q F0 .518(If set, the pattern)184 540 R F1(**)3.018 +E F0 .519(used in a pathname e)3.019 F .519(xpansion conte)-.15 F .519 +(xt will match all \214les and zero)-.15 F .432 +(or more directories and subdirectories.)184 552 R .431 +(If the pattern is follo)5.432 F .431(wed by a)-.25 F F1(/)2.931 E F0 +2.931(,o)C .431(nly directories)-2.931 F(and subdirectories match.)184 +564 Q F1(gnu_errfmt)144 576 Q F0(If set, shell error messages are writt\ +en in the standard GNU error message format.)184 588 Q F1(histappend)144 +600 Q F0 .676 (If set, the history list is appended to the \214le named by the v)184 -528 R .676(alue of the)-.25 F F2(HISTFILE)3.176 E F0 -.25(va)2.926 G -(ri-).25 E(able when the shell e)184 540 Q(xits, rather than o)-.15 E --.15(ve)-.15 G(rwriting the \214le.).15 E F1(histr)144 552 Q(eedit)-.18 -E F0 .575(If set, and)184 564 R F1 -.18(re)3.075 G(adline).18 E F0 .575 -(is being used, a user is gi)3.075 F -.15(ve)-.25 G 3.075(nt).15 G .576 -(he opportunity to re-edit a f)-3.075 F .576(ailed his-)-.1 F -(tory substitution.)184 576 Q F1(histv)144 588 Q(erify)-.1 E F0 .403 -(If set, and)184 600 R F1 -.18(re)2.903 G(adline).18 E F0 .403 +612 R .676(alue of the)-.25 F F2(HISTFILE)3.177 E F0 -.25(va)2.927 G +(ri-).25 E(able when the shell e)184 624 Q(xits, rather than o)-.15 E +-.15(ve)-.15 G(rwriting the \214le.).15 E F1(histr)144 636 Q(eedit)-.18 +E F0 .576(If set, and)184 648 R F1 -.18(re)3.076 G(adline).18 E F0 .575 +(is being used, a user is gi)3.076 F -.15(ve)-.25 G 3.075(nt).15 G .575 +(he opportunity to re-edit a f)-3.075 F .575(ailed his-)-.1 F +(tory substitution.)184 660 Q F1(histv)144 672 Q(erify)-.1 E F0 .402 +(If set, and)184 684 R F1 -.18(re)2.903 G(adline).18 E F0 .403 (is being used, the results of history substitution are not immediately) -2.903 F .661(passed to the shell parser)184 612 R 5.661(.I)-.55 G .662 -(nstead, the resulting line is loaded into the)-5.661 F F1 -.18(re)3.162 -G(adline).18 E F0(editing)3.162 E -.2(bu)184 624 S -.25(ff).2 G(er).25 E -2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F1 -(hostcomplete)144 636 Q F0 1.182(If set, and)184 648 R F1 -.18(re)3.682 -G(adline).18 E F0 1.182(is being used,)3.682 F F1(bash)3.682 E F0 1.181 -(will attempt to perform hostname completion)3.681 F 1.38(when a w)184 -660 R 1.38(ord containing a)-.1 F F1(@)3.881 E F0 1.381 -(is being completed \(see)3.881 F F1(Completing)3.881 E F0(under)3.881 E -F2(READLINE)3.881 E F0(abo)184 672 Q -.15(ve)-.15 G 2.5(\). This).15 F -(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 684 Q F0(If set,) -184 696 Q F1(bash)2.5 E F0(will send)2.5 E F2(SIGHUP)2.5 E F0 -(to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25 H(ogin shell e) -.15 E(xits.)-.15 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(73) -193.45 E 0 Cg EP +2.903 F .662(passed to the shell parser)184 696 R 5.662(.I)-.55 G .661 +(nstead, the resulting line is loaded into the)-5.662 F F1 -.18(re)3.161 +G(adline).18 E F0(editing)3.161 E -.2(bu)184 708 S -.25(ff).2 G(er).25 E +2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(73)197.335 E 0 Cg EP %%Page: 74 74 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(inherit_err)144 84 Q(exit)-.18 E F0 .22 -(If set, command substitution inherits the v)184 96 R .219(alue of the) --.25 F F1(err)2.719 E(exit)-.18 E F0 .219(option, instead of unsetting) -2.719 F(it in the subshell en)184 108 Q 2.5(vironment. This)-.4 F -(option is enabled when)2.5 E/F2 10/Times-Italic@0 SF(posix mode)2.5 E -F0(is enabled.)2.5 E F1(interacti)144 120 Q -.1(ve)-.1 G(_comments).1 E -F0 .33(If set, allo)184 132 R 2.83(waw)-.25 G .33(ord be)-2.93 F .33 -(ginning with)-.15 F F1(#)2.83 E F0 .33(to cause that w)2.83 F .33 -(ord and all remaining characters on)-.1 F .967 -(that line to be ignored in an interacti)184 144 R 1.267 -.15(ve s)-.25 -H .967(hell \(see).15 F/F3 9/Times-Bold@0 SF(COMMENTS)3.467 E F0(abo) -3.217 E -.15(ve)-.15 G 3.467(\). This).15 F .967(option is)3.467 F -(enabled by def)184 156 Q(ault.)-.1 E F1(lastpipe)144 168 Q F0 .066 -(If set, and job control is not acti)184 168 R -.15(ve)-.25 G 2.566(,t) +SF(hostcomplete)144 84 Q F0 1.181(If set, and)184 96 R F1 -.18(re)3.681 +G(adline).18 E F0 1.181(is being used,)3.681 F F1(bash)3.682 E F0 1.182 +(will attempt to perform hostname completion)3.682 F 1.381(when a w)184 +108 R 1.381(ord containing a)-.1 F F1(@)3.881 E F0 1.381 +(is being completed \(see)3.881 F F1(Completing)3.88 E F0(under)3.88 E +/F2 9/Times-Bold@0 SF(READLINE)3.88 E F0(abo)184 120 Q -.15(ve)-.15 G +2.5(\). This).15 F(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 +132 Q F0(If set,)184 144 Q F1(bash)2.5 E F0(will send)2.5 E F2(SIGHUP) +2.5 E F0(to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25 H +(ogin shell e).15 E(xits.)-.15 E F1(inherit_err)144 156 Q(exit)-.18 E F0 +.219(If set, command substitution inherits the v)184 168 R .219 +(alue of the)-.25 F F1(err)2.719 E(exit)-.18 E F0 .22 +(option, instead of unsetting)2.719 F(it in the subshell en)184 180 Q +2.5(vironment. This)-.4 F(option is enabled when)2.5 E/F3 10 +/Times-Italic@0 SF(posix mode)2.5 E F0(is enabled.)2.5 E F1(interacti) +144 192 Q -.1(ve)-.1 G(_comments).1 E F0 .33(If set, allo)184 204 R 2.83 +(waw)-.25 G .33(ord be)-2.93 F .33(ginning with)-.15 F F1(#)2.83 E F0 +.33(to cause that w)2.83 F .33(ord and all remaining characters on)-.1 F +.967(that line to be ignored in an interacti)184 216 R 1.267 -.15(ve s) +-.25 H .967(hell \(see).15 F F2(COMMENTS)3.467 E F0(abo)3.217 E -.15(ve) +-.15 G 3.467(\). This).15 F .968(option is)3.468 F(enabled by def)184 +228 Q(ault.)-.1 E F1(lastpipe)144 240 Q F0 .066 +(If set, and job control is not acti)184 240 R -.15(ve)-.25 G 2.566(,t) .15 G .066(he shell runs the last command of a pipeline not e)-2.566 F -.15(xe)-.15 G(-).15 E(cuted in the background in the current shell en) -184 180 Q(vironment.)-.4 E F1(lithist)144 192 Q F0 .655(If set, and the) -184 192 R F1(cmdhist)3.155 E F0 .654 +184 252 Q(vironment.)-.4 E F1(lithist)144 264 Q F0 .654(If set, and the) +184 264 R F1(cmdhist)3.154 E F0 .654 (option is enabled, multi-line commands are sa)3.154 F -.15(ve)-.2 G -3.154(dt).15 G 3.154(ot)-3.154 G .654(he history)-3.154 F -(with embedded ne)184 204 Q +3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)-3.155 F +(with embedded ne)184 276 Q (wlines rather than using semicolon separators where possible.)-.25 E F1 -(login_shell)144 216 Q F0 .486 +(localv)144 288 Q(ar_inherit)-.1 E F0 .422(If set, local v)184 300 R +.422(ariables inherit the v)-.25 F .422(alue and attrib)-.25 F .422 +(utes of a v)-.2 F .422(ariable of the same name that)-.25 F -.15(ex)184 +312 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673 +(yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .174 +(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 324 Q +F1(login_shell)144 336 Q F0 .486 (The shell sets this option if it is started as a login shell \(see)184 -228 R F3(INV)2.987 E(OCA)-.405 E(TION)-.855 E F0(abo)2.737 E -.15(ve) --.15 G 2.987(\). The).15 F -.25(va)184 240 S(lue may not be changed.).25 -E F1(mailwar)144 252 Q(n)-.15 E F0 .815(If set, and a \214le that)184 -264 R F1(bash)3.315 E F0 .814 -(is checking for mail has been accessed since the last time it)3.315 F --.1(wa)184 276 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E -(`The mail in)-.74 E F2(mail\214le)2.5 E F0(has been read')2.5 E 2.5('i) --.74 G 2.5(sd)-2.5 G(isplayed.)-2.5 E F1(no_empty_cmd_completion)144 288 -Q F0 .324(If set, and)184 300 R F1 -.18(re)2.824 G(adline).18 E F0 .324 -(is being used,)2.824 F F1(bash)2.824 E F0 .324 -(will not attempt to search the)2.824 F F3 -.666(PA)2.825 G(TH)-.189 E -F0 .325(for possible)2.575 F -(completions when completion is attempted on an empty line.)184 312 Q F1 -(nocaseglob)144 324 Q F0 .437(If set,)184 336 R F1(bash)2.937 E F0 .436 -(matches \214lenames in a case\255insensiti)2.937 F .736 -.15(ve f)-.25 -H .436(ashion when performing pathname).05 F -.15(ex)184 348 S +348 R F2(INV)2.986 E(OCA)-.405 E(TION)-.855 E F0(abo)2.736 E -.15(ve) +-.15 G 2.986(\). The).15 F -.25(va)184 360 S(lue may not be changed.).25 +E F1(mailwar)144 372 Q(n)-.15 E F0 .814(If set, and a \214le that)184 +384 R F1(bash)3.314 E F0 .815 +(is checking for mail has been accessed since the last time it)3.314 F +-.1(wa)184 396 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E +(`The mail in)-.74 E F3(mail\214le)2.5 E F0(has been read')2.5 E 2.5('i) +-.74 G 2.5(sd)-2.5 G(isplayed.)-2.5 E F1(no_empty_cmd_completion)144 408 +Q F0 .325(If set, and)184 420 R F1 -.18(re)2.825 G(adline).18 E F0 .325 +(is being used,)2.825 F F1(bash)2.824 E F0 .324 +(will not attempt to search the)2.824 F F2 -.666(PA)2.824 G(TH)-.189 E +F0 .324(for possible)2.574 F +(completions when completion is attempted on an empty line.)184 432 Q F1 +(nocaseglob)144 444 Q F0 .436(If set,)184 456 R F1(bash)2.936 E F0 .436 +(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)-.25 +H .437(ashion when performing pathname).05 F -.15(ex)184 468 S (pansion \(see).15 E F1 -.1(Pa)2.5 G(thname Expansion).1 E F0(abo)2.5 E --.15(ve)-.15 G(\).).15 E F1(nocasematch)144 360 Q F0 1.193(If set,)184 -372 R F1(bash)3.693 E F0 1.194(matches patterns in a case\255insensiti) -3.693 F 1.494 -.15(ve f)-.25 H 1.194(ashion when performing matching).05 -F .551(while e)184 384 R -.15(xe)-.15 G(cuting).15 E F1(case)3.051 E F0 +-.15(ve)-.15 G(\).).15 E F1(nocasematch)144 480 Q F0 1.194(If set,)184 +492 R F1(bash)3.694 E F0 1.194(matches patterns in a case\255insensiti) +3.694 F 1.493 -.15(ve f)-.25 H 1.193(ashion when performing matching).05 +F .551(while e)184 504 R -.15(xe)-.15 G(cuting).15 E F1(case)3.051 E F0 (or)3.051 E F1([[)3.051 E F0 .551 (conditional commands, when performing pattern substitution)3.051 F -.1 -(wo)184 396 S .622(rd e).1 F .623(xpansions, or when \214ltering possib\ -le completions as part of programmable com-)-.15 F(pletion.)184 408 Q F1 -(nullglob)144 420 Q F0 .855(If set,)184 432 R F1(bash)3.355 E F0(allo) -3.355 E .855(ws patterns which match no \214les \(see)-.25 F F1 -.1(Pa) -3.354 G .854(thname Expansion).1 F F0(abo)3.354 E -.15(ve)-.15 G 3.354 -(\)t).15 G(o)-3.354 E -.15(ex)184 444 S +(wo)184 516 S .623(rd e).1 F .623(xpansions, or when \214ltering possib\ +le completions as part of programmable com-)-.15 F(pletion.)184 528 Q F1 +(nullglob)144 540 Q F0 .854(If set,)184 552 R F1(bash)3.354 E F0(allo) +3.354 E .855(ws patterns which match no \214les \(see)-.25 F F1 -.1(Pa) +3.355 G .855(thname Expansion).1 F F0(abo)3.355 E -.15(ve)-.15 G 3.355 +(\)t).15 G(o)-3.355 E -.15(ex)184 564 S (pand to a null string, rather than themselv).15 E(es.)-.15 E F1(pr)144 -456 Q(ogcomp)-.18 E F0 .676(If set, the programmable completion f)184 -468 R .677(acilities \(see)-.1 F F1(Pr)3.177 E .677 -(ogrammable Completion)-.18 F F0(abo)3.177 E -.15(ve)-.15 G(\)).15 E -(are enabled.)184 480 Q(This option is enabled by def)5 E(ault.)-.1 E F1 -(pr)144 492 Q(omptv)-.18 E(ars)-.1 E F0 1.448 -(If set, prompt strings under)184 504 R 1.448(go parameter e)-.18 F -1.447(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 516 -S .17(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G .17 -(fter being e)-2.67 F .17(xpanded as described in)-.15 F F3(PR)2.671 E -(OMPTING)-.27 E F0(abo)2.421 E -.15(ve)-.15 G(.).15 E -(This option is enabled by def)184 528 Q(ault.)-.1 E F1 -.18(re)144 540 +576 Q(ogcomp)-.18 E F0 .677(If set, the programmable completion f)184 +588 R .677(acilities \(see)-.1 F F1(Pr)3.176 E .676 +(ogrammable Completion)-.18 F F0(abo)3.176 E -.15(ve)-.15 G(\)).15 E +(are enabled.)184 600 Q(This option is enabled by def)5 E(ault.)-.1 E F1 +(pr)144 612 Q(omptv)-.18 E(ars)-.1 E F0 1.447 +(If set, prompt strings under)184 624 R 1.448(go parameter e)-.18 F +1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 636 +S .171(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G .17 +(fter being e)-2.67 F .17(xpanded as described in)-.15 F F2(PR)2.67 E +(OMPTING)-.27 E F0(abo)2.42 E -.15(ve)-.15 G(.).15 E +(This option is enabled by def)184 648 Q(ault.)-.1 E F1 -.18(re)144 660 S(stricted_shell).18 E F0 1.069 (The shell sets this option if it is started in restricted mode \(see) -184 552 R F3 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 564 Q 2.86 +184 672 R F2 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 684 Q 2.86 (w\). The)-.25 F -.25(va)2.86 G .36(lue may not be changed.).25 F .36 (This is not reset when the startup \214les are e)5.36 F -.15(xe)-.15 G -(-).15 E(cuted, allo)184 576 Q(wing the startup \214les to disco)-.25 E +(-).15 E(cuted, allo)184 696 Q(wing the startup \214les to disco)-.25 E -.15(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5 E -F1(shift_v)144 588 Q(erbose)-.1 E F0 .502(If set, the)184 600 R F1 -(shift)3.002 E F0 -.2(bu)3.002 G .501 -(iltin prints an error message when the shift count e).2 F .501 -(xceeds the number)-.15 F(of positional parameters.)184 612 Q F1(sour) -144 624 Q(cepath)-.18 E F0 .77(If set, the)184 636 R F1(sour)3.27 E(ce) --.18 E F0(\()3.27 E F1(.)A F0 3.27(\)b)C .77(uiltin uses the v)-3.47 F -.771(alue of)-.25 F F3 -.666(PA)3.271 G(TH)-.189 E F0 .771 -(to \214nd the directory containing the)3.021 F -(\214le supplied as an ar)184 648 Q 2.5(gument. This)-.18 F -(option is enabled by def)2.5 E(ault.)-.1 E F1(xpg_echo)144 660 Q F0 -(If set, the)184 672 Q F1(echo)2.5 E F0 -.2(bu)2.5 G(iltin e).2 E -(xpands backslash-escape sequences by def)-.15 E(ault.)-.1 E F1(suspend) -108 688.8 Q F0([)2.5 E F1A F0(])A 1.002(Suspend the e)144 700.8 R --.15(xe)-.15 G 1.002(cution of this shell until it recei).15 F -.15(ve) --.25 G 3.501(sa).15 G F3(SIGCONT)A F0 3.501(signal. A)3.251 F 1.001 -(login shell cannot be)3.501 F .022(suspended; the)144 712.8 R F1 -2.522 E F0 .022(option can be used to o)2.522 F -.15(ve)-.15 G .022 -(rride this and force the suspension.).15 F .023(The return status is) -5.023 F 2.5(0u)144 724.8 S(nless the shell is a login shell and)-2.5 E -F12.5 E F0(is not supplied, or if job control is not enabled.)2.5 -E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(74)193.45 E 0 Cg EP +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(74)197.335 E 0 Cg EP %%Page: 75 75 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(test)108 84 Q/F2 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F1([)108 -96 Q F2 -.2(ex)2.5 G(pr).2 E F1(])2.5 E F0 .878 -(Return a status of 0 \(true\) or 1 \(f)144 96 R .877 -(alse\) depending on the e)-.1 F -.25(va)-.25 G .877 -(luation of the conditional e).25 F(xpression)-.15 E F2 -.2(ex)144 108 S -(pr).2 E F0 5.53(.E).73 G .53 +SF(shift_v)144 84 Q(erbose)-.1 E F0 .501(If set, the)184 96 R F1(shift) +3.001 E F0 -.2(bu)3.001 G .501 +(iltin prints an error message when the shift count e).2 F .502 +(xceeds the number)-.15 F(of positional parameters.)184 108 Q F1(sour) +144 120 Q(cepath)-.18 E F0 .771(If set, the)184 132 R F1(sour)3.271 E +(ce)-.18 E F0(\()3.271 E F1(.)A F0 3.271(\)b)C .771(uiltin uses the v) +-3.471 F .771(alue of)-.25 F/F2 9/Times-Bold@0 SF -.666(PA)3.27 G(TH) +-.189 E F0 .77(to \214nd the directory containing the)3.02 F +(\214le supplied as an ar)184 144 Q 2.5(gument. This)-.18 F +(option is enabled by def)2.5 E(ault.)-.1 E F1(xpg_echo)144 156 Q F0 +(If set, the)184 168 Q F1(echo)2.5 E F0 -.2(bu)2.5 G(iltin e).2 E +(xpands backslash-escape sequences by def)-.15 E(ault.)-.1 E F1(suspend) +108 184.8 Q F0([)2.5 E F1A F0(])A 1.001(Suspend the e)144 196.8 R +-.15(xe)-.15 G 1.001(cution of this shell until it recei).15 F -.15(ve) +-.25 G 3.501(sa).15 G F2(SIGCONT)A F0 3.502(signal. A)3.252 F 1.002 +(login shell cannot be)3.502 F .023(suspended; the)144 208.8 R F1 +2.523 E F0 .023(option can be used to o)2.523 F -.15(ve)-.15 G .022 +(rride this and force the suspension.).15 F .022(The return status is) +5.022 F 2.5(0u)144 220.8 S(nless the shell is a login shell and)-2.5 E +F12.5 E F0(is not supplied, or if job control is not enabled.)2.5 +E F1(test)108 237.6 Q/F3 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F1([) +108 249.6 Q F3 -.2(ex)2.5 G(pr).2 E F1(])2.5 E F0 .877 +(Return a status of 0 \(true\) or 1 \(f)144 249.6 R .878 +(alse\) depending on the e)-.1 F -.25(va)-.25 G .878 +(luation of the conditional e).25 F(xpression)-.15 E F3 -.2(ex)144 261.6 +S(pr).2 E F0 5.53(.E).73 G .53 (ach operator and operand must be a separate ar)-5.53 F 3.03 -(gument. Expressions)-.18 F .53(are composed of the)3.03 F 3.08 -(primaries described abo)144 120 R 3.38 -.15(ve u)-.15 H(nder).15 E/F3 9 -/Times-Bold@0 SF(CONDITION)5.58 E 3.079(AL EXPRESSIONS)-.18 F/F4 9 -/Times-Roman@0 SF(.)A F1(test)7.579 E F0 3.079(does not accept an)5.579 -F(y)-.15 E(options, nor does it accept and ignore an ar)144 132 Q -(gument of)-.18 E F12.5 E F0(as signifying the end of options.)2.5 -E .785(Expressions may be combined using the follo)144 150 R .786 -(wing operators, listed in decreasing order of prece-)-.25 F 3.412 -(dence. The)144 162 R -.25(eva)3.412 G .912 -(luation depends on the number of ar).25 F .911(guments; see belo)-.18 F -4.711 -.65(w. O)-.25 H .911(perator precedence is).65 F -(used when there are \214v)144 174 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G(ore ar) --2.5 E(guments.)-.18 E F1(!)144 186 Q F2 -.2(ex)2.5 G(pr).2 E F0 -.35 -(Tr)180 186 S(ue if).35 E F2 -.2(ex)2.5 G(pr).2 E F0(is f)3.23 E(alse.) --.1 E F1(\()144 198 Q F2 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 .26 -(Returns the v)180 198 R .26(alue of)-.25 F F2 -.2(ex)2.76 G(pr).2 E F0 -5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26 -(rride the normal precedence of opera-).15 F(tors.)180 210 Q F2 -.2(ex) -144 222 S(pr1).2 E F02.5 E F1(a)A F2 -.2(ex)2.5 G(pr2).2 E F0 -.35 -(Tr)180 234 S(ue if both).35 E F2 -.2(ex)2.5 G(pr1).2 E F0(and)2.5 E F2 --.2(ex)2.5 G(pr2).2 E F0(are true.)2.52 E F2 -.2(ex)144 246 S(pr1).2 E -F02.5 E F1(o)A F2 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 258 S -(ue if either).35 E F2 -.2(ex)2.5 G(pr1).2 E F0(or)2.5 E F2 -.2(ex)2.5 G -(pr2).2 E F0(is true.)2.52 E F1(test)144 274.8 Q F0(and)2.5 E F1([)2.5 E -F0 -.25(eva)2.5 G(luate conditional e).25 E +(gument. Expressions)-.18 F .53(are composed of the)3.03 F 3.079 +(primaries described abo)144 273.6 R 3.379 -.15(ve u)-.15 H(nder).15 E +F2(CONDITION)5.579 E 3.079(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF +(.)A F1(test)7.579 E F0 3.08(does not accept an)5.58 F(y)-.15 E +(options, nor does it accept and ignore an ar)144 285.6 Q(gument of)-.18 +E F12.5 E F0(as signifying the end of options.)2.5 E .786 +(Expressions may be combined using the follo)144 303.6 R .785 +(wing operators, listed in decreasing order of prece-)-.25 F 3.411 +(dence. The)144 315.6 R -.25(eva)3.411 G .911 +(luation depends on the number of ar).25 F .912(guments; see belo)-.18 F +4.712 -.65(w. O)-.25 H .912(perator precedence is).65 F +(used when there are \214v)144 327.6 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G +(ore ar)-2.5 E(guments.)-.18 E F1(!)144 339.6 Q F3 -.2(ex)2.5 G(pr).2 E +F0 -.35(Tr)180 339.6 S(ue if).35 E F3 -.2(ex)2.5 G(pr).2 E F0(is f)3.23 +E(alse.)-.1 E F1(\()144 351.6 Q F3 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 +.26(Returns the v)180 351.6 R .26(alue of)-.25 F F3 -.2(ex)2.76 G(pr).2 +E F0 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26 +(rride the normal precedence of opera-).15 F(tors.)180 363.6 Q F3 -.2 +(ex)144 375.6 S(pr1).2 E F02.5 E F1(a)A F3 -.2(ex)2.5 G(pr2).2 E F0 +-.35(Tr)180 387.6 S(ue if both).35 E F3 -.2(ex)2.5 G(pr1).2 E F0(and)2.5 +E F3 -.2(ex)2.5 G(pr2).2 E F0(are true.)2.52 E F3 -.2(ex)144 399.6 S +(pr1).2 E F02.5 E F1(o)A F3 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 +411.6 S(ue if either).35 E F3 -.2(ex)2.5 G(pr1).2 E F0(or)2.5 E F3 -.2 +(ex)2.5 G(pr2).2 E F0(is true.)2.52 E F1(test)144 428.4 Q F0(and)2.5 E +F1([)2.5 E F0 -.25(eva)2.5 G(luate conditional e).25 E (xpressions using a set of rules based on the number of ar)-.15 E -(guments.)-.18 E 2.5(0a)144 292.8 S -.18(rg)-2.5 G(uments).18 E(The e) -180 304.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 316.8 S -.18 -(rg)-2.5 G(ument).18 E(The e)180 328.8 Q +(guments.)-.18 E 2.5(0a)144 446.4 S -.18(rg)-2.5 G(uments).18 E(The e) +180 458.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 470.4 S -.18 +(rg)-2.5 G(ument).18 E(The e)180 482.4 Q (xpression is true if and only if the ar)-.15 E(gument is not null.)-.18 -E 2.5(2a)144 340.8 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) -180 352.8 R .37(gument is)-.18 F F1(!)2.87 E F0 2.87(,t)C .37(he e)-2.87 +E 2.5(2a)144 494.4 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) +180 506.4 R .37(gument is)-.18 F F1(!)2.87 E F0 2.87(,t)C .37(he e)-2.87 F .37(xpression is true if and only if the second ar)-.15 F .37 -(gument is null.)-.18 F .379(If the \214rst ar)180 364.8 R .38 -(gument is one of the unary conditional operators listed abo)-.18 F .68 --.15(ve u)-.15 H(nder).15 E F3(CONDI-)2.88 E(TION)180 376.8 Q .553 +(gument is null.)-.18 F .38(If the \214rst ar)180 518.4 R .38 +(gument is one of the unary conditional operators listed abo)-.18 F .679 +-.15(ve u)-.15 H(nder).15 E F2(CONDI-)2.879 E(TION)180 530.4 Q .552 (AL EXPRESSIONS)-.18 F F4(,)A F0 .552(the e)2.802 F .552 (xpression is true if the unary test is true.)-.15 F .552 -(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 388.8 Q +(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 542.4 Q (alid unary conditional operator)-.25 E 2.5(,t)-.4 G(he e)-2.5 E -(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 400.8 S -.18(rg)-2.5 G -(uments).18 E .236(The follo)180 412.8 R .236 +(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 554.4 S -.18(rg)-2.5 G +(uments).18 E .236(The follo)180 566.4 R .236 (wing conditions are applied in the order listed.)-.25 F .236 (If the second ar)5.236 F .236(gument is one of)-.18 F .855 -(the binary conditional operators listed abo)180 424.8 R 1.155 -.15 -(ve u)-.15 H(nder).15 E F3(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F -F4(,)A F0(the)3.104 E .578(result of the e)180 436.8 R .578(xpression i\ +(the binary conditional operators listed abo)180 578.4 R 1.155 -.15 +(ve u)-.15 H(nder).15 E F2(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F +F4(,)A F0(the)3.105 E .579(result of the e)180 590.4 R .578(xpression i\ s the result of the binary test using the \214rst and third ar)-.15 F -(guments)-.18 E 1.333(as operands.)180 448.8 R(The)6.333 E F13.833 -E F0(and)3.833 E F13.832 E F0 1.332 +(guments)-.18 E 1.332(as operands.)180 602.4 R(The)6.332 E F13.832 +E F0(and)3.832 E F13.832 E F0 1.333 (operators are considered binary operators when there are)3.832 F .558 -(three ar)180 460.8 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 +(three ar)180 614.4 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 F .558(gument is)-.18 F F1(!)3.058 E F0 3.058(,t)C .558(he v)-3.058 F .558(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F -(o-ar)-.1 E(gument)-.18 E .521(test using the second and third ar)180 -472.8 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .52 -(gument is e)-.18 F(xactly)-.15 E F1(\()3.02 E F0 .52(and the third)3.02 -F(ar)180 484.8 Q .485(gument is e)-.18 F(xactly)-.15 E F1(\))2.985 E F0 -2.985(,t)C .485(he result is the one-ar)-2.985 F .485 +(o-ar)-.1 E(gument)-.18 E .52(test using the second and third ar)180 +626.4 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .521 +(gument is e)-.18 F(xactly)-.15 E F1(\()3.021 E F0 .521(and the third) +3.021 F(ar)180 638.4 Q .485(gument is e)-.18 F(xactly)-.15 E F1(\))2.985 +E F0 2.985(,t)C .485(he result is the one-ar)-2.985 F .485 (gument test of the second ar)-.18 F 2.985(gument. Other)-.18 F(-)-.2 E -(wise, the e)180 496.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 -508.8 S -.18(rg)-2.5 G(uments).18 E .385(If the \214rst ar)180 520.8 R -.385(gument is)-.18 F F1(!)2.885 E F0 2.885(,t)C .385 -(he result is the ne)-2.885 F -.05(ga)-.15 G .384(tion of the three-ar) -.05 F .384(gument e)-.18 F .384(xpression com-)-.15 F 1.647 -(posed of the remaining ar)180 532.8 R 4.147(guments. Otherwise,)-.18 F -1.647(the e)4.147 F 1.648(xpression is parsed and e)-.15 F -.25(va)-.25 +(wise, the e)180 650.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 +662.4 S -.18(rg)-2.5 G(uments).18 E .384(If the \214rst ar)180 674.4 R +.384(gument is)-.18 F F1(!)2.884 E F0 2.885(,t)C .385 +(he result is the ne)-2.885 F -.05(ga)-.15 G .385(tion of the three-ar) +.05 F .385(gument e)-.18 F .385(xpression com-)-.15 F 1.648 +(posed of the remaining ar)180 686.4 R 4.147(guments. Otherwise,)-.18 F +1.647(the e)4.147 F 1.647(xpression is parsed and e)-.15 F -.25(va)-.25 G(luated).25 E(according to precedence using the rules listed abo)180 -544.8 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 556.8 S 2.5(rm)-2.5 G(ore ar) --2.5 E(guments)-.18 E 1.635(The e)180 568.8 R 1.635 -(xpression is parsed and e)-.15 F -.25(va)-.25 G 1.635 -(luated according to precedence using the rules listed).25 F(abo)180 -580.8 Q -.15(ve)-.15 G(.).15 E(When used with)144 598.8 Q F1(test)2.5 E -F0(or)2.5 E F1([)2.5 E F0 2.5(,t)C(he)-2.5 E F1(<)2.5 E F0(and)2.5 E F1 -(>)2.5 E F0(operators sort le)2.5 E -(xicographically using ASCII ordering.)-.15 E F1(times)108 615.6 Q F0 -1.229(Print the accumulated user and system times for the shell and for\ - processes run from the shell.)144 615.6 R(The return status is 0.)144 -627.6 Q F1(trap)108 644.4 Q F0([)2.5 E F1(\255lp)A F0 2.5(][)C([)-2.5 E -F2(ar)A(g)-.37 E F0(])A F2(sigspec)2.5 E F0(...])2.5 E .703(The command) -144 656.4 R F2(ar)3.533 E(g)-.37 E F0 .703(is to be read and e)3.423 F --.15(xe)-.15 G .702(cuted when the shell recei).15 F -.15(ve)-.25 G -3.202(ss).15 G(ignal\(s\))-3.202 E F2(sigspec)3.202 E F0 5.702(.I).31 G -(f)-5.702 E F2(ar)3.532 E(g)-.37 E F0(is)3.422 E .608 -(absent \(and there is a single)144 668.4 R F2(sigspec)3.108 E F0 3.108 -(\)o)C(r)-3.108 E F13.108 E F0 3.108(,e)C .608 -(ach speci\214ed signal is reset to its original disposition)-3.108 F -.659(\(the v)144 680.4 R .659(alue it had upon entrance to the shell\).) --.25 F(If)5.658 E F2(ar)3.488 E(g)-.37 E F0 .658 -(is the null string the signal speci\214ed by each)3.378 F F2(sigspec) -144.34 692.4 Q F0 .58(is ignored by the shell and by the commands it in) -3.39 F -.2(vo)-.4 G -.1(ke).2 G 3.081(s. If).1 F F2(ar)3.411 E(g)-.37 E -F0 .581(is not present and)3.301 F F13.081 E F0(has)3.081 E 1.215 -(been supplied, then the trap commands associated with each)144 704.4 R -F2(sigspec)4.054 E F0 1.214(are displayed.)4.024 F 1.214(If no ar)6.214 -F(gu-)-.18 E .86(ments are supplied or if only)144 716.4 R F13.36 -E F0 .86(is gi)3.36 F -.15(ve)-.25 G(n,).15 E F1(trap)3.36 E F0 .86 -(prints the list of commands associated with each)3.36 F 4.327 -(signal. The)144 728.4 R F14.327 E F0 1.826(option causes the she\ -ll to print a list of signal names and their corresponding)4.327 F -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(75)193.45 E 0 Cg EP +698.4 Q -.15(ve)-.15 G(.).15 E(GNU Bash 4.4)72 768 Q(2017 June 23) +148.175 E(75)197.335 E 0 Cg EP %%Page: 76 76 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 3.125 -(numbers. Each)144 84 R/F1 10/Times-Italic@0 SF(sigspec)3.465 E F0 .625 -(is either a signal name de\214ned in <)3.435 F F1(signal.h)A F0 .626 -(>, or a signal number)B 5.626(.S)-.55 G(ignal)-5.626 E -(names are case insensiti)144 96 Q .3 -.15(ve a)-.25 H(nd the).15 E/F2 9 -/Times-Bold@0 SF(SIG)2.5 E F0(pre\214x is optional.)2.25 E 1.649(If a) -144 114 R F1(sigspec)4.489 E F0(is)4.459 E F2(EXIT)4.149 E F0 1.649 -(\(0\) the command)3.899 F F1(ar)4.479 E(g)-.37 E F0 1.649(is e)4.369 F --.15(xe)-.15 G 1.649(cuted on e).15 F 1.648(xit from the shell.)-.15 F -1.648(If a)6.648 F F1(sigspec)4.488 E F0(is)4.458 E F2(DEB)144 126 Q(UG) --.09 E/F3 9/Times-Roman@0 SF(,)A F0 1.167(the command)3.417 F F1(ar) -3.997 E(g)-.37 E F0 1.167(is e)3.887 F -.15(xe)-.15 G 1.167 -(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F1 1.168(simple command) -3.667 F F0(,)A F1(for)3.668 E F0(command,)3.668 E F1(case)3.668 E F0 -(com-)3.668 E(mand,)144 138 Q F1(select)2.647 E F0 .147(command, e)2.647 -F -.15(ve)-.25 G .147(ry arithmetic).15 F F1(for)2.647 E F0 .146 -(command, and before the \214rst command e)2.647 F -.15(xe)-.15 G .146 -(cutes in a).15 F .145(shell function \(see)144 150 R F2 .145 -(SHELL GRAMMAR)2.645 F F0(abo)2.395 E -.15(ve)-.15 G 2.646(\). Refer).15 -F .146(to the description of the)2.646 F/F4 10/Times-Bold@0 SF(extdeb) -2.646 E(ug)-.2 E F0 .146(option to)2.646 F(the)144 162 Q F4(shopt)3.201 -E F0 -.2(bu)3.201 G .7(iltin for details of its ef).2 F .7(fect on the) --.25 F F4(DEB)3.2 E(UG)-.1 E F0 3.2(trap. If)3.2 F(a)3.2 E F1(sigspec) -3.54 E F0(is)3.51 E F2(RETURN)3.2 E F3(,)A F0 .7(the com-)2.95 F(mand) -144 174 Q F1(ar)3.473 E(g)-.37 E F0 .643(is e)3.363 F -.15(xe)-.15 G -.643(cuted each time a shell function or a script e).15 F -.15(xe)-.15 G -.644(cuted with the).15 F F4(.)3.144 E F0(or)3.144 E F4(sour)3.144 E(ce) --.18 E F0 -.2(bu)3.144 G(iltins).2 E(\214nishes e)144 186 Q -.15(xe)-.15 -G(cuting.).15 E .961(If a)144 204 R F1(sigspec)3.801 E F0(is)3.771 E F2 -(ERR)3.461 E F3(,)A F0 .961(the command)3.211 F F1(ar)3.791 E(g)-.37 E -F0 .961(is e)3.681 F -.15(xe)-.15 G .961(cuted whene).15 F -.15(ve)-.25 -G 3.461(ra).15 G .96(pipeline \(which may consist of a)-.001 F .185(sin\ +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.5(5o)144 84 S +2.5(rm)-2.5 G(ore ar)-2.5 E(guments)-.18 E 1.635(The e)180 96 R 1.635 +(xpression is parsed and e)-.15 F -.25(va)-.25 G 1.635 +(luated according to precedence using the rules listed).25 F(abo)180 108 +Q -.15(ve)-.15 G(.).15 E(When used with)144 126 Q/F1 10/Times-Bold@0 SF +(test)2.5 E F0(or)2.5 E F1([)2.5 E F0 2.5(,t)C(he)-2.5 E F1(<)2.5 E F0 +(and)2.5 E F1(>)2.5 E F0(operators sort le)2.5 E +(xicographically using ASCII ordering.)-.15 E F1(times)108 142.8 Q F0 +1.229(Print the accumulated user and system times for the shell and for\ + processes run from the shell.)144 142.8 R(The return status is 0.)144 +154.8 Q F1(trap)108 171.6 Q F0([)2.5 E F1(\255lp)A F0 2.5(][)C([)-2.5 E +/F2 10/Times-Italic@0 SF(ar)A(g)-.37 E F0(])A F2(sigspec)2.5 E F0(...]) +2.5 E .702(The command)144 183.6 R F2(ar)3.532 E(g)-.37 E F0 .702 +(is to be read and e)3.422 F -.15(xe)-.15 G .702 +(cuted when the shell recei).15 F -.15(ve)-.25 G 3.203(ss).15 G +(ignal\(s\))-3.203 E F2(sigspec)3.203 E F0 5.703(.I).31 G(f)-5.703 E F2 +(ar)3.533 E(g)-.37 E F0(is)3.423 E .609(absent \(and there is a single) +144 195.6 R F2(sigspec)3.108 E F0 3.108(\)o)C(r)-3.108 E F13.108 E +F0 3.108(,e)C .608 +(ach speci\214ed signal is reset to its original disposition)-3.108 F +.658(\(the v)144 207.6 R .658(alue it had upon entrance to the shell\).) +-.25 F(If)5.658 E F2(ar)3.488 E(g)-.37 E F0 .659 +(is the null string the signal speci\214ed by each)3.378 F F2(sigspec) +144.34 219.6 Q F0 .581 +(is ignored by the shell and by the commands it in)3.391 F -.2(vo)-.4 G +-.1(ke).2 G 3.08(s. If).1 F F2(ar)3.41 E(g)-.37 E F0 .58 +(is not present and)3.3 F F13.08 E F0(has)3.08 E 1.214 +(been supplied, then the trap commands associated with each)144 231.6 R +F2(sigspec)4.054 E F0 1.215(are displayed.)4.024 F 1.215(If no ar)6.215 +F(gu-)-.18 E .86(ments are supplied or if only)144 243.6 R F13.36 +E F0 .86(is gi)3.36 F -.15(ve)-.25 G(n,).15 E F1(trap)3.36 E F0 .86 +(prints the list of commands associated with each)3.36 F 2.83 +(signal. The)144 255.6 R F12.83 E F0 .33(option causes the shell \ +to print a list of signal names and their corresponding num-)2.83 F +4.311(bers. Each)144 267.6 R F2(sigspec)4.651 E F0 1.811 +(is either a signal name de\214ned in <)4.621 F F2(signal.h)A F0 1.81 +(>, or a signal number)B 6.81(.S)-.55 G(ignal)-6.81 E +(names are case insensiti)144 279.6 Q .3 -.15(ve a)-.25 H(nd the).15 E +/F3 9/Times-Bold@0 SF(SIG)2.5 E F0(pre\214x is optional.)2.25 E 1.648 +(If a)144 297.6 R F2(sigspec)4.488 E F0(is)4.458 E F3(EXIT)4.148 E F0 +1.648(\(0\) the command)3.898 F F2(ar)4.479 E(g)-.37 E F0 1.649(is e) +4.369 F -.15(xe)-.15 G 1.649(cuted on e).15 F 1.649(xit from the shell.) +-.15 F 1.649(If a)6.649 F F2(sigspec)4.489 E F0(is)4.459 E F3(DEB)144 +309.6 Q(UG)-.09 E/F4 9/Times-Roman@0 SF(,)A F0 1.168(the command)3.418 F +F2(ar)3.998 E(g)-.37 E F0 1.168(is e)3.888 F -.15(xe)-.15 G 1.167 +(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F2 1.167(simple command) +3.667 F F0(,)A F2(for)3.667 E F0(command,)3.667 E F2(case)3.667 E F0 +(com-)3.667 E(mand,)144 321.6 Q F2(select)2.646 E F0 .146(command, e) +2.646 F -.15(ve)-.25 G .146(ry arithmetic).15 F F2(for)2.646 E F0 .147 +(command, and before the \214rst command e)2.646 F -.15(xe)-.15 G .147 +(cutes in a).15 F .146(shell function \(see)144 333.6 R F3 .146 +(SHELL GRAMMAR)2.646 F F0(abo)2.396 E -.15(ve)-.15 G 2.646(\). Refer).15 +F .146(to the description of the)2.646 F F1(extdeb)2.645 E(ug)-.2 E F0 +.145(option to)2.645 F(the)144 345.6 Q F1(shopt)3.2 E F0 -.2(bu)3.2 G .7 +(iltin for details of its ef).2 F .7(fect on the)-.25 F F1(DEB)3.2 E(UG) +-.1 E F0 3.2(trap. If)3.2 F(a)3.2 E F2(sigspec)3.54 E F0(is)3.51 E F3 +(RETURN)3.2 E F4(,)A F0 .701(the com-)2.951 F(mand)144 357.6 Q F2(ar) +3.474 E(g)-.37 E F0 .644(is e)3.364 F -.15(xe)-.15 G .643 +(cuted each time a shell function or a script e).15 F -.15(xe)-.15 G +.643(cuted with the).15 F F1(.)3.143 E F0(or)3.143 E F1(sour)3.143 E(ce) +-.18 E F0 -.2(bu)3.143 G(iltins).2 E(\214nishes e)144 369.6 Q -.15(xe) +-.15 G(cuting.).15 E .96(If a)144 387.6 R F2(sigspec)3.8 E F0(is)3.77 E +F3(ERR)3.46 E F4(,)A F0 .96(the command)3.21 F F2(ar)3.791 E(g)-.37 E F0 +.961(is e)3.681 F -.15(xe)-.15 G .961(cuted whene).15 F -.15(ve)-.25 G +3.461(rap).15 G .961(ipeline \(which may consist of a)-3.461 F .185(sin\ gle simple command\), a list, or a compound command returns a non\255ze\ -ro e)144 216 R .185(xit status, subject to)-.15 F .452(the follo)144 228 -R .452(wing conditions.)-.25 F(The)5.452 E F2(ERR)2.952 E F0 .451 -(trap is not e)2.701 F -.15(xe)-.15 G .451(cuted if the f).15 F .451 -(ailed command is part of the com-)-.1 F .387 -(mand list immediately follo)144 240 R .387(wing a)-.25 F F4(while)2.887 -E F0(or)2.887 E F4(until)2.888 E F0 -.1(ke)2.888 G(yw)-.05 E .388 -(ord, part of the test in an)-.1 F F1(if)2.898 E F0 .388 -(statement, part)4.848 F .778(of a command e)144 252 R -.15(xe)-.15 G -.778(cuted in a).15 F F4(&&)3.278 E F0(or)3.278 E F4(||)3.278 E F0 .778 +ro e)144 399.6 R .184(xit status, subject to)-.15 F .451(the follo)144 +411.6 R .451(wing conditions.)-.25 F(The)5.451 E F3(ERR)2.951 E F0 .451 +(trap is not e)2.701 F -.15(xe)-.15 G .451(cuted if the f).15 F .452 +(ailed command is part of the com-)-.1 F .388 +(mand list immediately follo)144 423.6 R .388(wing a)-.25 F F1(while) +2.888 E F0(or)2.888 E F1(until)2.888 E F0 -.1(ke)2.888 G(yw)-.05 E .388 +(ord, part of the test in an)-.1 F F2(if)2.897 E F0 .387 +(statement, part)4.847 F .777(of a command e)144 435.6 R -.15(xe)-.15 G +.778(cuted in a).15 F F1(&&)3.278 E F0(or)3.278 E F1(||)3.278 E F0 .778 (list e)3.278 F .778(xcept the command follo)-.15 F .778 -(wing the \214nal)-.25 F F4(&&)3.278 E F0(or)3.278 E F4(||)3.277 E F0 -3.277(,a)C -.15(ny)-3.277 G 1.28(command in a pipeline b)144 264 R 1.28 -(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v)-3.78 -F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F F4(!) -3.78 E F0(.)A(These are the same conditions obe)144 276 Q(yed by the) --.15 E F4(err)2.5 E(exit)-.18 E F0(\()2.5 E F4A F0 2.5(\)o)C -(ption.)-2.5 E 1.095 +(wing the \214nal)-.25 F F1(&&)3.278 E F0(or)3.278 E F1(||)3.278 E F0 +3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 447.6 R +1.28(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v) +-3.78 F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F +F1(!)3.78 E F0(.)A(These are the same conditions obe)144 459.6 Q +(yed by the)-.15 E F1(err)2.5 E(exit)-.18 E F0(\()2.5 E F1A F0 2.5 +(\)o)C(ption.)-2.5 E 1.095 (Signals ignored upon entry to the shell cannot be trapped or reset.)144 -294 R -.35(Tr)6.095 G 1.095(apped signals that are not).35 F .662 -(being ignored are reset to their original v)144 306 R .662 -(alues in a subshell or subshell en)-.25 F .662(vironment when one is) --.4 F 2.5(created. The)144 318 R(return status is f)2.5 E(alse if an)-.1 -E(y)-.15 E F1(sigspec)2.84 E F0(is in)2.81 E -.25(va)-.4 G -(lid; otherwise).25 E F4(trap)2.5 E F0(returns true.)2.5 E F4(type)108 -334.8 Q F0([)2.5 E F4(\255aftpP)A F0(])A F1(name)2.5 E F0([)2.5 E F1 -(name)A F0(...])2.5 E -.4(Wi)144 346.8 S .174 -(th no options, indicate ho).4 F 2.674(we)-.25 G(ach)-2.674 E F1(name) -3.034 E F0 -.1(wo)2.854 G .173 -(uld be interpreted if used as a command name.).1 F .173(If the)5.173 F -F4144 358.8 Q F0 .842(option is used,)3.342 F F4(type)3.342 E F0 -.843(prints a string which is one of)3.343 F F1(alias)3.343 E F0(,).27 E -F1 -.1(ke)3.343 G(ywor)-.2 E(d)-.37 E F0(,).77 E F1(function)3.343 E F0 -(,).24 E F1 -.2(bu)3.343 G(iltin).2 E F0 3.343(,o).24 G(r)-3.343 E F1 -(\214le)5.253 E F0(if)3.523 E F1(name)144.36 370.8 Q F0 .087 -(is an alias, shell reserv)2.767 F .087(ed w)-.15 F .087 -(ord, function, b)-.1 F .086(uiltin, or disk \214le, respecti)-.2 F -.15 -(ve)-.25 G(ly).15 E 5.086(.I)-.65 G 2.586(ft)-5.086 G(he)-2.586 E F1 -(name)2.946 E F0 .086(is not)2.766 F .118 -(found, then nothing is printed, and an e)144 382.8 R .118 -(xit status of f)-.15 F .118(alse is returned.)-.1 F .119(If the)5.119 F -F42.619 E F0 .119(option is used,)2.619 F F4(type)2.619 E F0 .855 -(either returns the name of the disk \214le that w)144 394.8 R .855 -(ould be e)-.1 F -.15(xe)-.15 G .855(cuted if).15 F F1(name)3.715 E F0 -.855(were speci\214ed as a com-)3.535 F .64(mand name, or nothing if)144 -406.8 R/F5 10/Courier@0 SF .64(type -t name)3.14 F F0 -.1(wo)3.14 G .641 -(uld not return).1 F F1(\214le)3.141 E F0 5.641(.T).18 G(he)-5.641 E F4 -3.141 E F0 .641(option forces a)3.141 F F2 -.666(PA)3.141 G(TH) --.189 E F0 .113(search for each)144 418.8 R F1(name)2.613 E F0 2.613(,e) -C -.15(ve)-2.863 G 2.613(ni).15 G(f)-2.613 E F5 .113(type -t name)2.613 -F F0 -.1(wo)2.613 G .113(uld not return).1 F F1(\214le)2.613 E F0 5.113 -(.I).18 G 2.613(fa)-5.113 G .112(command is hashed,)-.001 F F4 -2.612 E F0(and)144 430.8 Q F43.23 E F0 .73(print the hashed v)3.23 -F .731 -(alue, which is not necessarily the \214le that appears \214rst in)-.25 -F F2 -.666(PA)3.231 G(TH)-.189 E F3(.)A F0 .731(If the)5.231 F F4 -144 442.8 Q F0 1.749(option is used,)4.249 F F4(type)4.248 E F0 1.748 -(prints all of the places that contain an e)4.248 F -.15(xe)-.15 G 1.748 -(cutable named).15 F F1(name)4.248 E F0 6.748(.T).18 G(his)-6.748 E .744 -(includes aliases and functions, if and only if the)144 454.8 R F4 -3.244 E F0 .744(option is not also used.)3.244 F .744 +477.6 R -.35(Tr)6.095 G 1.095(apped signals that are not).35 F .662 +(being ignored are reset to their original v)144 489.6 R .662 +(alues in a subshell or subshell en)-.25 F .661(vironment when one is) +-.4 F 2.5(created. The)144 501.6 R(return status is f)2.5 E(alse if an) +-.1 E(y)-.15 E F2(sigspec)2.84 E F0(is in)2.81 E -.25(va)-.4 G +(lid; otherwise).25 E F1(trap)2.5 E F0(returns true.)2.5 E F1(type)108 +518.4 Q F0([)2.5 E F1(\255aftpP)A F0(])A F2(name)2.5 E F0([)2.5 E F2 +(name)A F0(...])2.5 E -.4(Wi)144 530.4 S .173 +(th no options, indicate ho).4 F 2.673(we)-.25 G(ach)-2.673 E F2(name) +3.033 E F0 -.1(wo)2.853 G .174 +(uld be interpreted if used as a command name.).1 F .174(If the)5.174 F +F1144 542.4 Q F0 .843(option is used,)3.343 F F1(type)3.343 E F0 +.843(prints a string which is one of)3.343 F F2(alias)3.343 E F0(,).27 E +F2 -.1(ke)3.343 G(ywor)-.2 E(d)-.37 E F0(,).77 E F2(function)3.343 E F0 +(,).24 E F2 -.2(bu)3.342 G(iltin).2 E F0 3.342(,o).24 G(r)-3.342 E F2 +(\214le)5.252 E F0(if)3.522 E F2(name)144.36 554.4 Q F0 .086 +(is an alias, shell reserv)2.766 F .086(ed w)-.15 F .086 +(ord, function, b)-.1 F .087(uiltin, or disk \214le, respecti)-.2 F -.15 +(ve)-.25 G(ly).15 E 5.087(.I)-.65 G 2.587(ft)-5.087 G(he)-2.587 E F2 +(name)2.947 E F0 .087(is not)2.767 F .119 +(found, then nothing is printed, and an e)144 566.4 R .118 +(xit status of f)-.15 F .118(alse is returned.)-.1 F .118(If the)5.118 F +F12.618 E F0 .118(option is used,)2.618 F F1(type)2.618 E F0 .855 +(either returns the name of the disk \214le that w)144 578.4 R .855 +(ould be e)-.1 F -.15(xe)-.15 G .855(cuted if).15 F F2(name)3.715 E F0 +.855(were speci\214ed as a com-)3.535 F .641(mand name, or nothing if) +144 590.4 R/F5 10/Courier@0 SF .641(type -t name)3.141 F F0 -.1(wo)3.141 +G .641(uld not return).1 F F2(\214le)3.14 E F0 5.64(.T).18 G(he)-5.64 E +F13.14 E F0 .64(option forces a)3.14 F F3 -.666(PA)3.14 G(TH)-.189 +E F0 .112(search for each)144 602.4 R F2(name)2.612 E F0 2.612(,e)C -.15 +(ve)-2.862 G 2.613(ni).15 G(f)-2.613 E F5 .113(type -t name)2.613 F F0 +-.1(wo)2.613 G .113(uld not return).1 F F2(\214le)2.613 E F0 5.113(.I) +.18 G 2.613(fac)-5.113 G .113(ommand is hashed,)-2.613 F F12.613 E +F0(and)144 614.4 Q F13.231 E F0 .731(print the hashed v)3.231 F +.73(alue, which is not necessarily the \214le that appears \214rst in) +-.25 F F3 -.666(PA)3.23 G(TH)-.189 E F4(.)A F0 .73(If the)5.23 F F1 +144 626.4 Q F0 1.748(option is used,)4.248 F F1(type)4.248 E F0 +1.748(prints all of the places that contain an e)4.248 F -.15(xe)-.15 G +1.748(cutable named).15 F F2(name)4.249 E F0 6.749(.T).18 G(his)-6.749 E +.744(includes aliases and functions, if and only if the)144 638.4 R F1 +3.244 E F0 .744(option is not also used.)3.244 F .743 (The table of hashed)5.744 F 1.223(commands is not consulted when using) -144 466.8 R F43.723 E F0 6.223(.T)C(he)-6.223 E F43.723 E F0 -1.223(option suppresses shell function lookup, as)3.723 F .325(with the) -144 478.8 R F4(command)2.825 E F0 -.2(bu)2.825 G(iltin.).2 E F4(type) -5.325 E F0 .325(returns true if all of the ar)2.825 F .326 -(guments are found, f)-.18 F .326(alse if an)-.1 F 2.826(ya)-.15 G .326 -(re not)-2.826 F(found.)144 490.8 Q F4(ulimit)108 507.6 Q F0([)2.5 E F4 -(\255HSabcde\214klmnpqrstuvxPT)A F0([)2.5 E F1(limit)A F0(]])A(Pro)144 -519.6 Q .244(vides control o)-.15 F -.15(ve)-.15 G 2.744(rt).15 G .244 -(he resources a)-2.744 F -.25(va)-.2 G .244 +144 650.4 R F13.723 E F0 6.223(.T)C(he)-6.223 E F13.723 E F0 +1.223(option suppresses shell function lookup, as)3.723 F .326(with the) +144 662.4 R F1(command)2.826 E F0 -.2(bu)2.826 G(iltin.).2 E F1(type) +5.326 E F0 .326(returns true if all of the ar)2.826 F .325 +(guments are found, f)-.18 F .325(alse if an)-.1 F 2.825(ya)-.15 G .325 +(re not)-2.825 F(found.)144 674.4 Q F1(ulimit)108 691.2 Q F0([)2.5 E F1 +(\255HSabcde\214klmnpqrstuvxPT)A F0([)2.5 E F2(limit)A F0(]])A(Pro)144 +703.2 Q .243(vides control o)-.15 F -.15(ve)-.15 G 2.743(rt).15 G .243 +(he resources a)-2.743 F -.25(va)-.2 G .244 (ilable to the shell and to processes started by it, on systems).25 F -.943(that allo)144 531.6 R 3.443(ws)-.25 G .943(uch control.)-3.443 F -(The)5.943 E F43.443 E F0(and)3.443 E F43.444 E F0 .944 +.944(that allo)144 715.2 R 3.444(ws)-.25 G .944(uch control.)-3.444 F +(The)5.944 E F13.444 E F0(and)3.444 E F13.444 E F0 .943 (options specify that the hard or soft limit is set for the)3.444 F(gi) -144 543.6 Q -.15(ve)-.25 G 2.709(nr).15 G 2.709(esource. A)-2.709 F .208 +144 727.2 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208 (hard limit cannot be increased by a non-root user once it is set; a so\ -ft limit may)2.709 F .425(be increased up to the v)144 555.6 R .425 -(alue of the hard limit.)-.25 F .426(If neither)5.425 F F42.926 E -F0(nor)2.926 E F42.926 E F0 .426 -(is speci\214ed, both the soft and)2.926 F .139(hard limits are set.)144 -567.6 R .139(The v)5.139 F .139(alue of)-.25 F F1(limit)2.729 E F0 .139 -(can be a number in the unit speci\214ed for the resource or one)3.319 F -.741(of the special v)144 579.6 R(alues)-.25 E F4(hard)3.241 E F0(,)A F4 -(soft)3.241 E F0 3.241(,o)C(r)-3.241 E F4(unlimited)3.241 E F0 3.241(,w) -C .741(hich stand for the current hard limit, the current)-3.241 F .78 -(soft limit, and no limit, respecti)144 591.6 R -.15(ve)-.25 G(ly).15 E -5.78(.I)-.65 G(f)-5.78 E F1(limit)3.37 E F0 .78 -(is omitted, the current v)3.96 F .78(alue of the soft limit of the)-.25 -F .498(resource is printed, unless the)144 603.6 R F42.999 E F0 -.499(option is gi)2.999 F -.15(ve)-.25 G 2.999(n. When).15 F .499 -(more than one resource is speci\214ed, the)2.999 F -(limit name and unit are printed before the v)144 615.6 Q 2.5 -(alue. Other)-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E F4 -144 627.6 Q F0(All current limits are reported)180 627.6 Q F4 -144 639.6 Q F0(The maximum sock)180 639.6 Q(et b)-.1 E(uf)-.2 E -(fer size)-.25 E F4144 651.6 Q F0 -(The maximum size of core \214les created)180 651.6 Q F4144 663.6 -Q F0(The maximum size of a process')180 663.6 Q 2.5(sd)-.55 G(ata se) --2.5 E(gment)-.15 E F4144 675.6 Q F0 -(The maximum scheduling priority \("nice"\))180 675.6 Q F4144 -687.6 Q F0 -(The maximum size of \214les written by the shell and its children)180 -687.6 Q F4144 699.6 Q F0(The maximum number of pending signals)180 -699.6 Q F4144 711.6 Q F0 -(The maximum number of kqueues that may be allocated)180 711.6 Q -(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(76)193.45 E 0 Cg EP +ft limit may)2.708 F(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(76) +197.335 E 0 Cg EP %%Page: 77 77 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF144 84 Q F0(The maximum size that may be lock)180 84 Q -(ed into memory)-.1 E F1144 96 Q F0 -(The maximum resident set size \(man)180 96 Q 2.5(ys)-.15 G -(ystems do not honor this limit\))-2.5 E F1144 108 Q F0 .791(The \ -maximum number of open \214le descriptors \(most systems do not allo)180 -108 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F(be set\))180 -120 Q F1144 132 Q F0 -(The pipe size in 512-byte blocks \(this may not be set\))180 132 Q F1 -144 144 Q F0(The maximum number of bytes in POSIX message queues) -180 144 Q F1144 156 Q F0 -(The maximum real-time scheduling priority)180 156 Q F1144 168 Q -F0(The maximum stack size)180 168 Q F1144 180 Q F0 -(The maximum amount of cpu time in seconds)180 180 Q F1144 192 Q -F0(The maximum number of processes a)180 192 Q -.25(va)-.2 G -(ilable to a single user).25 E F1144 204 Q F0 .47 -(The maximum amount of virtual memory a)180 204 R -.25(va)-.2 G .47 -(ilable to the shell and, on some systems, to).25 F(its children)180 216 -Q F1144 228 Q F0(The maximum number of \214le locks)180 228 Q F1 -144 240 Q F0(The maximum number of pseudoterminals)180 240 Q F1 -144 252 Q F0(The maximum number of threads)180 252 Q(If)144 268.8 -Q/F2 10/Times-Italic@0 SF(limit)3.058 E F0 .468(is gi)3.648 F -.15(ve) --.25 G .468(n, and the).15 F F12.968 E F0 .468 -(option is not used,)2.968 F F2(limit)2.968 E F0 .468(is the ne)2.968 F -2.968(wv)-.25 G .468(alue of the speci\214ed resource.)-3.218 F(If)5.468 -E .044(no option is gi)144 280.8 R -.15(ve)-.25 G .044(n, then).15 F F1 -2.544 E F0 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045 -(lues are in 1024-byte increments, e)1.11 F .045(xcept for)-.15 F F1 -2.545 E F0 2.545(,w)C .045(hich is)-2.545 F 1.589(in seconds;)144 -292.8 R F14.089 E F0 4.089(,w)C 1.589 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .426 +(be increased up to the v)144 84 R .426(alue of the hard limit.)-.25 F +.425(If neither)5.426 F/F1 10/Times-Bold@0 SF2.925 E F0(nor)2.925 +E F12.925 E F0 .425(is speci\214ed, both the soft and)2.925 F .139 +(hard limits are set.)144 96 R .139(The v)5.139 F .139(alue of)-.25 F/F2 +10/Times-Italic@0 SF(limit)2.729 E F0 .139 +(can be a number in the unit speci\214ed for the resource or one)3.319 F +.742(of the special v)144 108 R(alues)-.25 E F1(hard)3.242 E F0(,)A F1 +(soft)3.241 E F0 3.241(,o)C(r)-3.241 E F1(unlimited)3.241 E F0 3.241(,w) +C .741(hich stand for the current hard limit, the current)-3.241 F .78 +(soft limit, and no limit, respecti)144 120 R -.15(ve)-.25 G(ly).15 E +5.78(.I)-.65 G(f)-5.78 E F2(limit)3.37 E F0 .78 +(is omitted, the current v)3.96 F .78(alue of the soft limit of the)-.25 +F .499(resource is printed, unless the)144 132 R F12.999 E F0 .499 +(option is gi)2.999 F -.15(ve)-.25 G 2.999(n. When).15 F .498 +(more than one resource is speci\214ed, the)2.999 F +(limit name and unit are printed before the v)144 144 Q 2.5(alue. Other) +-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E F1144 156 +Q F0(All current limits are reported)180 156 Q F1144 168 Q F0 +(The maximum sock)180 168 Q(et b)-.1 E(uf)-.2 E(fer size)-.25 E F1 +144 180 Q F0(The maximum size of core \214les created)180 180 Q F1 +144 192 Q F0(The maximum size of a process')180 192 Q 2.5(sd)-.55 G +(ata se)-2.5 E(gment)-.15 E F1144 204 Q F0 +(The maximum scheduling priority \("nice"\))180 204 Q F1144 216 Q +F0(The maximum size of \214les written by the shell and its children)180 +216 Q F1144 228 Q F0(The maximum number of pending signals)180 228 +Q F1144 240 Q F0 +(The maximum number of kqueues that may be allocated)180 240 Q F1 +144 252 Q F0(The maximum size that may be lock)180 252 Q(ed into memory) +-.1 E F1144 264 Q F0(The maximum resident set size \(man)180 264 Q +2.5(ys)-.15 G(ystems do not honor this limit\))-2.5 E F1144 276 Q +F0 .791(The maximum number of open \214le descriptors \(most systems do\ + not allo)180 276 R 3.291(wt)-.25 G .791(his v)-3.291 F .791(alue to) +-.25 F(be set\))180 288 Q F1144 300 Q F0 +(The pipe size in 512-byte blocks \(this may not be set\))180 300 Q F1 +144 312 Q F0(The maximum number of bytes in POSIX message queues) +180 312 Q F1144 324 Q F0 +(The maximum real-time scheduling priority)180 324 Q F1144 336 Q +F0(The maximum stack size)180 336 Q F1144 348 Q F0 +(The maximum amount of cpu time in seconds)180 348 Q F1144 360 Q +F0(The maximum number of processes a)180 360 Q -.25(va)-.2 G +(ilable to a single user).25 E F1144 372 Q F0 .47 +(The maximum amount of virtual memory a)180 372 R -.25(va)-.2 G .47 +(ilable to the shell and, on some systems, to).25 F(its children)180 384 +Q F1144 396 Q F0(The maximum number of \214le locks)180 396 Q F1 +144 408 Q F0(The maximum number of pseudoterminals)180 408 Q F1 +144 420 Q F0(The maximum number of threads)180 420 Q(If)144 436.8 +Q F2(limit)3.058 E F0 .468(is gi)3.648 F -.15(ve)-.25 G .468(n, and the) +.15 F F12.968 E F0 .468(option is not used,)2.968 F F2(limit)2.968 +E F0 .468(is the ne)2.968 F 2.968(wv)-.25 G .468 +(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .045 +(no option is gi)144 448.8 R -.15(ve)-.25 G .045(n, then).15 F F1 +2.545 E F0 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045 +(lues are in 1024-byte increments, e)1.11 F .044(xcept for)-.15 F F1 +2.544 E F0 2.544(,w)C .044(hich is)-2.544 F 1.588(in seconds;)144 +460.8 R F14.088 E F0 4.089(,w)C 1.589 (hich is in units of 512-byte blocks;)-4.089 F F14.089 E F0(,)A F1 4.089 E F0(,)A F14.089 E F0(,)A F14.089 E F0(,)A F1 -4.089 E F0 4.089(,a)C(nd)-4.089 E F14.089 E F0 4.088(,w)C -1.588(hich are)-4.088 F 1.438(unscaled v)144 304.8 R 1.438 +4.089 E F0 4.089(,a)C(nd)-4.089 E F14.089 E F0 4.089(,w)C +1.589(hich are)-4.089 F 1.439(unscaled v)144 472.8 R 1.439 (alues; and, when in Posix mode,)-.25 F F13.939 E F0(and)3.939 E -F13.939 E F0 3.939(,w)C 1.439(hich are in 512-byte increments.) --3.939 F(The)6.439 E .404(return status is 0 unless an in)144 316.8 R +F13.939 E F0 3.939(,w)C 1.438(hich are in 512-byte increments.) +-3.939 F(The)6.438 E .404(return status is 0 unless an in)144 484.8 R -.25(va)-.4 G .404(lid option or ar).25 F .404 (gument is supplied, or an error occurs while setting)-.18 F 2.5(an)144 -328.8 S .5 -.25(ew l)-2.5 H(imit.).25 E F1(umask)108 345.6 Q F0([)2.5 E +496.8 S .5 -.25(ew l)-2.5 H(imit.).25 E F1(umask)108 513.6 Q F0([)2.5 E F1A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(mode)-2.5 E F0(])A -.2(The user \214le-creation mask is set to)144 357.6 R F2(mode)2.7 E F0 +.2(The user \214le-creation mask is set to)144 525.6 R F2(mode)2.7 E F0 5.2(.I).18 G(f)-5.2 E F2(mode)3.08 E F0(be)2.88 E .2 (gins with a digit, it is interpreted as an octal)-.15 F .066(number; o\ therwise it is interpreted as a symbolic mode mask similar to that acce\ -pted by)144 369.6 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 -381.6 Q F2(mode)3.262 E F0 .382(is omitted, the current v)3.062 F .382 +pted by)144 537.6 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 +549.6 Q F2(mode)3.263 E F0 .382(is omitted, the current v)3.063 F .382 (alue of the mask is printed.)-.25 F(The)5.382 E F12.882 E F0 .382 (option causes the mask to be)2.882 F .547 -(printed in symbolic form; the def)144 393.6 R .547 +(printed in symbolic form; the def)144 561.6 R .547 (ault output is an octal number)-.1 F 5.547(.I)-.55 G 3.047(ft)-5.547 G (he)-3.047 E F13.047 E F0 .547(option is supplied, and)3.047 F F2 -(mode)144.38 405.6 Q F0 .551 -(is omitted, the output is in a form that may be reused as input.)3.231 -F .552(The return status is 0 if the)5.552 F(mode w)144 417.6 Q +(mode)144.38 573.6 Q F0 .552 +(is omitted, the output is in a form that may be reused as input.)3.232 +F .551(The return status is 0 if the)5.551 F(mode w)144 585.6 Q (as successfully changed or if no)-.1 E F2(mode)2.5 E F0(ar)2.5 E (gument w)-.18 E(as supplied, and f)-.1 E(alse otherwise.)-.1 E F1 -(unalias)108 434.4 Q F0<5bad>2.5 E F1(a)A F0 2.5(][)C F2(name)-2.5 E F0 -(...])2.5 E(Remo)144 446.4 Q 1.955 -.15(ve e)-.15 H(ach).15 E F2(name) +(unalias)108 602.4 Q F0<5bad>2.5 E F1(a)A F0 2.5(][)C F2(name)-2.5 E F0 +(...])2.5 E(Remo)144 614.4 Q 1.955 -.15(ve e)-.15 H(ach).15 E F2(name) 4.155 E F0 1.655(from the list of de\214ned aliases.)4.155 F(If)6.655 E F14.155 E F0 1.655(is supplied, all alias de\214nitions are)4.155 -F(remo)144 458.4 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E +F(remo)144 626.4 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E (alue is true unless a supplied)-.25 E F2(name)2.86 E F0 -(is not a de\214ned alias.)2.68 E F1(unset)108 475.2 Q F0<5bad>2.5 E F1 +(is not a de\214ned alias.)2.68 E F1(unset)108 643.2 Q F0<5bad>2.5 E F1 (fv)A F0 2.5(][)C-2.5 E F1(n)A F0 2.5(][)C F2(name)-2.5 E F0(...]) -2.5 E -.15(Fo)144 487.2 S 3.827(re).15 G(ach)-3.827 E F2(name)3.827 E F0 -3.827(,r).18 G(emo)-3.827 E 1.627 -.15(ve t)-.15 H 1.327 +2.5 E -.15(Fo)144 655.2 S 3.828(re).15 G(ach)-3.828 E F2(name)3.828 E F0 +3.828(,r).18 G(emo)-3.828 E 1.628 -.15(ve t)-.15 H 1.328 (he corresponding v).15 F 1.327(ariable or function.)-.25 F 1.327 -(If the)6.327 F F13.828 E F0 1.328(option is gi)3.828 F -.15(ve) --.25 G 1.328(n, each).15 F F2(name)144.36 499.2 Q F0 1.551 -(refers to a shell v)4.231 F 1.551(ariable, and that v)-.25 F 1.551 -(ariable is remo)-.25 F -.15(ve)-.15 G 4.05(d. Read-only).15 F -.25(va) -4.05 G 1.55(riables may not be).25 F 4.641(unset. If)144 511.2 R F1 -4.641 E F0 2.141(is speci\214ed, each)4.641 F F2(name)5.001 E F0 +(If the)6.327 F F13.827 E F0 1.327(option is gi)3.827 F -.15(ve) +-.25 G 1.327(n, each).15 F F2(name)144.36 667.2 Q F0 1.55 +(refers to a shell v)4.23 F 1.551(ariable, and that v)-.25 F 1.551 +(ariable is remo)-.25 F -.15(ve)-.15 G 4.051(d. Read-only).15 F -.25(va) +4.051 G 1.551(riables may not be).25 F 4.642(unset. If)144 679.2 R F1 +4.642 E F0 2.142(is speci\214ed, each)4.642 F F2(name)5.001 E F0 2.141(refers to a shell function, and the function de\214nition is)4.821 -F(remo)144 523.2 Q -.15(ve)-.15 G 2.538(d. If).15 F(the)2.537 E F1 +F(remo)144 691.2 Q -.15(ve)-.15 G 2.537(d. If).15 F(the)2.537 E F1 2.537 E F0 .037(option is supplied, and)2.537 F F2(name)2.537 E F0 .037 (is a v)2.537 F .037(ariable with the)-.25 F F2(namer)2.537 E(ef)-.37 E -F0(attrib)2.537 E(ute,)-.2 E F2(name)2.537 E F0(will)2.537 E .492 -(be unset rather than the v)144 535.2 R .492(ariable it references.)-.25 +F0(attrib)2.537 E(ute,)-.2 E F2(name)2.537 E F0(will)2.538 E .492 +(be unset rather than the v)144 703.2 R .492(ariable it references.)-.25 F F15.492 E F0 .492(has no ef)2.992 F .492(fect if the)-.25 F F1 -2.992 E F0 .492(option is supplied.)2.992 F .493(If no)5.493 F -.221(options are supplied, each)144 547.2 R F2(name)2.721 E F0 .221 -(refers to a v)2.721 F .22(ariable; if there is no v)-.25 F .22 -(ariable by that name, an)-.25 F 2.72(yf)-.15 G(unc-)-2.72 E 1.188 -(tion with that name is unset.)144 559.2 R 1.189(Each unset v)6.189 F -1.189(ariable or function is remo)-.25 F -.15(ve)-.15 G 3.689(df).15 G -1.189(rom the en)-3.689 F(vironment)-.4 E 3.206 -(passed to subsequent commands.)144 571.2 R 3.206(If an)8.206 F 5.706 -(yo)-.15 G(f)-5.706 E/F3 9/Times-Bold@0 SF(COMP_W)5.706 E(ORDBREAKS)-.09 -E/F4 9/Times-Roman@0 SF(,)A F3(RANDOM)5.455 E F4(,)A F3(SECONDS)5.455 E -F4(,)A F3(LINENO)144 583.2 Q F4(,)A F3(HISTCMD)4.347 E F4(,)A F3(FUNCN) -4.347 E(AME)-.18 E F4(,)A F3(GR)4.347 E(OUPS)-.27 E F4(,)A F0(or)4.348 E -F3(DIRST)4.598 E -.495(AC)-.81 G(K).495 E F0 2.098(are unset, the)4.348 -F 4.598(yl)-.15 G 2.098(ose their special)-4.598 F(properties, e)144 -595.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 -G(re subsequently reset.)-2.5 E(The e)5 E(xit status is true unless a) --.15 E F2(name)2.86 E F0(is readonly)2.68 E(.)-.65 E F1(wait)108 612 Q -F0([)2.5 E F1(\255fn)A F0 2.5(][)C F2(id ...)-2.5 E F0(])A -.8(Wa)144 -624 S .659(it for each speci\214ed child process and return its termina\ -tion status.).8 F(Each)5.659 E F2(id)3.169 E F0 .658(may be a process) -3.928 F .008(ID or a job speci\214cation; if a job spec is gi)144 636 R --.15(ve)-.25 G .009(n, all processes in that job').15 F 2.509(sp)-.55 G -.009(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f) --5.009 E F2(id)144.01 648 Q F0 .522(is not gi)3.792 F -.15(ve)-.25 G -.521(n, all currently acti).15 F .821 -.15(ve c)-.25 H .521 -(hild processes are w).15 F .521(aited for)-.1 F 3.021(,a)-.4 G .521 -(nd the return status is zero.)-3.021 F(If)5.521 E(the)144 660 Q F1 -3.056 E F0 .556(option is supplied,)3.056 F F1(wait)3.057 E F0 -.1 -(wa)3.057 G .557(its for an).1 F 3.057(yj)-.15 G .557 -(ob to terminate and returns its e)-3.057 F .557(xit status.)-.15 F .557 -(If the)5.557 F F13.057 E F0 .587 -(option is supplied, and job control is enabled,)144 672 R F1(wait)3.086 -E F0(forces)3.086 E F2(id)3.086 E F0 .586 -(to terminate before returning its sta-)3.086 F .998 -(tus, intead of returning when it changes status.)144 684 R(If)5.999 E -F2(id)3.509 E F0 .999(speci\214es a non-e)4.269 F .999 -(xistent process or job, the)-.15 F .365(return status is 127.)144 696 R -.365(Otherwise, the return status is the e)5.365 F .365 -(xit status of the last process or job w)-.15 F(aited)-.1 E(for)144 708 -Q(.)-.55 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E(77)193.45 E 0 Cg -EP +2.992 E F0 .492(option is supplied.)2.992 F .492(If no)5.492 F .22 +(options are supplied, each)144 715.2 R F2(name)2.72 E F0 .22 +(refers to a v)2.72 F .221(ariable; if there is no v)-.25 F .221 +(ariable by that name, an)-.25 F 2.721(yf)-.15 G(unc-)-2.721 E 1.189 +(tion with that name is unset.)144 727.2 R 1.189(Each unset v)6.189 F +1.189(ariable or function is remo)-.25 F -.15(ve)-.15 G 3.688(df).15 G +1.188(rom the en)-3.688 F(vironment)-.4 E(GNU Bash 4.4)72 768 Q +(2017 June 23)148.175 E(77)197.335 E 0 Cg EP %%Page: 78 78 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10.95 -/Times-Bold@0 SF(RESTRICTED SHELL)72 84 Q F0(If)108 96 Q/F2 10 -/Times-Bold@0 SF(bash)4.396 E F0 1.896(is started with the name)4.396 F -F2(rbash)4.397 E F0 4.397(,o)C 4.397(rt)-4.397 G(he)-4.397 E F2 -4.397 E F0 1.897(option is supplied at in)4.397 F -.2(vo)-.4 G 1.897 -(cation, the shell becomes).2 F 3.446(restricted. A)108 108 R .945 -(restricted shell is used to set up an en)3.446 F .945 -(vironment more controlled than the standard shell.)-.4 F(It)5.945 E -(beha)108 120 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E F2(bash) -2.5 E F0(with the e)2.5 E(xception that the follo)-.15 E -(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 136.8 Q -(changing directories with)144 136.8 Q F2(cd)2.5 E F0<83>108 153.6 Q -(setting or unsetting the v)144 153.6 Q(alues of)-.25 E/F3 9 -/Times-Bold@0 SF(SHELL)2.5 E/F4 9/Times-Roman@0 SF(,)A F3 -.666(PA)2.25 -G(TH)-.189 E F4(,)A F3(ENV)2.25 E F4(,)A F0(or)2.25 E F3 -.27(BA)2.5 G -(SH_ENV).27 E F0<83>108 170.4 Q(specifying command names containing)144 -170.4 Q F2(/)2.5 E F0<83>108 187.2 Q -(specifying a \214lename containing a)144 187.2 Q F2(/)2.5 E F0 -(as an ar)2.5 E(gument to the)-.18 E F2(.)2.5 E F0 -.2(bu)5 G -(iltin command).2 E<83>108 204 Q .449 -(specifying a \214lename containing a slash as an ar)144 204 R .449 -(gument to the)-.18 F F22.95 E F0 .45(option to the)2.95 F F2 -(hash)2.95 E F0 -.2(bu)2.95 G .45(iltin com-).2 F(mand)144 216 Q<83>108 -232.8 Q(importing function de\214nitions from the shell en)144 232.8 Q -(vironment at startup)-.4 E<83>108 249.6 Q(parsing the v)144 249.6 Q -(alue of)-.25 E F3(SHELLOPTS)2.5 E F0(from the shell en)2.25 E -(vironment at startup)-.4 E<83>108 266.4 Q(redirecting output using the\ - >, >|, <>, >&, &>, and >> redirection operators)144 266.4 Q<83>108 -283.2 Q(using the)144 283.2 Q F2(exec)2.5 E F0 -.2(bu)2.5 G -(iltin command to replace the shell with another command).2 E<83>108 300 -Q(adding or deleting b)144 300 Q(uiltin commands with the)-.2 E F2 -2.5 E F0(and)2.5 E F22.5 E F0(options to the)2.5 E F2(enable)2.5 E -F0 -.2(bu)2.5 G(iltin command).2 E<83>108 316.8 Q(using the)144 316.8 Q -F2(enable)2.5 E F0 -.2(bu)2.5 G +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 3.205 +(passed to subsequent commands.)144 84 R 3.206(If an)8.206 F 5.706(yo) +-.15 G(f)-5.706 E/F1 9/Times-Bold@0 SF(COMP_W)5.706 E(ORDBREAKS)-.09 E +/F2 9/Times-Roman@0 SF(,)A F1(RANDOM)5.456 E F2(,)A F1(SECONDS)5.456 E +F2(,)A F1(LINENO)144 96 Q F2(,)A F1(HISTCMD)4.348 E F2(,)A F1(FUNCN) +4.348 E(AME)-.18 E F2(,)A F1(GR)4.348 E(OUPS)-.27 E F2(,)A F0(or)4.348 E +F1(DIRST)4.598 E -.495(AC)-.81 G(K).495 E F0 2.098(are unset, the)4.348 +F 4.597(yl)-.15 G 2.097(ose their special)-4.597 F(properties, e)144 108 +Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G +(re subsequently reset.)-2.5 E(The e)5 E(xit status is true unless a) +-.15 E/F3 10/Times-Italic@0 SF(name)2.86 E F0(is readonly)2.68 E(.)-.65 +E/F4 10/Times-Bold@0 SF(wait)108 124.8 Q F0([)2.5 E F4(\255fn)A F0 2.5 +(][)C F3(id ...)-2.5 E F0(])A -.8(Wa)144 136.8 S .659(it for each speci\ +\214ed child process and return its termination status.).8 F(Each)5.659 +E F3(id)3.169 E F0 .659(may be a process)3.929 F .009 +(ID or a job speci\214cation; if a job spec is gi)144 148.8 R -.15(ve) +-.25 G .008(n, all processes in that job').15 F 2.508(sp)-.55 G .008 +(ipeline are w)-2.508 F .008(aited for)-.1 F 5.008(.I)-.55 G(f)-5.008 E +F3(id)144.01 160.8 Q F0 .521(is not gi)3.791 F -.15(ve)-.25 G .521 +(n, all currently acti).15 F .821 -.15(ve c)-.25 H .521 +(hild processes are w).15 F .521(aited for)-.1 F 3.021(,a)-.4 G .521 +(nd the return status is zero.)-3.021 F(If)5.522 E(the)144 172.8 Q F4 +3.057 E F0 .557(option is supplied,)3.057 F F4(wait)3.057 E F0 -.1 +(wa)3.057 G .557(its for an).1 F 3.057(yj)-.15 G .557 +(ob to terminate and returns its e)-3.057 F .557(xit status.)-.15 F .556 +(If the)5.556 F F43.056 E F0 .586 +(option is supplied, and job control is enabled,)144 184.8 R F4(wait) +3.086 E F0(forces)3.086 E F3(id)3.086 E F0 .587 +(to terminate before returning its sta-)3.086 F .756 +(tus, instead of returning when it changes status.)144 196.8 R(If)5.756 +E F3(id)3.266 E F0 .755(speci\214es a non-e)4.026 F .755 +(xistent process or job, the)-.15 F .365(return status is 127.)144 208.8 +R .365(Otherwise, the return status is the e)5.365 F .365 +(xit status of the last process or job w)-.15 F(aited)-.1 E(for)144 +220.8 Q(.)-.55 E/F5 10.95/Times-Bold@0 SF(RESTRICTED SHELL)72 237.6 Q F0 +(If)108 249.6 Q F4(bash)4.397 E F0 1.897(is started with the name)4.397 +F F4(rbash)4.397 E F0 4.397(,o)C 4.397(rt)-4.397 G(he)-4.397 E F4 +4.397 E F0 1.896(option is supplied at in)4.397 F -.2(vo)-.4 G 1.896 +(cation, the shell becomes).2 F 3.445(restricted. A)108 261.6 R .945 +(restricted shell is used to set up an en)3.445 F .946 +(vironment more controlled than the standard shell.)-.4 F(It)5.946 E +(beha)108 273.6 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E F4 +(bash)2.5 E F0(with the e)2.5 E(xception that the follo)-.15 E +(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 290.4 Q +(changing directories with)144 290.4 Q F4(cd)2.5 E F0<83>108 307.2 Q +(setting or unsetting the v)144 307.2 Q(alues of)-.25 E F1(SHELL)2.5 E +F2(,)A F1 -.666(PA)2.25 G(TH)-.189 E F2(,)A F1(ENV)2.25 E F2(,)A F0(or) +2.25 E F1 -.27(BA)2.5 G(SH_ENV).27 E F0<83>108 324 Q +(specifying command names containing)144 324 Q F4(/)2.5 E F0<83>108 +340.8 Q(specifying a \214lename containing a)144 340.8 Q F4(/)2.5 E F0 +(as an ar)2.5 E(gument to the)-.18 E F4(.)2.5 E F0 -.2(bu)5 G +(iltin command).2 E<83>108 357.6 Q .45 +(specifying a \214lename containing a slash as an ar)144 357.6 R .449 +(gument to the)-.18 F F42.949 E F0 .449(option to the)2.949 F F4 +(hash)2.949 E F0 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 369.6 Q +<83>108 386.4 Q(importing function de\214nitions from the shell en)144 +386.4 Q(vironment at startup)-.4 E<83>108 403.2 Q(parsing the v)144 +403.2 Q(alue of)-.25 E F1(SHELLOPTS)2.5 E F0(from the shell en)2.25 E +(vironment at startup)-.4 E<83>108 420 Q(redirecting output using the >\ +, >|, <>, >&, &>, and >> redirection operators)144 420 Q<83>108 436.8 Q +(using the)144 436.8 Q F4(exec)2.5 E F0 -.2(bu)2.5 G +(iltin command to replace the shell with another command).2 E<83>108 +453.6 Q(adding or deleting b)144 453.6 Q(uiltin commands with the)-.2 E +F42.5 E F0(and)2.5 E F42.5 E F0(options to the)2.5 E F4 +(enable)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 470.4 Q +(using the)144 470.4 Q F4(enable)2.5 E F0 -.2(bu)2.5 G (iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108 -333.6 Q(specifying the)144 333.6 Q F22.5 E F0(option to the)2.5 E -F2(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 350.4 Q -(turning of)144 350.4 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F2 -(set +r)2.5 E F0(or)2.5 E F2(set +o r)2.5 E(estricted)-.18 E F0(.)A -(These restrictions are enforced after an)108 367.2 Q 2.5(ys)-.15 G +487.2 Q(specifying the)144 487.2 Q F42.5 E F0(option to the)2.5 E +F4(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 504 Q +(turning of)144 504 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F4 +(set +r)2.5 E F0(or)2.5 E F4(set +o r)2.5 E(estricted)-.18 E F0(.)A +(These restrictions are enforced after an)108 520.8 Q 2.5(ys)-.15 G (tartup \214les are read.)-2.5 E 1.566 -(When a command that is found to be a shell script is e)108 384 R -.15 -(xe)-.15 G 1.566(cuted \(see).15 F F3 1.566(COMMAND EXECUTION)4.066 F F0 -(abo)3.816 E -.15(ve)-.15 G(\),).15 E F2(rbash)108 396 Q F0(turns of)2.5 -E 2.5(fa)-.25 G .3 -.15(ny r)-2.5 H(estrictions in the shell spa).15 E -(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E F1(SEE ALSO)72 -412.8 Q/F5 10/Times-Italic@0 SF(Bash Refer)108 424.8 Q(ence Manual)-.37 -E F0 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F5 -(The Gnu Readline Libr)108 436.8 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E -(ox and Chet Rame)-.15 E(y)-.15 E F5(The Gnu History Libr)108 448.8 Q -(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E -F5 -.8(Po)108 460.8 S(rtable Oper).8 E -(ating System Interface \(POSIX\) P)-.15 E(art 2: Shell and Utilities) --.8 E F0 2.5(,I)C(EEE --)-2.5 E(http://pubs.opengroup.or)144 472.8 Q -(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 484.8 Q -(.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F5(sh) -108 496.8 Q F0(\(1\),)A F5(ksh)2.5 E F0(\(1\),)A F5(csh)2.5 E F0(\(1\))A -F5(emacs)108 508.8 Q F0(\(1\),)A F5(vi)2.5 E F0(\(1\))A F5 -.37(re)108 -520.8 S(adline).37 E F0(\(3\))A F1(FILES)72 537.6 Q F5(/bin/bash)109.666 -549.6 Q F0(The)144 561.6 Q F2(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E -F5(/etc/pr)109.666 573.6 Q(o\214le)-.45 E F0 -(The systemwide initialization \214le, e)144 585.6 Q -.15(xe)-.15 G -(cuted for login shells).15 E F5(~/.bash_pr)109.666 597.6 Q(o\214le)-.45 -E F0(The personal initialization \214le, e)144 609.6 Q -.15(xe)-.15 G -(cuted for login shells).15 E F5(~/.bashr)109.666 621.6 Q(c)-.37 E F0 -(The indi)144 633.6 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G -(-shell startup \214le).15 E F5(~/.bash_lo)109.666 645.6 Q(gout)-.1 E F0 -(The indi)144 657.6 Q(vidual login shell cleanup \214le, e)-.25 E -.15 -(xe)-.15 G(cuted when a login shell e).15 E(xits)-.15 E F5(~/.inputr) -109.666 669.6 Q(c)-.37 E F0(Indi)144 681.6 Q(vidual)-.25 E F5 -.37(re) -2.5 G(adline).37 E F0(initialization \214le)2.5 E F1 -.548(AU)72 698.4 S -(THORS).548 E F0(Brian F)108 710.4 Q(ox, Free Softw)-.15 E(are F)-.1 E -(oundation)-.15 E(bfox@gnu.or)108 722.4 Q(g)-.18 E(GNU Bash 4.4)72 768 Q -(2017 March 22)144.29 E(78)193.45 E 0 Cg EP +(When a command that is found to be a shell script is e)108 537.6 R -.15 +(xe)-.15 G 1.567(cuted \(see).15 F F1 1.567(COMMAND EXECUTION)4.067 F F0 +(abo)3.817 E -.15(ve)-.15 G(\),).15 E F4(rbash)108 549.6 Q F0(turns of) +2.5 E 2.5(fa)-.25 G .3 -.15(ny r)-2.5 H(estrictions in the shell spa).15 +E(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E F5(SEE ALSO)72 +566.4 Q F3(Bash Refer)108 578.4 Q(ence Manual)-.37 E F0 2.5(,B)C(rian F) +-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F3(The Gnu Readline Libr)108 +590.4 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y) +-.15 E F3(The Gnu History Libr)108 602.4 Q(ary)-.15 E F0 2.5(,B)C +(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F3 -.8(Po)108 614.4 S +(rtable Oper).8 E(ating System Interface \(POSIX\) P)-.15 E +(art 2: Shell and Utilities)-.8 E F0 2.5(,I)C(EEE --)-2.5 E +(http://pubs.opengroup.or)144 626.4 Q(g/onlinepubs/9699919799/)-.18 E +(http://tiswww)108 638.4 Q +(.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F3(sh) +108 650.4 Q F0(\(1\),)A F3(ksh)2.5 E F0(\(1\),)A F3(csh)2.5 E F0(\(1\))A +F3(emacs)108 662.4 Q F0(\(1\),)A F3(vi)2.5 E F0(\(1\))A F3 -.37(re)108 +674.4 S(adline).37 E F0(\(3\))A F5(FILES)72 691.2 Q F3(/bin/bash)109.666 +703.2 Q F0(The)144 715.2 Q F4(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E +(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E(78)197.335 E 0 Cg EP %%Page: 79 79 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F -(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(Chet Rame)108 84 Q -1.3 -.65(y, C)-.15 H(ase W).65 E(estern Reserv)-.8 E 2.5(eU)-.15 G(ni) --2.5 E -.15(ve)-.25 G(rsity).15 E(chet.rame)108 96 Q(y@case.edu)-.15 E -/F1 10.95/Times-Bold@0 SF -.11(BU)72 112.8 S 2.738(GR).11 G(EPOR)-2.738 -E(TS)-.438 E F0 .567(If you \214nd a b)108 124.8 R .568(ug in)-.2 F/F2 -10/Times-Bold@0 SF(bash,)3.068 E F0 .568(you should report it.)3.068 F -.568(But \214rst, you should mak)5.568 F 3.068(es)-.1 G .568 -(ure that it really is a b)-3.068 F .568(ug, and)-.2 F 5.626 -(that it appears in the latest v)108 136.8 R 5.625(ersion of)-.15 F F2 -(bash)8.125 E F0 10.625(.T)C 5.625(he latest v)-10.625 F 5.625 -(ersion is al)-.15 F -.1(wa)-.1 G 5.625(ys a).1 F -.25(va)-.2 G 5.625 -(ilable from).25 F/F3 10/Times-Italic@0 SF(ftp://ftp.gnu.or)108 148.8 Q -(g/pub/gnu/bash/)-.37 E F0(.)A .41(Once you ha)108 165.6 R .71 -.15 -(ve d)-.2 H .41(etermined that a b).15 F .41(ug actually e)-.2 F .411 -(xists, use the)-.15 F F3(bashb)3.181 E(ug)-.2 E F0 .411 -(command to submit a b)3.131 F .411(ug report.)-.2 F(If)5.411 E .595 -(you ha)108 177.6 R .895 -.15(ve a \214)-.2 H .595 -(x, you are encouraged to mail that as well!).15 F .594 -(Suggestions and `philosophical' b)5.595 F .594(ug reports may)-.2 F -(be mailed to)108 189.6 Q F3 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F0 -(or posted to the Usenet ne)2.5 E(wsgroup)-.25 E F2(gnu.bash.b)2.5 E(ug) --.2 E F0(.)A(ALL b)108 206.4 Q(ug reports should include:)-.2 E(The v) -108 223.2 Q(ersion number of)-.15 E F2(bash)2.5 E F0(The hardw)108 235.2 -Q(are and operating system)-.1 E(The compiler used to compile)108 247.2 -Q 2.5(Ad)108 259.2 S(escription of the b)-2.5 E(ug beha)-.2 E(viour)-.2 -E 2.5(As)108 271.2 S(hort script or `recipe' which e)-2.5 E -.15(xe)-.15 -G(rcises the b).15 E(ug)-.2 E F3(bashb)108.27 288 Q(ug)-.2 E F0 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10 +/Times-Italic@0 SF(/etc/pr)109.666 84 Q(o\214le)-.45 E F0 +(The systemwide initialization \214le, e)144 96 Q -.15(xe)-.15 G +(cuted for login shells).15 E F1(~/.bash_pr)109.666 108 Q(o\214le)-.45 E +F0(The personal initialization \214le, e)144 120 Q -.15(xe)-.15 G +(cuted for login shells).15 E F1(~/.bashr)109.666 132 Q(c)-.37 E F0 +(The indi)144 144 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G +(-shell startup \214le).15 E F1(~/.bash_lo)109.666 156 Q(gout)-.1 E F0 +(The indi)144 168 Q(vidual login shell cleanup \214le, e)-.25 E -.15(xe) +-.15 G(cuted when a login shell e).15 E(xits)-.15 E F1(~/.inputr)109.666 +180 Q(c)-.37 E F0(Indi)144 192 Q(vidual)-.25 E F1 -.37(re)2.5 G(adline) +.37 E F0(initialization \214le)2.5 E/F2 10.95/Times-Bold@0 SF -.548(AU) +72 208.8 S(THORS).548 E F0(Brian F)108 220.8 Q(ox, Free Softw)-.15 E +(are F)-.1 E(oundation)-.15 E(bfox@gnu.or)108 232.8 Q(g)-.18 E +(Chet Rame)108 249.6 Q 1.3 -.65(y, C)-.15 H(ase W).65 E(estern Reserv) +-.8 E 2.5(eU)-.15 G(ni)-2.5 E -.15(ve)-.25 G(rsity).15 E(chet.rame)108 +261.6 Q(y@case.edu)-.15 E F2 -.11(BU)72 278.4 S 2.738(GR).11 G(EPOR) +-2.738 E(TS)-.438 E F0 .568(If you \214nd a b)108 290.4 R .568(ug in)-.2 +F/F3 10/Times-Bold@0 SF(bash,)3.068 E F0 .568(you should report it.) +3.068 F .568(But \214rst, you should mak)5.568 F 3.068(es)-.1 G .568 +(ure that it really is a b)-3.068 F .567(ug, and)-.2 F 5.625 +(that it appears in the latest v)108 302.4 R 5.625(ersion of)-.15 F F3 +(bash)8.125 E F0 10.625(.T)C 5.625(he latest v)-10.625 F 5.626 +(ersion is al)-.15 F -.1(wa)-.1 G 5.626(ys a).1 F -.25(va)-.2 G 5.626 +(ilable from).25 F F1(ftp://ftp.gnu.or)108 314.4 Q(g/pub/gnu/bash/)-.37 +E F0(.)A .411(Once you ha)108 331.2 R .711 -.15(ve d)-.2 H .411 +(etermined that a b).15 F .411(ug actually e)-.2 F .411(xists, use the) +-.15 F F1(bashb)3.18 E(ug)-.2 E F0 .41(command to submit a b)3.13 F .41 +(ug report.)-.2 F(If)5.41 E .594(you ha)108 343.2 R .894 -.15(ve a \214) +-.2 H .595(x, you are encouraged to mail that as well!).15 F .595 +(Suggestions and `philosophical' b)5.595 F .595(ug reports may)-.2 F +(be mailed to)108 355.2 Q F1 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F0 +(or posted to the Usenet ne)2.5 E(wsgroup)-.25 E F3(gnu.bash.b)2.5 E(ug) +-.2 E F0(.)A(ALL b)108 372 Q(ug reports should include:)-.2 E(The v)108 +388.8 Q(ersion number of)-.15 E F3(bash)2.5 E F0(The hardw)108 400.8 Q +(are and operating system)-.1 E(The compiler used to compile)108 412.8 Q +2.5(Ad)108 424.8 S(escription of the b)-2.5 E(ug beha)-.2 E(viour)-.2 E +2.5(As)108 436.8 S(hort script or `recipe' which e)-2.5 E -.15(xe)-.15 G +(rcises the b).15 E(ug)-.2 E F1(bashb)108.27 453.6 Q(ug)-.2 E F0 (inserts the \214rst three items automatically into the template it pro) 2.72 E(vides for \214ling a b)-.15 E(ug report.)-.2 E(Comments and b)108 -304.8 Q(ug reports concerning this manual page should be directed to)-.2 -E F3 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F0(.) -.25 E F1 -.11(BU)72 321.6 S(GS).11 E F0(It')108 333.6 Q 2.5(st)-.55 G -(oo big and too slo)-2.5 E -.65(w.)-.25 G 1.868 -(There are some subtle dif)108 350.4 R 1.868(ferences between)-.25 F F2 +470.4 Q(ug reports concerning this manual page should be directed to)-.2 +E F1 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F0(.) +.25 E F2 -.11(BU)72 487.2 S(GS).11 E F0(It')108 499.2 Q 2.5(st)-.55 G +(oo big and too slo)-2.5 E -.65(w.)-.25 G 1.869 +(There are some subtle dif)108 516 R 1.869(ferences between)-.25 F F3 (bash)4.369 E F0 1.869(and traditional v)4.369 F 1.869(ersions of)-.15 F -F2(sh)4.369 E F0 4.369(,m)C 1.869(ostly because of the)-4.369 F/F4 9 -/Times-Bold@0 SF(POSIX)108 362.4 Q F0(speci\214cation.)2.25 E -(Aliases are confusing in some uses.)108 379.2 Q(Shell b)108 396 Q +F3(sh)4.368 E F0 4.368(,m)C 1.868(ostly because of the)-4.368 F/F4 9 +/Times-Bold@0 SF(POSIX)108 528 Q F0(speci\214cation.)2.25 E +(Aliases are confusing in some uses.)108 544.8 Q(Shell b)108 561.6 Q (uiltin commands and functions are not stoppable/restartable.)-.2 E 1.315(Compound commands and command sequences of the form `a ; b ; c' a\ -re not handled gracefully when)108 412.8 R .389 -(process suspension is attempted.)108 424.8 R .389 -(When a process is stopped, the shell immediately e)5.389 F -.15(xe)-.15 -G .39(cutes the ne).15 F .39(xt com-)-.15 F .193(mand in the sequence.) -108 436.8 R .192(It suf)5.193 F .192(\214ces to place the sequence of c\ -ommands between parentheses to force it into a)-.25 F -(subshell, which may be stopped as a unit.)108 448.8 Q(Array v)108 465.6 -Q(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E -(There may be only one acti)108 482.4 Q .3 -.15(ve c)-.25 H -(oprocess at a time.).15 E(GNU Bash 4.4)72 768 Q(2017 March 22)144.29 E -(79)193.45 E 0 Cg EP +re not handled gracefully when)108 578.4 R .39 +(process suspension is attempted.)108 590.4 R .389 +(When a process is stopped, the shell immediately e)5.39 F -.15(xe)-.15 +G .389(cutes the ne).15 F .389(xt com-)-.15 F .192 +(mand in the sequence.)108 602.4 R .192(It suf)5.192 F .192(\214ces to \ +place the sequence of commands between parentheses to force it into a) +-.25 F(subshell, which may be stopped as a unit.)108 614.4 Q(Array v)108 +631.2 Q(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E +(There may be only one acti)108 648 Q .3 -.15(ve c)-.25 H +(oprocess at a time.).15 E(GNU Bash 4.4)72 768 Q(2017 June 23)148.175 E +(79)197.335 E 0 Cg EP %%Trailer end %%EOF diff --git a/doc/bashref.bt b/doc/bashref.bt index 2e207aad..9cffc936 100644 --- a/doc/bashref.bt +++ b/doc/bashref.bt @@ -34,7 +34,7 @@ \entry{mapfile}{56}{\code {mapfile}} \entry{printf}{56}{\code {printf}} \entry{read}{57}{\code {read}} -\entry{readarray}{58}{\code {readarray}} +\entry{readarray}{59}{\code {readarray}} \entry{source}{59}{\code {source}} \entry{type}{59}{\code {type}} \entry{typeset}{59}{\code {typeset}} diff --git a/doc/bashref.bts b/doc/bashref.bts index 765b1e3c..a0f75631 100644 --- a/doc/bashref.bts +++ b/doc/bashref.bts @@ -56,7 +56,7 @@ \entry {\code {pwd}}{46} \initial {R} \entry {\code {read}}{57} -\entry {\code {readarray}}{58} +\entry {\code {readarray}}{59} \entry {\code {readonly}}{46} \entry {\code {return}}{47} \initial {S} diff --git a/doc/bashref.dvi b/doc/bashref.dvi index 231079ab9dd49a8e5ce2fa3292788028b0d153c5..e2675e0c3ef64cff367d1a36e43a6ae4bc2b6b37 100644 GIT binary patch delta 5275 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 delta 4440 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 diff --git a/doc/bashref.html b/doc/bashref.html index e1af25af..bda487cc 100644 --- a/doc/bashref.html +++ b/doc/bashref.html @@ -1,9 +1,9 @@