From d37a47224aa80aaddc13e415886a698a8f8fde2e Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Thu, 18 Jun 2020 11:09:26 -0400 Subject: [PATCH] commit bash-20200615 snapshot --- CHANGES-5.1 | 4 - COMPAT | 4 + CWRU/CWRU.chlog | 23 + builtins/hash.def | 3 +- configure | 8 +- configure.ac | 10 +- doc/bash.0 | 4556 ++++----- doc/bash.1 | 15 +- doc/bash.html | 618 +- doc/bash.info | 973 +- doc/bash.pdf | Bin 379635 -> 387441 bytes doc/bash.ps | 14034 +++++++++++++------------- doc/bashref.aux | 188 +- doc/bashref.bt | 30 +- doc/bashref.bts | 30 +- doc/bashref.cp | 91 +- doc/bashref.cps | 91 +- doc/bashref.dvi | Bin 775840 -> 788160 bytes doc/bashref.fn | 223 +- doc/bashref.fns | 223 +- doc/bashref.html | 504 +- doc/bashref.info | 973 +- doc/bashref.log | 129 +- doc/bashref.pdf | Bin 759734 -> 767679 bytes doc/bashref.ps | 15753 +++++++++++++++--------------- doc/bashref.texi | 5 + doc/bashref.toc | 172 +- doc/bashref.vr | 280 +- doc/bashref.vrs | 280 +- doc/builtins.0 | 585 +- doc/builtins.ps | 3321 ++++--- doc/rbash.0 | 8 +- doc/rbash.ps | 52 +- doc/version.texi | 4 +- lib/readline/examples/fileman.c | 4 +- pathexp.c | 12 +- po/Makefile.in.in | 2 +- 37 files changed, 22498 insertions(+), 20710 deletions(-) diff --git a/CHANGES-5.1 b/CHANGES-5.1 index 509f1b38..6673ad48 100644 --- a/CHANGES-5.1 +++ b/CHANGES-5.1 @@ -304,10 +304,6 @@ q. Readline now behaves better when operate-and-get-next is used when the r. Fixed a bug that could cause vi redo (`.') of a replace command not to work correctly in the C or POSIX locale. -s. Fixed a bug with vi-mode digit arguments that caused the last command to be - set incorrectly. This prevents yank-last-arg from working as intended, for - example. - 3. New Features in Bash a. `bind -x' now supports different bindings for different editing modes and diff --git a/COMPAT b/COMPAT index 883f1ca4..331a3975 100644 --- a/COMPAT +++ b/COMPAT @@ -538,6 +538,10 @@ compat50 (set using BASH_COMPAT) lower, it reverts to the method from bash-5.0 and previous versions, so seeding the random number generator by assigning a value to RANDOM will produce the same sequence as in bash-5.0 + - If the command hash table is empty, bash versions prior to bash-5.1 + printed an informational message to that effect even when writing + output in a format that can be reused as input (-l). Bash-5.1 + suppresses that message if -l is supplied ------------------------------------------------------------------------------- diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index 5a138b13..2f863e7c 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -8559,6 +8559,8 @@ redir.c - limit HEREDOC_PIPESIZE to 4096 on FreeBSD; that is where it can handle atomic writes without hanging. Tested on FreeBSD 13 +[bash-5.1-alpha frozen] + 6/15 ---- subst.c @@ -8566,3 +8568,24 @@ subst.c name returned from the variable assignment, in case there was a nameref expansion, and on the original name only if the assignment returned NULL. Fixes bug reported by James D. Lin + + 6/16 + ---- +builtins/hash.def + - hash_builtin: don't print anything if the hash table is empty when + listing portably (-l) unless the shell compatibility level is <= 50 + Issue originally raised by + + 6/17 + ---- +pathexp.c + - glob_name_is_acceptable: extend GLOBIGNORE to ignore `.' and `..' + as a terminal pathname component instead of just ignoring filenames + that are `.' or `..'. From a suggestion by Ilkka Virta + + + 6/18 + ---- +po/Makefile.in.in + - MKINSTALLDIRS: deprecated, no longer in AM_INTL_SUBDIR, so we have + to create the variable manually diff --git a/builtins/hash.def b/builtins/hash.def index 8eddc999..c58e91c4 100644 --- a/builtins/hash.def +++ b/builtins/hash.def @@ -134,7 +134,8 @@ hash_builtin (list) if (list == 0 && expunge_hash_table == 0) { opt = print_hashed_commands (list_portably); - if (opt == 0 && posixly_correct == 0) + if (opt == 0 && posixly_correct == 0 && + (list_portably == 0 || shell_compatibility_level <= 50)) printf (_("%s: hash table empty\n"), this_command_name); return (EXECUTION_SUCCESS); diff --git a/configure b/configure index 10c97521..53694fc9 100755 --- a/configure +++ b/configure @@ -2915,13 +2915,6 @@ sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF *-nsk*) opt_bash_malloc=no ;; # HP NonStop *-haiku*) opt_bash_malloc=no ;; # Haiku OS *-genode*) opt_bash_malloc=no ;; # Genode has no sbrk -# Deprecated -- bash malloc is suitable -#sparc-netbsd*) opt_bash_malloc=no ;; # needs 8-byte alignment -#mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment -#*-freebsd*-gnu) opt_bash_malloc=no ;; # there's some undetermined problem here -#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better; I disagree -#*-openbsd*) opt_bash_malloc=no ;; # they claim it needs eight-bit alignment -#*-mirbsd*) opt_bash_malloc=no ;; # they claim it needs eight-bit alignment esac # memory scrambling on free() @@ -20394,6 +20387,7 @@ linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading ;; esac ;; netbsd*|openbsd*) LOCAL_CFLAGS="-DDEV_FD_STAT_BROKEN" ;; +freebsd*) LOCAL_CFLAGS='-DHEREDOC_PIPESIZE=4096' ;; *qnx[67]*) LOCAL_LIBS="-lncurses" ;; *qnx*) LOCAL_CFLAGS="-Dqnx -F -3s" LOCAL_LDFLAGS="-3s" LOCAL_LIBS="-lunix -lncurses" ;; powerux*) LOCAL_LIBS="-lgen" ;; diff --git a/configure.ac b/configure.ac index f91d6444..73a236b9 100644 --- a/configure.ac +++ b/configure.ac @@ -89,13 +89,6 @@ sparc-linux*) opt_bash_malloc=no ;; # sparc running linux; requires ELF *-nsk*) opt_bash_malloc=no ;; # HP NonStop *-haiku*) opt_bash_malloc=no ;; # Haiku OS *-genode*) opt_bash_malloc=no ;; # Genode has no sbrk -# Deprecated -- bash malloc is suitable -#sparc-netbsd*) opt_bash_malloc=no ;; # needs 8-byte alignment -#mips-irix6*) opt_bash_malloc=no ;; # needs 8-byte alignment -#*-freebsd*-gnu) opt_bash_malloc=no ;; # there's some undetermined problem here -#*-freebsd*) opt_bash_malloc=no ;; # they claim it's better; I disagree -#*-openbsd*) opt_bash_malloc=no ;; # they claim it needs eight-bit alignment -#*-mirbsd*) opt_bash_malloc=no ;; # they claim it needs eight-bit alignment esac # memory scrambling on free() @@ -1139,7 +1132,7 @@ LOCAL_DEFS=-DSHELL dnl use this section to possibly define more cpp variables, specify local dnl libraries, and specify any additional local cc or ld flags dnl -dnl this should really go away someday +dnl most of these are really old; this should really go away someday case "${host_os}" in sysv4.2*) AC_DEFINE(SVR4_2) @@ -1168,6 +1161,7 @@ linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading *) AC_DEFINE(PGRP_PIPE) ;; esac ;; netbsd*|openbsd*) LOCAL_CFLAGS="-DDEV_FD_STAT_BROKEN" ;; +freebsd*) LOCAL_CFLAGS='-DHEREDOC_PIPESIZE=4096' ;; *qnx[[67]]*) LOCAL_LIBS="-lncurses" ;; *qnx*) LOCAL_CFLAGS="-Dqnx -F -3s" LOCAL_LDFLAGS="-3s" LOCAL_LIBS="-lunix -lncurses" ;; powerux*) LOCAL_LIBS="-lgen" ;; diff --git a/doc/bash.0 b/doc/bash.0 index 3385726f..0b11b861 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -229,123 +229,124 @@ DDEEFFIINNIITTIIOONNSS RREESSEERRVVEEDD WWOORRDDSS _R_e_s_e_r_v_e_d _w_o_r_d_s are words that have a special meaning to the shell. The following words are recognized as reserved when unquoted and either the - first word of a simple command (see SSHHEELLLL GGRRAAMMMMAARR below) or the third - word of a ccaassee or ffoorr command: + first word of a command (see SSHHEELLLL GGRRAAMMMMAARR below), the third word of a + ccaassee or sseelleecctt command (only iinn is valid), or the third word of a ffoorr + command (only iinn and ddoo are valid): - !! ccaassee ccoopprroocc ddoo ddoonnee eelliiff eellssee eessaacc ffii ffoorr ffuunnccttiioonn iiff iinn sseelleecctt + !! ccaassee ccoopprroocc ddoo ddoonnee eelliiff eellssee eessaacc ffii ffoorr ffuunnccttiioonn iiff iinn sseelleecctt tthheenn uunnttiill wwhhiillee {{ }} ttiimmee [[[[ ]]]] SSHHEELLLL GGRRAAMMMMAARR SSiimmppllee CCoommmmaannddss - A _s_i_m_p_l_e _c_o_m_m_a_n_d is a sequence of optional variable assignments fol- - lowed by bbllaannkk-separated words and redirections, and terminated by a + A _s_i_m_p_l_e _c_o_m_m_a_n_d is a sequence of optional variable assignments fol- + lowed by bbllaannkk-separated words and redirections, and terminated by a _c_o_n_t_r_o_l _o_p_e_r_a_t_o_r. The first word specifies the command to be executed, - and is passed as argument zero. The remaining words are passed as ar- + and is passed as argument zero. The remaining words are passed as ar- guments to the invoked command. - The return value of a _s_i_m_p_l_e _c_o_m_m_a_n_d is its exit status, or 128+_n if + The return value of a _s_i_m_p_l_e _c_o_m_m_a_n_d is its exit status, or 128+_n if the command is terminated by signal _n. PPiippeelliinneess - A _p_i_p_e_l_i_n_e is a sequence of one or more commands separated by one of + A _p_i_p_e_l_i_n_e is a sequence of one or more commands separated by one of the control operators || or ||&&. The format for a pipeline is: [ttiimmee [--pp]] [ ! ] _c_o_m_m_a_n_d [ [|||||&&] _c_o_m_m_a_n_d_2 ... ] - The standard output of _c_o_m_m_a_n_d is connected via a pipe to the standard - input of _c_o_m_m_a_n_d_2. This connection is performed before any redirec- + The standard output of _c_o_m_m_a_n_d is connected via a pipe to the standard + input of _c_o_m_m_a_n_d_2. This connection is performed before any redirec- tions specified by the command (see RREEDDIIRREECCTTIIOONN below). If ||&& is used, - _c_o_m_m_a_n_d's standard error, in addition to its standard output, is con- - nected to _c_o_m_m_a_n_d_2's standard input through the pipe; it is shorthand - for 22>>&&11 ||. This implicit redirection of the standard error to the - standard output is performed after any redirections specified by the + _c_o_m_m_a_n_d's standard error, in addition to its standard output, is con- + nected to _c_o_m_m_a_n_d_2's standard input through the pipe; it is shorthand + for 22>>&&11 ||. This implicit redirection of the standard error to the + standard output is performed after any redirections specified by the command. The return status of a pipeline is the exit status of the last command, - unless the ppiippeeffaaiill option is enabled. If ppiippeeffaaiill is enabled, the - pipeline's return status is the value of the last (rightmost) command - to exit with a non-zero status, or zero if all commands exit success- + unless the ppiippeeffaaiill option is enabled. If ppiippeeffaaiill is enabled, the + pipeline's return status is the value of the last (rightmost) command + to exit with a non-zero status, or zero if all commands exit success- fully. If the reserved word !! precedes a pipeline, the exit status of - that pipeline is the logical negation of the exit status as described - above. The shell waits for all commands in the pipeline to terminate + that pipeline is the logical negation of the exit status as described + above. The shell waits for all commands in the pipeline to terminate before returning a value. - If the ttiimmee reserved word precedes a pipeline, the elapsed as well as - user and system time consumed by its execution are reported when the - pipeline terminates. The --pp option changes the output format to that - specified by POSIX. When the shell is in _p_o_s_i_x _m_o_d_e, it does not rec- - ognize ttiimmee as a reserved word if the next token begins with a `-'. - The TTIIMMEEFFOORRMMAATT variable may be set to a format string that specifies - how the timing information should be displayed; see the description of + If the ttiimmee reserved word precedes a pipeline, the elapsed as well as + user and system time consumed by its execution are reported when the + pipeline terminates. The --pp option changes the output format to that + specified by POSIX. When the shell is in _p_o_s_i_x _m_o_d_e, it does not rec- + ognize ttiimmee as a reserved word if the next token begins with a `-'. + The TTIIMMEEFFOORRMMAATT variable may be set to a format string that specifies + how the timing information should be displayed; see the description of TTIIMMEEFFOORRMMAATT under SShheellll VVaarriiaabblleess below. When the shell is in _p_o_s_i_x _m_o_d_e, ttiimmee may be followed by a newline. In - this case, the shell displays the total user and system time consumed - by the shell and its children. The TTIIMMEEFFOORRMMAATT variable may be used to + this case, the shell displays the total user and system time consumed + by the shell and its children. The TTIIMMEEFFOORRMMAATT variable may be used to specify the format of the time information. - Each command in a pipeline is executed as a separate process (i.e., in - a subshell). See CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT for a description of a - subshell environment. If the llaassttppiippee option is enabled using the + Each command in a pipeline is executed as a separate process (i.e., in + a subshell). See CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT for a description of a + subshell environment. If the llaassttppiippee option is enabled using the sshhoopptt builtin (see the description of sshhoopptt below), the last element of a pipeline may be run by the shell process. LLiissttss - A _l_i_s_t is a sequence of one or more pipelines separated by one of the + A _l_i_s_t is a sequence of one or more pipelines separated by one of the operators ;;, &&, &&&&, or ||||, and optionally terminated by one of ;;, &&, or <>. Of these list operators, &&&& and |||| have equal precedence, followed by ;; and &&, which have equal precedence. - A sequence of one or more newlines may appear in a _l_i_s_t instead of a + A sequence of one or more newlines may appear in a _l_i_s_t instead of a semicolon to delimit commands. - If a command is terminated by the control operator &&, the shell exe- - cutes the command in the _b_a_c_k_g_r_o_u_n_d in a subshell. The shell does not - wait for the command to finish, and the return status is 0. These are - referred to as _a_s_y_n_c_h_r_o_n_o_u_s commands. Commands separated by a ;; are + If a command is terminated by the control operator &&, the shell exe- + cutes the command in the _b_a_c_k_g_r_o_u_n_d in a subshell. The shell does not + wait for the command to finish, and the return status is 0. These are + referred to as _a_s_y_n_c_h_r_o_n_o_u_s commands. Commands separated by a ;; are executed sequentially; the shell waits for each command to terminate in - turn. The return status is the exit status of the last command exe- + turn. The return status is the exit status of the last command exe- cuted. - AND and OR lists are sequences of one or more pipelines separated by - the &&&& and |||| control operators, respectively. AND and OR lists are + AND and OR lists are sequences of one or more pipelines separated by + the &&&& and |||| control operators, respectively. AND and OR lists are executed with left associativity. An AND list has the form _c_o_m_m_a_n_d_1 &&&& _c_o_m_m_a_n_d_2 - _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns an exit status + _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns an exit status of zero (success). An OR list has the form _c_o_m_m_a_n_d_1 |||| _c_o_m_m_a_n_d_2 - _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns a non-zero exit - status. The return status of AND and OR lists is the exit status of + _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns a non-zero exit + status. The return status of AND and OR lists is the exit status of the last command executed in the list. CCoommppoouunndd CCoommmmaannddss - A _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d is one of the following. In most cases a _l_i_s_t in a - command's description may be separated from the rest of the command by - one or more newlines, and may be followed by a newline in place of a + A _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d is one of the following. In most cases a _l_i_s_t in a + command's description may be separated from the rest of the command by + one or more newlines, and may be followed by a newline in place of a semicolon. - (_l_i_s_t) _l_i_s_t is executed in a subshell environment (see CCOOMMMMAANNDD EEXXEECCUU-- - TTIIOONN EENNVVIIRROONNMMEENNTT below). Variable assignments and builtin com- - mands that affect the shell's environment do not remain in ef- + (_l_i_s_t) _l_i_s_t is executed in a subshell environment (see CCOOMMMMAANNDD EEXXEECCUU-- + TTIIOONN EENNVVIIRROONNMMEENNTT below). Variable assignments and builtin com- + mands that affect the shell's environment do not remain in ef- fect after the command completes. The return status is the exit status of _l_i_s_t. { _l_i_s_t; } - _l_i_s_t is simply executed in the current shell environment. _l_i_s_t - must be terminated with a newline or semicolon. This is known - as a _g_r_o_u_p _c_o_m_m_a_n_d. The return status is the exit status of - _l_i_s_t. Note that unlike the metacharacters (( and )), {{ and }} are + _l_i_s_t is simply executed in the current shell environment. _l_i_s_t + must be terminated with a newline or semicolon. This is known + as a _g_r_o_u_p _c_o_m_m_a_n_d. The return status is the exit status of + _l_i_s_t. Note that unlike the metacharacters (( and )), {{ and }} are _r_e_s_e_r_v_e_d _w_o_r_d_s and must occur where a reserved word is permitted - to be recognized. Since they do not cause a word break, they - must be separated from _l_i_s_t by whitespace or another shell + to be recognized. Since they do not cause a word break, they + must be separated from _l_i_s_t by whitespace or another shell metacharacter. ((_e_x_p_r_e_s_s_i_o_n)) @@ -355,63 +356,63 @@ SSHHEELLLL GGRRAAMMMMAARR is 1. This is exactly equivalent to lleett ""_e_x_p_r_e_s_s_i_o_n"". [[[[ _e_x_p_r_e_s_s_i_o_n ]]]] - Return a status of 0 or 1 depending on the evaluation of the - conditional expression _e_x_p_r_e_s_s_i_o_n. Expressions are composed of - the primaries described below under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. - Word splitting and pathname expansion are not performed on the - words between the [[[[ and ]]]]; tilde expansion, parameter and - variable expansion, arithmetic expansion, command substitution, - process substitution, and quote removal are performed. Condi- + Return a status of 0 or 1 depending on the evaluation of the + conditional expression _e_x_p_r_e_s_s_i_o_n. Expressions are composed of + the primaries described below under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. + Word splitting and pathname expansion are not performed on the + words between the [[[[ and ]]]]; tilde expansion, parameter and + variable expansion, arithmetic expansion, command substitution, + process substitution, and quote removal are performed. Condi- tional operators such as --ff must be unquoted to be recognized as primaries. - When used with [[[[, the << and >> operators sort lexicographically + When used with [[[[, the << and >> operators sort lexicographically using the current locale. - When the ==== and !!== operators are used, the string to the right + When the ==== and !!== operators are used, the string to the right of the operator is considered a pattern and matched according to the rules described below under PPaatttteerrnn MMaattcchhiinngg, as if the eexxtt-- gglloobb shell option were enabled. The == operator is equivalent to - ====. If the nnooccaasseemmaattcchh shell option is enabled, the match is - performed without regard to the case of alphabetic characters. - The return value is 0 if the string matches (====) or does not - match (!!==) the pattern, and 1 otherwise. Any part of the pat- - tern may be quoted to force the quoted portion to be matched as + ====. If the nnooccaasseemmaattcchh shell option is enabled, the match is + performed without regard to the case of alphabetic characters. + The return value is 0 if the string matches (====) or does not + match (!!==) the pattern, and 1 otherwise. Any part of the pat- + tern may be quoted to force the quoted portion to be matched as a string. - An additional binary operator, ==~~, is available, with the same - precedence as ==== and !!==. When it is used, the string to the + An additional binary operator, ==~~, is available, with the same + precedence as ==== and !!==. When it is used, the string to the right of the operator is considered a POSIX extended regular ex- - pression and matched accordingly (using the POSIX _r_e_g_c_o_m_p and - _r_e_g_e_x_e_c interfaces usually described in _r_e_g_e_x(3)). The return - value is 0 if the string matches the pattern, and 1 otherwise. + pression and matched accordingly (using the POSIX _r_e_g_c_o_m_p and + _r_e_g_e_x_e_c interfaces usually described in _r_e_g_e_x(3)). The return + value is 0 if the string matches the pattern, and 1 otherwise. If the regular expression is syntactically incorrect, the condi- tional expression's return value is 2. If the nnooccaasseemmaattcchh shell - option is enabled, the match is performed without regard to the - case of alphabetic characters. Any part of the pattern may be - quoted to force the quoted portion to be matched as a string. + option is enabled, the match is performed without regard to the + case of alphabetic characters. Any part of the pattern may be + quoted to force the quoted portion to be matched as a string. Bracket expressions in regular expressions must be treated care- - fully, since normal quoting characters lose their meanings be- - tween brackets. If the pattern is stored in a shell variable, - quoting the variable expansion forces the entire pattern to be + fully, since normal quoting characters lose their meanings be- + tween brackets. If the pattern is stored in a shell variable, + quoting the variable expansion forces the entire pattern to be matched as a string. - The pattern will match if it matches any part of the string. - Anchor the pattern using the ^^ and $$ regular expression opera- + The pattern will match if it matches any part of the string. + Anchor the pattern using the ^^ and $$ regular expression opera- tors to force it to match the entire string. The array variable - BBAASSHH__RREEMMAATTCCHH records which parts of the string matched the pat- - tern. The element of BBAASSHH__RREEMMAATTCCHH with index 0 contains the - portion of the string matching the entire regular expression. - Substrings matched by parenthesized subexpressions within the - regular expression are saved in the remaining BBAASSHH__RREEMMAATTCCHH in- - dices. The element of BBAASSHH__RREEMMAATTCCHH with index _n is the portion + BBAASSHH__RREEMMAATTCCHH records which parts of the string matched the pat- + tern. The element of BBAASSHH__RREEMMAATTCCHH with index 0 contains the + portion of the string matching the entire regular expression. + Substrings matched by parenthesized subexpressions within the + regular expression are saved in the remaining BBAASSHH__RREEMMAATTCCHH in- + dices. The element of BBAASSHH__RREEMMAATTCCHH with index _n is the portion of the string matching the _nth parenthesized subexpression. - Expressions may be combined using the following operators, + Expressions may be combined using the following operators, listed in decreasing order of precedence: (( _e_x_p_r_e_s_s_i_o_n )) - Returns the value of _e_x_p_r_e_s_s_i_o_n. This may be used to + Returns the value of _e_x_p_r_e_s_s_i_o_n. This may be used to override the normal precedence of operators. !! _e_x_p_r_e_s_s_i_o_n True if _e_x_p_r_e_s_s_i_o_n is false. @@ -421,26 +422,26 @@ SSHHEELLLL GGRRAAMMMMAARR True if either _e_x_p_r_e_s_s_i_o_n_1 or _e_x_p_r_e_s_s_i_o_n_2 is true. The &&&& and |||| operators do not evaluate _e_x_p_r_e_s_s_i_o_n_2 if the value - of _e_x_p_r_e_s_s_i_o_n_1 is sufficient to determine the return value of + of _e_x_p_r_e_s_s_i_o_n_1 is sufficient to determine the return value of the entire conditional expression. ffoorr _n_a_m_e [ [ iinn [ _w_o_r_d _._._. ] ] ; ] ddoo _l_i_s_t ; ddoonnee The list of words following iinn is expanded, generating a list of items. The variable _n_a_m_e is set to each element of this list in - turn, and _l_i_s_t is executed each time. If the iinn _w_o_r_d is omit- - ted, the ffoorr command executes _l_i_s_t once for each positional pa- - rameter that is set (see PPAARRAAMMEETTEERRSS below). The return status - is the exit status of the last command that executes. If the + turn, and _l_i_s_t is executed each time. If the iinn _w_o_r_d is omit- + ted, the ffoorr command executes _l_i_s_t once for each positional pa- + rameter that is set (see PPAARRAAMMEETTEERRSS below). The return status + is the exit status of the last command that executes. If the expansion of the items following iinn results in an empty list, no commands are executed, and the return status is 0. ffoorr (( _e_x_p_r_1 ; _e_x_p_r_2 ; _e_x_p_r_3 )) ; ddoo _l_i_s_t ; ddoonnee First, the arithmetic expression _e_x_p_r_1 is evaluated according to - the rules described below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. The - arithmetic expression _e_x_p_r_2 is then evaluated repeatedly until - it evaluates to zero. Each time _e_x_p_r_2 evaluates to a non-zero - value, _l_i_s_t is executed and the arithmetic expression _e_x_p_r_3 is - evaluated. If any expression is omitted, it behaves as if it + the rules described below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. The + arithmetic expression _e_x_p_r_2 is then evaluated repeatedly until + it evaluates to zero. Each time _e_x_p_r_2 evaluates to a non-zero + value, _l_i_s_t is executed and the arithmetic expression _e_x_p_r_3 is + evaluated. If any expression is omitted, it behaves as if it evaluates to 1. The return value is the exit status of the last command in _l_i_s_t that is executed, or false if any of the expres- sions is invalid. @@ -448,55 +449,55 @@ SSHHEELLLL GGRRAAMMMMAARR sseelleecctt _n_a_m_e [ iinn _w_o_r_d ] ; ddoo _l_i_s_t ; ddoonnee The list of words following iinn is expanded, generating a list of items. The set of expanded words is printed on the standard er- - ror, each preceded by a number. If the iinn _w_o_r_d is omitted, the - positional parameters are printed (see PPAARRAAMMEETTEERRSS below). The - PPSS33 prompt is then displayed and a line read from the standard + ror, each preceded by a number. If the iinn _w_o_r_d is omitted, the + positional parameters are printed (see PPAARRAAMMEETTEERRSS below). The + PPSS33 prompt is then displayed and a line read from the standard input. If the line consists of a number corresponding to one of the displayed words, then the value of _n_a_m_e is set to that word. - If the line is empty, the words and prompt are displayed again. - If EOF is read, the command completes. Any other value read - causes _n_a_m_e to be set to null. The line read is saved in the + If the line is empty, the words and prompt are displayed again. + If EOF is read, the command completes. Any other value read + causes _n_a_m_e to be set to null. The line read is saved in the variable RREEPPLLYY. The _l_i_s_t is executed after each selection until - a bbrreeaakk command is executed. The exit status of sseelleecctt is the - exit status of the last command executed in _l_i_s_t, or zero if no + a bbrreeaakk command is executed. The exit status of sseelleecctt is the + exit status of the last command executed in _l_i_s_t, or zero if no commands were executed. ccaassee _w_o_r_d iinn [ [(] _p_a_t_t_e_r_n [ || _p_a_t_t_e_r_n ] ... ) _l_i_s_t ;; ] ... eessaacc A ccaassee command first expands _w_o_r_d, and tries to match it against - each _p_a_t_t_e_r_n in turn, using the matching rules described under + each _p_a_t_t_e_r_n in turn, using the matching rules described under PPaatttteerrnn MMaattcchhiinngg below. The _w_o_r_d is expanded using tilde expan- - sion, parameter and variable expansion, arithmetic expansion, - command substitution, process substitution and quote removal. + sion, parameter and variable expansion, arithmetic expansion, + command substitution, process substitution and quote removal. Each _p_a_t_t_e_r_n examined is expanded using tilde expansion, parame- - ter and variable expansion, arithmetic expansion, command sub- - stitution, and process substitution. If the nnooccaasseemmaattcchh shell - option is enabled, the match is performed without regard to the - case of alphabetic characters. When a match is found, the cor- - responding _l_i_s_t is executed. If the ;;;; operator is used, no - subsequent matches are attempted after the first pattern match. - Using ;;&& in place of ;;;; causes execution to continue with the - _l_i_s_t associated with the next set of patterns. Using ;;;;&& in - place of ;;;; causes the shell to test the next pattern list in + ter and variable expansion, arithmetic expansion, command sub- + stitution, and process substitution. If the nnooccaasseemmaattcchh shell + option is enabled, the match is performed without regard to the + case of alphabetic characters. When a match is found, the cor- + responding _l_i_s_t is executed. If the ;;;; operator is used, no + subsequent matches are attempted after the first pattern match. + Using ;;&& in place of ;;;; causes execution to continue with the + _l_i_s_t associated with the next set of patterns. Using ;;;;&& in + place of ;;;; causes the shell to test the next pattern list in the statement, if any, and execute any associated _l_i_s_t on a suc- cessful match, continuing the case statement execution as if the - pattern list had not matched. The exit status is zero if no - pattern matches. Otherwise, it is the exit status of the last + pattern list had not matched. The exit status is zero if no + pattern matches. Otherwise, it is the exit status of the last command executed in _l_i_s_t. iiff _l_i_s_t; tthheenn _l_i_s_t; [ eelliiff _l_i_s_t; tthheenn _l_i_s_t; ] ... [ eellssee _l_i_s_t; ] ffii - The iiff _l_i_s_t is executed. If its exit status is zero, the tthheenn - _l_i_s_t is executed. Otherwise, each eelliiff _l_i_s_t is executed in - turn, and if its exit status is zero, the corresponding tthheenn + The iiff _l_i_s_t is executed. If its exit status is zero, the tthheenn + _l_i_s_t is executed. Otherwise, each eelliiff _l_i_s_t is executed in + turn, and if its exit status is zero, the corresponding tthheenn _l_i_s_t is executed and the command completes. Otherwise, the eellssee - _l_i_s_t is executed, if present. The exit status is the exit sta- + _l_i_s_t is executed, if present. The exit status is the exit sta- tus of the last command executed, or zero if no condition tested true. wwhhiillee _l_i_s_t_-_1; ddoo _l_i_s_t_-_2; ddoonnee uunnttiill _l_i_s_t_-_1; ddoo _l_i_s_t_-_2; ddoonnee - The wwhhiillee command continuously executes the list _l_i_s_t_-_2 as long + The wwhhiillee command continuously executes the list _l_i_s_t_-_2 as long as the last command in the list _l_i_s_t_-_1 returns an exit status of - zero. The uunnttiill command is identical to the wwhhiillee command, ex- + zero. The uunnttiill command is identical to the wwhhiillee command, ex- cept that the test is negated: _l_i_s_t_-_2 is executed as long as the last command in _l_i_s_t_-_1 returns a non-zero exit status. The exit status of the wwhhiillee and uunnttiill commands is the exit status of the @@ -504,117 +505,117 @@ SSHHEELLLL GGRRAAMMMMAARR CCoopprroocceesssseess A _c_o_p_r_o_c_e_s_s is a shell command preceded by the ccoopprroocc reserved word. A - coprocess is executed asynchronously in a subshell, as if the command - had been terminated with the && control operator, with a two-way pipe + coprocess is executed asynchronously in a subshell, as if the command + had been terminated with the && control operator, with a two-way pipe established between the executing shell and the coprocess. The format for a coprocess is: ccoopprroocc [_N_A_M_E] _c_o_m_m_a_n_d [_r_e_d_i_r_e_c_t_i_o_n_s] - This creates a coprocess named _N_A_M_E. If _N_A_M_E is not supplied, the de- + This creates a coprocess named _N_A_M_E. If _N_A_M_E is not supplied, the de- fault name is CCOOPPRROOCC. _N_A_M_E must not be supplied if _c_o_m_m_a_n_d is a _s_i_m_p_l_e - _c_o_m_m_a_n_d (see above); otherwise, it is interpreted as the first word of - the simple command. When the coprocess is executed, the shell creates - an array variable (see AArrrraayyss below) named _N_A_M_E in the context of the - executing shell. The standard output of _c_o_m_m_a_n_d is connected via a - pipe to a file descriptor in the executing shell, and that file de- + _c_o_m_m_a_n_d (see above); otherwise, it is interpreted as the first word of + the simple command. When the coprocess is executed, the shell creates + an array variable (see AArrrraayyss below) named _N_A_M_E in the context of the + executing shell. The standard output of _c_o_m_m_a_n_d is connected via a + pipe to a file descriptor in the executing shell, and that file de- scriptor is assigned to _N_A_M_E[0]. The standard input of _c_o_m_m_a_n_d is con- nected via a pipe to a file descriptor in the executing shell, and that - file descriptor is assigned to _N_A_M_E[1]. This pipe is established be- + file descriptor is assigned to _N_A_M_E[1]. This pipe is established be- fore any redirections specified by the command (see RREEDDIIRREECCTTIIOONN below). The file descriptors can be utilized as arguments to shell commands and - redirections using standard word expansions. Other than those created - to execute command and process substitutions, the file descriptors are + redirections using standard word expansions. Other than those created + to execute command and process substitutions, the file descriptors are not available in subshells. The process ID of the shell spawned to ex- ecute the coprocess is available as the value of the variable _N_A_M_E_PID. - The wwaaiitt builtin command may be used to wait for the coprocess to ter- + The wwaaiitt builtin command may be used to wait for the coprocess to ter- minate. - Since the coprocess is created as an asynchronous command, the ccoopprroocc - command always returns success. The return status of a coprocess is + Since the coprocess is created as an asynchronous command, the ccoopprroocc + command always returns success. The return status of a coprocess is the exit status of _c_o_m_m_a_n_d. SShheellll FFuunnccttiioonn DDeeffiinniittiioonnss - A shell function is an object that is called like a simple command and - executes a compound command with a new set of positional parameters. + A shell function is an object that is called like a simple command and + executes a compound command with a new set of positional parameters. Shell functions are declared as follows: _f_n_a_m_e () _c_o_m_p_o_u_n_d_-_c_o_m_m_a_n_d [_r_e_d_i_r_e_c_t_i_o_n] ffuunnccttiioonn _f_n_a_m_e [()] _c_o_m_p_o_u_n_d_-_c_o_m_m_a_n_d [_r_e_d_i_r_e_c_t_i_o_n] This defines a function named _f_n_a_m_e. The reserved word ffuunnccttiioonn - is optional. If the ffuunnccttiioonn reserved word is supplied, the - parentheses are optional. The _b_o_d_y of the function is the com- - pound command _c_o_m_p_o_u_n_d_-_c_o_m_m_a_n_d (see CCoommppoouunndd CCoommmmaannddss above). - That command is usually a _l_i_s_t of commands between { and }, but - may be any command listed under CCoommppoouunndd CCoommmmaannddss above, with - one exception: If the ffuunnccttiioonn reserved word is used, but the - parentheses are not supplied, the braces are required. _c_o_m_- - _p_o_u_n_d_-_c_o_m_m_a_n_d is executed whenever _f_n_a_m_e is specified as the - name of a simple command. When in _p_o_s_i_x _m_o_d_e, _f_n_a_m_e must be a - valid shell _n_a_m_e and may not be the name of one of the POSIX - _s_p_e_c_i_a_l _b_u_i_l_t_i_n_s. In default mode, a function name can be any - unquoted shell word that does not contain $$. Any redirections + is optional. If the ffuunnccttiioonn reserved word is supplied, the + parentheses are optional. The _b_o_d_y of the function is the com- + pound command _c_o_m_p_o_u_n_d_-_c_o_m_m_a_n_d (see CCoommppoouunndd CCoommmmaannddss above). + That command is usually a _l_i_s_t of commands between { and }, but + may be any command listed under CCoommppoouunndd CCoommmmaannddss above, with + one exception: If the ffuunnccttiioonn reserved word is used, but the + parentheses are not supplied, the braces are required. _c_o_m_- + _p_o_u_n_d_-_c_o_m_m_a_n_d is executed whenever _f_n_a_m_e is specified as the + name of a simple command. When in _p_o_s_i_x _m_o_d_e, _f_n_a_m_e must be a + valid shell _n_a_m_e and may not be the name of one of the POSIX + _s_p_e_c_i_a_l _b_u_i_l_t_i_n_s. In default mode, a function name can be any + unquoted shell word that does not contain $$. Any redirections (see RREEDDIIRREECCTTIIOONN below) specified when a function is defined are - performed when the function is executed. The exit status of a - function definition is zero unless a syntax error occurs or a - readonly function with the same name already exists. When exe- - cuted, the exit status of a function is the exit status of the + performed when the function is executed. The exit status of a + function definition is zero unless a syntax error occurs or a + readonly function with the same name already exists. When exe- + cuted, the exit status of a function is the exit status of the last command executed in the body. (See FFUUNNCCTTIIOONNSS below.) CCOOMMMMEENNTTSS In a non-interactive shell, or an interactive shell in which the iinntteerr-- - aaccttiivvee__ccoommmmeennttss option to the sshhoopptt builtin is enabled (see SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below), a word beginning with ## causes that word and - all remaining characters on that line to be ignored. An interactive - shell without the iinntteerraaccttiivvee__ccoommmmeennttss option enabled does not allow + aaccttiivvee__ccoommmmeennttss option to the sshhoopptt builtin is enabled (see SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below), a word beginning with ## causes that word and + all remaining characters on that line to be ignored. An interactive + shell without the iinntteerraaccttiivvee__ccoommmmeennttss option enabled does not allow comments. The iinntteerraaccttiivvee__ccoommmmeennttss option is on by default in interac- tive shells. QQUUOOTTIINNGG - _Q_u_o_t_i_n_g is used to remove the special meaning of certain characters or - words to the shell. Quoting can be used to disable special treatment + _Q_u_o_t_i_n_g is used to remove the special meaning of certain characters or + words to the shell. Quoting can be used to disable special treatment for special characters, to prevent reserved words from being recognized as such, and to prevent parameter expansion. - Each of the _m_e_t_a_c_h_a_r_a_c_t_e_r_s listed above under DDEEFFIINNIITTIIOONNSS has special + Each of the _m_e_t_a_c_h_a_r_a_c_t_e_r_s listed above under DDEEFFIINNIITTIIOONNSS has special meaning to the shell and must be quoted if it is to represent itself. - When the command history expansion facilities are being used (see HHIISS-- + When the command history expansion facilities are being used (see HHIISS-- TTOORRYY EEXXPPAANNSSIIOONN below), the _h_i_s_t_o_r_y _e_x_p_a_n_s_i_o_n character, usually !!, must be quoted to prevent history expansion. - There are three quoting mechanisms: the _e_s_c_a_p_e _c_h_a_r_a_c_t_e_r, single + There are three quoting mechanisms: the _e_s_c_a_p_e _c_h_a_r_a_c_t_e_r, single quotes, and double quotes. - A non-quoted backslash (\\) is the _e_s_c_a_p_e _c_h_a_r_a_c_t_e_r. It preserves the + A non-quoted backslash (\\) is the _e_s_c_a_p_e _c_h_a_r_a_c_t_e_r. It preserves the literal value of the next character that follows, with the exception of - . If a \\ pair appears, and the backslash is not it- + . If a \\ pair appears, and the backslash is not it- self quoted, the \\ is treated as a line continuation (that is, it is removed from the input stream and effectively ignored). - Enclosing characters in single quotes preserves the literal value of + Enclosing characters in single quotes preserves the literal value of each character within the quotes. A single quote may not occur between single quotes, even when preceded by a backslash. - Enclosing characters in double quotes preserves the literal value of - all characters within the quotes, with the exception of $$, ``, \\, and, + Enclosing characters in double quotes preserves the literal value of + all characters within the quotes, with the exception of $$, ``, \\, and, when history expansion is enabled, !!. When the shell is in _p_o_s_i_x _m_o_d_e, - the !! has no special meaning within double quotes, even when history - expansion is enabled. The characters $$ and `` retain their special - meaning within double quotes. The backslash retains its special mean- - ing only when followed by one of the following characters: $$, ``, "", \\, - or <>. A double quote may be quoted within double quotes by - preceding it with a backslash. If enabled, history expansion will be - performed unless an !! appearing in double quotes is escaped using a + the !! has no special meaning within double quotes, even when history + expansion is enabled. The characters $$ and `` retain their special + meaning within double quotes. The backslash retains its special mean- + ing only when followed by one of the following characters: $$, ``, "", \\, + or <>. A double quote may be quoted within double quotes by + preceding it with a backslash. If enabled, history expansion will be + performed unless an !! appearing in double quotes is escaped using a backslash. The backslash preceding the !! is not removed. - The special parameters ** and @@ have special meaning when in double + The special parameters ** and @@ have special meaning when in double quotes (see PPAARRAAMMEETTEERRSS below). Words of the form $$'_s_t_r_i_n_g' are treated specially. The word expands to - _s_t_r_i_n_g, with backslash-escaped characters replaced as specified by the - ANSI C standard. Backslash escape sequences, if present, are decoded + _s_t_r_i_n_g, with backslash-escaped characters replaced as specified by the + ANSI C standard. Backslash escape sequences, if present, are decoded as follows: \\aa alert (bell) \\bb backspace @@ -629,24 +630,27 @@ QQUUOOTTIINNGG \\'' single quote \\"" double quote \\?? question mark - \\_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 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) \\cc_x a control-_x character - The expanded result is single-quoted, as if the dollar sign had not + The expanded result is single-quoted, as if the dollar sign had not been present. A double-quoted string preceded by a dollar sign ($$"_s_t_r_i_n_g") will cause - the string to be translated according to the current locale. If the - current locale is CC or PPOOSSIIXX, the dollar sign is ignored. If the - string is translated and replaced, the replacement is double-quoted. + the string to be translated according to the current locale. The _g_e_t_- + _t_e_x_t infrastructure performs the message catalog lookup and transla- + tion, using the LLCC__MMEESSSSAAGGEESS and TTEEXXTTDDOOMMAAIINN shell variables. If the + current locale is CC or PPOOSSIIXX, or if there are no translations avail- + able, the dollar sign is ignored. If the string is translated and re- + placed, the replacement is double-quoted. PPAARRAAMMEETTEERRSS A _p_a_r_a_m_e_t_e_r is an entity that stores values. It can be a _n_a_m_e, a num- @@ -780,14 +784,14 @@ PPAARRAAMMEETTEERRSS SShheellll VVaarriiaabblleess The following variables are set by the shell: - __ At shell startup, set to the absolute pathname used to invoke - the shell or shell script being executed as passed in the envi- - ronment or argument list. Subsequently, expands to the last ar- - gument to the previous simple command executed in the fore- - ground, after expansion. Also set to the full pathname used to - invoke each command executed and placed in the environment ex- - ported to that command. When checking mail, this parameter - holds the name of the mail file currently being checked. + __ At shell startup, set to the pathname used to invoke the shell + or shell script being executed as passed in the environment or + argument list. Subsequently, expands to the last argument to + the previous simple command executed in the foreground, after + expansion. Also set to the full pathname used to invoke each + command executed and placed in the environment exported to that + command. When checking mail, this parameter holds the name of + the mail file currently being checked. BBAASSHH Expands to the full filename used to invoke this instance of bbaasshh. BBAASSHHOOPPTTSS @@ -986,82 +990,85 @@ PPAARRAAMMEETTEERRSS is subsequently reset. HHIISSTTCCMMDD The history number, or index in the history list, of the current - command. If HHIISSTTCCMMDD is unset, it loses its special properties, - even if it is subsequently reset. + command. Assignments to HHIISSTTCCMMDD are ignored. If HHIISSTTCCMMDD is un- + set, it loses its special properties, even if it is subsequently + reset. HHOOSSTTNNAAMMEE Automatically set to the name of the current host. HHOOSSTTTTYYPPEE - Automatically set to a string that uniquely describes the type - of machine on which bbaasshh is executing. The default is system- + Automatically set to a string that uniquely describes the type + of machine on which bbaasshh is executing. The default is system- dependent. - LLIINNEENNOO Each time this parameter is referenced, the shell substitutes a - decimal number representing the current sequential line number - (starting with 1) within a script or function. When not in a - script or function, the value substituted is not guaranteed to + LLIINNEENNOO Each time this parameter is referenced, the shell substitutes a + decimal number representing the current sequential line number + (starting with 1) within a script or function. When not in a + script or function, the value substituted is not guaranteed to be meaningful. If LLIINNEENNOO is unset, it loses its special proper- ties, even if it is subsequently reset. MMAACCHHTTYYPPEE - Automatically set to a string that fully describes the system - type on which bbaasshh is executing, in the standard GNU _c_p_u_-_c_o_m_- + Automatically set to a string that fully describes the system + type on which bbaasshh is executing, in the standard GNU _c_p_u_-_c_o_m_- _p_a_n_y_-_s_y_s_t_e_m format. The default is system-dependent. MMAAPPFFIILLEE - An array variable (see AArrrraayyss below) created to hold the text + An array variable (see AArrrraayyss below) created to hold the text read by the mmaappffiillee builtin when no variable name is supplied. OOLLDDPPWWDD The previous working directory as set by the ccdd command. - OOPPTTAARRGG The value of the last option argument processed by the ggeettooppttss + OOPPTTAARRGG The value of the last option argument processed by the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - OOPPTTIINNDD The index of the next argument to be processed by the ggeettooppttss + OOPPTTIINNDD The index of the next argument to be processed by the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - OOSSTTYYPPEE Automatically set to a string that describes the operating sys- - tem on which bbaasshh is executing. The default is system-depen- + OOSSTTYYPPEE Automatically set to a string that describes the operating sys- + tem on which bbaasshh is executing. The default is system-depen- dent. PPIIPPEESSTTAATTUUSS - An array variable (see AArrrraayyss below) containing a list of exit - status values from the processes in the most-recently-executed + An array variable (see AArrrraayyss below) containing a list of exit + status values from the processes in the most-recently-executed foreground pipeline (which may contain only a single command). - PPPPIIDD The process ID of the shell's parent. This variable is read- + PPPPIIDD The process ID of the shell's parent. This variable is read- only. PPWWDD The current working directory as set by the ccdd command. - RRAANNDDOOMM Each time this parameter is referenced, it expands to a random - integer between 0 and 32767. Assigning a value to RRAANNDDOOMM ini- - tializes (seeds) the sequence of random numbers. If RRAANNDDOOMM is - unset, it loses its special properties, even if it is subse- + RRAANNDDOOMM Each time this parameter is referenced, it expands to a random + integer between 0 and 32767. Assigning a value to RRAANNDDOOMM ini- + tializes (seeds) the sequence of random numbers. If RRAANNDDOOMM is + unset, it loses its special properties, even if it is subse- quently reset. RREEAADDLLIINNEE__LLIINNEE The contents of the rreeaaddlliinnee line buffer, for use with "bind -x" (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). RREEAADDLLIINNEE__MMAARRKK The position of the mark (saved insertion point) in the rreeaaddlliinnee - line buffer, for use with "bind -x" (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS + line buffer, for use with "bind -x" (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The characters between the insertion point and the mark are often called the _r_e_g_i_o_n. RREEAADDLLIINNEE__PPOOIINNTT The position of the insertion point in the rreeaaddlliinnee line buffer, for use with "bind -x" (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - RREEPPLLYY Set to the line of input read by the rreeaadd builtin command when + RREEPPLLYY Set to the line of input read by the rreeaadd builtin command when no arguments are supplied. SSEECCOONNDDSS - Each time this parameter is referenced, the number of seconds - since shell invocation is returned. If a value is assigned to - SSEECCOONNDDSS, the value returned upon subsequent references is the - number of seconds since the assignment plus the value assigned. - If SSEECCOONNDDSS is unset, it loses its special properties, even if it - is subsequently reset. + Each time this parameter is referenced, the number of seconds + since shell invocation is returned. If a value is assigned to + SSEECCOONNDDSS, the value returned upon subsequent references is the + number of seconds since the assignment plus the value assigned. + The number of seconds at shell invocation and the current time + is always determined by querying the system clock. If SSEECCOONNDDSS + is unset, it loses its special properties, even if it is subse- + quently reset. SSHHEELLLLOOPPTTSS - A colon-separated list of enabled shell options. Each word in - the list is a valid argument for the --oo option to the sseett + A colon-separated list of enabled shell options. Each word in + the list is a valid argument for the --oo option to the sseett builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The options - appearing in SSHHEELLLLOOPPTTSS are those reported as _o_n by sseett --oo. If - this variable is in the environment when bbaasshh starts up, each - shell option in the list will be enabled before reading any + appearing in SSHHEELLLLOOPPTTSS are those reported as _o_n by sseett --oo. If + this variable is in the environment when bbaasshh starts up, each + shell option in the list will be enabled before reading any startup files. This variable is read-only. SSHHLLVVLL Incremented by one each time an instance of bbaasshh is started. SSRRAANNDDOOMM This variable expands to a 32-bit pseudo-random number each time - it is referenced. The random number generator is not linear on - systems that support /dev/urandom or _a_r_c_4_r_a_n_d_o_m, so each re- - turned number has no relationship to the numbers preceding it. - The random number generator cannot be seeded, so assignments to + it is referenced. The random number generator is not linear on + systems that support /dev/urandom or _a_r_c_4_r_a_n_d_o_m, so each re- + turned number has no relationship to the numbers preceding it. + The random number generator cannot be seeded, so assignments to this variable have no effect. If SSRRAANNDDOOMM is unset, it loses its special properties, even if it is subsequently reset. UUIIDD Expands to the user ID of the current user, initialized at shell @@ -1071,276 +1078,278 @@ PPAARRAAMMEETTEERRSS signs a default value to a variable; these cases are noted below. BBAASSHH__CCOOMMPPAATT - The value is used to set the shell's compatibility level. See - the description of the sshhoopptt builtin below under SSHHEELLLL BBUUIILLTTIINN - CCOOMMMMAANNDDSS for a description of the various compatibility levels - and their effects. The value may be a decimal number (e.g., - 4.2) or an integer (e.g., 42) corresponding to the desired com- - patibility level. If BBAASSHH__CCOOMMPPAATT is unset or set to the empty - string, the compatibility level is set to the default for the - current version. If BBAASSHH__CCOOMMPPAATT is set to a value that is not - one of the valid compatibility levels, the shell prints an error - message and sets the compatibility level to the default for the - current version. The valid compatibility levels correspond to - the compatibility options accepted by the sshhoopptt builtin de- - scribed below (for example, ccoommppaatt4422 means that 4.2 and 42 are - valid values). The current version is also a valid value. + The value is used to set the shell's compatibility level. See + SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE below for a description of the various + compatibility levels and their effects. The value may be a dec- + imal number (e.g., 4.2) or an integer (e.g., 42) corresponding + to the desired compatibility level. If BBAASSHH__CCOOMMPPAATT is unset or + set to the empty string, the compatibility level is set to the + default for the current version. If BBAASSHH__CCOOMMPPAATT is set to a + value that is not one of the valid compatibility levels, the + shell prints an error message and sets the compatibility level + to the default for the current version. The valid values corre- + spond to the compatibility levels described below under SSHHEELLLL + CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE. For example, 4.2 and 42 are valid values + that correspond to the ccoommppaatt4422 sshhoopptt option and set the compat- + ibility level to 42. The current version is also a valid value. BBAASSHH__EENNVV - If this parameter is set when bbaasshh is executing a shell script, - its value is interpreted as a filename containing commands to + If this parameter is set when bbaasshh is executing a shell script, + its value is interpreted as a filename containing commands to initialize the shell, as in _~_/_._b_a_s_h_r_c. The value of BBAASSHH__EENNVV is - subjected to parameter expansion, command substitution, and - arithmetic expansion before being interpreted as a filename. + subjected to parameter expansion, command substitution, and + arithmetic expansion before being interpreted as a filename. PPAATTHH is not used to search for the resultant filename. BBAASSHH__XXTTRRAACCEEFFDD - If set to an integer corresponding to a valid file descriptor, - bbaasshh will write the trace output generated when _s_e_t _-_x is en- - abled to that file descriptor. The file descriptor is closed - when BBAASSHH__XXTTRRAACCEEFFDD is unset or assigned a new value. Unsetting - BBAASSHH__XXTTRRAACCEEFFDD or assigning it the empty string causes the trace - output to be sent to the standard error. Note that setting + If set to an integer corresponding to a valid file descriptor, + bbaasshh will write the trace output generated when _s_e_t _-_x is en- + abled to that file descriptor. The file descriptor is closed + when BBAASSHH__XXTTRRAACCEEFFDD is unset or assigned a new value. Unsetting + BBAASSHH__XXTTRRAACCEEFFDD or assigning it the empty string causes the trace + output to be sent to the standard error. Note that setting BBAASSHH__XXTTRRAACCEEFFDD to 2 (the standard error file descriptor) and then unsetting it will result in the standard error being closed. - CCDDPPAATTHH The search path for the ccdd command. This is a colon-separated + CCDDPPAATTHH The search path for the ccdd command. This is a colon-separated list of directories in which the shell looks for destination di- - rectories specified by the ccdd command. A sample value is + rectories specified by the ccdd command. A sample value is ".:~:/usr". CCHHIILLDD__MMAAXX - Set the number of exited child status values for the shell to - remember. Bash will not allow this value to be decreased below - a POSIX-mandated minimum, and there is a maximum value (cur- - rently 8192) that this may not exceed. The minimum value is + Set the number of exited child status values for the shell to + remember. Bash will not allow this value to be decreased below + a POSIX-mandated minimum, and there is a maximum value (cur- + rently 8192) that this may not exceed. The minimum value is system-dependent. CCOOLLUUMMNNSS - Used by the sseelleecctt compound command to determine the terminal - width when printing selection lists. Automatically set if the - cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon + Used by the sseelleecctt compound command to determine the terminal + width when printing selection lists. Automatically set if the + cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon receipt of a SSIIGGWWIINNCCHH. CCOOMMPPRREEPPLLYY An array variable from which bbaasshh reads the possible completions - generated by a shell function invoked by the programmable com- - pletion facility (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). Each ar- + generated by a shell function invoked by the programmable com- + pletion facility (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). Each ar- ray element contains one possible completion. - EEMMAACCSS If bbaasshh finds this variable in the environment when the shell - starts with value "t", it assumes that the shell is running in + EEMMAACCSS If bbaasshh finds this variable in the environment when the shell + starts with value "t", it assumes that the shell is running in an Emacs shell buffer and disables line editing. - EENNVV Similar to BBAASSHH__EENNVV; used when the shell is invoked in _p_o_s_i_x + EENNVV Similar to BBAASSHH__EENNVV; used when the shell is invoked in _p_o_s_i_x _m_o_d_e. EEXXEECCIIGGNNOORREE - A colon-separated list of shell patterns (see PPaatttteerrnn MMaattcchhiinngg) - defining the list of filenames to be ignored by command search - using PPAATTHH. Files whose full pathnames match one of these pat- - terns are not considered executable files for the purposes of + A colon-separated list of shell patterns (see PPaatttteerrnn MMaattcchhiinngg) + defining the list of filenames to be ignored by command search + using PPAATTHH. Files whose full pathnames match one of these pat- + terns are not considered executable files for the purposes of completion and command execution via PPAATTHH lookup. This does not affect the behavior of the [[, tteesstt, and [[[[ commands. Full path- - names in the command hash table are not subject to EEXXEECCIIGGNNOORREE. - Use this variable to ignore shared library files that have the - executable bit set, but are not executable files. The pattern + names in the command hash table are not subject to EEXXEECCIIGGNNOORREE. + Use this variable to ignore shared library files that have the + executable bit set, but are not executable files. The pattern matching honors the setting of the eexxttgglloobb shell option. FFCCEEDDIITT The default editor for the ffcc builtin command. FFIIGGNNOORREE - A colon-separated list of suffixes to ignore when performing + A colon-separated list of suffixes to ignore when performing filename completion (see RREEAADDLLIINNEE below). A filename whose suf- - fix matches one of the entries in FFIIGGNNOORREE is excluded from the + fix matches one of the entries in FFIIGGNNOORREE is excluded from the list of matched filenames. A sample value is ".o:~". FFUUNNCCNNEESSTT - If set to a numeric value greater than 0, defines a maximum - function nesting level. Function invocations that exceed this + If set to a numeric value greater than 0, defines a maximum + function nesting level. Function invocations that exceed this nesting level will cause the current command to abort. GGLLOOBBIIGGNNOORREE - A colon-separated list of patterns defining the set of file - names to be ignored by pathname expansion. If a file name - matched by a pathname expansion pattern also matches one of the + A colon-separated list of patterns defining the set of file + names to be ignored by pathname expansion. If a file name + matched by a pathname expansion pattern also matches one of the patterns in GGLLOOBBIIGGNNOORREE, it is removed from the list of matches. HHIISSTTCCOONNTTRROOLL - A colon-separated list of values controlling how commands are - saved on the history list. If the list of values includes _i_g_- - _n_o_r_e_s_p_a_c_e, lines which begin with a ssppaaccee character are not - saved in the history list. A value of _i_g_n_o_r_e_d_u_p_s causes lines + A colon-separated list of values controlling how commands are + saved on the history list. If the list of values includes _i_g_- + _n_o_r_e_s_p_a_c_e, lines which begin with a ssppaaccee character are not + saved in the history list. A value of _i_g_n_o_r_e_d_u_p_s causes lines matching the previous history entry to not be saved. A value of _i_g_n_o_r_e_b_o_t_h is shorthand for _i_g_n_o_r_e_s_p_a_c_e and _i_g_n_o_r_e_d_u_p_s. A value of _e_r_a_s_e_d_u_p_s causes all previous lines matching the current line - to be removed from the history list before that line is saved. - Any value not in the above list is ignored. If HHIISSTTCCOONNTTRROOLL is - unset, or does not include a valid value, all lines read by the + to be removed from the history list before that line is saved. + Any value not in the above list is ignored. If HHIISSTTCCOONNTTRROOLL is + unset, or does not include a valid value, all lines read by the shell parser are saved on the history list, subject to the value - of HHIISSTTIIGGNNOORREE. The second and subsequent lines of a multi-line - compound command are not tested, and are added to the history + of HHIISSTTIIGGNNOORREE. The second and subsequent lines of a multi-line + compound command are not tested, and are added to the history regardless of the value of HHIISSTTCCOONNTTRROOLL. HHIISSTTFFIILLEE The name of the file in which command history is saved (see HHIISS-- - TTOORRYY below). The default value is _~_/_._b_a_s_h___h_i_s_t_o_r_y. If unset, + TTOORRYY below). The default value is _~_/_._b_a_s_h___h_i_s_t_o_r_y. If unset, the command history is not saved when a shell exits. HHIISSTTFFIILLEESSIIZZEE The maximum number of lines contained in the history file. When - this variable is assigned a value, the history file is trun- - cated, if necessary, to contain no more than that number of - lines by removing the oldest entries. The history file is also - truncated to this size after writing it when a shell exits. If - the value is 0, the history file is truncated to zero size. - Non-numeric values and numeric values less than zero inhibit - truncation. The shell sets the default value to the value of + this variable is assigned a value, the history file is trun- + cated, if necessary, to contain no more than that number of + lines by removing the oldest entries. The history file is also + truncated to this size after writing it when a shell exits. If + the value is 0, the history file is truncated to zero size. + Non-numeric values and numeric values less than zero inhibit + truncation. The shell sets the default value to the value of HHIISSTTSSIIZZEE after reading any startup files. HHIISSTTIIGGNNOORREE - A colon-separated list of patterns used to decide which command - lines should be saved on the history list. Each pattern is an- - chored at the beginning of the line and must match the complete - line (no implicit `**' is appended). Each pattern is tested - against the line after the checks specified by HHIISSTTCCOONNTTRROOLL are + A colon-separated list of patterns used to decide which command + lines should be saved on the history list. Each pattern is an- + chored at the beginning of the line and must match the complete + line (no implicit `**' is appended). Each pattern is tested + against the line after the checks specified by HHIISSTTCCOONNTTRROOLL are applied. In addition to the normal shell pattern matching char- - acters, `&&' matches the previous history line. `&&' may be es- - caped using a backslash; the backslash is removed before at- - tempting a match. The second and subsequent lines of a multi- - line compound command are not tested, and are added to the his- - tory regardless of the value of HHIISSTTIIGGNNOORREE. The pattern match- + acters, `&&' matches the previous history line. `&&' may be es- + caped using a backslash; the backslash is removed before at- + tempting a match. The second and subsequent lines of a multi- + line compound command are not tested, and are added to the his- + tory regardless of the value of HHIISSTTIIGGNNOORREE. The pattern match- ing honors the setting of the eexxttgglloobb shell option. HHIISSTTSSIIZZEE - The number of commands to remember in the command history (see - HHIISSTTOORRYY below). If the value is 0, commands are not saved in + The number of commands to remember in the command history (see + HHIISSTTOORRYY below). If the value is 0, commands are not saved in the history list. Numeric values less than zero result in every - command being saved on the history list (there is no limit). - The shell sets the default value to 500 after reading any + command being saved on the history list (there is no limit). + The shell sets the default value to 500 after reading any startup files. HHIISSTTTTIIMMEEFFOORRMMAATT - If this variable is set and not null, its value is used as a + If this variable is set and not null, its value is used as a format string for _s_t_r_f_t_i_m_e(3) to print the time stamp associated - with each history entry displayed by the hhiissttoorryy builtin. If - this variable is set, time stamps are written to the history - file so they may be preserved across shell sessions. This uses - the history comment character to distinguish timestamps from + with each history entry displayed by the hhiissttoorryy builtin. If + this variable is set, time stamps are written to the history + file so they may be preserved across shell sessions. This uses + the history comment character to distinguish timestamps from other history lines. HHOOMMEE The home directory of the current user; the default argument for the ccdd builtin command. The value of this variable is also used when performing tilde expansion. HHOOSSTTFFIILLEE - Contains the name of a file in the same format as _/_e_t_c_/_h_o_s_t_s + Contains the name of a file in the same format as _/_e_t_c_/_h_o_s_t_s that should be read when the shell needs to complete a hostname. - The list of possible hostname completions may be changed while - the shell is running; the next time hostname completion is at- - tempted after the value is changed, bbaasshh adds the contents of - the new file to the existing list. If HHOOSSTTFFIILLEE is set, but has - no value, or does not name a readable file, bbaasshh attempts to - read _/_e_t_c_/_h_o_s_t_s to obtain the list of possible hostname comple- + The list of possible hostname completions may be changed while + the shell is running; the next time hostname completion is at- + tempted after the value is changed, bbaasshh adds the contents of + the new file to the existing list. If HHOOSSTTFFIILLEE is set, but has + no value, or does not name a readable file, bbaasshh attempts to + read _/_e_t_c_/_h_o_s_t_s to obtain the list of possible hostname comple- tions. When HHOOSSTTFFIILLEE is unset, the hostname list is cleared. IIFFSS The _I_n_t_e_r_n_a_l _F_i_e_l_d _S_e_p_a_r_a_t_o_r that is used for word splitting af- - ter expansion and to split lines into words with the rreeaadd + ter expansion and to split lines into words with the rreeaadd builtin command. The default value is ``''. IIGGNNOORREEEEOOFF Controls the action of an interactive shell on receipt of an EEOOFF character as the sole input. If set, the value is the number of - consecutive EEOOFF characters which must be typed as the first - characters on an input line before bbaasshh exits. If the variable - exists but does not have a numeric value, or has no value, the - default value is 10. If it does not exist, EEOOFF signifies the + consecutive EEOOFF characters which must be typed as the first + characters on an input line before bbaasshh exits. If the variable + exists but does not have a numeric value, or has no value, the + default value is 10. If it does not exist, EEOOFF signifies the end of input to the shell. IINNPPUUTTRRCC - The filename for the rreeaaddlliinnee startup file, overriding the de- + The filename for the rreeaaddlliinnee startup file, overriding the de- fault of _~_/_._i_n_p_u_t_r_c (see RREEAADDLLIINNEE below). IINNSSIIDDEE__EEMMAACCSS - If this variable appears in the environment when the shell - starts, bbaasshh assumes that it is running inside an Emacs shell - buffer and may disable line editing, depending on the value of + If this variable appears in the environment when the shell + starts, bbaasshh assumes that it is running inside an Emacs shell + buffer and may disable line editing, depending on the value of TTEERRMM. - LLAANNGG Used to determine the locale category for any category not + LLAANNGG Used to determine the locale category for any category not specifically selected with a variable starting with LLCC__. - LLCC__AALLLL This variable overrides the value of LLAANNGG and any other LLCC__ + LLCC__AALLLL This variable overrides the value of LLAANNGG and any other LLCC__ variable specifying a locale category. LLCC__CCOOLLLLAATTEE - This variable determines the collation order used when sorting - the results of pathname expansion, and determines the behavior - of range expressions, equivalence classes, and collating se- + This variable determines the collation order used when sorting + the results of pathname expansion, and determines the behavior + of range expressions, equivalence classes, and collating se- quences within pathname expansion and pattern matching. LLCC__CCTTYYPPEE - This variable determines the interpretation of characters and - the behavior of character classes within pathname expansion and + This variable determines the interpretation of characters and + the behavior of character classes within pathname expansion and pattern matching. LLCC__MMEESSSSAAGGEESS - This variable determines the locale used to translate double- + This variable determines the locale used to translate double- quoted strings preceded by a $$. LLCC__NNUUMMEERRIICC - This variable determines the locale category used for number + This variable determines the locale category used for number formatting. LLCC__TTIIMMEE - This variable determines the locale category used for data and + This variable determines the locale category used for data and time formatting. - LLIINNEESS Used by the sseelleecctt compound command to determine the column - length for printing selection lists. Automatically set if the - cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon + LLIINNEESS Used by the sseelleecctt compound command to determine the column + length for printing selection lists. Automatically set if the + cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon receipt of a SSIIGGWWIINNCCHH. - MMAAIILL If this parameter is set to a file or directory name and the - MMAAIILLPPAATTHH variable is not set, bbaasshh informs the user of the ar- + MMAAIILL If this parameter is set to a file or directory name and the + MMAAIILLPPAATTHH variable is not set, bbaasshh informs the user of the ar- rival of mail in the specified file or Maildir-format directory. MMAAIILLCCHHEECCKK - Specifies how often (in seconds) bbaasshh checks for mail. The de- - fault is 60 seconds. When it is time to check for mail, the - shell does so before displaying the primary prompt. If this - variable is unset, or set to a value that is not a number + Specifies how often (in seconds) bbaasshh checks for mail. The de- + fault is 60 seconds. When it is time to check for mail, the + shell does so before displaying the primary prompt. If this + variable is unset, or set to a value that is not a number greater than or equal to zero, the shell disables mail checking. MMAAIILLPPAATTHH A colon-separated list of filenames to be checked for mail. The message to be printed when mail arrives in a particular file may - be specified by separating the filename from the message with a - `?'. When used in the text of the message, $$__ expands to the + be specified by separating the filename from the message with a + `?'. When used in the text of the message, $$__ expands to the name of the current mailfile. Example: MMAAIILLPPAATTHH='/var/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"' - BBaasshh can be configured to supply a default value for this vari- - able (there is no value by default), but the location of the + BBaasshh can be configured to supply a default value for this vari- + able (there is no value by default), but the location of the user mail files that it uses is system dependent (e.g., /var/mail/$$UUSSEERR). OOPPTTEERRRR If set to the value 1, bbaasshh displays error messages generated by - the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - OOPPTTEERRRR is initialized to 1 each time the shell is invoked or a + the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). + OOPPTTEERRRR is initialized to 1 each time the shell is invoked or a shell script is executed. - PPAATTHH The search path for commands. It is a colon-separated list of - directories in which the shell looks for commands (see CCOOMMMMAANNDD - EEXXEECCUUTTIIOONN below). A zero-length (null) directory name in the + PPAATTHH The search path for commands. It is a colon-separated list of + directories in which the shell looks for commands (see CCOOMMMMAANNDD + EEXXEECCUUTTIIOONN below). A zero-length (null) directory name in the value of PPAATTHH indicates the current directory. A null directory - name may appear as two adjacent colons, or as an initial or - trailing colon. The default path is system-dependent, and is + name may appear as two adjacent colons, or as an initial or + trailing colon. The default path is system-dependent, and is set by the administrator who installs bbaasshh. A common value is ``/usr/local/bin:/usr/lo- cal/sbin:/usr/bin:/usr/sbin:/bin:/sbin''. PPOOSSIIXXLLYY__CCOORRRREECCTT - If this variable is in the environment when bbaasshh starts, the - shell enters _p_o_s_i_x _m_o_d_e before reading the startup files, as if - the ----ppoossiixx invocation option had been supplied. If it is set - while the shell is running, bbaasshh enables _p_o_s_i_x _m_o_d_e, as if the - command _s_e_t _-_o _p_o_s_i_x had been executed. When the shell enters + If this variable is in the environment when bbaasshh starts, the + shell enters _p_o_s_i_x _m_o_d_e before reading the startup files, as if + the ----ppoossiixx invocation option had been supplied. If it is set + while the shell is running, bbaasshh enables _p_o_s_i_x _m_o_d_e, as if the + command _s_e_t _-_o _p_o_s_i_x had been executed. When the shell enters _p_o_s_i_x _m_o_d_e, it sets this variable if it was not already set. - PPRROOMMPPTT__CCOOMMMMAANNDD - If set, the value is executed as a command prior to issuing each - primary prompt. + PPRROOMMPPTT__CCOOMMMMAANNDDSS + If this array variable is set, the value of each set element is + executed as a command prior to issuing each primary prompt. If + this is not set, but PPRROOMMPPTT__CCOOMMMMAANNDD is set to a value, its value + is used as a command to execute instead. PPRROOMMPPTT__DDIIRRTTRRIIMM - If set to a number greater than zero, the value is used as the + If set to a number greater than zero, the value is used as the number of trailing directory components to retain when expanding - the \\ww and \\WW prompt string escapes (see PPRROOMMPPTTIINNGG below). + the \\ww and \\WW prompt string escapes (see PPRROOMMPPTTIINNGG below). Characters removed are replaced with an ellipsis. - PPSS00 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) - and displayed by interactive shells after reading a command and + PPSS00 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) + and displayed by interactive shells after reading a command and before the command is executed. - PPSS11 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) - and used as the primary prompt string. The default value is + PPSS11 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) + and used as the primary prompt string. The default value is ``\\ss--\\vv\\$$ ''. - PPSS22 The value of this parameter is expanded as with PPSS11 and used as + PPSS22 The value of this parameter is expanded as with PPSS11 and used as the secondary prompt string. The default is ``>> ''. PPSS33 The value of this parameter is used as the prompt for the sseelleecctt command (see SSHHEELLLL GGRRAAMMMMAARR above). - PPSS44 The value of this parameter is expanded as with PPSS11 and the + PPSS44 The value of this parameter is expanded as with PPSS11 and the value is printed before each command bbaasshh displays during an ex- ecution trace. The first character of the expanded value of PPSS44 is replicated multiple times, as necessary, to indicate multiple levels of indirection. The default is ``++ ''. - SSHHEELLLL This variable expands to the full pathname to the shell. If it - is not set when the shell starts, bbaasshh assigns to it the full + SSHHEELLLL This variable expands to the full pathname to the shell. If it + is not set when the shell starts, bbaasshh assigns to it the full pathname of the current user's login shell. TTIIMMEEFFOORRMMAATT - The value of this parameter is used as a format string specify- - ing how the timing information for pipelines prefixed with the - ttiimmee reserved word should be displayed. The %% character intro- - duces an escape sequence that is expanded to a time value or - other information. The escape sequences and their meanings are + The value of this parameter is used as a format string specify- + ing how the timing information for pipelines prefixed with the + ttiimmee reserved word should be displayed. The %% character intro- + duces an escape sequence that is expanded to a time value or + other information. The escape sequences and their meanings are as follows; the braces denote optional portions. %%%% A literal %%. %%[[_p]][[ll]]RR The elapsed time in seconds. @@ -1348,77 +1357,77 @@ PPAARRAAMMEETTEERRSS %%[[_p]][[ll]]SS The number of CPU seconds spent in system mode. %%PP The CPU percentage, computed as (%U + %S) / %R. - The optional _p is a digit specifying the _p_r_e_c_i_s_i_o_n, the number + The optional _p is a digit specifying the _p_r_e_c_i_s_i_o_n, the number of fractional digits after a decimal point. A value of 0 causes no decimal point or fraction to be output. At most three places - after the decimal point may be specified; values of _p greater - than 3 are changed to 3. If _p is not specified, the value 3 is + after the decimal point may be specified; values of _p greater + than 3 are changed to 3. If _p is not specified, the value 3 is used. - The optional ll specifies a longer format, including minutes, of - the form _M_Mm_S_S._F_Fs. The value of _p determines whether or not + The optional ll specifies a longer format, including minutes, of + the form _M_Mm_S_S._F_Fs. The value of _p determines whether or not the fraction is included. - If this variable is not set, bbaasshh acts as if it had the value - $$''\\nnrreeaall\\tt%%33llRR\\nnuusseerr\\tt%%33llUU\\nnssyyss\\tt%%33llSS''. If the value is null, + If this variable is not set, bbaasshh acts as if it had the value + $$''\\nnrreeaall\\tt%%33llRR\\nnuusseerr\\tt%%33llUU\\nnssyyss\\tt%%33llSS''. If the value is null, no timing information is displayed. A trailing newline is added when the format string is displayed. TTMMOOUUTT If set to a value greater than zero, TTMMOOUUTT is treated as the de- - fault timeout for the rreeaadd builtin. The sseelleecctt command termi- + fault timeout for the rreeaadd builtin. The sseelleecctt command termi- nates if input does not arrive after TTMMOOUUTT seconds when input is - coming from a terminal. In an interactive shell, the value is + coming from a terminal. In an interactive shell, the value is interpreted as the number of seconds to wait for a line of input after issuing the primary prompt. BBaasshh terminates after waiting - for that number of seconds if a complete line of input does not + for that number of seconds if a complete line of input does not arrive. - TTMMPPDDIIRR If set, bbaasshh uses its value as the name of a directory in which + TTMMPPDDIIRR If set, bbaasshh uses its value as the name of a directory in which bbaasshh creates temporary files for the shell's use. aauuttoo__rreessuummee This variable controls how the shell interacts with the user and - job control. If this variable is set, single word simple com- + job control. If this variable is set, single word simple com- mands without redirections are treated as candidates for resump- tion of an existing stopped job. There is no ambiguity allowed; - if there is more than one job beginning with the string typed, - the job most recently accessed is selected. The _n_a_m_e of a - stopped job, in this context, is the command line used to start - it. If set to the value _e_x_a_c_t, the string supplied must match - the name of a stopped job exactly; if set to _s_u_b_s_t_r_i_n_g, the - string supplied needs to match a substring of the name of a - stopped job. The _s_u_b_s_t_r_i_n_g value provides functionality analo- - gous to the %%?? job identifier (see JJOOBB CCOONNTTRROOLL below). If set - to any other value, the supplied string must be a prefix of a + if there is more than one job beginning with the string typed, + the job most recently accessed is selected. The _n_a_m_e of a + stopped job, in this context, is the command line used to start + it. If set to the value _e_x_a_c_t, the string supplied must match + the name of a stopped job exactly; if set to _s_u_b_s_t_r_i_n_g, the + string supplied needs to match a substring of the name of a + stopped job. The _s_u_b_s_t_r_i_n_g value provides functionality analo- + gous to the %%?? job identifier (see JJOOBB CCOONNTTRROOLL below). If set + to any other value, the supplied string must be a prefix of a stopped job's name; this provides functionality analogous to the %%_s_t_r_i_n_g job identifier. hhiissttcchhaarrss - The two or three characters which control history expansion and + The two or three characters which control history expansion and tokenization (see HHIISSTTOORRYY EEXXPPAANNSSIIOONN below). The first character - is the _h_i_s_t_o_r_y _e_x_p_a_n_s_i_o_n character, the character which signals - the start of a history expansion, normally `!!'. The second - character is the _q_u_i_c_k _s_u_b_s_t_i_t_u_t_i_o_n character, which is used as - shorthand for re-running the previous command entered, substi- - tuting one string for another in the command. The default is - `^^'. The optional third character is the character which indi- - cates that the remainder of the line is a comment when found as - the first character of a word, normally `##'. The history com- + is the _h_i_s_t_o_r_y _e_x_p_a_n_s_i_o_n character, the character which signals + the start of a history expansion, normally `!!'. The second + character is the _q_u_i_c_k _s_u_b_s_t_i_t_u_t_i_o_n character, which is used as + shorthand for re-running the previous command entered, substi- + tuting one string for another in the command. The default is + `^^'. The optional third character is the character which indi- + cates that the remainder of the line is a comment when found as + the first character of a word, normally `##'. The history com- ment character causes history substitution to be skipped for the - remaining words on the line. It does not necessarily cause the + remaining words on the line. It does not necessarily cause the shell parser to treat the rest of the line as a comment. AArrrraayyss - BBaasshh provides one-dimensional indexed and associative array variables. - Any variable may be used as an indexed array; the ddeeccllaarree builtin will - explicitly declare an array. There is no maximum limit on the size of - an array, nor any requirement that members be indexed or assigned con- - tiguously. Indexed arrays are referenced using integers (including + BBaasshh provides one-dimensional indexed and associative array variables. + Any variable may be used as an indexed array; the ddeeccllaarree builtin will + explicitly declare an array. There is no maximum limit on the size of + an array, nor any requirement that members be indexed or assigned con- + tiguously. Indexed arrays are referenced using integers (including arithmetic expressions) and are zero-based; associative arrays are ref- erenced using arbitrary strings. Unless otherwise noted, indexed array indices must be non-negative integers. - An indexed array is created automatically if any variable is assigned + An indexed array is created automatically if any variable is assigned to using the syntax _n_a_m_e[_s_u_b_s_c_r_i_p_t]=_v_a_l_u_e. The _s_u_b_s_c_r_i_p_t is treated as an arithmetic expression that must evaluate to a number. To explicitly - declare an indexed array, use ddeeccllaarree --aa _n_a_m_e (see SSHHEELLLL BBUUIILLTTIINN CCOOMM-- - MMAANNDDSS below). ddeeccllaarree --aa _n_a_m_e[[_s_u_b_s_c_r_i_p_t]] is also accepted; the _s_u_b_- + declare an indexed array, use ddeeccllaarree --aa _n_a_m_e (see SSHHEELLLL BBUUIILLTTIINN CCOOMM-- + MMAANNDDSS below). ddeeccllaarree --aa _n_a_m_e[[_s_u_b_s_c_r_i_p_t]] is also accepted; the _s_u_b_- _s_c_r_i_p_t is ignored. Associative arrays are created using ddeeccllaarree --AA _n_a_m_e. @@ -1426,15 +1435,24 @@ PPAARRAAMMEETTEERRSS Attributes may be specified for an array variable using the ddeeccllaarree and rreeaaddoonnllyy builtins. Each attribute applies to all members of an array. - Arrays are assigned to using compound assignments of the form - _n_a_m_e=((value_1 ... value_n)), where each _v_a_l_u_e is of the form [_s_u_b_- - _s_c_r_i_p_t]=_s_t_r_i_n_g. Indexed array assignments do not require anything but - _s_t_r_i_n_g. When assigning to indexed arrays, if the optional brackets and - subscript are supplied, that index is assigned to; otherwise the index - of the element assigned is the last index assigned to by the statement - plus one. Indexing starts at zero. + Arrays are assigned to using compound assignments of the form + _n_a_m_e=((value_1 ... value_n)), where each _v_a_l_u_e may be of the form [_s_u_b_- + _s_c_r_i_p_t]=_s_t_r_i_n_g. Indexed array assignments do not require anything but + _s_t_r_i_n_g. Each _v_a_l_u_e in the list is expanded using all the shell expan- + sions described below under EEXXPPAANNSSIIOONN. When assigning to indexed ar- + rays, if the optional brackets and subscript are supplied, that index + is assigned to; otherwise the index of the element assigned is the last + index assigned to by the statement plus one. Indexing starts at zero. - When assigning to an associative array, the subscript is required. + When assigning to an associative array, the words in a compound assign- + ment may be either assignment statements, for which the subscript is + required, or a list of words that is interpreted as a sequence of al- + ternating keys and values: _n_a_m_e=(( _k_e_y_1 _v_a_l_u_e_1 _k_e_y_2 _v_a_l_u_e_2 ...)). These + are treated identically to _n_a_m_e=(( [_k_e_y_1]=_v_a_l_u_e_1 [_k_e_y_2]=_v_a_l_u_e_2 ...)). + The first word in the list determines how the remaining words are in- + terpreted; all assignments in a list must be of the same type. When + using key/value pairs, the keys may not be missing or empty; a final + missing value is treated like the empty string. This syntax is also accepted by the ddeeccllaarree builtin. Individual array elements may be assigned to using the _n_a_m_e[_s_u_b_s_c_r_i_p_t]=_v_a_l_u_e syntax in- @@ -1825,6 +1843,15 @@ EEXXPPAANNSSIIOONN itself, depending on the value of _o_p_e_r_a_t_o_r. Each _o_p_e_r_a_t_o_r is a single letter: + UU The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with lowercase alphabetic characters converted to upper- + case. + uu The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with the first character converted to uppercase, if it is + alphabetic. + LL The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with uppercase alphabetic characters converted to lower- + case. 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 @@ -1836,16 +1863,20 @@ EEXXPPAANNSSIIOONN 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- + KK Produces a possibly-quoted version of the value of _p_a_r_a_m_- + _e_t_e_r, except that it prints the values of indexed and as- + sociative arrays as a sequence of quoted key-value pairs + (see AArrrraayyss above). + 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 + If _p_a_r_a_m_e_t_e_r is @@ or **, the operation is applied to each posi- + tional parameter in turn, and the expansion is the resultant + list. If _p_a_r_a_m_e_t_e_r is an array variable subscripted with @@ or **, the operation is applied to each member of the array in turn, and the expansion is the resultant list. - The result of the expansion is subject to word splitting and + The result of the expansion is subject to word splitting and pathname expansion as described below. CCoommmmaanndd SSuubbssttiittuuttiioonn @@ -1859,120 +1890,120 @@ 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 to- - kens 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 + 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 to- + kens 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 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 re- sults and is retained and passed to a command as an empty string. When - a quoted null argument appears as part of a word whose expansion is + 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 + After word splitting, unless the --ff option has been set, bbaasshh scans + each word for the characters **, ??, and [[. If one of these characters appears, and is not quoted, then the word is regarded as a _p_a_t_t_e_r_n, and - replaced with an alphabetically sorted list of filenames matching the - pattern (see PPaatttteerrnn 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 + replaced with an alphabetically sorted list of filenames matching the + pattern (see PPaatttteerrnn 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 per- - formed without regard to the case of alphabetic characters. When a - pattern is used for pathname expansion, the character ````..'''' at the - start of a name or immediately following a slash must be matched ex- - plicitly, unless the shell option ddoottgglloobb is set. The filenames ````..'''' - and ````....'''' must always be matched explicitly, even if ddoottgglloobb is set. - In other cases, the ````..'''' character is not treated specially. When + formed without regard to the case of alphabetic characters. When a + pattern is used for pathname expansion, the character ````..'''' at the + start of a name or immediately following a slash must be matched ex- + plicitly, unless the shell option ddoottgglloobb is set. The filenames ````..'''' + and ````....'''' must always be matched explicitly, even if ddoottgglloobb is set. + In other cases, the ````..'''' character is not treated specially. When matching a pathname, the slash character must always be matched explic- - itly by a slash in the pattern, but in other matching contexts it can + itly by a slash in the pattern, but in other matching contexts it can be matched by a special pattern character as described below under PPaatt-- - tteerrnn MMaattcchhiinngg. See the description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN - CCOOMMMMAANNDDSS for a description of the nnooccaasseegglloobb, nnuullllgglloobb, ffaaiillgglloobb, and + tteerrnn MMaattcchhiinngg. See the description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN + CCOOMMMMAANNDDSS for a description 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. @@ -1980,57 +2011,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 di- - rectories and subdirectories. If followed by a //, two - adjacent **s will match only directories and subdirecto- + ** Matches any string, including the null string. When the + gglloobbssttaarr shell option is enabled, and ** is used in a + pathname expansion context, two adjacent **s used as a + single pattern will match all files and zero or more di- + rectories and subdirectories. If followed by a //, two + adjacent **s will match only directories and subdirecto- ries. ?? Matches any single character. - [[......]] Matches any one of the enclosed characters. A pair of - characters separated by a hyphen denotes a _r_a_n_g_e _e_x_p_r_e_s_- - _s_i_o_n; any character that falls between those two charac- + [[......]] Matches any one of the enclosed characters. A pair of + characters separated by a hyphen denotes a _r_a_n_g_e _e_x_p_r_e_s_- + _s_i_o_n; any character that falls between those two charac- ters, inclusive, using the current locale's collating se- quence and character set, is matched. If the first char- - acter following the [[ is a !! or a ^^ then any character + acter following the [[ is a !! or a ^^ then any character not enclosed is matched. The sorting order of characters - in range expressions is determined by the current locale - and the values of the LLCC__CCOOLLLLAATTEE or LLCC__AALLLL shell vari- - ables, if set. To obtain the traditional interpretation + in range expressions is determined by the current locale + and the values of the LLCC__CCOOLLLLAATTEE or LLCC__AALLLL shell vari- + ables, if set. To obtain the traditional interpretation 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 + [[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 us- - ing the syntax [[==_c==]], which matches all characters with - the same collation weight (as defined by the current lo- + ing the syntax [[==_c==]], which matches all characters with + the same collation weight (as defined by the current lo- cale) as the character _c. Within [[ and ]], the syntax [[.._s_y_m_b_o_l..]] matches the collat- ing symbol _s_y_m_b_o_l. If the eexxttgglloobb shell option is enabled using the sshhoopptt builtin, 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: @@ -2048,68 +2079,68 @@ EEXXPPAANNSSIIOONN Complicated extended pattern matching against long strings is slow, es- pecially when the patterns contain alternations and the strings contain - multiple matches. Using separate matches against shorter strings, or + multiple matches. Using separate matches against shorter strings, or using arrays of strings instead of a single long string, may be faster. QQuuoottee RReemmoovvaall After the preceding expansions, all unquoted occurrences of the charac- - ters \\, '', and "" that did not result from one of the above expansions + ters \\, '', and "" that did not result from one of the above expansions are removed. RREEDDIIRREECCTTIIOONN - Before a command is executed, its input and output may be _r_e_d_i_r_e_c_t_e_d - using a special notation interpreted by the shell. 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. @@ -2119,22 +2150,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: @@ -2142,27 +2173,27 @@ RREEDDIIRREECCTTIIOONN [_n]<<_w_o_r_d RReeddiirreeccttiinngg OOuuttppuutt - Redirection of output causes the file whose name results from the ex- - pansion of _w_o_r_d to be opened for writing on file descriptor _n, or the + Redirection of output causes the file whose name results from the ex- + pansion 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 re- + Redirection of output in this fashion causes the file whose name re- sults from the expansion of _w_o_r_d to be opened for appending on file de- - scriptor _n, or the standard output (file descriptor 1) if _n is not + scriptor _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: @@ -2170,11 +2201,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 er- + There are two formats for redirecting standard output and standard er- ror: &&>>_w_o_r_d @@ -2186,13 +2217,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 DDee-- + When using the second form, _w_o_r_d may not expand to a number or --. If + it does, other redirection operators apply (see DDuupplliiccaattiinngg FFiillee DDee-- ssccrriippttoorrss below) for compatibility reasons. AAppppeennddiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr - 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: @@ -2206,10 +2237,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: @@ -2218,18 +2249,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 un- - quoted, all lines of the here-document are subjected to parameter ex- - pansion, command substitution, and arithmetic expansion, the character + 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 un- + quoted, all lines of the here-document are subjected to parameter ex- + pansion, command substitution, and arithmetic expansion, the character sequence \\<> is ignored, and \\ must be used to quote the charac- ters \\, $$, 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 al- - lows 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 al- + lows here-documents within shell scripts to be indented in a natural fashion. HHeerree SSttrriinnggss @@ -2237,9 +2268,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). @@ -2249,8 +2280,8 @@ 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 de- + 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 de- scriptor open for input, a redirection error occurs. If _w_o_r_d evaluates to --, file descriptor _n is closed. If _n is not specified, the standard input (file descriptor 0) is used. @@ -2259,12 +2290,12 @@ RREEDDIIRREECCTTIIOONN [_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 @@ -2272,7 +2303,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. @@ -2280,7 +2311,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 @@ -2288,144 +2319,144 @@ 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, and - all lines that make up a compound command, before executing any of the - commands on that line or the compound command. Aliases are expanded - when a command is read, not when it is executed. Therefore, an alias - definition appearing on the same line as another command does not take - effect until the 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 command. As a - consequence, aliases defined in a function are not available until af- - ter that function is executed. To be safe, always put alias defini- + The rules concerning the definition and use of aliases are somewhat + confusing. BBaasshh always reads at least one complete line of input, and + all lines that make up a compound command, before executing any of the + commands on that line or the compound command. Aliases are expanded + when a command is read, not when it is executed. Therefore, an alias + definition appearing on the same line as another command does not take + effect until the 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 command. As a + consequence, aliases defined in a function are not available until af- + ter that function is executed. To be safe, always put alias defini- tions 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 in- - terpret 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 in- + terpret 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 be- - tween a function and its caller with these exceptions: the DDEEBBUUGG and - RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been - given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin - below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett - builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN - traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell + All other aspects of the shell execution environment are identical be- + tween a function and its caller with these exceptions: the DDEEBBUUGG and + RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been + given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin + below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett + builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN + traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell option has been enabled. - Variables local to the function 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 current local scope is unset, it will re- - main so until it is reset in that scope or until the function returns. - Once the function returns, any instance of the variable at a previous + will refer to the variable found in any calling scope as described + above. If a variable at the current local scope is unset, it will re- + main so until it is reset in that scope or until the function returns. + Once the function returns, any instance of the variable at a previous scope will become visible. If the unset acts on a variable at a previ- - ous scope, any instance of a variable with that name that had been + ous scope, any instance of a variable with that name that had been shadowed will become visible. - The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, de- - fines a maximum function nesting level. Function invocations that ex- + The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, de- + fines a maximum function nesting level. Function invocations that ex- ceed the limit cause the entire command to abort. - If the builtin command rreettuurrnn is executed in a function, the function - completes and execution resumes with the next command after the func- + If the builtin command rreettuurrnn is executed in a function, the function + completes and execution resumes with the next command after the func- tion call. Any command associated with the RREETTUURRNN trap is executed be- - fore execution resumes. When a function completes, the values of the - positional parameters and the special parameter ## are restored to the + fore execution resumes. When a function completes, the values of 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 + 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. 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- + 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 re- cursive 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- + 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 op- erators. The levels are listed in order of decreasing precedence. @@ -2454,55 +2485,55 @@ 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. Integer constants follow the C language definition, without suffixes or character constants. Constants with a leading 0 are interpreted as oc- - tal numbers. A leading 0x or 0X denotes hexadecimal. Otherwise, num- - bers take the form [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal num- - ber between 2 and 64 representing the arithmetic base, and _n is a num- - ber in that base. If _b_a_s_e_# is omitted, then base 10 is used. When + tal numbers. A leading 0x or 0X denotes hexadecimal. Otherwise, num- + bers take the form [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal num- + ber between 2 and 64 representing the arithmetic base, and _n is a num- + ber in that base. If _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, if a non-digit is required, the digits greater than 9 are - represented by the lowercase letters, the uppercase letters, @, and _, - in that order. If _b_a_s_e is less than or equal to 36, lowercase and up- - percase letters may be used interchangeably to represent numbers be- + represented by the lowercase letters, the uppercase letters, @, and _, + in that order. If _b_a_s_e is less than or equal to 36, lowercase and up- + percase letters may be used interchangeably to represent numbers be- tween 10 and 35. - Operators are evaluated in 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. The tteesstt and [[ commands determine their - behavior based on the number of arguments; see the descriptions of + Conditional expressions are used by the [[[[ compound command and the + tteesstt and [[ builtin commands to test file attributes and perform string + and arithmetic comparisons. The tteesstt and [[ commands determine their + behavior based on the number of arguments; see the descriptions of those commands for any other command-specific actions. - Expressions are formed from the following unary or binary primaries. - BBaasshh handles several filenames specially when they are used in expres- + Expressions are formed from the following unary or binary primaries. + BBaasshh handles several filenames specially when they are used in expres- sions. If the operating system on which bbaasshh is running provides these - special files, bash will use them; otherwise it will emulate them in- - ternally with this behavior: If any _f_i_l_e argument to one of the pri- + special files, bash will use them; otherwise it will emulate them in- + ternally with this behavior: If any _f_i_l_e argument to one of the pri- maries is of the form _/_d_e_v_/_f_d_/_n, then file descriptor _n is checked. If - the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, - _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, 1, or 2, respectively, + the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, + _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, 1, or 2, respectively, is checked. Unless otherwise specified, primaries that operate on files follow sym- bolic links and operate on the target of the link, rather than the link itself. - When used with [[[[, 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 @@ -2541,30 +2572,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. @@ -2574,8 +2605,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). @@ -2589,110 +2620,110 @@ 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 ex- - pansions, assignments, and redirections, from left to right, in the + pansions, assignments, and redirections, from left to right, in the following order. - 1. The words that the parser has marked as variable assignments - (those preceding the command name) and redirections are saved + 1. The words that the parser has marked as variable assignments + (those preceding the command name) and redirections are saved for later processing. - 2. The words that are not variable assignments or redirections are - expanded. If any words remain after expansion, the first word - is taken to be the name of the command and the remaining words + 2. The words that are not variable assignments or redirections are + expanded. If any words remain after expansion, the first word + is taken to be the name of the command and the remaining words are the arguments. 3. Redirections are performed as described above under RREEDDIIRREECCTTIIOONN. 4. The text after the == in each variable assignment undergoes tilde expansion, parameter expansion, command substitution, arithmetic - expansion, and quote removal before being assigned to the vari- + expansion, and quote removal before being assigned to the vari- able. If no command name results, the variable assignments affect the current - shell environment. 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 af- - fect the current shell environment. A redirection error causes the + If no command name results, redirections are performed, but do not af- + fect the current shell environment. A redirection error causes the command to exit with a non-zero status. - If there is a command name left after expansion, execution proceeds as - described below. Otherwise, the command exits. If one of the expan- - sions contained a command substitution, the exit status of the command - is the exit status of the last command substitution performed. If + If there is a command name left after expansion, execution proceeds as + described below. Otherwise, the command exits. If one of the expan- + sions contained a command substitution, the exit status of the command + is the exit status of the last command substitution performed. If there were no command substitutions, the command exits with a 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- + If the name is neither a shell function nor a builtin, and contains no + slashes, bbaasshh searches each element of the PPAATTHH for a directory con- taining an executable file by that name. BBaasshh uses a hash table to re- - member the full pathnames of executable files (see hhaasshh under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is - performed only if the command is not found in the hash table. If the + member 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 - in a separate execution environment with the original command and the - original command's arguments as its arguments, and the function's exit - status becomes the exit status of that subshell. If that function is + in a separate execution environment with the original command and the + original command's arguments as its arguments, and the function's exit + status becomes the exit status of that subshell. If that function is not defined, the shell prints an error message and returns an exit sta- tus 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 un- + 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 un- der 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 @@ -2700,252 +2731,252 @@ 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 re- - set to the values that the shell inherited from its parent at invoca- + set 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 _m_o_d_e, bbaasshh + the --ee option from the parent shell. When not in _p_o_s_i_x _m_o_d_e, bbaasshh clears the --ee option in such subshells. - If a command is followed by a && and job control is not active, the de- + If a command is followed by a && and job control is not active, the de- fault standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. Oth- - erwise, the invoked command inherits the file descriptors of the call- + erwise, the invoked command inherits the file descriptors of the call- ing shell as modified by redirections. EENNVVIIRROONNMMEENNTT - When a program is invoked it is given an array of strings called the + When a program is invoked it is given an array of strings called the _e_n_v_i_r_o_n_m_e_n_t. This is a list of _n_a_m_e-_v_a_l_u_e pairs, of the form _n_a_m_e=_v_a_l_u_e. - The shell provides several ways to manipulate the environment. On in- - vocation, the shell scans its own environment and creates a parameter - for each name found, automatically marking it for _e_x_p_o_r_t to child pro- + The shell provides several ways to manipulate the environment. On in- + vocation, the shell scans its own environment and creates a parameter + for each name found, automatically marking it for _e_x_p_o_r_t to child pro- cesses. Executed commands inherit the environment. The eexxppoorrtt and ddee-- - ccllaarree --xx commands allow parameters and functions to be added to and + ccllaarree --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, re- - placing 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 + placing 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 re- - turns a status of 127. If a command is found but is not executable, + If a command is not found, the child process created to execute it re- + turns a status of 127. If a command is found but is not executable, the return status is 126. If a command fails because of an error during expansion or redirection, the exit status is greater than zero. - Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and - non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins - return an exit status of 2 to indicate incorrect usage, generally in- + Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and + non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins + return an exit status of 2 to indicate incorrect usage, generally in- valid options or missing arguments. - BBaasshh itself returns the exit status of the last command executed, un- - less a syntax error occurs, in which case it exits with a non-zero + BBaasshh itself returns the exit status of the last command executed, un- + less a syntax error occurs, in which case it exits with a non-zero value. See also the eexxiitt builtin command below. SSIIGGNNAALLSS - When bbaasshh is interactive, in the absence of any traps, it ignores + 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 + is caught and handled (so that the wwaaiitt builtin is interruptible). In all cases, bbaasshh ignores SSIIGGQQUUIITT. If job control is in effect, bbaasshh ig- nores 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 ef- - fect, asynchronous commands ignore SSIIGGIINNTT and SSIIGGQQUUIITT in addition to - these inherited handlers. Commands run as a result of command substi- + fect, 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 us- + 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 us- ing 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 ex- - ecution of processes and continue (_r_e_s_u_m_e) their execution at a later - point. A user typically employs this facility via an interactive in- - terface supplied jointly by the operating system kernel's terminal + ecution of processes and continue (_r_e_s_u_m_e) their execution at a later + point. A user typically employs this facility via an interactive in- + terface supplied jointly by the operating system kernel's terminal 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 + be stopped and returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d + character (typically ^^YY, Control-Y) causes the process to be stopped when it attempts to read input from the terminal, and control to be re- - turned to bbaasshh. The user may then manipulate the state of this job, - using the bbgg command to continue it in the background, the ffgg command + turned to bbaasshh. The user may then manipulate the state of this job, + using the bbgg command to continue it in the background, the ffgg command to continue it in the foreground, or the kkiillll command to kill it. A ^^ZZ takes effect immediately, and has the additional side effect of causing pending output and typeahead to be discarded. There are a number of ways to refer to a job in the shell. The charac- - ter %% introduces a job specification (_j_o_b_s_p_e_c). Job number _n may be + ter %% introduces a job specification (_j_o_b_s_p_e_c). Job number _n may be referred to as %%nn. A job may also be referred to using a prefix of the name used to start it, or using a substring that appears in its command - line. For example, %%ccee refers to a stopped 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 er- - ror. 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 - jjoobbss command), the current job is always flagged with a ++, and the pre- - vious job with a --. A single % (with no accompanying job specifica- - tion) also refers to the current job. + line. For example, %%ccee refers to a stopped job whose command name be- + gins with ccee. If a prefix matches more than one job, bbaasshh reports an + error. Using %%??ccee, on the other hand, refers to any job containing the + string ccee in its command line. If the substring matches more than one + 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 jjoobbss command), the current job is always flagged with + a ++, and the previous job with a --. A single % (with no accompanying + job specification) also refers to the current job. - Simply naming a job can be used to bring it into the foreground: %%11 is - a synonym for ````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 ex- + immediately. Any trap on SSIIGGCCHHLLDD is executed for each child that ex- its. - If an attempt to exit bbaasshh is made while jobs are stopped (or, if the - cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- + If an attempt to exit bbaasshh is made while jobs are stopped (or, if the + cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- ning), the shell prints a warning message, and, if the cchheecckkjjoobbss option - is enabled, lists the jobs and their statuses. The jjoobbss command may - then be used to inspect their status. If a second attempt to exit is - made without an intervening command, the shell does not print another + is enabled, lists the jobs and their statuses. The jjoobbss command may + then be used to inspect their status. If a second attempt to exit is + made without an intervening command, the shell does not print another warning, and any stopped jobs are terminated. - When the shell is waiting for a job or process using the wwaaiitt builtin, - and job control is enabled, wwaaiitt will return when the job changes - state. The --ff option causes wwaaiitt to wait until the job or process ter- + When the shell is waiting for a job or process using the wwaaiitt builtin, + and job control is enabled, wwaaiitt will return when the job changes + state. The --ff option causes wwaaiitt to wait until the job or process ter- minates before returning. PPRROOMMPPTTIINNGG When executing interactively, bbaasshh displays the primary prompt PPSS11 when - it is ready to read a command, and the secondary prompt PPSS22 when it - needs more input to complete a command. BBaasshh displays PPSS00 after it - reads a command but before executing it. BBaasshh displays PPSS44 as de- - scribed above before tracing each command when the --xx option is en- - abled. BBaasshh allows these prompt strings to be customized by inserting - a number of backslash-escaped special characters that are decoded as + 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 de- + scribed above before tracing each command when the --xx option is en- + abled. BBaasshh allows these prompt strings to be customized by inserting + a number of backslash-escaped special characters that are decoded as follows: \\aa an ASCII bell character (07) - \\dd the date in "Weekday Month Date" format (e.g., "Tue May + \\dd the date in "Weekday Month Date" format (e.g., "Tue May 26") \\DD{{_f_o_r_m_a_t}} the _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is in- serted into the prompt string; an empty _f_o_r_m_a_t results in - a locale-specific time representation. The braces are + a locale-specific time representation. The braces are required \\ee an ASCII escape character (033) \\hh the hostname up to the first `.' @@ -2954,7 +2985,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 @@ -2963,8 +2994,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 @@ -2973,68 +3004,70 @@ 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 be- - low), while the command number is the position in the sequence of com- - mands executed during the current shell session. After the string is - decoded, it is expanded via parameter expansion, command substitution, - arithmetic expansion, and quote removal, subject to the value of the + The command number and the history number are usually different: the + history number of a command is its position in the history list, which + may include commands restored from the history file (see HHIISSTTOORRYY be- + low), while the command number is the position in the sequence of com- + mands executed during the current shell session. After the string is + decoded, it is expanded via parameter expansion, command substitution, + arithmetic expansion, and quote removal, subject to the value of the pprroommppttvvaarrss shell option (see the description of the sshhoopptt command under - SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). This can have unwanted side effects if - escaped portions of the string appear within command substitution or + SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). This can have unwanted side effects if + escaped portions of the string appear within command substitution or contain characters special to word expansion. RREEAADDLLIINNEE - This is the library that handles reading input when using an interac- + 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 + 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- - structs. Other lines denote key bindings and variable settings. + _p_u_t_r_c. If that file does not exist or cannot be read, the ultimate + default is _/_e_t_c_/_i_n_p_u_t_r_c. When a program which uses the readline li- + brary starts up, the initialization file is read, and the key bindings + and variables are set. There are only a few basic constructs allowed + in the readline initialization file. Blank lines are ignored. Lines + beginning with a ## are comments. Lines beginning with a $$ indicate + conditional constructs. Other lines denote key bindings and variable + settings. - The default key-bindings may be changed with an _i_n_p_u_t_r_c file. Other + 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 @@ -3042,18 +3075,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. @@ -3065,15 +3098,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 @@ -3081,7 +3114,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 @@ -3092,7 +3125,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 @@ -3102,20 +3135,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 @@ -3126,77 +3159,77 @@ RREEAADDLLIINNEE sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e or using the bbiinndd builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - Except where noted, readline variables can take the values OOnn or OOffff - (without regard to case). Unrecognized variable names are ignored. - 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)) @@ -3204,209 +3237,209 @@ RREEAADDLLIINNEE ilar to _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or vvii. eemmaaccss--mmooddee--ssttrriinngg ((@@)) - If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is + If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is displayed immediately before the last line of the primary prompt when emacs editing mode is active. The value is expanded like a - key binding, so the standard set of meta- and control prefixes - and backslash escape sequences is available. Use the \1 and \2 - escapes to begin and end sequences of non-printing characters, - which can be used to embed a terminal control sequence into the + key binding, so the standard set of meta- and control prefixes + and backslash escape sequences is available. Use the \1 and \2 + escapes to begin and end sequences of non-printing characters, + which can be used to embed a terminal control sequence into the mode string. 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 ar- row keys. eennaabbllee--mmeettaa--kkeeyy ((OOnn)) - When set to OOnn, readline will try to enable any meta modifier - key the terminal claims to support when it is called. On many + 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 at- + If set to OOnn, tilde expansion is performed when readline at- tempts word completion. hhiissttoorryy--pprreesseerrvvee--ppooiinntt ((OOffff)) - If set to OOnn, the history code attempts to place point at the - same location on each history line retrieved with pprreevviioouuss--hhiiss-- + If set to OOnn, the history code attempts to place point at the + same location on each history line retrieved with pprreevviioouuss--hhiiss-- ttoorryy or nneexxtt--hhiissttoorryy. hhiissttoorryy--ssiizzee ((uunnsseett)) - Set the maximum number of history entries saved in the history - list. If set to zero, any existing history entries are deleted + Set the maximum number of history entries saved in the history + list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, - the number of history entries is not limited. By default, the - number of history entries is set to the value of the HHIISSTTSSIIZZEE - shell variable. If an attempt is made to set _h_i_s_t_o_r_y_-_s_i_z_e to a + 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 - new line. This setting is automatically enabled for terminals + becomes longer than the screen width rather than wrapping to a + new line. This setting is automatically enabled for terminals of height 1. iinnppuutt--mmeettaa ((OOffff)) - If set to OOnn, readline will enable eight-bit input (that is, it + If set to OOnn, readline will enable eight-bit input (that is, it will not strip the eighth bit from the characters it reads), re- - gardless of what the terminal claims it can support. The name - mmeettaa--ffllaagg is a synonym for this variable. The default is _O_f_f, - but readline will set it to _O_n if the locale contains eight-bit + gardless of what the terminal claims it can support. The name + mmeettaa--ffllaagg is a synonym for this variable. The default is _O_f_f, + but readline will set it to _O_n if the locale contains 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 re- - ceived within the timeout, _r_e_a_d_l_i_n_e will use the shorter but - complete key sequence. The value is specified in milliseconds, - so a value of 1000 means that _r_e_a_d_l_i_n_e will wait one second for - additional input. If this variable is set to a value less than - or equal to zero, or to a non-numeric value, _r_e_a_d_l_i_n_e will wait - until another key is pressed to decide which key sequence to + input to complete a longer key sequence). If no input is re- + ceived within the timeout, _r_e_a_d_l_i_n_e will use the shorter but + complete key sequence. The value is specified in milliseconds, + so a value of 1000 means that _r_e_a_d_l_i_n_e will wait one second for + additional input. If this variable is set to a value less than + or equal to zero, or to a non-numeric value, _r_e_a_d_l_i_n_e will wait + until another key is pressed to decide which key sequence to complete. 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 mmaarrkk--ddii-- + tories have a slash appended (subject to the value of mmaarrkk--ddii-- rreeccttoorriieess). 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 in- + 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 in- stead of ringing the bell. sshhooww--mmooddee--iinn--pprroommpptt ((OOffff)) - If set to OOnn, add a string to the beginning of the prompt indi- - cating the editing mode: emacs, vi command, or vi insertion. + If set to OOnn, add a string to the beginning of the prompt indi- + cating the editing mode: emacs, vi command, or vi insertion. The mode strings are user-settable (e.g., _e_m_a_c_s_-_m_o_d_e_-_s_t_r_i_n_g). 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)))) - If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is - displayed immediately before the last line of the primary prompt - when vi editing mode is active and in command mode. The value - is expanded like a key binding, so the standard set of meta- and - control prefixes and backslash escape sequences is available. - Use the \1 and \2 escapes to begin and end sequences of non- - printing characters, which can be used to embed a terminal con- - trol sequence into the mode string. - vvii--iinnss--mmooddee--ssttrriinngg ((((iinnss)))) If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is displayed immediately before the last line of the primary prompt - when vi editing mode is active and in insertion mode. The value + when vi editing mode is active and in command mode. The value is expanded like a key binding, so the standard set of meta- and control prefixes and backslash escape sequences is available. Use the \1 and \2 escapes to begin and end sequences of non- printing characters, which can be used to embed a terminal con- trol sequence into the mode string. + vvii--iinnss--mmooddee--ssttrriinngg ((((iinnss)))) + If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is + displayed immediately before the last line of the primary prompt + when vi editing mode is active and in insertion mode. The value + is expanded like a key binding, so the standard set of meta- and + control prefixes and backslash escape sequences is available. + Use the \1 and \2 escapes to begin and end sequences of non- + printing characters, which can be used to embed a terminal con- + trol sequence into the mode string. 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 + $$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, after any comparison operator, - extends to the end of the line; unless otherwise noted, no + extends to the end of the line; unless otherwise noted, 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 in- - stance, 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 in- + stance, 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. vveerrssiioonn - The vveerrssiioonn test may be used to perform comparisons - against specific readline versions. The vveerrssiioonn expands - to the current readline version. The set of comparison - operators includes ==, (and ====), !!==, <<==, >>==, <<, and >>. - The version number supplied on the right side of the op- - erator consists of a major version number, an optional + The vveerrssiioonn test may be used to perform comparisons + against specific readline versions. The vveerrssiioonn expands + to the current readline version. The set of comparison + operators includes ==, (and ====), !!==, <<==, >>==, <<, and >>. + The version number supplied on the right side of the op- + erator consists of a major version number, an optional decimal point, and an optional minor version (e.g., 77..11). - If the minor version is omitted, it is assumed to be 00. + If the minor version is omitted, it is assumed to be 00. The operator may be separated from the string vveerrssiioonn and from the version number argument by whitespace. aapppplliiccaattiioonn The aapppplliiccaattiioonn construct is used to include application- - specific settings. Each program using the readline li- - brary sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization + specific settings. Each program using the readline li- + brary sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization file can test for a particular value. This could be used - to bind key sequences to functions useful for a specific - program. For instance, the following command adds a key - sequence that quotes the current or previous word in + to bind key sequences to functions useful for a specific + program. For instance, the following command adds a key + sequence that quotes the current or previous word in bbaasshh: $$iiff Bash @@ -3416,12 +3449,12 @@ RREEAADDLLIINNEE _v_a_r_i_a_b_l_e The _v_a_r_i_a_b_l_e construct provides simple equality tests for - readline variables and values. The permitted comparison - operators are _=, _=_=, and _!_=. The variable name must be + readline variables and values. The permitted comparison + operators are _=, _=_=, and _!_=. The variable name must be separated from the comparison operator by whitespace; the - operator may be separated from the value on the right - hand side by whitespace. Both string and boolean vari- - ables may be tested. Boolean variables must be tested + operator may be separated from the value on the right + hand side by whitespace. Both string and boolean vari- + ables may be tested. Boolean variables must be tested against the values _o_n and _o_f_f. $$eennddiiff This command, as seen in the previous example, terminates an $$iiff @@ -3431,51 +3464,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 @@ -3491,100 +3524,104 @@ 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--ddiissppllaayy ((MM--CC--ll)) + Clear the screen and, if possible, the terminal's scrollback + buffer, then redraw the current line, leaving the current line + at the top of the screen. 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 - clearing the screen. + Clear the screen, then redraw the current line, leaving the cur- + rent 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. 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 po- - sition (the _p_o_i_n_t). The search string may match anywhere in a + sition (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-in- + string may match anywhere in a history line. This is a non-in- cremental search. yyaannkk--nntthh--aarrgg ((MM--CC--yy)) - Insert the first argument to the previous command (usually the + Insert the first argument to the previous command (usually the second word on the previous line) at point. With an argument _n, - insert the _nth word from the previous command (the words in the - previous command begin with word 0). A negative argument in- - serts the _nth word from the end of the previous command. Once - the argument _n is computed, the argument is extracted as if the + insert the _nth word from the previous command (the words in the + previous command begin with word 0). A negative argument in- + serts the _nth word from the end of the previous command. Once + the argument _n is computed, the argument is extracted as if the "!_n" history expansion had been specified. 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. @@ -3593,80 +3630,80 @@ 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 EEXX-- + Perform history expansion on the current line. See HHIISSTTOORRYY EEXX-- PPAANNSSIIOONN 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. A - numeric argument, if supplied, specifies the history entry to + Accept the current line for execution and fetch the next line + relative to the current line from the history for editing. A + numeric argument, if supplied, specifies the history entry to use instead of the current line. eeddiitt--aanndd--eexxeeccuuttee--ccoommmmaanndd ((CC--xx CC--ee)) - Invoke an editor on the current command line, and execute the + Invoke an editor on the current command line, and execute the result as shell commands. BBaasshh attempts to invoke $$VVIISSUUAALL, $$EEDD-- IITTOORR, 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 ar- + Uppercase the current (or following) word. With a negative ar- gument, uppercase the previous word, but do not move point. ddoowwnnccaassee--wwoorrdd ((MM--ll)) - Lowercase the current (or following) word. With a negative ar- + Lowercase the current (or following) word. With a negative ar- gument, lowercase the previous word, but do not move point. ccaappiittaalliizzee--wwoorrdd ((MM--cc)) Capitalize the current (or following) word. With a negative ar- gument, 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 @@ -3675,31 +3712,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. @@ -3708,64 +3745,64 @@ 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- + 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 nu- meric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a character that is nei- - ther 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- + ther 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 ar- gument may be used to move backward through the list. This com- mand is intended to be bound to TTAABB, but is unbound by default. mmeennuu--ccoommpplleettee--bbaacckkwwaarrdd - Identical to mmeennuu--ccoommpplleettee, but moves backward through the list - of possible completions, as if mmeennuu--ccoommpplleettee had been given a + Identical to mmeennuu--ccoommpplleettee, but moves backward through the list + of possible completions, as if mmeennuu--ccoommpplleettee had been given a negative argument. This command is unbound by default. ddeelleettee--cchhaarr--oorr--lliisstt - Deletes the character under the cursor if not at the beginning - or end of the line (like ddeelleettee--cchhaarr). If at the end of the + 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--//)) @@ -3774,67 +3811,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)) @@ -3842,199 +3879,199 @@ 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 re- + ning of the line. In either case, the line is accepted as if a + newline had been typed. The default value of ccoommmmeenntt--bbeeggiinn + causes this command to make the current line a shell comment. + If a numeric argument causes the comment character to be re- moved, the line will be executed by the shell. gglloobb--ccoommpplleettee--wwoorrdd ((MM--gg)) - The word before point is treated as a pattern for pathname ex- - pansion, with an asterisk implicitly appended. This pattern is - used to generate a list of matching filenames for possible com- + The word before point is treated as a pattern for pathname ex- + pansion, with an asterisk implicitly appended. This pattern is + used to generate a list of matching filenames for possible com- pletions. gglloobb--eexxppaanndd--wwoorrdd ((CC--xx **)) - The word before point is treated as a pattern for pathname ex- + The word before point is treated as a pattern for pathname ex- pansion, and the list of matching filenames is inserted, replac- ing the word. If a numeric argument is supplied, an asterisk is appended before pathname expansion. 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 - with the --DD option to ccoommpplleettee is used as the default. If there is no - default compspec, bbaasshh attempts alias expansion on the command word as - a final resort, and attempts to find a compspec for the command word + 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. If there is no + default compspec, bbaasshh attempts alias expansion on the command word as + a final resort, and attempts to find a compspec for the command word from any successful expansion. - Once a compspec has been found, it is used to generate the list of - matching words. If a compspec is not found, the default bbaasshh comple- + 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 op- - tion are generated next. The words generated by the pattern need not - match the word being completed. The GGLLOOBBIIGGNNOORREE shell variable is not + tion are generated next. The words generated by the pattern need not + match the word being completed. The GGLLOOBBIIGGNNOORREE shell variable is not used to filter the matches, but the FFIIGGNNOORREE variable is used. - Next, the string specified as the argument to the --WW option is consid- - ered. The string is first split using the characters in the IIFFSS spe- - cial variable as delimiters. Shell quoting is honored. Each word is - then expanded using brace expansion, tilde expansion, parameter and - 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 be- - ing completed, the second argument ($$22) is the word being completed, - and the third argument ($$33) is the word preceding the word being com- + If a shell function is being invoked, the CCOOMMPP__WWOORRDDSS and CCOOMMPP__CCWWOORRDD + variables are also set. When the function or command is invoked, the + first argument ($$11) is the name of the command whose arguments are be- + ing completed, the second argument ($$22) is the word being completed, + and the third argument ($$33) is the word preceding the word being com- pleted on the current command line. No filtering of the generated com- pletions against the word being completed is performed; the function or command has complete freedom in generating the matches. - 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 de- + If the previously-applied actions do not generate any matches, and the + --oo ddiirrnnaammeess option was supplied to ccoommpplleettee when the compspec was de- fined, directory name completion is attempted. - 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 de- + For instance, assuming that there is a library of compspecs, each kept + in a file corresponding to the name of the command, the following de- fault completion function would load completions dynamically: _completion_loader() @@ -4045,167 +4082,167 @@ 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 - overwritten. If HHIISSTTFFIILLEE is unset, or if the history file is un- - writable, the history is not saved. If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is - set, time stamps are written to the history file, marked with the his- + 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 un- + writable, the history is not saved. If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is + set, time stamps are written to the history file, marked with the his- tory comment character, so they may be preserved across shell sessions. - This uses the history comment character to distinguish timestamps from - other history lines. After saving the history, the history file is - truncated to contain no more than HHIISSTTFFIILLEESSIIZZEE lines. If HHIISSTTFFIILLEESSIIZZEE - is unset, or set to null, a non-numeric value, or a numeric value less + This uses the history comment character to distinguish timestamps from + other history lines. After saving the history, the history file is + truncated to contain no more than HHIISSTTFFIILLEESSIIZZEE lines. If HHIISSTTFFIILLEESSIIZZEE + is unset, or set to null, a non-numeric value, or a numeric value less than zero, the 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 ma- - nipulate 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 ma- + nipulate 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 op- + BBUUIILLTTIINN CCOOMMMMAANNDDSS for information on setting and unsetting shell op- tions. 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, and is performed on each - line individually without taking quoting on previous lines into ac- - count. 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 avail- - able to manipulate the selected words. The line is broken into words - in the same fashion as when reading input, so that several _m_e_t_a_c_h_a_r_a_c_- + History expansion is performed immediately after a complete line is + read, before the shell breaks it into words, and is performed on each + line individually without taking quoting on previous lines into ac- + count. 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 avail- + able to manipulate the selected words. The line is broken into words + in the same fashion as when reading input, so that several _m_e_t_a_c_h_a_r_a_c_- _t_e_r-separated words surrounded by quotes are considered one word. His- - tory expansions are introduced by the appearance of the history expan- - sion character, which is !! by default. Only backslash (\\) and single - quotes can quote the history expansion character, but the history ex- - pansion character is also treated as quoted if it immediately precedes + tory expansions are introduced by the appearance of the history expan- + sion character, which is !! by default. Only backslash (\\) and single + quotes can quote the history expansion character, but the history ex- + pansion 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 op- - tion 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 + Several shell options settable with the sshhoopptt builtin may be used to + tailor the behavior of history expansion. If the hhiissttvveerriiffyy shell op- + tion 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 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 - omitted if _s_t_r_i_n_g is followed immediately by a newline. If - _s_t_r_i_n_g is missing, the string from the most recent search is + Refer to the most recent command preceding the current position + in the history list containing _s_t_r_i_n_g. The trailing ?? may be + omitted if _s_t_r_i_n_g is followed immediately by a newline. If + _s_t_r_i_n_g is missing, the string from the most recent search is used; it is an error if there is no previous search string. ^^_s_t_r_i_n_g_1^^_s_t_r_i_n_g_2^^ - Quick substitution. Repeat the previous command, replacing - _s_t_r_i_n_g_1 with _s_t_r_i_n_g_2. Equivalent to ``!!:s^_s_t_r_i_n_g_1^_s_t_r_i_n_g_2^'' + Quick substitution. Repeat the previous command, replacing + _s_t_r_i_n_g_1 with _s_t_r_i_n_g_2. Equivalent to ``!!:s^_s_t_r_i_n_g_1^_s_t_r_i_n_g_2^'' (see MMooddiiffiieerrss below). !!## The entire command line typed so far. 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 ex- + $$ The last word. This is usually the last argument, but will ex- pand to the zeroth word if there is only one word in the line. - %% The first word matched by the most recent `?_s_t_r_i_n_g?' search, if - the search string begins with a character that is part of a + %% The first word matched by the most recent `?_s_t_r_i_n_g?' search, if + the search string begins with a character that is part of a word. _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 xx is miss- ing, it defaults to 0. - 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 `:'. These mod- ify, or edit, the word or words selected from the history event. @@ -4215,24 +4252,24 @@ 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 - bbllaannkkss and newlines. The qq and xx modifiers are mutually exclu- + xx Quote the substituted words as with qq, but break into words at + bbllaannkkss and newlines. The qq and xx modifiers are mutually exclu- sive; the last one supplied is used. ss//_o_l_d//_n_e_w// - Substitute _n_e_w for the first occurrence of _o_l_d in the event + Substitute _n_e_w for the first occurrence of _o_l_d in the event line. Any character may be used as the delimiter in place of /. - The final delimiter is optional if it is the last character 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 single 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 substi- - tutions took place, the last _s_t_r_i_n_g in a !!??_s_t_r_i_n_g[[??]] search. + A single 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 substi- + tutions took place, the last _s_t_r_i_n_g in a !!??_s_t_r_i_n_g[[??]] search. If _n_e_w is null, each matching _o_l_d is deleted. && 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' or `&&' modifier once to each word in the event line. @@ -4241,56 +4278,56 @@ 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- + 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 en- - vironment 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 + vironment 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 po- + 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 po- sitional 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 + 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 re- - turns 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 re- + turns 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] @@ -4299,29 +4336,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 + 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 ap- - pear in _._i_n_p_u_t_r_c, but each binding or command must be passed as + pear 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'. Op- tions, 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 @@ -4334,182 +4371,182 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS 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 en- - tered. 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-- + tered. 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 and RREEAADDLLIINNEE__MMAARRKK - variables to the current location of the insertion point - and the saved insertion point (the mark), respectively. + variables to the current location of the insertion point + and the saved insertion point (the mark), respectively. If the executed command changes the value of any of RREEAADD-- - LLIINNEE__LLIINNEE, RREEAADDLLIINNEE__PPOOIINNTT, or RREEAADDLLIINNEE__MMAARRKK, those new + LLIINNEE__LLIINNEE, RREEAADDLLIINNEE__PPOOIINNTT, or RREEAADDLLIINNEE__MMAARRKK, those new values will be reflected in the editing state. - --XX List all key sequences bound to shell commands and the + --XX List all key sequences bound to shell commands and the associated commands in a format that can be reused as in- put. - 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 ex- - ited. 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 ex- + ited. 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 di- - rectory 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 di- + rectory 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 op- - tion 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 + 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 op- + tion 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 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 fa- + 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 fa- cilities, 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] [--DDEEII] [--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] [--DDEEII] [--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_- + [--FF _f_u_n_c_t_i_o_n] [--CC _c_o_m_m_a_n_d] [--XX _f_i_l_t_e_r_p_a_t] [--PP _p_r_e_f_i_x] [--SS _s_u_f_- _f_i_x] _n_a_m_e [_n_a_m_e _._._.] ccoommpplleettee --pprr [--DDEEII] [_n_a_m_e ...] - Specify how arguments to each _n_a_m_e should be completed. If the - --pp option is supplied, or if no options 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 other sup- - plied options and actions should apply to the ``default'' com- - mand completion; that is, completion attempted on a command for - which no completion has previously been defined. The --EE option - indicates that other supplied options and actions should apply - to ``empty'' command completion; that is, completion attempted - on a blank line. The --II option indicates that other supplied - options and actions should apply to completion on the initial - non-assignment word on the line, or after a command delimiter - such as ;; or ||, which is usually command name completion. If - multiple options are supplied, the --DD option takes precedence + plied options and actions should apply to the ``default'' com- + mand completion; that is, completion attempted on a command for + which no completion has previously been defined. The --EE option + indicates that other supplied options and actions should apply + to ``empty'' command completion; that is, completion attempted + on a blank line. The --II option indicates that other supplied + options and actions should apply to completion on the initial + non-assignment word on the line, or after a command delimiter + such as ;; or ||, which is usually command name completion. If + multiple options are supplied, the --DD option takes precedence over --EE, and both take precedence over --II. If any of --DD, --EE, or - --II are supplied, any other _n_a_m_e arguments are ignored; these + --II are supplied, any other _n_a_m_e arguments are ignored; these completions only apply to the case specified by the option. - The process of applying these completion specifications when - 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 de- - fault) to words completed at the end of the + nnoossppaaccee Tell readline not to append a space (the de- + fault) to words completed at the end of the line. pplluussddiirrss - After any matches defined by the compspec are + After any matches defined by the compspec are generated, directory name completion is at- tempted 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 @@ -4517,7 +4554,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 @@ -4526,17 +4563,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. @@ -4545,193 +4582,197 @@ 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 + 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 ar- guments are being completed, the second argument ($$22) is the word being completed, and the third argument ($$33) is - the word preceding the word being completed on the cur- - rent command line. When it finishes, the possible com- - pletions are retrieved from the value of the CCOOMMPPRREEPPLLYY + the word preceding the word being completed on the cur- + rent command line. When it finishes, the possible com- + pletions are retrieved from the value of the CCOOMMPPRREEPPLLYY 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. Shell quoting is honored within _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. Shell quoting is honored within _w_o_r_d_l_i_s_t, in order to provide a mechanism for the words to contain - shell metacharacters or characters in the value of IIFFSS. - The possible completions are the members of the resul- + shell metacharacters or characters in the value of IIFFSS. + The possible completions are the members of the resul- tant list which match the word being completed. --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] [--DDEEII] [++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_- + 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 op- - tions for each _n_a_m_e or the current completion. The possible - values of _o_p_t_i_o_n are those valid for the ccoommpplleettee builtin de- - scribed above. The --DD option indicates that other supplied op- - tions should apply to the ``default'' command completion; that - is, completion attempted on a command for which no completion + supplied. If no _o_p_t_i_o_ns are given, display the completion op- + tions for each _n_a_m_e or the current completion. The possible + values of _o_p_t_i_o_n are those valid for the ccoommpplleettee builtin de- + scribed above. The --DD option indicates that other supplied op- + tions should apply to the ``default'' command completion; that + is, completion attempted on a command for which no completion has previously been defined. The --EE option indicates that other - supplied options should apply to ``empty'' command completion; - that is, completion attempted on a blank line. The --II option + supplied options should apply to ``empty'' command completion; + that is, completion attempted on a blank line. The --II option indicates that other supplied options should apply to completion - on the initial non-assignment word on the line, or after a com- - mand delimiter such as ;; or ||, which is usually command name + on the initial non-assignment word on the line, or after a com- + mand delimiter such as ;; or ||, which is usually command name completion. - 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 en- - closing loops, the last enclosing loop (the ``top-level'' loop) - is resumed. The return value is 0 unless _n is not greater than + sseelleecctt loop. If _n is specified, resume at the _nth enclosing + loop. _n must be >= 1. If _n is greater than the number of en- + closing 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 + ddeeccllaarree [--aaAAffFFggiiIIllnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] + ttyyppeesseett [--aaAAffFFggiiIIllnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] + Declare variables and/or give them attributes. If no _n_a_m_es are + 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 at- - tributes and values of all shell variables. The --ff option will + options are supplied with --pp, ddeeccllaarree will display the at- + tributes 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 + 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 + using sshhoopptt, the source file name and line number where each + _n_a_m_e is defined are displayed as well. The --FF option implies --ff. The --gg option forces variables to be created or modified at the global scope, even when ddeeccllaarree is executed in a shell func- - tion. It is ignored in all other cases. The following 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 + tion. It is ignored in all other cases. The --II option causes + local variables to inherit the attributes (except the _n_a_m_e_r_e_f + attribute) and value of any existing variable with the same _n_a_m_e + at a surrounding scope. If there is no existing variable, the + local variable is initially unset. The following options can be + used to restrict output to variables with the specified attri- + bute or to give variables attributes: + --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 in- - herit the DDEEBBUUGG and RREETTUURRNN traps from the calling shell. + herit the DDEEBBUUGG and RREETTUURRNN traps from the calling shell. The trace attribute has no special meaning for variables. - --uu When the variable is assigned a value, all lower-case - characters are converted to upper-case. The lower-case + --uu When the variable is assigned a value, all lower-case + characters are converted to upper-case. The lower-case attribute is disabled. - --xx Mark _n_a_m_es for export to subsequent commands via the en- + --xx Mark _n_a_m_es for export to subsequent commands via the en- vironment. - Using `+' instead of `-' turns off the attribute instead, with - the exceptions that ++aa and ++AA may not be used to destroy array - variables and ++rr will not remove the readonly attribute. When + Using `+' instead of `-' turns off the attribute instead, with + the exceptions that ++aa and ++AA may not be used to destroy array + variables 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 - variable name is followed by =_v_a_l_u_e, the value of the variable - is set to _v_a_l_u_e. When using --aa or --AA and the compound assign- - ment syntax to create array variables, additional attributes do - not take effect until subsequent assignments. The return value + with the llooccaall command, unless the --gg option is supplied. If a + variable name is followed by =_v_a_l_u_e, the value of the variable + is set to _v_a_l_u_e. When using --aa or --AA and the compound assign- + ment 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 as- sign a value to an array variable without using the compound as- - signment 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 + signment 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 di- - rectories. The default display is on a single line with direc- - tory names separated by spaces. Directories are added to the - list with the ppuusshhdd command; the ppooppdd command removes entries + Without options, displays the list of currently remembered di- + rectories. The default display is on a single line with direc- + tory 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 direc- tory in the stack. - --cc Clears the directory stack by deleting all of the en- + --cc Clears the directory stack by deleting all of the en- tries. - --ll Produces a listing using full pathnames; the default + --ll Produces a listing using full pathnames; the default listing format uses a tilde to denote the home directory. --pp Print the directory stack with one entry per line. - --vv Print the directory stack with one entry per line, pre- + --vv Print the directory stack with one entry per line, pre- fixing each entry with its index in the stack. ++_n Displays the _nth entry counting from the left of the list shown by ddiirrss when invoked without options, starting with zero. - --_n Displays the _nth entry counting from the right of the + --_n Displays the _nth entry counting from the right of the list shown by ddiirrss when invoked without options, starting with zero. - The return value is 0 unless an invalid option is supplied or _n + The return value is 0 unless an invalid option is supplied or _n indexes beyond the end of the directory stack. ddiissoowwnn [--aarr] [--hh] [_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 re- + 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 re- ceives 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 ar- + to remove or mark all jobs; the --rr option without a _j_o_b_s_p_e_c ar- gument 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 es- - cape characters by default. eecchhoo does not interpret ---- to mean - the end of options. eecchhoo interprets the following escape se- + 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 es- + cape characters by default. eecchhoo does not interpret ---- to mean + the end of options. eecchhoo interprets the following escape se- quences: \\aa alert (bell) \\bb backspace @@ -4744,89 +4785,92 @@ 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 en- - abled. 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 + 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 en- + abled. 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 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 _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 + _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 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 - file cannot be executed. A subshell exits unconditionally if - eexxeecc fails. If _c_o_m_m_a_n_d is not specified, any redirections take - effect in the current shell, and the return status is 0. If + 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. A subshell exits unconditionally if + eexxeecc fails. If _c_o_m_m_a_n_d is not specified, any redirections take + effect in the current shell, and the return status is 0. If there is a 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- - mand for editing and -16 for listing. + The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t + from the history list and displays or edits and re-executes + them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate + the last command beginning with that string) or as a number (an + index into the history list, where a negative number is used as + an offset from the current command number). When listing, a + _f_i_r_s_t or _l_a_s_t of 0 is equivalent to -1 and -0 is equivalent to + the current command (usually the ffcc command); otherwise 0 is + equivalent to -1 and -0 is invalid. If _l_a_s_t is not specified, + it is set to the current command for listing (so that ``fc -l + -10'' prints the last 10 commands) and to _f_i_r_s_t otherwise. If + _f_i_r_s_t is not specified, it is set to the previous command for + editing and -16 for listing. The --nn option suppresses the command numbers when listing. The --rr option reverses the order of the commands. If the --ll option @@ -5143,100 +5187,105 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS given. This is an exception to the usual pprriinnttff behav- ior. - Arguments to non-string format specifiers are treated as C con- + The %b, %q, and %T directives all use the field width and preci- + sion arguments from the format specification and write that many + bytes from (or use that wide a field for) the expanded argument, + which usually contains more characters than the original. + + 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 di- - rectories 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 di- + rectories 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 + 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 in- valid 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 de- + One line is read from the standard input, or from the file de- scriptor _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 sec- - ond _n_a_m_e, and so on. If there are more words than names, the + 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 sec- + ond _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 - words using the same rules the shell uses for expansion (de- - scribed above under WWoorrdd SSpplliittttiinngg). The backslash character + 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 (de- + scribed 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 variable _a_n_a_m_e, starting at 0. _a_n_a_m_e is unset before any - new values are assigned. Other _n_a_m_e arguments are ig- + new values are assigned. Other _n_a_m_e arguments are ig- nored. --dd _d_e_l_i_m The first character of _d_e_l_i_m is used to terminate the in- - put line, rather than newline. If _d_e_l_i_m is the empty - string, rreeaadd will terminate a line when it reads a NUL + put 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, but uses Read- + (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 + If rreeaaddlliinnee is being used to read the line, _t_e_x_t is placed into the editing buffer before editing begins. --nn _n_c_h_a_r_s - rreeaadd returns after reading _n_c_h_a_r_s characters rather than + rreeaadd returns after reading _n_c_h_a_r_s characters rather than waiting for a complete line of input, but honors a delim- - iter if fewer than _n_c_h_a_r_s characters are read before the + iter if fewer than _n_c_h_a_r_s characters are read before the delimiter. --NN _n_c_h_a_r_s - rreeaadd returns after reading exactly _n_c_h_a_r_s characters - rather than waiting for a complete line of input, unless - EOF is encountered or rreeaadd times out. Delimiter charac- - ters encountered in the input are not treated specially - and do not cause rreeaadd to return until _n_c_h_a_r_s characters - are read. The result is not split on the characters in - IIFFSS; the intent is that the variable is assigned exactly + rreeaadd returns after reading exactly _n_c_h_a_r_s characters + rather than waiting for a complete line of input, unless + EOF is encountered or rreeaadd times out. Delimiter charac- + ters encountered in the input are not treated specially + and do not cause rreeaadd to return until _n_c_h_a_r_s characters + are read. The result is not split on the characters in + IIFFSS; the intent is that the variable is assigned exactly the characters read (with the exception of backslash; see the --rr option below). --pp _p_r_o_m_p_t @@ -5244,131 +5293,131 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS line, before attempting to read any input. The prompt is displayed only if input is coming from a terminal. --rr Backslash does not act as an escape character. The back- - slash is considered to be part of the line. In particu- - lar, a backslash-newline pair may not then be used as a + slash is considered to be part of the line. In particu- + lar, a backslash-newline pair may not then be used as a line continuation. --ss Silent mode. If input is coming from a terminal, charac- ters are not echoed. --tt _t_i_m_e_o_u_t - Cause rreeaadd to time out and return failure if a complete - line of input (or a specified number of characters) is - not read within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a deci- - mal number with a fractional portion following the deci- - mal point. This option is only effective if rreeaadd is - reading input from a terminal, pipe, or other special - file; it has no effect when reading from regular files. + Cause rreeaadd to time out and return failure if a complete + line of input (or a specified number of characters) is + not read within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a deci- + mal number with a fractional portion following the deci- + mal point. This option is only effective if rreeaadd is + reading input from a terminal, pipe, or other special + file; it has no effect when reading from regular files. If rreeaadd times out, rreeaadd saves any partial input read into - the specified variable _n_a_m_e. If _t_i_m_e_o_u_t is 0, rreeaadd re- - turns immediately, without trying to read any data. The - exit status is 0 if input is available on the specified - file descriptor, non-zero otherwise. The exit status is + the specified variable _n_a_m_e. If _t_i_m_e_o_u_t is 0, rreeaadd re- + turns immediately, without trying to read any data. The + exit status is 0 if input is available on the specified + file descriptor, non-zero otherwise. The exit status is greater than 128 if the timeout is exceeded. --uu _f_d Read input from file descriptor _f_d. If no _n_a_m_e_s are supplied, the line read is assigned to the vari- - able RREEPPLLYY. The exit status is zero, unless end-of-file is en- - countered, rreeaadd times out (in which case the status is greater - than 128), a variable assignment error (such as assigning to a + able RREEPPLLYY. The exit status is zero, unless end-of-file is en- + countered, rreeaadd times out (in which case the status is greater + than 128), a variable assignment error (such as assigning to a readonly variable) occurs, or an invalid file descriptor is sup- plied as the argument to --uu. rreeaaddoonnllyy [--aaAAff] [--pp] [_n_a_m_e[=_w_o_r_d] ...] - The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s - may not be changed by subsequent assignment. If the --ff option - is supplied, the functions corresponding to the _n_a_m_e_s are so - marked. The --aa option restricts the variables to indexed ar- - rays; the --AA option restricts the variables to associative ar- + The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s + may not be changed by subsequent assignment. If the --ff option + is supplied, the functions corresponding to the _n_a_m_e_s are so + marked. The --aa option restricts the variables to indexed ar- + rays; the --AA option restricts the variables to associative ar- rays. If both options are supplied, --AA takes precedence. If no - _n_a_m_e arguments are given, or if the --pp option is supplied, a + _n_a_m_e arguments are given, or if the --pp option is supplied, a list of all readonly names is printed. The other options may be - used to restrict the output to a subset of the set of readonly - names. The --pp option causes output to be displayed in a format - that may be reused as input. If a variable name is followed by - =_w_o_r_d, the value of the variable is set to _w_o_r_d. The return - status is 0 unless an invalid option is encountered, one of the + used to restrict the output to a subset of the set of readonly + names. The --pp option causes output to be displayed in a format + that may be reused as input. If a variable name is followed by + =_w_o_r_d, the value of the variable is set to _w_o_r_d. The return + status is 0 unless an invalid option is encountered, one of the _n_a_m_e_s is not a valid shell variable name, or --ff is supplied with a _n_a_m_e that is not a function. rreettuurrnn [_n] - Causes a function to stop executing and return the value speci- - fied by _n to its caller. If _n is omitted, the return status is - that of the last command executed in the function body. If rree-- + Causes a function to stop executing and return the value speci- + fied by _n to its caller. If _n is omitted, the return status is + that of the last command executed in the function body. If rree-- ttuurrnn is executed by a trap handler, the last command used to de- - termine the status is the last command executed before the trap - handler. If rreettuurrnn is executed during a DDEEBBUUGG trap, the last - command used to determine the status is the last command exe- - cuted by the trap handler before rreettuurrnn was invoked. If rreettuurrnn - is used outside a function, but during execution of a script by - the .. (ssoouurrccee) command, it causes the shell to stop executing - that script and return either _n or the exit status of the last - command executed within the script as the exit status of the + termine the status is the last command executed before the trap + handler. If rreettuurrnn is executed during a DDEEBBUUGG trap, the last + command used to determine the status is the last command exe- + cuted by the trap handler before rreettuurrnn was invoked. If rreettuurrnn + is used outside a function, but during execution of a script by + the .. (ssoouurrccee) command, it causes the shell to stop executing + that script and return either _n or the exit status of the last + command executed within the script as the exit status of the script. If _n is supplied, the return value is its least signif- - icant 8 bits. The return status is non-zero if rreettuurrnn is sup- - plied a non-numeric argument, or is used outside a function and - not during execution of a script by .. or ssoouurrccee. Any command + icant 8 bits. The return status is non-zero if rreettuurrnn is sup- + plied a non-numeric argument, or is used outside a function and + not during execution of a script by .. or ssoouurrccee. Any command associated with the RREETTUURRNN trap is executed before execution re- sumes after the function or script. sseett [----aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [--oo _o_p_t_i_o_n_-_n_a_m_e] [_a_r_g ...] sseett [++aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [++oo _o_p_t_i_o_n_-_n_a_m_e] [_a_r_g ...] - Without options, the name and value of each shell variable are + Without options, the name and value of each shell variable are displayed in a format that can be reused as input for setting or resetting the currently-set variables. Read-only variables can- - not be reset. In _p_o_s_i_x _m_o_d_e, only shell variables are listed. - The output is sorted according to the current locale. When op- - tions are specified, they set or unset shell attributes. Any - arguments remaining after option processing are treated as val- + not be reset. In _p_o_s_i_x _m_o_d_e, only shell variables are listed. + The output is sorted according to the current locale. When op- + tions are specified, they set or unset shell attributes. Any + arguments remaining after option processing are treated as val- ues for the positional parameters and are assigned, in order, to - $$11, $$22, ...... $$_n. Options, if specified, have the following + $$11, $$22, ...... $$_n. Options, if specified, have the following meanings: --aa Each variable or function that is created or modified is - given the export attribute and marked for export to the + given the export attribute and marked for export to the environment of subsequent commands. - --bb Report the status of terminated background jobs immedi- + --bb Report the status of terminated background jobs immedi- ately, rather than before the next primary prompt. This is effective only when job control is enabled. - --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a - single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d + --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a + single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d (see SSHHEELLLL GGRRAAMMMMAARR above), exits with a non-zero status. - The shell does not exit if the command that fails is - part of the command list immediately following a wwhhiillee - or uunnttiill keyword, part of the test following the iiff or - eelliiff reserved words, part of any command executed in a - &&&& or |||| list except the command following the final &&&& + The shell does not exit if the command that fails is + part of the command list immediately following a wwhhiillee + or uunnttiill keyword, part of the test following the iiff or + eelliiff reserved words, part of any command executed in a + &&&& or |||| list except the command following the final &&&& or ||||, any command in a pipeline but the last, or if the - command's return value is being inverted with !!. If a - compound command other than a subshell returns a non- - zero status because a command failed while --ee was being - ignored, the shell does not exit. A trap on EERRRR, if - set, is executed before the shell exits. This option + command's return value is being inverted with !!. If a + compound command other than a subshell returns a non- + zero status because a command failed while --ee was being + ignored, the shell does not exit. A trap on EERRRR, if + set, is executed before the shell exits. This option applies to the shell environment and each subshell envi- - ronment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT + ronment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT above), and may cause subshells to exit before executing all the commands in the subshell. - If a compound command or shell function executes in a - context where --ee is being ignored, none of the commands - executed within the compound command or function body - will be affected by the --ee setting, even if --ee is set - and a command returns a failure status. If a compound - command or shell function sets --ee while executing in a - context where --ee is ignored, that setting will not have - any effect until the compound command or the command + If a compound command or shell function executes in a + context where --ee is being ignored, none of the commands + executed within the compound command or function body + will be affected by the --ee setting, even if --ee is set + and a command returns a failure status. If a compound + command or shell function sets --ee while executing in a + context where --ee is ignored, that setting will not have + any effect until the compound command or the command containing the function call completes. --ff Disable pathname expansion. - --hh Remember the location of commands as they are looked up + --hh Remember the location of commands as they are looked up for execution. This is enabled by default. - --kk All arguments in the form of assignment statements are - placed in the environment for a command, not just those + --kk All arguments in the form of assignment statements are + placed in the environment for a command, not just those that precede the command name. - --mm Monitor mode. Job control is enabled. This option is - on by default for interactive shells on systems that - support it (see JJOOBB CCOONNTTRROOLL above). All processes run + --mm Monitor mode. Job control is enabled. This option is + on by default for interactive shells on systems that + support it (see JJOOBB CCOONNTTRROOLL above). All processes run in a separate process group. When a background job com- pletes, the shell prints a line containing its exit sta- tus. --nn Read commands but do not execute them. This may be used - to check a shell script for syntax errors. This is ig- + to check a shell script for syntax errors. This is ig- nored by interactive shells. --oo _o_p_t_i_o_n_-_n_a_m_e The _o_p_t_i_o_n_-_n_a_m_e can be one of the following: @@ -5376,10 +5425,10 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Same as --aa. bbrraacceeeexxppaanndd Same as --BB. - eemmaaccss Use an emacs-style command line editing inter- + eemmaaccss Use an emacs-style command line editing inter- face. This is enabled by default when the shell is interactive, unless the shell is started with - the ----nnooeeddiittiinngg option. This also affects the + the ----nnooeeddiittiinngg option. This also affects the editing interface used for rreeaadd --ee. eerrrreexxiitt Same as --ee. eerrrrttrraaccee @@ -5393,8 +5442,8 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS HHIISSTTOORRYY. This option is on by default in inter- active shells. iiggnnoorreeeeooff - The effect is as if the shell command ``IG- - NOREEOF=10'' had been executed (see SShheellll VVaarrii-- + The effect is as if the shell command ``IG- + NOREEOF=10'' had been executed (see SShheellll VVaarrii-- aabblleess above). kkeeyywwoorrdd Same as --kk. mmoonniittoorr Same as --mm. @@ -5409,450 +5458,452 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS pphhyyssiiccaall Same as --PP. ppiippeeffaaiill - If set, the return value of a pipeline is the - value of the last (rightmost) command to exit - with a non-zero status, or zero if all commands - in the pipeline exit successfully. This option + If set, the return value of a pipeline is the + value of the last (rightmost) command to exit + with a non-zero status, or zero if all commands + in the pipeline exit successfully. This option is disabled by default. - ppoossiixx Change the behavior of bbaasshh where the default - operation differs from the POSIX standard to - match the standard (_p_o_s_i_x _m_o_d_e). See SSEEEE AALLSSOO + ppoossiixx Change the behavior of bbaasshh where the default + operation differs from the POSIX standard to + match the standard (_p_o_s_i_x _m_o_d_e). See SSEEEE AALLSSOO below for a reference to a document that details how posix mode affects bash's behavior. pprriivviilleeggeedd Same as --pp. vveerrbboossee Same as --vv. - vvii Use a vi-style command line editing interface. + vvii Use a vi-style command line editing interface. This also affects the editing interface used for rreeaadd --ee. xxttrraaccee Same as --xx. If --oo is supplied with no _o_p_t_i_o_n_-_n_a_m_e, the values of the - current options are printed. If ++oo is supplied with no - _o_p_t_i_o_n_-_n_a_m_e, a series of sseett commands to recreate the - current option settings is displayed on the standard + current options are printed. If ++oo is supplied with no + _o_p_t_i_o_n_-_n_a_m_e, a series of sseett commands to recreate the + current option settings is displayed on the standard output. - --pp Turn on _p_r_i_v_i_l_e_g_e_d mode. In this mode, the $$EENNVV and - $$BBAASSHH__EENNVV files are not processed, shell functions are - not inherited from the environment, and the SSHHEELLLLOOPPTTSS, - BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if they ap- - pear in the environment, are ignored. If the shell is - started with the effective user (group) id not equal to - the real user (group) id, and the --pp option is not sup- + --pp Turn on _p_r_i_v_i_l_e_g_e_d mode. In this mode, the $$EENNVV and + $$BBAASSHH__EENNVV files are not processed, shell functions are + not inherited from the environment, and the SSHHEELLLLOOPPTTSS, + BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if they ap- + pear in the environment, are ignored. If the shell is + started with the effective user (group) id not equal to + the real user (group) id, and the --pp option is not sup- plied, these actions are taken and the effective user id - is set to the real user id. If the --pp option is sup- - plied at startup, the effective user id is not reset. - Turning this option off causes the effective user and + is set to the real user id. If the --pp option is sup- + plied at startup, the effective user id is not reset. + Turning this option off causes the effective user and group ids to be set to the real user and group ids. --tt Exit after reading and executing one command. --uu Treat unset variables and parameters other than the spe- - cial parameters "@" and "*" as an error when performing - parameter expansion. If expansion is attempted on an - unset variable or parameter, the shell prints an error - message, and, if not interactive, exits with a non-zero + cial parameters "@" and "*" as an error when performing + parameter expansion. If expansion is attempted on an + unset variable or parameter, the shell prints an error + message, and, if not interactive, exits with a non-zero status. --vv Print shell input lines as they are read. - --xx After expanding each _s_i_m_p_l_e _c_o_m_m_a_n_d, ffoorr command, ccaassee + --xx After expanding each _s_i_m_p_l_e _c_o_m_m_a_n_d, ffoorr command, ccaassee command, sseelleecctt command, or arithmetic ffoorr command, dis- - play the expanded value of PPSS44, followed by the command + play the expanded value of PPSS44, followed by the command and its expanded arguments or associated word list. - --BB The shell performs brace expansion (see BBrraaccee EExxppaannssiioonn + --BB The shell performs brace expansion (see BBrraaccee EExxppaannssiioonn above). This is on by default. - --CC If set, bbaasshh does not overwrite an existing file with - the >>, >>&&, and <<>> redirection operators. This may be + --CC If set, bbaasshh does not overwrite an existing file with + the >>, >>&&, and <<>> redirection operators. This may be overridden when creating output files by using the redi- rection operator >>|| instead of >>. --EE If set, any trap on EERRRR is inherited by shell functions, - command substitutions, and commands executed in a sub- - shell environment. The EERRRR trap is normally not inher- + command substitutions, and commands executed in a sub- + shell environment. The EERRRR trap is normally not inher- ited in such cases. --HH Enable !! style history substitution. This option is on by default when the shell is interactive. - --PP If set, the shell does not resolve symbolic links when - executing commands such as ccdd that change the current + --PP If set, the shell does not resolve symbolic links when + executing commands such as ccdd that change the current working directory. It uses the physical directory structure instead. By default, bbaasshh follows the logical - chain of directories when performing commands which + chain of directories when performing commands which change the current directory. - --TT If set, any traps on DDEEBBUUGG and RREETTUURRNN are inherited by + --TT If set, any traps on DDEEBBUUGG and RREETTUURRNN are inherited by shell functions, command substitutions, and commands ex- - ecuted in a subshell environment. The DDEEBBUUGG and RREETTUURRNN + ecuted in a subshell environment. The DDEEBBUUGG and RREETTUURRNN traps are normally not inherited in such cases. - ---- If no arguments follow this option, then the positional + ---- If no arguments follow this option, then the positional parameters are unset. Otherwise, the positional parame- - ters are set to the _a_r_gs, even if some of them begin + ters are set to the _a_r_gs, even if some of them begin with a --. - -- Signal the end of options, cause all remaining _a_r_gs to + -- Signal the end of options, cause all remaining _a_r_gs to be assigned to the positional parameters. The --xx and --vv options are turned off. If there are no _a_r_gs, the posi- tional parameters remain unchanged. - The options are off by default unless otherwise noted. Using + - rather than - causes these options to be turned off. The op- + The options are off by default unless otherwise noted. Using + + rather than - causes these options to be turned off. The op- tions can also be specified as arguments to an invocation of the - shell. The current set of options may be found in $$--. The re- - turn status is always true unless an invalid option is encoun- + shell. The current set of options may be found in $$--. The re- + turn status is always true unless an invalid option is encoun- tered. sshhiifftt [_n] - The positional parameters from _n+1 ... are renamed to $$11 ........ - Parameters represented by the numbers $$## down to $$##-_n+1 are un- - set. _n must be a non-negative number less than or equal to $$##. - If _n is 0, no parameters are changed. If _n is not given, it is + The positional parameters from _n+1 ... are renamed to $$11 ........ + Parameters represented by the numbers $$## down to $$##-_n+1 are un- + set. _n must be a non-negative number less than or equal to $$##. + If _n is 0, no parameters are changed. If _n is not given, it is assumed to be 1. If _n is greater than $$##, the positional param- - eters are not changed. The return status is greater than zero + eters are not changed. The return status is greater than zero if _n is greater than $$## or less than zero; otherwise 0. sshhoopptt [--ppqqssuu] [--oo] [_o_p_t_n_a_m_e ...] - Toggle the values of settings controlling optional shell behav- - ior. The settings can be either those listed below, or, if the + Toggle the values of settings controlling optional shell behav- + ior. The settings can be either those listed below, or, if the --oo option is used, those available with the --oo option to the sseett builtin command. With no options, or with the --pp option, a list - of all settable options is displayed, with an indication of + of all settable options is displayed, with an indication of whether or not each is set; if _o_p_t_n_a_m_e_s are supplied, the output - is restricted to those options. The --pp option causes output to - be displayed in a form that may be reused as input. Other op- + is restricted to those options. The --pp option causes output to + be displayed in a form that may be reused as input. Other op- tions have the following meanings: --ss Enable (set) each _o_p_t_n_a_m_e. --uu Disable (unset) each _o_p_t_n_a_m_e. - --qq Suppresses normal output (quiet mode); the return status + --qq Suppresses normal output (quiet mode); the return status indicates whether the _o_p_t_n_a_m_e is set or unset. If multi- - ple _o_p_t_n_a_m_e arguments are given with --qq, the return sta- - tus is zero if all _o_p_t_n_a_m_e_s are enabled; non-zero other- + ple _o_p_t_n_a_m_e arguments are given with --qq, the return sta- + tus is zero if all _o_p_t_n_a_m_e_s are enabled; non-zero other- wise. - --oo Restricts the values of _o_p_t_n_a_m_e to be those defined for + --oo Restricts the values of _o_p_t_n_a_m_e to be those defined for the --oo option to the sseett builtin. - If either --ss or --uu is used with no _o_p_t_n_a_m_e arguments, sshhoopptt - shows only those options which are set or unset, respectively. - Unless otherwise noted, the sshhoopptt options are disabled (unset) + If either --ss or --uu is used with no _o_p_t_n_a_m_e arguments, sshhoopptt + shows only those options which are set or unset, respectively. + Unless otherwise noted, the sshhoopptt options are disabled (unset) by default. - The return status when listing options is zero if all _o_p_t_n_a_m_e_s - are enabled, non-zero otherwise. When setting or unsetting op- - tions, the return status is zero unless an _o_p_t_n_a_m_e is not a + The return status when listing options is zero if all _o_p_t_n_a_m_e_s + are enabled, non-zero otherwise. When setting or unsetting op- + tions, the return status is zero unless an _o_p_t_n_a_m_e is not a valid shell option. The list of sshhoopptt options is: aassssoocc__eexxppaanndd__oonnccee - If set, the shell suppresses multiple evaluation of as- - sociative array subscripts during arithmetic expression - evaluation, while executing builtins that can perform - variable assignments, and while executing builtins that + If set, the shell suppresses multiple evaluation of as- + sociative array subscripts during arithmetic expression + evaluation, while executing builtins that can perform + variable assignments, and while executing builtins that perform array dereferencing. - aauuttooccdd If set, a command name that is the name of a directory - is executed as if it were the argument to the ccdd com- + aauuttooccdd If set, a command name that is the name of a directory + is executed as if it were the argument to the ccdd com- mand. This option is only used by interactive shells. ccddaabbllee__vvaarrss - If set, an argument to the ccdd builtin command that is - not a directory is assumed to be the name of a variable + If set, an argument to the ccdd builtin command that is + not a directory is assumed to be the name of a variable whose value is the directory to change to. ccddssppeellll If set, minor errors in the spelling of a directory com- - ponent in a ccdd command will be corrected. The errors + ponent in a ccdd command will be corrected. The errors checked for are transposed characters, a missing charac- - ter, and one character too many. If a correction is - found, the corrected filename is printed, and the com- - mand proceeds. This option is only used by interactive + ter, and one character too many. If a correction is + found, the corrected filename is printed, and the com- + mand proceeds. This option is only used by interactive shells. cchheecckkhhaasshh If set, bbaasshh checks that a command found in the hash ta- - ble exists before trying to execute it. If a hashed - command no longer exists, a normal path search is per- + ble exists before trying to execute it. If a hashed + command no longer exists, a normal path search is per- formed. cchheecckkjjoobbss If set, bbaasshh lists the status of any stopped and running - jobs before exiting an interactive shell. If any jobs + jobs before exiting an interactive shell. If any jobs are running, this causes the exit to be deferred until a - second exit is attempted without an intervening command + second exit is attempted without an intervening command (see JJOOBB CCOONNTTRROOLL above). The shell always postpones ex- iting if any jobs are stopped. cchheecckkwwiinnssiizzee - If set, bbaasshh checks the window size after each external - (non-builtin) command and, if necessary, updates the - values of LLIINNEESS and CCOOLLUUMMNNSS. This option is enabled by + If set, bbaasshh checks the window size after each external + (non-builtin) command and, if necessary, updates the + values of LLIINNEESS and CCOOLLUUMMNNSS. This option is enabled by default. - 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 - enabled by default, but only has an effect if command + 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 + enabled by default, but only has an effect if command history is enabled, as described above under HHIISSTTOORRYY. ccoommppaatt3311 - If set, bbaasshh changes its behavior to that of version 3.1 - with respect to quoted arguments to the [[[[ conditional - command's ==~~ operator and locale-specific string compar- - ison when using the [[[[ conditional command's << and >> op- - erators. Bash versions prior to bash-4.1 use ASCII col- - lation and _s_t_r_c_m_p(3); bash-4.1 and later use the current - locale's collation sequence and _s_t_r_c_o_l_l(3). ccoommppaatt3322 - If set, bbaasshh changes its behavior to that of version 3.2 - with respect to locale-specific string comparison when - using the [[[[ conditional command's << and >> operators - (see previous item) and the effect of interrupting a - command list. Bash versions 3.2 and earlier continue - with the next command in the list after one terminates - due to an interrupt. ccoommppaatt4400 - If set, bbaasshh changes its behavior to that of version 4.0 - with respect to locale-specific string comparison when - using the [[[[ conditional command's << and >> operators - (see description of ccoommppaatt3311) and the effect of inter- - rupting a command list. Bash versions 4.0 and later in- - terrupt the list as if the shell received the interrupt; - previous versions continue with the next command in the - list. ccoommppaatt4411 - If set, bbaasshh, when in _p_o_s_i_x _m_o_d_e, treats a single quote - in a double-quoted parameter expansion as a special - character. The single quotes must match (an even num- - ber) and the characters between the single quotes are - considered quoted. This is the behavior of > operators sort lexico- + When used with tteesstt or [[, the << and >> operators sort lexico- graphically using ASCII ordering. - ttiimmeess Print the accumulated user and system times for the shell and + ttiimmeess Print the accumulated user and system times for the shell and for processes run from the shell. The return status is 0. ttrraapp [--llpp] [[_a_r_g] _s_i_g_s_p_e_c ...] - The command _a_r_g is to be read and executed when the shell re- + The command _a_r_g is to be read and executed when the shell re- ceives signal(s) _s_i_g_s_p_e_c. If _a_r_g is absent (and there is a sin- - gle _s_i_g_s_p_e_c) or --, each specified signal is reset to its origi- - nal disposition (the value it had upon entrance to the shell). - If _a_r_g is the null string the signal specified by each _s_i_g_s_p_e_c - is ignored by the shell and by the commands it invokes. If _a_r_g - is not present and --pp has been supplied, then the trap commands + gle _s_i_g_s_p_e_c) or --, each specified signal is reset to its origi- + nal disposition (the value it had upon entrance to the shell). + If _a_r_g is the null string the signal specified by each _s_i_g_s_p_e_c + is ignored by the shell and by the commands it invokes. If _a_r_g + is not present and --pp has been supplied, then the trap commands associated with each _s_i_g_s_p_e_c are displayed. If no arguments are - supplied or if only --pp is given, ttrraapp prints the list of com- - mands associated with each signal. The --ll option causes the - shell to print a list of signal names and their corresponding - numbers. Each _s_i_g_s_p_e_c is either a signal name defined in <_s_i_g_- - _n_a_l_._h>, or a signal number. Signal names are case insensitive + supplied or if only --pp is given, ttrraapp prints the list of com- + mands associated with each signal. The --ll option causes the + shell to print a list of signal names and their corresponding + numbers. Each _s_i_g_s_p_e_c is either a signal name defined in <_s_i_g_- + _n_a_l_._h>, or a signal number. Signal names are case insensitive and the SSIIGG prefix is optional. - If a _s_i_g_s_p_e_c is EEXXIITT (0) the command _a_r_g is executed on exit - from the shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, the command _a_r_g is exe- - cuted before every _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command, - _s_e_l_e_c_t command, every arithmetic _f_o_r command, and before the - first command executes in a shell function (see SSHHEELLLL GGRRAAMMMMAARR - above). Refer to the description of the eexxttddeebbuugg option to the + If a _s_i_g_s_p_e_c is EEXXIITT (0) the command _a_r_g is executed on exit + from the shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, the command _a_r_g is exe- + cuted before every _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command, + _s_e_l_e_c_t command, every arithmetic _f_o_r command, and before the + first command executes in a shell function (see SSHHEELLLL GGRRAAMMMMAARR + above). Refer to the description of the eexxttddeebbuugg option to the sshhoopptt builtin for details of its effect on the DDEEBBUUGG trap. If a _s_i_g_s_p_e_c is RREETTUURRNN, the command _a_r_g is executed each time a shell function or a script executed with the .. or ssoouurrccee builtins fin- ishes executing. - If a _s_i_g_s_p_e_c is EERRRR, the command _a_r_g is executed whenever a + If a _s_i_g_s_p_e_c is EERRRR, the command _a_r_g is executed whenever a pipeline (which may consist of a single simple command), a list, or a compound command returns a non-zero exit status, subject to - the following conditions. The EERRRR trap is not executed if the + the following conditions. The EERRRR trap is not executed if the failed command is part of the command list immediately following - a wwhhiillee or uunnttiill keyword, part of the test in an _i_f statement, + a wwhhiillee or uunnttiill keyword, part of the test in an _i_f statement, part of a command executed in a &&&& or |||| list except the command - following the final &&&& or ||||, any command in a pipeline but the - last, or if the command's return value is being inverted using + following the final &&&& or ||||, any command in a pipeline but the + last, or if the command's return value is being inverted using !!. These are the same conditions obeyed by the eerrrreexxiitt (--ee) op- tion. Signals ignored upon entry to the shell cannot be trapped or re- - set. Trapped signals that are not being ignored are reset to + set. Trapped signals that are not being ignored are reset to their original values in a subshell or subshell environment when - one is created. The return status is false if any _s_i_g_s_p_e_c is + one is created. The return status is false if any _s_i_g_s_p_e_c is invalid; otherwise ttrraapp returns true. ttyyppee [--aaffttppPP] _n_a_m_e [_n_a_m_e ...] - With no options, indicate how each _n_a_m_e would be interpreted if + With no options, indicate how each _n_a_m_e would be interpreted if used as a command name. If the --tt option is used, ttyyppee prints a - string which is one of _a_l_i_a_s, _k_e_y_w_o_r_d, _f_u_n_c_t_i_o_n, _b_u_i_l_t_i_n, or - _f_i_l_e if _n_a_m_e is an alias, shell reserved word, function, - builtin, or disk file, respectively. If the _n_a_m_e is not found, - then nothing is printed, and an exit status of false is re- - turned. If the --pp option is used, ttyyppee either returns the name - of the disk file that would be executed if _n_a_m_e were specified - as a command name, or nothing if ``type -t name'' would not re- - turn _f_i_l_e. The --PP option forces a PPAATTHH search for each _n_a_m_e, + string which is one of _a_l_i_a_s, _k_e_y_w_o_r_d, _f_u_n_c_t_i_o_n, _b_u_i_l_t_i_n, or + _f_i_l_e if _n_a_m_e is an alias, shell reserved word, function, + builtin, or disk file, respectively. If the _n_a_m_e is not found, + then nothing is printed, and an exit status of false is re- + turned. If the --pp option is used, ttyyppee either returns the name + of the disk file that would be executed if _n_a_m_e were specified + as a command name, or nothing if ``type -t name'' would not re- + turn _f_i_l_e. The --PP option forces a PPAATTHH search for each _n_a_m_e, even if ``type -t name'' would not return _f_i_l_e. If a command is hashed, --pp and --PP print the hashed value, which is not necessar- - ily the file that appears first in PPAATTHH. If the --aa option is - used, ttyyppee prints all of the places that contain an executable + ily the file that appears first in PPAATTHH. If the --aa option is + used, ttyyppee prints all of the places that contain an executable named _n_a_m_e. This includes aliases and functions, if and only if the --pp option is not also used. The table of hashed commands is - not consulted when using --aa. The --ff option suppresses shell + not consulted when using --aa. The --ff option suppresses shell function lookup, as with the ccoommmmaanndd builtin. ttyyppee returns true if all of the arguments are found, false if any are not found. - uulliimmiitt [--HHSSaabbccddeeffiikkllmmnnppqqrrssttuuvvxxPPTT [_l_i_m_i_t]] - Provides control over the resources available to the shell and - to processes started by it, on systems that allow such control. + uulliimmiitt [--HHSSaabbccddeeffiikkllmmnnppqqrrssttuuvvxxPPRRTT [_l_i_m_i_t]] + Provides control over the resources available to the shell and + to processes started by it, on systems that allow such control. The --HH and --SS options specify that the hard or soft limit is set - for the given resource. A hard limit cannot be increased by a - non-root user once it is set; a soft limit may be increased up - to the value of the hard limit. If neither --HH nor --SS is speci- + for the given resource. A hard limit cannot be increased by a + non-root user once it is set; a soft limit may be increased up + to the value of the hard limit. If neither --HH nor --SS is speci- fied, both the soft and hard limits are set. The value of _l_i_m_i_t can be a number in the unit specified for the resource or one of the special values hhaarrdd, ssoofftt, or uunnlliimmiitteedd, which stand for the - current hard limit, the current soft limit, and no limit, re- - spectively. If _l_i_m_i_t is omitted, the current value of the soft + current hard limit, the current soft limit, and no limit, re- + spectively. If _l_i_m_i_t is omitted, the current value of the soft limit of the resource is printed, unless the --HH option is given. - When more than one resource is specified, the limit name and - unit are printed before the value. Other options are inter- + When more than one resource is specified, the limit name and + unit are printed before the value. Other options are inter- preted as follows: --aa All current limits are reported --bb The maximum socket buffer size --cc The maximum size of core files created --dd The maximum size of a process's data segment --ee The maximum scheduling priority ("nice") - --ff The maximum size of files written by the shell and its + --ff The maximum size of files written by the shell and its children --ii The maximum number of pending signals --kk The maximum number of kqueues that may be allocated --ll The maximum size that may be locked into memory - --mm The maximum resident set size (many systems do not honor + --mm The maximum resident set size (many systems do not honor this limit) --nn The maximum number of open file descriptors (most systems do not allow this value to be set) @@ -6005,79 +6056,208 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --rr The maximum real-time scheduling priority --ss The maximum stack size --tt The maximum amount of cpu time in seconds - --uu The maximum number of processes available to a single + --uu The maximum number of processes available to a single user - --vv The maximum amount of virtual memory available to the + --vv The maximum amount of virtual memory available to the shell and, on some systems, to its children --xx The maximum number of file locks --PP The maximum number of pseudoterminals + --RR The maximum time a real-time process can run before + blocking, in microseconds --TT The maximum number of threads If _l_i_m_i_t is given, and the --aa option is not used, _l_i_m_i_t is the new value of the specified resource. If no option is given, then --ff is assumed. Values are in 1024-byte increments, except - for --tt, which is in seconds; --pp, which is in units of 512-byte - blocks; --PP, --TT, --bb, --kk, --nn, and --uu, which are unscaled values; - and, when in posix mode, --cc and --ff, which are in 512-byte incre- - ments. The return status is 0 unless an invalid option or argu- - ment is supplied, or an error occurs while setting a new limit. + for --tt, which is in seconds; --RR, which is in microseconds; --pp, + which is in units of 512-byte blocks; --PP, --TT, --bb, --kk, --nn, and + --uu, which are unscaled values; and, when in posix mode, --cc and + --ff, which are in 512-byte increments. The return status is 0 + unless an invalid option or argument is supplied, or an error + occurs while setting a new limit. uummaasskk [--pp] [--SS] [_m_o_d_e] The user file-creation mask is set to _m_o_d_e. If _m_o_d_e begins with - a digit, it is interpreted as an octal number; otherwise it is - interpreted as a symbolic mode mask similar to that accepted by - _c_h_m_o_d(1). If _m_o_d_e is omitted, the current value of the mask is - printed. The --SS option causes the mask to be printed in sym- - bolic form; the default output is an octal number. If the --pp + a digit, it is interpreted as an octal number; otherwise it is + interpreted as a symbolic mode mask similar to that accepted by + _c_h_m_o_d(1). If _m_o_d_e is omitted, the current value of the mask is + printed. The --SS option causes the mask to be printed in sym- + bolic form; the default output is an octal number. If the --pp option is supplied, and _m_o_d_e is omitted, the output is in a form that may be reused as input. The return status is 0 if the mode - was successfully changed or if no _m_o_d_e argument was supplied, + was successfully changed or if no _m_o_d_e argument was supplied, and false otherwise. uunnaalliiaass [-aa] [_n_a_m_e ...] - Remove each _n_a_m_e from the list of defined aliases. If --aa is - supplied, all alias definitions are removed. The return value + Remove each _n_a_m_e from the list of defined aliases. If --aa is + supplied, all alias definitions are removed. The return value is true unless a supplied _n_a_m_e is not a defined alias. uunnsseett [-ffvv] [-nn] [_n_a_m_e ...] - For each _n_a_m_e, remove the corresponding variable or function. + For each _n_a_m_e, remove the corresponding variable or function. If the --vv option is given, each _n_a_m_e refers to a shell variable, - and that variable is removed. Read-only variables may not be - unset. If --ff is specified, each _n_a_m_e refers to a shell func- - tion, and the function definition is removed. If the --nn option - is supplied, and _n_a_m_e is a variable with the _n_a_m_e_r_e_f attribute, - _n_a_m_e will be unset rather than the variable it references. --nn - has no effect if the --ff option is supplied. If no options are - supplied, each _n_a_m_e refers to a variable; if there is no vari- - able by that name, a function with that name, if any, is unset. - Each unset variable or function is removed from the environment - passed to subsequent commands. If any of BBAASSHH__AALLIIAASSEESS, + and that variable is removed. Read-only variables may not be + unset. If --ff is specified, each _n_a_m_e refers to a shell func- + tion, and the function definition is removed. If the --nn option + is supplied, and _n_a_m_e is a variable with the _n_a_m_e_r_e_f attribute, + _n_a_m_e will be unset rather than the variable it references. --nn + has no effect if the --ff option is supplied. If no options are + supplied, each _n_a_m_e refers to a variable; if there is no vari- + able by that name, a function with that name, if any, is unset. + Each unset variable or function is removed from the environment + passed to subsequent commands. If any of BBAASSHH__AALLIIAASSEESS, BBAASSHH__AARRGGVV00, BBAASSHH__CCMMDDSS, BBAASSHH__CCOOMMMMAANNDD, BBAASSHH__SSUUBBSSHHEELLLL, BBAASSHHPPIIDD, - CCOOMMPP__WWOORRDDBBRREEAAKKSS, DDIIRRSSTTAACCKK, EEPPOOCCHHRREEAALLTTIIMMEE, EEPPOOCCHHSSEECCOONNDDSS, FFUUNNCC-- - NNAAMMEE, GGRROOUUPPSS, HHIISSTTCCMMDD, LLIINNEENNOO, RRAANNDDOOMM, SSEECCOONNDDSS, or SSRRAANNDDOOMM are + CCOOMMPP__WWOORRDDBBRREEAAKKSS, DDIIRRSSTTAACCKK, EEPPOOCCHHRREEAALLTTIIMMEE, EEPPOOCCHHSSEECCOONNDDSS, FFUUNNCC-- + NNAAMMEE, GGRROOUUPPSS, HHIISSTTCCMMDD, LLIINNEENNOO, RRAANNDDOOMM, SSEECCOONNDDSS, or SSRRAANNDDOOMM are unset, they lose their special properties, even if they are sub- sequently reset. The exit status is true unless a _n_a_m_e is read- only. wwaaiitt [--ffnn] [--pp _v_a_r_n_a_m_e] [_i_d _._._.] Wait for each specified child process and return its termination - status. Each _i_d may be a process ID or a job specification; if - a job spec is given, all processes in that job's pipeline are - waited for. If _i_d is not given, wwaaiitt waits for all running - background jobs and the last-executed process substitution, if + status. Each _i_d may be a process ID or a job specification; if + a job spec is given, all processes in that job's pipeline are + waited for. If _i_d is not given, wwaaiitt waits for all running + background jobs and the last-executed process substitution, if its process id is the same as $$!!, and the return status is zero. - If the --nn option is supplied, wwaaiitt waits for a single job to - terminate and returns its exit status. If the --pp option is sup- - plied, the process or job identifier of the job for which the - exit status is returned is assigned to the variable _v_a_r_n_a_m_e - named by the option argument. The variable will be unset ini- - tially, before any assignment. This is useful only when the --nn - option is supplied. Supplying the --ff option, when job control - is enabled, forces wwaaiitt to wait for _i_d to terminate before re- - turning its status, instead of returning when it changes status. - If _i_d specifies a non-existent process or job, the return status - is 127. Otherwise, the return status is the exit status of the - last process or job waited for. + If the --nn option is supplied, wwaaiitt waits for a single job from + the list of _i_ds or, if no _i_ds are supplied, any job, to complete + and returns its exit status. If none of the supplied arguments + is a child of the shell, or if no arguments are supplied and the + shell has no unwaited-for children, the exit status is 127. If + the --pp option is supplied, the process or job identifier of the + job for which the exit status is returned is assigned to the + variable _v_a_r_n_a_m_e named by the option argument. The variable + will be unset initially, before any assignment. This is useful + only when the --nn option is supplied. Supplying the --ff option, + when job control is enabled, forces wwaaiitt to wait for _i_d to ter- + minate before returning its status, instead of returning when it + changes status. If _i_d specifies a non-existent process or job, + the return status is 127. Otherwise, the return status is the + exit status of the last process or job waited for. + +SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE + Bash-4.0 introduced the concept of a `shell compatibility level', spec- + ified as a set of options to the shopt builtin ccoommppaatt3311, ccoommppaatt3322, ccoomm-- + ppaatt4400, ccoommppaatt4411, and so on). There is only one current compatibility + level -- each option is mutually exclusive. The compatibility level is + intended to allow users to select behavior from previous versions that + is incompatible with newer versions while they migrate scripts to use + current features and behavior. It's intended to be a temporary solu- + tion. + + This section does not mention behavior that is standard for a particu- + lar version (e.g., setting ccoommppaatt3322 means that quoting the rhs of the + regexp matching operator quotes special regexp characters in the word, + which is default behavior in bash-3.2 and above). + + If a user enables, say, ccoommppaatt3322, it may affect the behavior of other + compatibility levels up to and including the current compatibility + level. The idea is that each compatibility level controls behavior + that changed in that version of bbaasshh, but that behavior may have been + present in earlier versions. For instance, the change to use locale- + based comparisons with the [[[[ command came in bash-4.1, and earlier + versions used ASCII-based comparisons, so enabling ccoommppaatt3322 will enable + ASCII-based comparisons as well. That granularity may not be suffi- + cient for all uses, and as a result users should employ compatibility + levels carefully. Read the documentation for a particular feature to + find out the current behavior. + + Bash-4.3 introduced a new shell variable: BBAASSHH__CCOOMMPPAATT. The value as- + signed to this variable (a decimal version number like 4.2, or an inte- + ger corresponding to the ccoommppaatt_N_N option, like 42) determines the com- + patibility level. + + Starting with bash-4.4, Bash has begun deprecating older compatibility + levels. Eventually, the options will be removed in favor of BBAASSHH__CCOOMM-- + PPAATT. + + Bash-5.0 is the final version for which there will be an individual + shopt option for the previous version. Users should use BBAASSHH__CCOOMMPPAATT on + bash-5.0 and later versions. + + The following table describes the behavior changes controlled by each + compatibility level setting. The ccoommppaatt_N_N tag is used as shorthand for + setting the compatibility level to _N_N using one of the following mecha- + nisms. For versions prior to bash-5.0, the compatibility level may be + set using the corresponding ccoommppaatt_N_N shopt option. For bash-4.3 and + later versions, the BBAASSHH__CCOOMMPPAATT variable is preferred, and it is re- + quired for bash-5.1 and later versions. + + ccoommppaatt3311 + +o quoting the rhs of the [[[[ command's regexp matching oper- + ator (=~) has no special effect + + ccoommppaatt3322 + +o interrupting a command list such as "a ; b ; c" causes + the execution of the next command in the list (in + bash-4.0 and later versions, the shell acts as if it re- + ceived the interrupt, so interrupting one command in a + list aborts the execution of the entire list) + + ccoommppaatt4400 + +o the << and >> operators to the [[[[ command do not consider + the current locale when comparing strings; they use ASCII + ordering. Bash versions prior to bash-4.1 use ASCII col- + lation and _s_t_r_c_m_p(3); bash-4.1 and later use the current + locale's collation sequence and _s_t_r_c_o_l_l(3). + + ccoommppaatt4411 + +o in _p_o_s_i_x mode, ttiimmee may be followed by options and still + be recognized as a reserved word (this is POSIX interpre- + tation 267) + +o in _p_o_s_i_x mode, the parser requires that an even number of + single quotes occur in the _w_o_r_d portion of a double- + quoted parameter expansion and treats them specially, so + that characters within the single quotes are considered + quoted (this is POSIX interpretation 221) + + ccoommppaatt4422 + +o the replacement string in double-quoted pattern substitu- + tion does not undergo quote removal, as it does in ver- + sions after bash-4.2 + +o in posix mode, single quotes are considered special when + expanding the _w_o_r_d portion of a double-quoted parameter + expansion and can be used to quote a closing brace or + other special character (this is part of POSIX interpre- + tation 221); in later versions, single quotes are not + special within double-quoted word expansions + + ccoommppaatt4433 + +o the shell does not print a warning message if an attempt + is made to use a quoted compound assignment as an argu- + ment to declare (declare -a foo='(1 2)'). Later versions + warn that this usage is deprecated + +o word expansion errors are considered non-fatal errors + that cause the current command to fail, even in posix + mode (the default behavior is to make them fatal errors + that cause the shell to exit) + +o when executing a shell function, the loop state + (while/until/etc.) is not reset, so bbrreeaakk or ccoonnttiinnuuee in + that function will break or continue loops in the calling + context. Bash-4.4 and later reset the loop state to pre- + vent this + + ccoommppaatt4444 + +o the shell sets up the values used by BBAASSHH__AARRGGVV and + BBAASSHH__AARRGGCC so they can expand to the shell's positional + parameters even if extended debugging mode is not enabled + +o a subshell inherits loops from its parent context, so + bbrreeaakk or ccoonnttiinnuuee will cause the subshell to exit. + Bash-5.0 and later reset the loop state to prevent the + exit + +o variable assignments preceding builtins like eexxppoorrtt and + rreeaaddoonnllyy that set attributes continue to affect variables + with the same name in the calling environment even if the + shell is not in posix mode + + ccoommppaatt5500 + +o Bash-5.1 changed the way $$RRAANNDDOOMM is generated to intro- + duce slightly more randomness. If the shell compatibility + level is set to 50 or lower, it reverts to the method + from bash-5.0 and previous versions, so seeding the ran- + dom number generator by assigning a value to RRAANNDDOOMM will + produce the same sequence as in bash-5.0 RREESSTTRRIICCTTEEDD SSHHEELLLL If bbaasshh is started with the name rrbbaasshh, or the --rr option is supplied at @@ -6088,13 +6268,17 @@ RREESSTTRRIICCTTEEDD SSHHEELLLL +o changing directories with ccdd - +o setting or unsetting the values of SSHHEELLLL, PPAATTHH, EENNVV, or BBAASSHH__EENNVV + +o setting or unsetting the values of SSHHEELLLL, PPAATTHH, HHIISSTTFFIILLEE, EENNVV, + or BBAASSHH__EENNVV +o specifying command names containing // - +o specifying a filename containing a // as an argument to the .. + +o specifying a filename containing a // as an argument to the .. builtin command + +o specifying a filename containing a slash as an argument to the + hhiissttoorryy builtin command + +o specifying a filename containing a slash as an argument to the --pp option to the hhaasshh builtin command @@ -6209,4 +6393,4 @@ BBUUGGSS -GNU Bash 5.0 2020 January 29 BASH(1) +GNU Bash 5.1 2020 June 5 BASH(1) diff --git a/doc/bash.1 b/doc/bash.1 index b7ff0d05..6ad316ca 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -5,12 +5,12 @@ .\" Case Western Reserve University .\" chet.ramey@case.edu .\" -.\" Last Change: Fri Jun 5 14:46:57 EDT 2020 +.\" Last Change: Tue Jun 16 16:24:30 EDT 2020 .\" .\" bash_builtins, strip all but Built-Ins section .if \n(zZ=1 .ig zZ .if \n(zY=1 .ig zY -.TH BASH 1 "2020 June 5" "GNU Bash 5.1" +.TH BASH 1 "2020 June 16" "GNU Bash 5.1" .\" .\" There's some problem with having a `@' .\" in a tagged paragraph with the BSD man macros. @@ -2037,7 +2037,8 @@ below. .B BASH_COMPAT The value is used to set the shell's compatibility level. See -\fBSHELL COMPATIBILITY MODE\fP +.SM +.B SHELL COMPATIBILITY MODE below for a description of the various compatibility levels and their effects. The value may be a decimal number (e.g., 4.2) or an integer (e.g., 42) @@ -2049,7 +2050,8 @@ compatibility levels, the shell prints an error message and sets the compatibility level to the default for the current version. The valid values correspond to the compatibility levels described below under -\fBSHELL COMPATIBILITY MODE\fP. +.SM +.BR BSHELL COMPATIBILITY MODE . For example, 4.2 and 42 are valid values that correspond to the \fBcompat42\fP \fBshopt\fP option and set the compatibility level to 42. @@ -11058,6 +11060,11 @@ so seeding the random number generator by assigning a value to .SM .B RANDOM will produce the same sequence as in bash-5.0 +.IP \(bu +If the command hash table is empty, bash versions prior to bash-5.1 +printed an informational message to that effect, even when producing +output that can be reused as input. Bash-5.1 suppresses that message +when the \fB\-l\fP option is supplied. .RE .PD .\" bash_builtins diff --git a/doc/bash.html b/doc/bash.html index 36cd81a4..5389e90d 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2020 January 29BASH(1) +BASH(1)2020 June 5BASH(1)

Index @@ -522,7 +522,7 @@ option has no effect. A non-interactive shell invoked with the name sh -does not attempt to read any other startup files. +does not attempt to read any other startup files. When invoked as sh, @@ -598,8 +598,6 @@ the same, but the effective user id is not reset.  

DEFINITIONS

-

- The following definitions are used throughout the rest of this document. @@ -639,10 +637,6 @@ A character that, when unquoted, separates words. One of the following: - -

- -

control operator
@@ -662,17 +656,21 @@ symbols: Reserved words are words that have a special meaning to the shell. The following words are recognized as reserved when unquoted and either -the first word of a simple command (see +the first word of a command (see SHELL GRAMMAR -below) or the third word of a +below), the third word of a case or +select + +command +(only in is valid), or the third word of a for -command: +command (only in and do are valid):

@@ -690,8 +688,6 @@ command:  

Simple Commands

-

- A simple command is a sequence of optional variable assignments followed by blank-separated words and redirections, and terminated by a control operator. The first word @@ -706,8 +702,6 @@ The return value of a simple command is its exit status, or  

Pipelines

-

- A pipeline is a sequence of one or more commands separated by one of the control operators | @@ -802,8 +796,6 @@ the last element of a pipeline may be run by the shell process.  

Lists

-

- A list is a sequence of one or more pipelines separated by one of the operators ;, @@ -885,8 +877,6 @@ An OR list has the form

command1 || command2 -

-

@@ -903,8 +893,6 @@ executed in the list.  

Compound Commands

-

- A compound command is one of the following. In most cases a list in a command's description may be separated from the rest of the command by one or more newlines, and may be followed by a @@ -1208,8 +1196,6 @@ none was executed.  

Coprocesses

-

- A coprocess is a shell command preceded by the coproc reserved word. A coprocess is executed asynchronously in a subshell, as if the command @@ -1267,8 +1253,6 @@ The return status of a coprocess is the exit status of command.  

Shell Function Definitions

-

- A shell function is an object that is called like a simple command and executes a compound command with a new set of positional parameters. Shell functions are declared as follows: @@ -1534,8 +1518,12 @@ not been present. A double-quoted string preceded by a dollar sign ($dqstringdq) will cause the string to be translated according to the current locale. -If the current locale is C or POSIX, the dollar sign -is ignored. +The gettext infrastructure performs the message catalog lookup and +translation, using the LC_MESSAGES and TEXTDOMAIN shell +variables. +If the current locale is C or POSIX, +or if there are no translations available, +the dollar sign is ignored. If the string is translated and replaced, the replacement is double-quoted.   @@ -1701,8 +1689,6 @@ as an argument, the variable referenced by the nameref variable will be unset.  

Positional Parameters

-

- A positional parameter @@ -1730,8 +1716,6 @@ below).  

Special Parameters

-

- The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. @@ -1801,7 +1785,7 @@ pipeline.

-
-Expands to the current option flags as specified upon invocation, +Expands to the current option flags as specified upon invocation, by the set @@ -1856,8 +1840,6 @@ as given by argument zero.  

Shell Variables

-

- The following variables are set by the shell:

@@ -1866,7 +1848,7 @@ The following variables are set by the shell:

_
-At shell startup, set to the absolute pathname used to invoke the +At shell startup, set to the pathname used to invoke the shell or shell script being executed as passed in the environment or argument list. Subsequently, expands to the last argument to the previous simple @@ -2336,6 +2318,11 @@ subsequently reset.
The history number, or index in the history list, of the current command. +Assignments to +HISTCMD + + +are ignored. If HISTCMD @@ -2521,6 +2508,8 @@ value is assigned to the value returned upon subsequent references is the number of seconds since the assignment plus the value assigned. +The number of seconds at shell invocation and the current time is always +determined by querying the system clock. If SECONDS @@ -2599,9 +2588,9 @@ below.
The value is used to set the shell's compatibility level. -See the description of the shopt builtin below under -SHELL BUILTIN COMMANDS -for a description of the various compatibility +See +SHELL COMPATIBILITY MODE +below for a description of the various compatibility levels and their effects. The value may be a decimal number (e.g., 4.2) or an integer (e.g., 42) corresponding to the desired compatibility level. @@ -2610,9 +2599,12 @@ level is set to the default for the current version. If BASH_COMPAT is set to a value that is not one of the valid compatibility levels, the shell prints an error message and sets the compatibility level to the default for the current version. -The valid compatibility levels correspond to the compatibility options -accepted by the shopt builtin described below (for example, -compat42 means that 4.2 and 42 are valid values). +The valid values correspond to the compatibility levels +described below under +SHELL COMPATIBILITY MODE. +For example, 4.2 and 42 are valid values that correspond +to the compat42 shopt option +and set the compatibility level to 42. The current version is also a valid value.
BASH_ENV @@ -2749,7 +2741,7 @@ filename completion (see below). -A filename whose suffix matches one of the entries in +A filename whose suffix matches one of the entries in FIGNORE @@ -3133,11 +3125,16 @@ running, bash enables posix mode, as if the command had been executed. When the shell enters posix mode, it sets this variable if it was not already set. -
PROMPT_COMMAND +
PROMPT_COMMANDS
-If set, the value is executed as a command prior to issuing each primary -prompt. +If this array variable is set, +the value of each set element is executed as a command +prior to issuing each primary prompt. +If this is not set, but +PROMPT_COMMAND + +is set to a value, its value is used as a command to execute instead.
PROMPT_DIRTRIM
@@ -3406,15 +3403,30 @@ builtins. Each attribute applies to all members of an array. Arrays are assigned to using compound assignments of the form name=(value1 ... valuen), where each -value is of the form [subscript]=string. +value may be of the form [subscript]=string. Indexed array assignments do not require anything but string. +Each value in the list is expanded using all the shell expansions +described below under +EXPANSION. + + When assigning to indexed arrays, if the optional brackets and subscript are supplied, that index is assigned to; otherwise the index of the element assigned is the last index assigned to by the statement plus one. Indexing starts at zero.

-When assigning to an associative array, the subscript is required. +When assigning to an associative array, the words in a compound assignment +may be either assignment statements, for which the subscript is required, +or a list of words that is interpreted as a sequence of alternating keys +and values: +name=( key1 value1 key2 value2 ...). +These are treated identically to +name=( [key1]=value1 [key2]=value2 ...). +The first word in the list determines how the remaining words +are interpreted; all assignments in a list must be of the same type. +When using key/value pairs, the keys may not be missing or empty; +a final missing value is treated like the empty string.

This syntax is also accepted by the @@ -3594,8 +3606,6 @@ as explained above (see  

Brace Expansion

-

- Brace expansion is a mechanism by which arbitrary strings @@ -3720,8 +3730,6 @@ below).  

Tilde Expansion

-

- 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 tilde-prefix. @@ -3801,8 +3809,6 @@ above, when in posix mode.  

Parameter Expansion

-

- The `$' character introduces parameter expansion, command substitution, or arithmetic expansion. The parameter name or symbol to be expanded may be enclosed in braces, which @@ -4209,6 +4215,21 @@ or information about parameter itself, depending on the value of

+
U + +
+The expansion is a string that is the value of parameter with lowercase +alphabetic characters converted to uppercase. +
u + +
+The expansion is a string that is the value of parameter with the first +character converted to uppercase, if it is alphabetic. +
L + +
+The expansion is a string that is the value of parameter with uppercase +alphabetic characters converted to lowercase.
Q
@@ -4230,6 +4251,13 @@ The expansion is a string that is the result of expanding the value of The expansion is a string in the form of an assignment statement or declare command that, if evaluated, will recreate parameter with its attributes and value. +
K + +
+Produces a possibly-quoted version of the value of parameter, +except that it prints the values of +indexed and associative arrays as a sequence of quoted key-value pairs +(see Arrays above).
a
@@ -4270,8 +4298,6 @@ expansion as described below.  

Command Substitution

-

- Command substitution allows the output of a command to replace the command name. There are two forms:

@@ -4322,8 +4348,6 @@ pathname expansion are not performed on the results.  

Arithmetic Expansion

-

- Arithmetic expansion allows the evaluation of an arithmetic expression and the substitution of the result. The format for arithmetic expansion is:

@@ -4359,8 +4383,6 @@ prints a message indicating failure and no substitution occurs.  

Process Substitution

-

- Process substitution allows a process's input or output to be referred to using a filename. It takes the form of @@ -4387,8 +4409,6 @@ and arithmetic expansion.  

Word Splitting

-

- The shell scans the results of parameter expansion, command substitution, @@ -4497,8 +4517,6 @@ is performed.  

Pathname Expansion

-

- After word splitting, unless the -f @@ -4838,8 +4856,6 @@ strings instead of a single long string, may be faster.  

Quote Removal

-

- After the preceding expansions, all unquoted occurrences of the characters \, @@ -4992,8 +5008,6 @@ internally.  

Redirecting Input

-

- Redirection of input causes the file whose name results from the expansion of word @@ -5017,8 +5031,6 @@ The general format for redirecting input is:  

Redirecting Output

-

- Redirection of output causes the file whose name results from the expansion of word @@ -5071,8 +5083,6 @@ if the file named by word exists.  

Appending Redirected Output

-

- Redirection of output in this fashion causes the file whose name results from the expansion of @@ -5094,13 +5104,9 @@ The general format for appending output is: [n]>>word

-

-  

Redirecting Standard Output and Standard Error

-

- This construct allows both the standard output (file descriptor 1) and the standard error output (file descriptor 2) @@ -5142,8 +5148,6 @@ reasons.  

Appending Standard Output and Standard Error

-

- This construct allows both the standard output (file descriptor 1) and the standard error output (file descriptor 2) @@ -5175,8 +5179,6 @@ This is semantically equivalent to  

Here Documents

-

- This type of redirection instructs the shell to read input from the current source until a line containing only delimiter @@ -5269,8 +5271,6 @@ standard input (or file descriptor n if n is specified).  

Duplicating File Descriptors

-

- The redirection operator

@@ -5340,8 +5340,6 @@ error are redirected as described previously.  

Moving File Descriptors

-

- The redirection operator

@@ -5374,8 +5372,6 @@ or the standard output (file descriptor 1) if n is not specified.  

Opening File Descriptors for Reading and Writing

-

- The redirection operator

@@ -5655,7 +5651,7 @@ Functions may be exported so that subshells automatically have them defined with the -f -option to the +option to the export builtin. @@ -6019,7 +6015,7 @@ When used with the [[ command, and Arg2 -are evaluated as arithmetic expressions (see +are evaluated as arithmetic expressions (see ARITHMETIC EVALUATION @@ -6323,8 +6319,6 @@ command in its environment.  

EXIT STATUS

-

- The exit status of an executed command is the value returned by the waitpid system call or equivalent function. Exit statuses fall between 0 and 255, though, as explained below, the shell may @@ -6549,7 +6543,7 @@ terminal are sent a SIGTTIN (SIGTTOU) -signal by the kernel's terminal driver, +signal by the kernel's terminal driver, which, unless caught, suspends the process.

@@ -6613,9 +6607,10 @@ For example, %ce refers to a stopped -ce +job whose command name begins with +ce. -job. If a prefix matches more than one job, +If a prefix matches more than one job, bash reports an error. Using @@ -6955,8 +6950,6 @@ builtin.  

Readline Notation

-

- In this section, the Emacs-style notation is used to denote keystrokes. Control keys are denoted by C-key, e.g., C-n means Control-N. Similarly, @@ -7001,8 +6994,6 @@ on the kill ring.  

Readline Initialization

-

- Readline is customized by putting commands in an initialization file (the inputrc file). The name of this file is taken from the value of the @@ -7012,6 +7003,9 @@ The name of this file is taken from the value of the variable. If that variable is unset, the default is ~/.inputrc. +If that file does not exist or cannot be read, the ultimate default is +/etc/inputrc. + When a program which uses the readline library starts up, the initialization file is read, and the key bindings and variables are set. @@ -7080,8 +7074,6 @@ to a string that is inserted when the key is pressed (a macro).  

Readline Key Bindings

-

- The syntax for controlling key bindings in the inputrc @@ -7287,8 +7279,6 @@ below).  

Readline Variables

-

- Readline has variables that can be used to further customize its behavior. A variable may be set in the inputrc @@ -7676,8 +7666,6 @@ completions.  

Readline Conditional Constructs

-

- 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 @@ -7743,7 +7731,7 @@ The version number supplied on the right side of the operator consists of a major version number, an optional decimal point, and an optional minor version (e.g., 7.1). If the minor version is omitted, it is assumed to be 0. -The operator may be separated from the string version +The operator may be separated from the string version and from the version number argument by whitespace.

application
The application construct is used to include @@ -7797,8 +7785,6 @@ would read /etc/inputrc:  

Searching

-

- Readline provides commands for searching through the command history (see HISTORY @@ -7850,8 +7836,6 @@ typed by the user or be part of the contents of the current line.  

Readline Command Names

-

- The following is a list of the names of the commands and the default key sequences to which they are bound. Command names without an accompanying key sequence are unbound by default. @@ -7862,8 +7846,6 @@ The text between the point and mark is referred to as the region.  

Commands for Moving

-

-

beginning-of-line (C-a) @@ -7907,7 +7889,7 @@ Words are delimited by non-quoted shell metacharacters.
Attempt to move point to the same physical screen column on the previous physical screen line. This will not have the desired effect if the current -Readline line does not take up more than one physical line or if point is not +Readline line does not take up more than one physical line or if point is not greater than the length of the prompt plus the screen width.
next-screen-line @@ -7917,10 +7899,18 @@ physical screen line. This will not have the desired effect if the current Readline line does not take up more than one physical line or if the length of the current Readline line is not greater than the length of the prompt plus the screen width. +
clear-display (M-C-l) + +
+Clear the screen and, if possible, the terminal's scrollback buffer, +then redraw the current line, +leaving the current line at the top of the screen.
clear-screen (C-l)
-Clear the screen leaving the current line at the top of the screen. +Clear the screen, +then redraw the current line, +leaving the current line at the top of the screen. With an argument, refresh the current line without clearing the screen.
redraw-current-line @@ -7932,8 +7922,6 @@ Refresh the current line.  

Commands for Manipulating the History

-

-

accept-line (Newline, Return) @@ -8000,7 +7988,7 @@ This is a non-incremental search.
history-substring-search-backward
-Search backward through the history for the string of characters +Search backward through the history for the string of characters between the start of the current line and the current cursor position (the point). The search string may match anywhere in a history line. @@ -8109,8 +8097,6 @@ and emacs as the editor, in that order.  

Commands for Changing Text

-

-

end-of-file (usually C-d) @@ -8203,8 +8189,6 @@ before point with a space. By default, this command is unbound.  

Killing and Yanking

-

-

kill-line (C-k) @@ -8298,8 +8282,6 @@ or  

Numeric Arguments

-

-

digit-argument (M-0, M-1, ..., M--) @@ -8328,8 +8310,6 @@ argument count sixteen, and so on.  

Completing

-

-

complete (TAB) @@ -8459,8 +8439,6 @@ above).  

Keyboard Macros

-

-

start-kbd-macro (C-x () @@ -8487,8 +8465,6 @@ Print the last keyboard macro defined in a format suitable for the  

Miscellaneous

-

-

re-read-init-file (C-x C-r) @@ -8507,8 +8483,8 @@ ring the terminal's bell (subject to the setting of
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. +that is bound to the corresponding metafied lowercase character. +The behavior is undefined if x is already lowercase.
prefix-meta (ESC)
@@ -8638,8 +8614,6 @@ Display version information about the current instance of  

Programmable Completion

-

- When word completion is attempted for an argument to a command for which a completion specification (a compspec) has been defined using the complete builtin (see @@ -9031,8 +9005,6 @@ for information on setting and unsetting shell options.  

HISTORY EXPANSION

-

- The shell supports a history expansion feature that is similar to the history expansion in csh. @@ -9151,8 +9123,6 @@ writing the history file.  

Event Designators

-

- An event designator is a reference to a command line entry in the history list. Unless the reference is absolute, events are relative to the current @@ -9227,8 +9197,6 @@ The entire command line typed so far.  

Word Designators

-

- Word designators are used to select desired words from the event. A : @@ -9307,16 +9275,12 @@ previous command is used as the event.  

Modifiers

-

- After the optional word designator, there may appear a sequence of one or more of the following modifiers, each preceded by a `:'. These modify, or edit, the word or words selected from the history event.

-

-

h @@ -10198,9 +10162,9 @@ must be >= 1. If 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. -
declare [-aAfFgilnrtux] [-p] [name[=value] ...]
+
declare [-aAfFgiIlnrtux] [-p] [name[=value] ...]
-
typeset [-aAfFgilnrtux] [-p] [name[=value] ...]
+
typeset [-aAfFgiIlnrtux] [-p] [name[=value] ...]
Declare variables and/or give them attributes. If no names are given then display the values of variables. @@ -10243,6 +10207,14 @@ The option forces variables to be created or modified at the global scope, even when declare is executed in a shell function. It is ignored in all other cases. +The +-I + +option causes local variables to inherit the attributes +(except the nameref attribute) +and value of any existing variable with the same +name at a surrounding scope. +If there is no existing variable, the local variable is initially unset. The following options can be used to restrict output to variables with the specified attribute or to give variables attributes: @@ -10721,7 +10693,12 @@ and 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 +command number). +When listing, a first or last of +0 is equivalent to -1 and -0 is equivalent to the current +command (usually the fc command); otherwise 0 is equivalent to -1 +and -0 is invalid. +If last is not specified, it is set to @@ -11550,6 +11527,12 @@ This is an exception to the usual printf behavior.

+The %b, %q, and %T directives all use the field width and precision +arguments from the format specification and write that many bytes from +(or use that wide a field for) the expanded argument, which usually +contains more characters than the original. +

+ Arguments to non-string format specifiers are treated as C constants, except that a leading plus or minus sign is allowed, and if the leading character is a single or double quote, the value is the ASCII value of @@ -12561,88 +12544,35 @@ history is enabled, as described above under HISTORY. +

compat31
-If set, -bash - -changes its behavior to that of version 3.1 with respect to quoted -arguments to the [[ conditional command's =~ operator -and locale-specific string comparison when using the [[ -conditional command's < and > operators. -Bash versions prior to bash-4.1 use ASCII collation and -strcmp(3); - -bash-4.1 and later use the current locale's collation sequence and -strcoll(3). -
compat32
-If set, -bash - -changes its behavior to that of version 3.2 with respect to -locale-specific string comparison when using the [[ -conditional command's < and > operators (see previous item) -and the effect of interrupting a command list. -Bash versions 3.2 and earlier continue with the next command in the list -after one terminates due to an interrupt.
compat40
-If set, -bash - -changes its behavior to that of version 4.0 with respect to locale-specific -string comparison when using the [[ -conditional command's < and > operators (see description of -compat31) -and the effect of interrupting a command list. -Bash versions 4.0 and later interrupt the list as if the shell received the -interrupt; previous versions continue with the next command in the list.
compat41
-If set, -bash, - -when in posix mode, treats a single quote in a double-quoted -parameter expansion as a special character. The single quotes must match -(an even number) and the characters between the single quotes are considered -quoted. This is the behavior of <posix mode through version 4.1. -The default bash behavior remains as in previous versions.
compat42
-If set, -bash - -does not process the replacement string in the pattern substitution word -expansion using quote removal.
compat43
-If set, -bash - -does not print a warning message if an attempt is made to use a quoted compound -array assignment as an argument to declare, -makes word expansion errors -non-fatal errors that cause the current command to fail (the default behavior is -to make them fatal errors that cause the shell to exit), -and does not reset the -loop state when a shell function is executed (this allows break or -continue in a shell function to affect loops in the caller's context).
compat44
-If set, -bash -saves the positional parameters to BASH_ARGV and BASH_ARGC before they are -used, regardless of whether or not extended debugging mode is enabled. +These control aspects of the shell's compatibility mode +(see +SHELL COMPATIBILITY MODE + + +below).
complete_fullquote
@@ -13452,7 +13382,7 @@ option suppresses shell function lookup, as with the command builtin. returns true if all of the arguments are found, false if any are not found. -
ulimit [-HSabcdefiklmnpqrstuvxPT [limit]]
+
ulimit [-HSabcdefiklmnpqrstuvxPRT [limit]]
Provides control over the resources available to the shell and to processes started by it, on systems that allow such control. The -H and -S options specify that the hard or soft limit is @@ -13567,6 +13497,10 @@ The maximum number of file locks
The maximum number of pseudoterminals +
-R + +
+The maximum time a real-time process can run before blocking, in microseconds
-T
@@ -13590,6 +13524,9 @@ is assumed. Values are in 1024-byte increments, except for -t, which is in seconds; +-R, + +which is in microseconds; -p, which is in units of 512-byte blocks; @@ -13764,8 +13701,13 @@ is not given, the last-executed process substitution, if its process id is the same as $!, and the return status is zero. -If the -n option is supplied, wait waits for a single job -to terminate and returns its exit status. +If the -n option is supplied, +wait waits for a single job +from the list of ids or, if no ids are supplied, any job, +to complete and returns its exit status. +If none of the supplied arguments is a child of the shell, or if no arguments +are supplied and the shell has no unwaited-for children, the exit status +is 127. If the -p option is supplied, the process or job identifier of the job for which the exit status is returned is assigned to the variable varname named by the option argument. @@ -13780,10 +13722,235 @@ If specifies a non-existent process or job, the return status is 127. Otherwise, the return status is the exit status of the last process or job waited for. +
+  +

SHELL COMPATIBILITY MODE

+ +Bash-4.0 introduced the concept of a `shell compatibility level', specified +as a set of options to the shopt builtin +compat31, + +compat32, + +compat40, + +compat41, + +and so on). +There is only one current +compatibility level -- each option is mutually exclusive. +The compatibility level is intended to allow users to select behavior +from previous versions that is incompatible with newer versions +while they migrate scripts to use current features and +behavior. It's intended to be a temporary solution. +

+ +This section does not mention behavior that is standard for a particular +version (e.g., setting compat32 means that quoting the rhs of the regexp +matching operator quotes special regexp characters in the word, which is +default behavior in bash-3.2 and above). +

+ +If a user enables, say, compat32, it may affect the behavior of other +compatibility levels up to and including the current compatibility level. +The idea is that each compatibility level controls behavior that changed +in that version of bash, +but that behavior may have been present in earlier versions. +For instance, the change to use locale-based comparisons with the [[ +command came in bash-4.1, and earlier versions used ASCII-based comparisons, +so enabling compat32 will enable ASCII-based comparisons as well. +That granularity may not be sufficient for +all uses, and as a result users should employ compatibility levels carefully. +Read the documentation for a particular feature to find out the +current behavior. +

+ +Bash-4.3 introduced a new shell variable: +BASH_COMPAT. + + +The value assigned +to this variable (a decimal version number like 4.2, or an integer +corresponding to the compatNN option, like 42) determines the +compatibility level. +

+ +Starting with bash-4.4, Bash has begun deprecating older compatibility +levels. +Eventually, the options will be removed in favor of +BASH_COMPAT. + + +

+ +Bash-5.0 is the final version for which there will be an individual shopt +option for the previous version. Users should use +BASH_COMPAT + + +on bash-5.0 and later versions. +

+ +The following table describes the behavior changes controlled by each +compatibility level setting. +The compatNN tag is used as shorthand for setting the +compatibility level +to NN using one of the following mechanisms. +For versions prior to bash-5.0, the compatibility level may be set using +the corresponding compatNN shopt option. +For bash-4.3 and later versions, the +BASH_COMPAT + + +variable is preferred, +and it is required for bash-5.1 and later versions. +

+
compat31
+ +
+
+
*
+quoting the rhs of the [[ command's regexp matching operator (=~) +has no special effect +
+ + +
compat32
+ +
+
+
*
+interrupting a command list such as "a ; b ; c" causes the execution +of the next command in the list (in bash-4.0 and later versions, +the shell acts as if it received the interrupt, so +interrupting one command in a list aborts the execution of the +entire list) +
+ + +
compat40
+ +
+
+
*
+the < and > operators to the [[ command do not +consider the current locale when comparing strings; they use ASCII +ordering. +Bash versions prior to bash-4.1 use ASCII collation and +strcmp(3); + +bash-4.1 and later use the current locale's collation sequence and +strcoll(3). + +
+ + +
compat41
+ +
+
+
*
+in posix mode, time may be followed by options and still be +recognized as a reserved word (this is POSIX interpretation 267) +
*
+in posix mode, the parser requires that an even number of single +quotes occur in the word portion of a double-quoted +parameter expansion and treats them specially, so that characters within +the single quotes are considered quoted +(this is POSIX interpretation 221) +
+ + +
compat42
+ +
+
+
*
+the replacement string in double-quoted pattern substitution does not +undergo quote removal, as it does in versions after bash-4.2 +
*
+in posix mode, single quotes are considered special when expanding +the word portion of a double-quoted parameter expansion +and can be used to quote a closing brace or other special character +(this is part of POSIX interpretation 221); +in later versions, single quotes +are not special within double-quoted word expansions +
+ + +
compat43
+ +
+
+
*
+the shell does not print a warning message if an attempt is made to +use a quoted compound assignment as an argument to declare +(declare -a foo='(1 2)'). Later versions warn that this usage is +deprecated +
*
+word expansion errors are considered non-fatal errors that cause the +current command to fail, even in posix mode +(the default behavior is to make them fatal errors that cause the shell +to exit) +
*
+when executing a shell function, the loop state (while/until/etc.) +is not reset, so break or continue in that function will break +or continue loops in the calling context. Bash-4.4 and later reset +the loop state to prevent this +
+ + +
compat44
+ +
+
+
*
+the shell sets up the values used by +BASH_ARGV + + +and +BASH_ARGC + + +so they can expand to the shell's positional parameters even if extended +debugging mode is not enabled +
*
+a subshell inherits loops from its parent context, so break +or continue will cause the subshell to exit. +Bash-5.0 and later reset the loop state to prevent the exit +
*
+variable assignments preceding builtins like export and readonly +that set attributes continue to affect variables with the same +name in the calling environment even if the shell is not in posix +mode +
+ + +
compat50
+ +
+
+
*
+Bash-5.1 changed the way +$RANDOM + + +is generated to introduce slightly +more randomness. If the shell compatibility level is set to 50 or +lower, it reverts to the method from bash-5.0 and previous versions, +so seeding the random number generator by assigning a value to +RANDOM + + +will produce the same sequence as in bash-5.0 +
+ +
-  + 

RESTRICTED SHELL

@@ -13817,6 +13984,9 @@ setting or unsetting the values of PATH, + +HISTFILE, + ENV, @@ -13836,6 +14006,11 @@ specifying a filename containing a as an argument to the . +builtin command +
*
+specifying a filename containing a slash as an argument to the +history + builtin command
*
specifying a filename containing a slash as an argument to the @@ -13905,7 +14080,7 @@ turns off any restrictions in the shell spawned to execute the script. -  + 

SEE ALSO

@@ -13921,7 +14096,7 @@ script.
readline(3)
-  + 

FILES

@@ -13958,7 +14133,7 @@ The individual login shell cleanup file, executed when a login shell exits Individual readline initialization file
-  + 

AUTHORS

Brian Fox, Free Software Foundation @@ -13971,7 +14146,7 @@ Chet Ramey, Case Western Reserve University
chet.ramey@case.edu -  + 

BUG REPORTS

If you find a bug in @@ -14022,11 +14197,9 @@ Comments and bug reports concerning this manual page should be directed to chet.ramey@case.edu. -  + 

BUGS

-

- It's too big and too slow.

@@ -14068,7 +14241,7 @@ There may be only one active coprocess at a time.


-
GNU Bash 5.02020 January 29BASH(1) +GNU Bash 5.12020 June 5BASH(1)

@@ -14165,15 +14338,16 @@ There may be only one active coprocess at a time.
Modifiers
SHELL BUILTIN COMMANDS
-
RESTRICTED SHELL
-
SEE ALSO
-
FILES
-
AUTHORS
-
BUG REPORTS
-
BUGS
+
SHELL COMPATIBILITY MODE
+
RESTRICTED SHELL
+
SEE ALSO
+
FILES
+
AUTHORS
+
BUG REPORTS
+
BUGS

This document was created by man2html from bash.1.
-Time: 29 January 2020 14:04:26 EST +Time: 10 June 2020 12:00:48 EDT diff --git a/doc/bash.info b/doc/bash.info index 8dca3376..f2058e37 100644 --- a/doc/bash.info +++ b/doc/bash.info @@ -2,10 +2,10 @@ This is bash.info, produced by makeinfo version 6.7 from bashref.texi. This text is a brief description of the features that are present in the -Bash shell (version 5.0, 29 January 2020). +Bash shell (version 5.1, 5 June 2020). - This is Edition 5.0, last updated 29 January 2020, of 'The GNU Bash -Reference Manual', for 'Bash', Version 5.0. + This is Edition 5.1, last updated 5 June 2020, of 'The GNU Bash +Reference Manual', for 'Bash', Version 5.1. Copyright (C) 1988-2018 Free Software Foundation, Inc. @@ -27,11 +27,11 @@ Bash Features ************* This text is a brief description of the features that are present in the -Bash shell (version 5.0, 29 January 2020). The Bash home page is +Bash shell (version 5.1, 5 June 2020). The Bash home page is . - This is Edition 5.0, last updated 29 January 2020, of 'The GNU Bash -Reference Manual', for 'Bash', Version 5.0. + This is Edition 5.1, last updated 5 June 2020, of 'The GNU Bash +Reference Manual', for 'Bash', Version 5.1. Bash contains features that appear in other popular shells, and some features that only appear in Bash. Some of the shells that Bash has @@ -474,9 +474,13 @@ File: bash.info, Node: Locale Translation, Prev: ANSI-C Quoting, Up: Quoting ................................... A double-quoted string preceded by a dollar sign ('$') will cause the -string to be translated according to the current locale. If the current -locale is 'C' or 'POSIX', the dollar sign is ignored. If the string is -translated and replaced, the replacement is double-quoted. +string to be translated according to the current locale. The GETTEXT +infrastructure performs the message catalog lookup and translation, +using the 'LC_MESSAGES' and 'TEXTDOMAIN' shell variables, as explained +below. See the gettext documentation for additional details. If the +current locale is 'C' or 'POSIX', or if there are no translations +available, the dollar sign is ignored. If the string is translated and +replaced, the replacement is double-quoted. Some systems use the message catalog selected by the 'LC_MESSAGES' shell variable. Others create the name of the message catalog from the @@ -517,6 +521,7 @@ construct, or in some other grouping. * Menu: +* Reserved Words:: Words that have special meaning to the shell. * Simple Commands:: The most common type of command. * Pipelines:: Connecting the input and output of several commands. @@ -526,9 +531,30 @@ construct, or in some other grouping. * GNU Parallel:: Running commands in parallel.  -File: bash.info, Node: Simple Commands, Next: Pipelines, Up: Shell Commands +File: bash.info, Node: Reserved Words, Next: Simple Commands, Up: Shell Commands -3.2.1 Simple Commands +3.2.1 Reserved Words +-------------------- + +Reserved words are words that have special meaning to the shell. They +are used to begin and end the shell's compound commands. + + The following words are recognized as reserved when unquoted and the +first word of a command (see below for exceptions): + +'if' 'then' 'elif' 'else' 'fi' 'time' +'for' 'in' 'until' 'while' 'do' 'done' +'case' 'esac' 'coproc''select''function' +'{' '}' '[[' ']]' '!' + +'in' is recognized as a reserved word if it is the third word of a +'case' or 'select' command. 'in' and 'do' are recognized as reserved +words if they are the third word in a 'for' command. + + +File: bash.info, Node: Simple Commands, Next: Pipelines, Prev: Reserved Words, Up: Shell Commands + +3.2.2 Simple Commands --------------------- A simple command is the kind of command encountered most often. It's @@ -544,7 +570,7 @@ if the command was terminated by signal N.  File: bash.info, Node: Pipelines, Next: Lists, Prev: Simple Commands, Up: Shell Commands -3.2.2 Pipelines +3.2.3 Pipelines --------------- A 'pipeline' is a sequence of one or more commands separated by one of @@ -604,7 +630,7 @@ the pipeline to terminate before returning a value.  File: bash.info, Node: Lists, Next: Compound Commands, Prev: Pipelines, Up: Shell Commands -3.2.3 Lists of Commands +3.2.4 Lists of Commands ----------------------- A 'list' is a sequence of one or more pipelines separated by one of the @@ -652,7 +678,7 @@ command executed in the list.  File: bash.info, Node: Compound Commands, Next: Coprocesses, Prev: Lists, Up: Shell Commands -3.2.4 Compound Commands +3.2.5 Compound Commands ----------------------- * Menu: @@ -678,7 +704,7 @@ mechanisms to group commands and execute them as a unit.  File: bash.info, Node: Looping Constructs, Next: Conditional Constructs, Up: Compound Commands -3.2.4.1 Looping Constructs +3.2.5.1 Looping Constructs .......................... Bash supports the following looping constructs. @@ -742,7 +768,7 @@ may be used to control loop execution.  File: bash.info, Node: Conditional Constructs, Next: Command Grouping, Prev: Looping Constructs, Up: Compound Commands -3.2.4.2 Conditional Constructs +3.2.5.2 Conditional Constructs .............................. 'if' @@ -987,7 +1013,7 @@ File: bash.info, Node: Conditional Constructs, Next: Command Grouping, Prev:  File: bash.info, Node: Command Grouping, Prev: Conditional Constructs, Up: Compound Commands -3.2.4.3 Grouping Commands +3.2.5.3 Grouping Commands ......................... Bash provides two ways to group a list of commands to be executed as a @@ -1024,7 +1050,7 @@ LIST.  File: bash.info, Node: Coprocesses, Next: GNU Parallel, Prev: Compound Commands, Up: Shell Commands -3.2.5 Coprocesses +3.2.6 Coprocesses ----------------- A 'coprocess' is a shell command preceded by the 'coproc' reserved word. @@ -1064,7 +1090,7 @@ coprocess is the exit status of COMMAND.  File: bash.info, Node: GNU Parallel, Prev: Coprocesses, Up: Shell Commands -3.2.6 GNU Parallel +3.2.7 GNU Parallel ------------------ There are ways to run commands in parallel that are not built into Bash. @@ -1857,7 +1883,7 @@ omitted, the operator tests only for existence. Substring indexing is zero-based unless the positional parameters are used, in which case the indexing starts at 1 by default. If - OFFSET is 0, and the positional parameters are used, '$@' is + OFFSET is 0, and the positional parameters are used, '$0' is prefixed to the list. '${!PREFIX*}' @@ -1962,6 +1988,16 @@ omitted, the operator tests only for existence. or information about PARAMETER itself, depending on the value of OPERATOR. Each OPERATOR is a single letter: + 'U' + The expansion is a string that is the value of PARAMETER with + lowercase alphabetic characters converted to uppercase. + 'u' + The expansion is a string that is the value of PARAMETER with + the first character converted to uppercase, if it is + alphabetic. + 'L' + The expansion is a string that is the value of PARAMETER with + uppercase alphabetic characters converted to lowercase. 'Q' The expansion is a string that is the value of PARAMETER quoted in a format that can be reused as input. @@ -1977,6 +2013,11 @@ omitted, the operator tests only for existence. The expansion is a string in the form of an assignment statement or 'declare' command that, if evaluated, will recreate PARAMETER with its attributes and value. + 'K' + Produces a possibly-quoted version of the value of PARAMETER, + except that it prints the values of indexed and associative + arrays as a sequence of quoted key-value pairs (*note + Arrays::). 'a' The expansion is a string consisting of flag values representing PARAMETER's attributes. @@ -3488,7 +3529,7 @@ standard. non-zero if not. 'declare' - declare [-aAfFgilnrtux] [-p] [NAME[=VALUE] ...] + declare [-aAfFgiIlnrtux] [-p] [NAME[=VALUE] ...] Declare variables and give them attributes. If no NAMEs are given, then display the values of variables instead. @@ -3514,6 +3555,11 @@ standard. global scope, even when 'declare' is executed in a shell function. It is ignored in all other cases. + The '-I' option causes local variables to inherit the attributes + (except the NAMEREF attribute) and value of any existing variable + with the same NAME at a surrounding scope. If there is no existing + variable, the local variable is initially unset. + The following options can be used to restrict output to variables with the specified attributes or to give variables attributes: @@ -3788,6 +3834,11 @@ standard. conversion behaves as if -1 had been given. This is an exception to the usual 'printf' behavior. + The %b, %q, and %T directives all use the field width and precision + arguments from the format specification and write that many bytes + from (or use that wide a field for) the expanded argument, which + usually contains more characters than the original. + Arguments to non-string format specifiers are treated as C language constants, except that a leading plus or minus sign is allowed, and if the leading character is a single or double quote, the value is @@ -4022,6 +4073,10 @@ standard. '-P' The maximum number of pseudoterminals. + '-R' + The maximum time a real-time process can run before blocking, + in microseconds. + '-T' The maximum number of threads. @@ -4036,10 +4091,10 @@ standard. limits, if neither '-H' nor '-S' is supplied, both the hard and soft limits are set. If no option is given, then '-f' is assumed. Values are in 1024-byte increments, except for '-t', which is in - seconds; '-p', which is in units of 512-byte blocks; '-P', '-T', - '-b', '-k', '-n' and '-u', which are unscaled values; and, when in - POSIX Mode (*note Bash POSIX Mode::), '-c' and '-f', which are in - 512-byte increments. + seconds; '-R', which is in microseconds; '-p', which is in units of + 512-byte blocks; '-P', '-T', '-b', '-k', '-n' and '-u', which are + unscaled values; and, when in POSIX Mode (*note Bash POSIX Mode::), + '-c' and '-f', which are in 512-byte increments. The return status is zero unless an invalid option or argument is supplied, or an error occurs while setting a new limit. @@ -4444,57 +4499,14 @@ This builtin allows you to change additional shell optional behavior. (*note Bash History Facilities::). 'compat31' - If set, Bash changes its behavior to that of version 3.1 with - respect to quoted arguments to the conditional command's '=~' - operator and with respect to locale-specific string comparison - when using the '[[' conditional command's '<' and '>' - operators. Bash versions prior to bash-4.1 use ASCII - collation and strcmp(3); bash-4.1 and later use the current - locale's collation sequence and strcoll(3). - 'compat32' - If set, Bash changes its behavior to that of version 3.2 with - respect to locale-specific string comparison when using the - '[[' conditional command's '<' and '>' operators (see previous - item) and the effect of interrupting a command list. Bash - versions 3.2 and earlier continue with the next command in the - list after one terminates due to an interrupt. - 'compat40' - If set, Bash changes its behavior to that of version 4.0 with - respect to locale-specific string comparison when using the - '[[' conditional command's '<' and '>' operators (see - description of 'compat31') and the effect of interrupting a - command list. Bash versions 4.0 and later interrupt the list - as if the shell received the interrupt; previous versions - continue with the next command in the list. - 'compat41' - If set, Bash, when in POSIX mode, treats a single quote in a - double-quoted parameter expansion as a special character. The - single quotes must match (an even number) and the characters - between the single quotes are considered quoted. This is the - behavior of POSIX mode through version 4.1. The default Bash - behavior remains as in previous versions. - 'compat42' - If set, Bash does not process the replacement string in the - pattern substitution word expansion using quote removal. - 'compat43' - If set, Bash does not print a warning message if an attempt is - made to use a quoted compound array assignment as an argument - to 'declare', makes word expansion errors non-fatal errors - that cause the current command to fail (the default behavior - is to make them fatal errors that cause the shell to exit), - and does not reset the loop state when a shell function is - executed (this allows 'break' or 'continue' in a shell - function to affect loops in the caller's context). - 'compat44' - If set, Bash saves the positional parameters to BASH_ARGV and - BASH_ARGC before they are used, regardless of whether or not - extended debugging mode is enabled. + These control aspects of the shell's compatibility mode (*note + Shell Compatibility Mode::). 'complete_fullquote' If set, Bash quotes all shell metacharacters in filenames and @@ -4853,14 +4865,14 @@ variables for controlling the job control facilities (*note Job Control Variables::). '_' - ($_, an underscore.) At shell startup, set to the absolute - pathname used to invoke the shell or shell script being executed as - passed in the environment or argument list. Subsequently, expands - to the last argument to the previous simple command executed in the - foreground, after expansion. Also set to the full pathname used to - invoke each command executed and placed in the environment exported - to that command. When checking mail, this parameter holds the name - of the mail file. + ($_, an underscore.) At shell startup, set to the pathname used to + invoke the shell or shell script being executed as passed in the + environment or argument list. Subsequently, expands to the last + argument to the previous simple command executed in the foreground, + after expansion. Also set to the full pathname used to invoke each + command executed and placed in the environment exported to that + command. When checking mail, this parameter holds the name of the + mail file. 'BASH' The full pathname used to execute the current instance of Bash. @@ -4941,18 +4953,19 @@ Variables::). 'BASH_COMPAT' The value is used to set the shell's compatibility level. *Note - The Shopt Builtin::, for a description of the various compatibility - levels and their effects. The value may be a decimal number (e.g., - 4.2) or an integer (e.g., 42) corresponding to the desired - compatibility level. If 'BASH_COMPAT' is unset or set to the empty - string, the compatibility level is set to the default for the - current version. If 'BASH_COMPAT' is set to a value that is not - one of the valid compatibility levels, the shell prints an error - message and sets the compatibility level to the default for the - current version. The valid compatibility levels correspond to the - compatibility options accepted by the 'shopt' builtin described - above (for example, COMPAT42 means that 4.2 and 42 are valid - values). The current version is also a valid value. + Shell Compatibility Mode::, for a description of the various + compatibility levels and their effects. The value may be a decimal + number (e.g., 4.2) or an integer (e.g., 42) corresponding to the + desired compatibility level. If 'BASH_COMPAT' is unset or set to + the empty string, the compatibility level is set to the default for + the current version. If 'BASH_COMPAT' is set to a value that is + not one of the valid compatibility levels, the shell prints an + error message and sets the compatibility level to the default for + the current version. The valid values correspond to the + compatibility levels described below (*note Shell Compatibility + Mode::). For example, 4.2 and 42 are valid values that correspond + to the 'compat42' 'shopt' option and set the compatibility level to + 42. The current version is also a valid value. 'BASH_ENV' If this variable is set when Bash is invoked to execute a shell @@ -5215,8 +5228,9 @@ Variables::). 'HISTCMD' The history number, or index in the history list, of the current - command. If 'HISTCMD' is unset, it loses its special properties, - even if it is subsequently reset. + command. Assignments to 'HISTCMD' are ignored. If 'HISTCMD' is + unset, it loses its special properties, even if it is subsequently + reset. 'HISTCONTROL' A colon-separated list of values controlling how commands are saved @@ -5409,9 +5423,11 @@ Variables::). The process ID of the shell's parent process. This variable is readonly. -'PROMPT_COMMAND' - If set, the value is interpreted as a command to execute before the - printing of each primary prompt ('$PS1'). +'PROMPT_COMMANDS' + If this array variable is set, the value of each set element is + interpreted as a command to execute before printing the primary + prompt ('$PS1'). If this is not set, but 'PROMPT_COMMAND' is set + to a value, its value is used as a command to execute instead. 'PROMPT_DIRTRIM' If set to a number greater than zero, the value is used as the @@ -5420,7 +5436,7 @@ Variables::). Prompt::). Characters removed are replaced with an ellipsis. 'PS0' - The value of this parameter is expanded like PS1 and displayed by + The value of this parameter is expanded like 'PS1' and displayed by interactive shells after reading a command and before the command is executed. @@ -5467,8 +5483,10 @@ Variables::). This variable expands to the number of seconds since the shell was started. Assignment to this variable resets the count to the value assigned, and the expanded value becomes the value assigned plus - the number of seconds since the assignment. If 'SECONDS' is unset, - it loses its special properties, even if it is subsequently reset. + the number of seconds since the assignment. The number of seconds + at shell invocation and the current time is always determined by + querying the system clock. If 'SECONDS' is unset, it loses its + special properties, even if it is subsequently reset. 'SHELL' This environment variable expands to the full pathname to the @@ -5580,6 +5598,8 @@ This chapter describes features unique to Bash. * The Restricted Shell:: A more controlled mode of shell execution. * Bash POSIX Mode:: Making Bash behave more closely to what the POSIX standard specifies. +* Shell Compatibility Mode:: How Bash supports behavior that was present + in earlier versions and has changed.  File: bash.info, Node: Invoking Bash, Next: Bash Startup Files, Up: Bash Features @@ -5917,9 +5937,9 @@ several ways. See *note Controlling the Prompt::, for a complete list of prompt string escape sequences. - 4. Bash executes the value of the 'PROMPT_COMMAND' variable as a - command before printing the primary prompt, '$PS1' (*note Bash - Variables::). + 4. Bash executes the values of the set elements of the + 'PROMPT_COMMANDS' array variable as commands before printing the + primary prompt, '$PS1' (*note Bash Variables::). 5. Readline (*note Command Line Editing::) is used to read commands from the user's terminal. @@ -6312,13 +6332,24 @@ array. Arrays are assigned to using compound assignments of the form NAME=(VALUE1 VALUE2 ... ) -where each VALUE is of the form '[SUBSCRIPT]='STRING. Indexed array +where each VALUE may be of the form '[SUBSCRIPT]='STRING. Indexed array assignments do not require anything but STRING. When assigning to indexed arrays, if the optional subscript is supplied, that index is assigned to; otherwise the index of the element assigned is the last index assigned to by the statement plus one. Indexing starts at zero. - When assigning to an associative array, the subscript is required. + Each VALUE in the list undergoes all the shell expansions described +above (*note Shell Expansions::). + + When assigning to an associative array, the words in a compound +assignment may be either assignment statements, for which the subscript +is required, or a list of words that is interpreted as a sequence of +alternating keys and values: NAME=(KEY1 VALUE1 KEY2 VALUE2 ... ). These +are treated identically to NAME=( [KEY1]=VALUE1 [KEY2]=VALUE2 ... ). +The first word in the list determines how the remaining words are +interpreted; all assignments in a list must be of the same type. When +using key/value pairs, the keys may not be missing or empty; a final +missing value is treated like the empty string. This syntax is also accepted by the 'declare' builtin. Individual array elements may be assigned to using the 'NAME[SUBSCRIPT]=VALUE' @@ -6489,10 +6520,10 @@ File: bash.info, Node: Controlling the Prompt, Next: The Restricted Shell, Pr 6.9 Controlling the Prompt ========================== -The value of the variable 'PROMPT_COMMAND' is examined just before Bash -prints each primary prompt. If 'PROMPT_COMMAND' is set and has a -non-null value, then the value is executed just as if it had been typed -on the command line. +Bash examines the value of the array variable 'PROMPT_COMMANDS' just +before printing each primary prompt. If any elements in +'PROMPT_COMMANDS' are set and non-null, Bash executes each value, in +numeric order, just as if it had been typed on the command line. In addition, the following table describes the special characters which can appear in the prompt variables 'PS0', 'PS1', 'PS2', and 'PS4': @@ -6583,11 +6614,13 @@ the standard shell. A restricted shell behaves identically to 'bash' with the exception that the following are disallowed or not performed: * Changing directories with the 'cd' builtin. - * Setting or unsetting the values of the 'SHELL', 'PATH', 'ENV', or - 'BASH_ENV' variables. + * Setting or unsetting the values of the 'SHELL', 'PATH', 'HISTFILE', + 'ENV', or 'BASH_ENV' variables. * Specifying command names containing slashes. * Specifying a filename containing a slash as an argument to the '.' builtin command. + * Specifying a filename containing a slash as an argument to the + 'history' builtin command. * Specifying a filename containing a slash as an argument to the '-p' option to the 'hash' builtin command. * Importing function definitions from the shell environment at @@ -6623,7 +6656,7 @@ behavior (e.g., 'VISUAL' or 'PAGER'). environment, such as 'jails', 'zones', or 'containers'.  -File: bash.info, Node: Bash POSIX Mode, Prev: The Restricted Shell, Up: Bash Features +File: bash.info, Node: Bash POSIX Mode, Next: Shell Compatibility Mode, Prev: The Restricted Shell, Up: Bash Features 6.11 Bash POSIX Mode ==================== @@ -6756,39 +6789,38 @@ startup files. 33. Assignment statements preceding POSIX special builtins persist in the shell environment after the builtin completes. - 34. Assignment statements preceding shell function calls persist in - the shell environment after the function returns, as if a POSIX - special builtin command had been executed. - - 35. The 'command' builtin does not prevent builtins that take + 34. The 'command' builtin does not prevent builtins that take assignment statements as arguments from expanding them as assignment statements; when not in POSIX mode, assignment builtins lose their assignment statement expansion properties when preceded by 'command'. - 36. The 'bg' builtin uses the required format to describe each job + 35. The 'bg' builtin uses the required format to describe each job placed in the background, which does not include an indication of whether the job is the current or previous job. - 37. The output of 'kill -l' prints all the signal names on a single + 36. The output of 'kill -l' prints all the signal names on a single line, separated by spaces, without the 'SIG' prefix. - 38. The 'kill' builtin does not accept signal names with a 'SIG' + 37. The 'kill' builtin does not accept signal names with a 'SIG' prefix. - 39. The 'export' and 'readonly' builtin commands display their output + 38. The 'export' and 'readonly' builtin commands display their output in the format required by POSIX. - 40. The 'trap' builtin displays signal names without the leading + 39. The 'trap' builtin displays signal names without the leading 'SIG'. - 41. The 'trap' builtin doesn't check the first argument for a possible + 40. The 'trap' builtin doesn't check the first argument for a possible signal specification and revert the signal handling to the original disposition if it is, unless that argument consists solely of digits and is a valid signal number. If users want to reset the handler for a given signal to the original disposition, they should use '-' as the first argument. + 41. 'trap -p' displays signals whose dispositions are set to SIG_DFL + and those that were ignored when the shell started. + 42. The '.' and 'source' builtins do not search the current directory for the filename argument if it is not found by searching 'PATH'. @@ -6874,6 +6906,133 @@ even when in POSIX mode. Specifically: specifying the '--enable-strict-posix-default' to 'configure' when building (*note Optional Features::). + +File: bash.info, Node: Shell Compatibility Mode, Prev: Bash POSIX Mode, Up: Bash Features + +6.12 Shell Compatibility Mode +============================= + +Bash-4.0 introduced the concept of a 'shell compatibility level', +specified as a set of options to the shopt builtin ('compat31', +'compat32', 'compat40', 'compat41', and so on). There is only one +current compatibility level - each option is mutually exclusive. The +compatibility level is intended to allow users to select behavior from +previous versions that is incompatible with newer versions while they +migrate scripts to use current features and behavior. It's intended to +be a temporary solution. + + This section does not mention behavior that is standard for a +particular version (e.g., setting 'compat32' means that quoting the rhs +of the regexp matching operator quotes special regexp characters in the +word, which is default behavior in bash-3.2 and above). + + If a user enables, say, 'compat32', it may affect the behavior of +other compatibility levels up to and including the current compatibility +level. The idea is that each compatibility level controls behavior that +changed in that version of Bash, but that behavior may have been present +in earlier versions. For instance, the change to use locale-based +comparisons with the '[[' command came in bash-4.1, and earlier versions +used ASCII-based comparisons, so enabling 'compat32' will enable +ASCII-based comparisons as well. That granularity may not be sufficient +for all uses, and as a result users should employ compatibility levels +carefully. Read the documentation for a particular feature to find out +the current behavior. + + Bash-4.3 introduced a new shell variable: 'BASH_COMPAT'. The value +assigned to this variable (a decimal version number like 4.2, or an +integer corresponding to the 'compat'NN option, like 42) determines the +compatibility level. + + Starting with bash-4.4, Bash has begun deprecating older +compatibility levels. Eventually, the options will be removed in favor +of 'BASH_COMPAT'. + + Bash-5.0 is the final version for which there will be an individual +shopt option for the previous version. Users should use 'BASH_COMPAT' +on bash-5.0 and later versions. + + The following table describes the behavior changes controlled by each +compatibility level setting. The 'compat'NN tag is used as shorthand +for setting the compatibility level to NN using one of the following +mechanisms. For versions prior to bash-5.0, the compatibility level may +be set using the corresponding 'compat'NN shopt option. For bash-4.3 +and later versions, the 'BASH_COMPAT' variable is preferred, and it is +required for bash-5.1 and later versions. + +'compat31' + * quoting the rhs of the '[[' command's regexp matching operator + (=~) has no special effect + +'compat32' + * interrupting a command list such as "a ; b ; c" causes the + execution of the next command in the list (in bash-4.0 and + later versions, the shell acts as if it received the + interrupt, so interrupting one command in a list aborts the + execution of the entire list) + +'compat40' + * the '<' and '>' operators to the '[[' command do not consider + the current locale when comparing strings; they use ASCII + ordering. Bash versions prior to bash-4.1 use ASCII collation + and strcmp(3); bash-4.1 and later use the current locale's + collation sequence and strcoll(3). + +'compat41' + * in posix mode, 'time' may be followed by options and still be + recognized as a reserved word (this is POSIX interpretation + 267) + * in posix mode, the parser requires that an even number of + single quotes occur in the WORD portion of a double-quoted + ${...} parameter expansion and treats them specially, so that + characters within the single quotes are considered quoted + (this is POSIX interpretation 221) + +'compat42' + * the replacement string in double-quoted pattern substitution + does not undergo quote removal, as it does in versions after + bash-4.2 + * in posix mode, single quotes are considered special when + expanding the WORD portion of a double-quoted ${...} parameter + expansion and can be used to quote a closing brace or other + special character (this is part of POSIX interpretation 221); + in later versions, single quotes are not special within + double-quoted word expansions + +'compat43' + * the shell does not print a warning message if an attempt is + made to use a quoted compound assignment as an argument to + declare (declare -a foo='(1 2)'). Later versions warn that + this usage is deprecated + * word expansion errors are considered non-fatal errors that + cause the current command to fail, even in posix mode (the + default behavior is to make them fatal errors that cause the + shell to exit) + * when executing a shell function, the loop state + (while/until/etc.) is not reset, so 'break' or 'continue' in + that function will break or continue loops in the calling + context. Bash-4.4 and later reset the loop state to prevent + this + +'compat44' + * the shell sets up the values used by 'BASH_ARGV' and + 'BASH_ARGC' so they can expand to the shell's positional + parameters even if extended debugging mode is not enabled + * a subshell inherits loops from its parent context, so 'break' + or 'continue' will cause the subshell to exit. Bash-5.0 and + later reset the loop state to prevent the exit + * variable assignments preceding builtins like 'export' and + 'readonly' that set attributes continue to affect variables + with the same name in the calling environment even if the + shell is not in posix mode + +'compat50 (set using BASH_COMPAT)' + * Bash-5.1 changed the way '$RANDOM' is generated to introduce + slightly more randomness. If the shell compatibility level is + set to 50 or lower, it reverts to the method from bash-5.0 and + previous versions, so seeding the random number generator by + assigning a value to 'RANDOM' will produce the same sequence + as in bash-5.0 +  File: bash.info, Node: Job Control, Next: Command Line Editing, Prev: Bash Features, Up: Top @@ -6953,10 +7112,10 @@ job with a '-'. 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, '%ce' refers to a stopped 'ce' job. Using '%?ce', on the other -hand, refers to any job containing the string 'ce' in its command line. -If the prefix or substring matches more than one job, Bash reports an -error. +example, '%ce' refers to a stopped job whose command name begins with +'ce'. Using '%?ce', on the other hand, refers to any job containing the +string 'ce' in its command line. If the prefix or substring matches +more than one job, Bash reports an error. Simply naming a job can be used to bring it into the foreground: '%1' is a synonym for 'fg %1', bringing job 1 from the background into the @@ -7068,16 +7227,20 @@ File: bash.info, Node: Job Control Builtins, Next: Job Control Variables, Pre for all running background jobs and the last-executed process substitution, if its process id is the same as $!, and the return status is zero. If the '-n' option is supplied, 'wait' waits for a - single job to terminate and returns its exit status. If the '-p' - option is supplied, the process or job identifier of the job for - which the exit status is returned is assigned to the variable - VARNAME named by the option argument. The variable will be unset - initially, before any assignment. This is useful only when the - '-n' option is supplied. Supplying the '-f' option, when job - control is enabled, forces 'wait' to wait for each PID or JOBSPEC - to terminate before returning its status, intead of returning when - it changes status. If neither JOBSPEC nor PID specifies an active - child process of the shell, the return status is 127. + single job from the list of PIDS or JOBSPECS or, if no arguments + are supplied, any job, to complete and returns its exit status. If + none of the supplied arguments is a child of the shell, or if no + arguments are supplied and the shell has no unwaited-for children, + the exit status is 127. If the '-p' option is supplied, the + process or job identifier of the job for which the exit status is + returned is assigned to the variable VARNAME named by the option + argument. The variable will be unset initially, before any + assignment. This is useful only when the '-n' option is supplied. + Supplying the '-f' option, when job control is enabled, forces + 'wait' to wait for each PID or JOBSPEC to terminate before + returning its status, intead of returning when it changes status. + If neither JOBSPEC nor PID specifies an active child process of the + shell, the return status is 127. 'disown' disown [-ar] [-h] [JOBSPEC ... | PID ... ] @@ -8153,8 +8316,13 @@ File: bash.info, Node: Commands For Moving, Next: Commands For History, Up: B physical line or if the length of the current Readline line is not greater than the length of the prompt plus the screen width. +'clear-display (M-C-l)' + Clear the screen and, if possible, the terminal's scrollback + buffer, then redraw the current line, leaving the current line at + the top of the screen. + 'clear-screen (C-l)' - Clear the screen and redraw the current line, leaving the current + Clear the screen, then redraw the current line, leaving the current line at the top of the screen. 'redraw-current-line ()' @@ -8252,6 +8420,13 @@ File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: C history expansion facilities are used to extract the last argument, as if the '!$' history expansion had been specified. +'operate-and-get-next (C-o)' + Accept the current line for return to the calling application as if + a newline had been entered, and fetch the next line relative to the + current line from the history for editing. A numeric argument, if + supplied, specifies the history entry to use instead of the current + line. +  File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands @@ -8696,12 +8871,6 @@ File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bin 'insert-last-argument (M-. or M-_)' A synonym for 'yank-last-arg'. -'operate-and-get-next (C-o)' - Accept the current line for execution and fetch the next line - relative to the current line from the history for editing. A - numeric argument, if supplied, specifies the history entry to use - instead of the current line. - 'edit-and-execute-command (C-x C-e)' Invoke an editor on the current command line, and execute the result as shell commands. Bash attempts to invoke '$VISUAL', @@ -9330,18 +9499,24 @@ history file. FIRST and LAST may be specified as a string (to locate the most recent command beginning with that string) or as a number (an index into the history list, where a negative number is used as an offset - from the current command number). If LAST is not specified, it is - set to FIRST. If FIRST is not specified, it is set to the previous - command for editing and -16 for listing. If the '-l' flag is - given, the commands are listed on standard output. The '-n' flag - suppresses the command numbers when listing. The '-r' flag - reverses the order of the listing. Otherwise, the editor given by - ENAME is invoked on a file containing those commands. If ENAME is - not given, the value of the following variable expansion is used: - '${FCEDIT:-${EDITOR:-vi}}'. This says to use the value of the - 'FCEDIT' variable if set, or the value of the 'EDITOR' variable if - that is set, or 'vi' if neither is set. When editing is complete, - the edited commands are echoed and executed. + from the current command number). + + When listing, a FIRST or LAST of 0 is equivalent to -1 and -0 is + equivalent to the current command (usually the 'fc' command); + otherwise 0 is equivalent to -1 and -0 is invalid. + + If LAST is not specified, it is set to FIRST. If FIRST is not + specified, it is set to the previous command for editing and -16 + for listing. If the '-l' flag is given, the commands are listed on + standard output. The '-n' flag suppresses the command numbers when + listing. The '-r' flag reverses the order of the listing. + Otherwise, the editor given by ENAME is invoked on a file + containing those commands. If ENAME is not given, the value of the + following variable expansion is used: '${FCEDIT:-${EDITOR:-vi}}'. + This says to use the value of the 'FCEDIT' variable if set, or the + value of the 'EDITOR' variable if that is set, or 'vi' if neither + is set. When editing is complete, the edited commands are echoed + and executed. In the second form, COMMAND is re-executed after each instance of PAT in the selected command is replaced by REP. COMMAND is @@ -11081,9 +11256,9 @@ D.1 Index of Shell Builtin Commands * dirs: Directory Stack Builtins. (line 7) * disown: Job Control Builtins. - (line 97) -* echo: Bash Builtins. (line 248) -* enable: Bash Builtins. (line 297) + (line 101) +* echo: Bash Builtins. (line 253) +* enable: Bash Builtins. (line 302) * eval: Bourne Shell Builtins. (line 94) * exec: Bourne Shell Builtins. @@ -11100,26 +11275,26 @@ D.1 Index of Shell Builtin Commands (line 143) * hash: Bourne Shell Builtins. (line 187) -* help: Bash Builtins. (line 326) +* help: Bash Builtins. (line 331) * history: Bash History Builtins. - (line 40) + (line 46) * jobs: Job Control Builtins. (line 27) * kill: Job Control Builtins. (line 58) -* let: Bash Builtins. (line 345) -* local: Bash Builtins. (line 353) -* logout: Bash Builtins. (line 367) -* mapfile: Bash Builtins. (line 372) +* let: Bash Builtins. (line 350) +* local: Bash Builtins. (line 358) +* logout: Bash Builtins. (line 372) +* mapfile: Bash Builtins. (line 377) * popd: Directory Stack Builtins. (line 35) -* printf: Bash Builtins. (line 418) +* printf: Bash Builtins. (line 423) * pushd: Directory Stack Builtins. (line 53) * pwd: Bourne Shell Builtins. (line 207) -* read: Bash Builtins. (line 462) -* readarray: Bash Builtins. (line 556) +* read: Bash Builtins. (line 472) +* readarray: Bash Builtins. (line 566) * readonly: Bourne Shell Builtins. (line 217) * return: Bourne Shell Builtins. @@ -11128,21 +11303,21 @@ D.1 Index of Shell Builtin Commands * shift: Bourne Shell Builtins. (line 257) * shopt: The Shopt Builtin. (line 9) -* source: Bash Builtins. (line 565) +* source: Bash Builtins. (line 575) * suspend: Job Control Builtins. - (line 109) + (line 113) * test: Bourne Shell Builtins. (line 270) * times: Bourne Shell Builtins. (line 349) * trap: Bourne Shell Builtins. (line 355) -* type: Bash Builtins. (line 570) -* typeset: Bash Builtins. (line 602) -* ulimit: Bash Builtins. (line 608) +* type: Bash Builtins. (line 580) +* typeset: Bash Builtins. (line 612) +* ulimit: Bash Builtins. (line 618) * umask: Bourne Shell Builtins. (line 404) -* unalias: Bash Builtins. (line 707) +* unalias: Bash Builtins. (line 721) * unset: Bourne Shell Builtins. (line 422) * wait: Job Control Builtins. @@ -11229,16 +11404,16 @@ D.3 Parameter and Variable Index * BASH_CMDS: Bash Variables. (line 84) * BASH_COMMAND: Bash Variables. (line 93) * BASH_COMPAT: Bash Variables. (line 100) -* BASH_ENV: Bash Variables. (line 115) -* BASH_EXECUTION_STRING: Bash Variables. (line 121) -* BASH_LINENO: Bash Variables. (line 124) -* BASH_LOADABLES_PATH: Bash Variables. (line 132) -* BASH_REMATCH: Bash Variables. (line 136) -* BASH_SOURCE: Bash Variables. (line 144) -* BASH_SUBSHELL: Bash Variables. (line 151) -* BASH_VERSINFO: Bash Variables. (line 157) -* BASH_VERSION: Bash Variables. (line 180) -* BASH_XTRACEFD: Bash Variables. (line 183) +* BASH_ENV: Bash Variables. (line 116) +* BASH_EXECUTION_STRING: Bash Variables. (line 122) +* BASH_LINENO: Bash Variables. (line 125) +* BASH_LOADABLES_PATH: Bash Variables. (line 133) +* BASH_REMATCH: Bash Variables. (line 137) +* BASH_SOURCE: Bash Variables. (line 145) +* BASH_SUBSHELL: Bash Variables. (line 152) +* BASH_VERSINFO: Bash Variables. (line 158) +* BASH_VERSION: Bash Variables. (line 181) +* BASH_XTRACEFD: Bash Variables. (line 184) * bell-style: Readline Init File Syntax. (line 38) * bind-tty-special-chars: Readline Init File Syntax. @@ -11247,12 +11422,12 @@ D.3 Parameter and Variable Index (line 50) * CDPATH: Bourne Shell Variables. (line 9) -* CHILD_MAX: Bash Variables. (line 194) +* CHILD_MAX: Bash Variables. (line 195) * colored-completion-prefix: Readline Init File Syntax. (line 55) * colored-stats: Readline Init File Syntax. (line 62) -* COLUMNS: Bash Variables. (line 201) +* COLUMNS: Bash Variables. (line 202) * comment-begin: Readline Init File Syntax. (line 68) * completion-display-width: Readline Init File Syntax. @@ -11265,91 +11440,91 @@ D.3 Parameter and Variable Index (line 91) * completion-query-items: Readline Init File Syntax. (line 98) -* COMPREPLY: Bash Variables. (line 253) -* COMP_CWORD: Bash Variables. (line 207) -* COMP_KEY: Bash Variables. (line 236) -* COMP_LINE: Bash Variables. (line 213) -* COMP_POINT: Bash Variables. (line 218) -* COMP_TYPE: Bash Variables. (line 226) -* COMP_WORDBREAKS: Bash Variables. (line 240) -* COMP_WORDS: Bash Variables. (line 246) +* COMPREPLY: Bash Variables. (line 254) +* COMP_CWORD: Bash Variables. (line 208) +* COMP_KEY: Bash Variables. (line 237) +* COMP_LINE: Bash Variables. (line 214) +* COMP_POINT: Bash Variables. (line 219) +* COMP_TYPE: Bash Variables. (line 227) +* COMP_WORDBREAKS: Bash Variables. (line 241) +* COMP_WORDS: Bash Variables. (line 247) * convert-meta: Readline Init File Syntax. (line 108) -* COPROC: Bash Variables. (line 259) -* DIRSTACK: Bash Variables. (line 263) +* COPROC: Bash Variables. (line 260) +* DIRSTACK: Bash Variables. (line 264) * disable-completion: Readline Init File Syntax. (line 116) * echo-control-characters: Readline Init File Syntax. (line 121) * editing-mode: Readline Init File Syntax. (line 126) -* EMACS: Bash Variables. (line 273) +* EMACS: Bash Variables. (line 274) * emacs-mode-string: Readline Init File Syntax. (line 132) * enable-bracketed-paste: Readline Init File Syntax. (line 142) * enable-keypad: Readline Init File Syntax. (line 150) -* ENV: Bash Variables. (line 278) -* EPOCHREALTIME: Bash Variables. (line 282) -* EPOCHSECONDS: Bash Variables. (line 290) -* EUID: Bash Variables. (line 297) -* EXECIGNORE: Bash Variables. (line 301) +* ENV: Bash Variables. (line 279) +* EPOCHREALTIME: Bash Variables. (line 283) +* EPOCHSECONDS: Bash Variables. (line 291) +* EUID: Bash Variables. (line 298) +* EXECIGNORE: Bash Variables. (line 302) * expand-tilde: Readline Init File Syntax. (line 161) -* FCEDIT: Bash Variables. (line 314) -* FIGNORE: Bash Variables. (line 318) -* FUNCNAME: Bash Variables. (line 324) -* FUNCNEST: Bash Variables. (line 341) -* GLOBIGNORE: Bash Variables. (line 346) -* GROUPS: Bash Variables. (line 353) -* histchars: Bash Variables. (line 359) -* HISTCMD: Bash Variables. (line 374) -* HISTCONTROL: Bash Variables. (line 379) -* HISTFILE: Bash Variables. (line 395) -* HISTFILESIZE: Bash Variables. (line 399) -* HISTIGNORE: Bash Variables. (line 410) +* FCEDIT: Bash Variables. (line 315) +* FIGNORE: Bash Variables. (line 319) +* FUNCNAME: Bash Variables. (line 325) +* FUNCNEST: Bash Variables. (line 342) +* GLOBIGNORE: Bash Variables. (line 347) +* GROUPS: Bash Variables. (line 354) +* histchars: Bash Variables. (line 360) +* HISTCMD: Bash Variables. (line 375) +* HISTCONTROL: Bash Variables. (line 381) +* HISTFILE: Bash Variables. (line 397) +* HISTFILESIZE: Bash Variables. (line 401) +* HISTIGNORE: Bash Variables. (line 412) * history-preserve-point: Readline Init File Syntax. (line 165) * history-size: Readline Init File Syntax. (line 171) -* HISTSIZE: Bash Variables. (line 430) -* HISTTIMEFORMAT: Bash Variables. (line 437) +* HISTSIZE: Bash Variables. (line 432) +* HISTTIMEFORMAT: Bash Variables. (line 439) * HOME: Bourne Shell Variables. (line 13) * horizontal-scroll-mode: Readline Init File Syntax. (line 180) -* HOSTFILE: Bash Variables. (line 445) -* HOSTNAME: Bash Variables. (line 456) -* HOSTTYPE: Bash Variables. (line 459) +* HOSTFILE: Bash Variables. (line 447) +* HOSTNAME: Bash Variables. (line 458) +* HOSTTYPE: Bash Variables. (line 461) * IFS: Bourne Shell Variables. (line 18) -* IGNOREEOF: Bash Variables. (line 462) +* IGNOREEOF: Bash Variables. (line 464) * input-meta: Readline Init File Syntax. (line 189) -* INPUTRC: Bash Variables. (line 472) -* INSIDE_EMACS: Bash Variables. (line 476) +* INPUTRC: Bash Variables. (line 474) +* INSIDE_EMACS: Bash Variables. (line 478) * isearch-terminators: Readline Init File Syntax. (line 197) * keymap: Readline Init File Syntax. (line 204) -* LANG: Bash Variables. (line 482) -* LC_ALL: Bash Variables. (line 486) -* LC_COLLATE: Bash Variables. (line 490) -* LC_CTYPE: Bash Variables. (line 497) -* LC_MESSAGES: Locale Translation. (line 11) -* LC_MESSAGES <1>: Bash Variables. (line 502) -* LC_NUMERIC: Bash Variables. (line 506) -* LC_TIME: Bash Variables. (line 510) -* LINENO: Bash Variables. (line 514) -* LINES: Bash Variables. (line 519) -* MACHTYPE: Bash Variables. (line 525) +* LANG: Bash Variables. (line 484) +* LC_ALL: Bash Variables. (line 488) +* LC_COLLATE: Bash Variables. (line 492) +* LC_CTYPE: Bash Variables. (line 499) +* LC_MESSAGES: Locale Translation. (line 15) +* LC_MESSAGES <1>: Bash Variables. (line 504) +* LC_NUMERIC: Bash Variables. (line 508) +* LC_TIME: Bash Variables. (line 512) +* LINENO: Bash Variables. (line 516) +* LINES: Bash Variables. (line 521) +* MACHTYPE: Bash Variables. (line 527) * MAIL: Bourne Shell Variables. (line 22) -* MAILCHECK: Bash Variables. (line 529) +* MAILCHECK: Bash Variables. (line 531) * MAILPATH: Bourne Shell Variables. (line 27) -* MAPFILE: Bash Variables. (line 537) +* MAPFILE: Bash Variables. (line 539) * mark-modified-lines: Readline Init File Syntax. (line 234) * mark-symlinked-directories: Readline Init File Syntax. @@ -11360,43 +11535,43 @@ D.3 Parameter and Variable Index (line 251) * meta-flag: Readline Init File Syntax. (line 189) -* OLDPWD: Bash Variables. (line 541) +* OLDPWD: Bash Variables. (line 543) * OPTARG: Bourne Shell Variables. (line 34) -* OPTERR: Bash Variables. (line 544) +* OPTERR: Bash Variables. (line 546) * OPTIND: Bourne Shell Variables. (line 38) -* OSTYPE: Bash Variables. (line 548) +* OSTYPE: Bash Variables. (line 550) * output-meta: Readline Init File Syntax. (line 256) * page-completions: Readline Init File Syntax. (line 262) * PATH: Bourne Shell Variables. (line 42) -* PIPESTATUS: Bash Variables. (line 551) -* POSIXLY_CORRECT: Bash Variables. (line 556) -* PPID: Bash Variables. (line 566) -* PROMPT_COMMAND: Bash Variables. (line 570) -* PROMPT_DIRTRIM: Bash Variables. (line 574) -* PS0: Bash Variables. (line 580) +* PIPESTATUS: Bash Variables. (line 553) +* POSIXLY_CORRECT: Bash Variables. (line 558) +* PPID: Bash Variables. (line 568) +* PROMPT_COMMANDS: Bash Variables. (line 572) +* PROMPT_DIRTRIM: Bash Variables. (line 578) +* PS0: Bash Variables. (line 584) * PS1: Bourne Shell Variables. (line 48) * PS2: Bourne Shell Variables. (line 53) -* PS3: Bash Variables. (line 585) -* PS4: Bash Variables. (line 590) -* PWD: Bash Variables. (line 598) -* RANDOM: Bash Variables. (line 601) -* READLINE_LINE: Bash Variables. (line 607) -* READLINE_MARK: Bash Variables. (line 611) -* READLINE_POINT: Bash Variables. (line 617) -* REPLY: Bash Variables. (line 621) +* PS3: Bash Variables. (line 589) +* PS4: Bash Variables. (line 594) +* PWD: Bash Variables. (line 602) +* RANDOM: Bash Variables. (line 605) +* READLINE_LINE: Bash Variables. (line 611) +* READLINE_MARK: Bash Variables. (line 615) +* READLINE_POINT: Bash Variables. (line 621) +* REPLY: Bash Variables. (line 625) * revert-all-at-newline: Readline Init File Syntax. (line 272) -* SECONDS: Bash Variables. (line 624) -* SHELL: Bash Variables. (line 631) -* SHELLOPTS: Bash Variables. (line 636) -* SHLVL: Bash Variables. (line 645) +* SECONDS: Bash Variables. (line 628) +* SHELL: Bash Variables. (line 637) +* SHELLOPTS: Bash Variables. (line 642) +* SHLVL: Bash Variables. (line 651) * show-all-if-ambiguous: Readline Init File Syntax. (line 278) * show-all-if-unmodified: Readline Init File Syntax. @@ -11405,13 +11580,13 @@ D.3 Parameter and Variable Index (line 293) * skip-completed-text: Readline Init File Syntax. (line 299) -* SRANDOM: Bash Variables. (line 650) -* TEXTDOMAIN: Locale Translation. (line 11) -* TEXTDOMAINDIR: Locale Translation. (line 11) -* TIMEFORMAT: Bash Variables. (line 659) -* TMOUT: Bash Variables. (line 697) -* TMPDIR: Bash Variables. (line 709) -* UID: Bash Variables. (line 713) +* SRANDOM: Bash Variables. (line 656) +* TEXTDOMAIN: Locale Translation. (line 15) +* TEXTDOMAINDIR: Locale Translation. (line 15) +* TIMEFORMAT: Bash Variables. (line 665) +* TMOUT: Bash Variables. (line 703) +* TMPDIR: Bash Variables. (line 715) +* UID: Bash Variables. (line 719) * vi-cmd-mode-string: Readline Init File Syntax. (line 312) * vi-ins-mode-string: Readline Init File Syntax. @@ -11451,7 +11626,8 @@ D.4 Function Index (line 42) * character-search-backward (M-C-]): Miscellaneous Commands. (line 47) -* clear-screen (C-l): Commands For Moving. (line 48) +* clear-display (M-C-l): Commands For Moving. (line 48) +* clear-screen (C-l): Commands For Moving. (line 53) * complete (): Commands For Completion. (line 6) * complete-command (M-!): Commands For Completion. @@ -11494,7 +11670,7 @@ D.4 Function Index * dynamic-complete-history (M-): Commands For Completion. (line 90) * edit-and-execute-command (C-x C-e): Miscellaneous Commands. - (line 140) + (line 134) * end-kbd-macro (C-x )): Keyboard Macros. (line 9) * end-of-file (usually C-d): Commands For Text. (line 6) * end-of-history (M->): Commands For History. @@ -11552,8 +11728,8 @@ D.4 Function Index (line 41) * non-incremental-reverse-search-history (M-p): Commands For History. (line 35) -* operate-and-get-next (C-o): Miscellaneous Commands. - (line 134) +* operate-and-get-next (C-o): Commands For History. + (line 92) * overwrite-mode (): Commands For Text. (line 65) * possible-command-completions (C-x !): Commands For Completion. (line 86) @@ -11576,7 +11752,7 @@ D.4 Function Index * quoted-insert (C-q or C-v): Commands For Text. (line 26) * re-read-init-file (C-x C-r): Miscellaneous Commands. (line 6) -* redraw-current-line (): Commands For Moving. (line 52) +* redraw-current-line (): Commands For Moving. (line 57) * reverse-search-history (C-r): Commands For History. (line 27) * revert-line (M-r): Miscellaneous Commands. @@ -11665,6 +11841,10 @@ D.5 Concept Index * commands, shell: Shell Commands. (line 6) * commands, simple: Simple Commands. (line 6) * comments, shell: Comments. (line 6) +* Compatibility Level: Shell Compatibility Mode. + (line 6) +* Compatibility Mode: Shell Compatibility Mode. + (line 6) * completion builtins: Programmable Completion Builtins. (line 6) * configuration: Basic Installation. (line 6) @@ -11754,6 +11934,7 @@ D.5 Concept Index (line 23) * redirection: Redirections. (line 6) * reserved word: Definitions. (line 70) +* reserved words: Reserved Words. (line 6) * restricted shell: The Restricted Shell. (line 6) * return status: Definitions. (line 75) @@ -11782,135 +11963,137 @@ D.5 Concept Index  Tag Table: -Node: Top895 -Node: Introduction2813 -Node: What is Bash?3029 -Node: What is a shell?4143 -Node: Definitions6681 -Node: Basic Shell Features9632 -Node: Shell Syntax10851 -Node: Shell Operation11877 -Node: Quoting13170 -Node: Escape Character14470 -Node: Single Quotes14955 -Node: Double Quotes15303 -Node: ANSI-C Quoting16581 -Node: Locale Translation17840 -Node: Comments18736 -Node: Shell Commands19354 -Node: Simple Commands20226 -Node: Pipelines20857 -Node: Lists23789 -Node: Compound Commands25580 -Node: Looping Constructs26592 -Node: Conditional Constructs29087 -Node: Command Grouping40658 -Node: Coprocesses42137 -Node: GNU Parallel44040 -Node: Shell Functions48341 -Node: Shell Parameters55548 -Node: Positional Parameters59961 -Node: Special Parameters60861 -Node: Shell Expansions64085 -Node: Brace Expansion66208 -Node: Tilde Expansion68931 -Node: Shell Parameter Expansion71548 -Node: Command Substitution85981 -Node: Arithmetic Expansion87336 -Node: Process Substitution88268 -Node: Word Splitting89388 -Node: Filename Expansion91332 -Node: Pattern Matching93881 -Node: Quote Removal97867 -Node: Redirections98162 -Node: Executing Commands107720 -Node: Simple Command Expansion108390 -Node: Command Search and Execution110344 -Node: Command Execution Environment112720 -Node: Environment115704 -Node: Exit Status117363 -Node: Signals119033 -Node: Shell Scripts121000 -Node: Shell Builtin Commands124012 -Node: Bourne Shell Builtins126050 -Node: Bash Builtins146974 -Node: Modifying Shell Behavior176020 -Node: The Set Builtin176365 -Node: The Shopt Builtin186778 -Node: Special Builtins204448 -Node: Shell Variables205427 -Node: Bourne Shell Variables205864 -Node: Bash Variables207968 -Node: Bash Features240159 -Node: Invoking Bash241058 -Node: Bash Startup Files247071 -Node: Interactive Shells252174 -Node: What is an Interactive Shell?252584 -Node: Is this Shell Interactive?253233 -Node: Interactive Shell Behavior254048 -Node: Bash Conditional Expressions257535 -Node: Shell Arithmetic262112 -Node: Aliases265052 -Node: Arrays267672 -Node: The Directory Stack273037 -Node: Directory Stack Builtins273821 -Node: Controlling the Prompt276789 -Node: The Restricted Shell279710 -Node: Bash POSIX Mode282192 -Node: Job Control293254 -Node: Job Control Basics293714 -Node: Job Control Builtins298678 -Node: Job Control Variables303824 -Node: Command Line Editing304980 -Node: Introduction and Notation306651 -Node: Readline Interaction308274 -Node: Readline Bare Essentials309465 -Node: Readline Movement Commands311248 -Node: Readline Killing Commands312208 -Node: Readline Arguments314126 -Node: Searching315170 -Node: Readline Init File317356 -Node: Readline Init File Syntax318615 -Node: Conditional Init Constructs339145 -Node: Sample Init File343341 -Node: Bindable Readline Commands346458 -Node: Commands For Moving347662 -Node: Commands For History349521 -Node: Commands For Text353816 -Node: Commands For Killing357204 -Node: Numeric Arguments360019 -Node: Commands For Completion361158 -Node: Keyboard Macros365349 -Node: Miscellaneous Commands366036 -Node: Readline vi Mode371989 -Node: Programmable Completion372896 -Node: Programmable Completion Builtins380676 -Node: A Programmable Completion Example391371 -Node: Using History Interactively396618 -Node: Bash History Facilities397302 -Node: Bash History Builtins400307 -Node: History Interaction404839 -Node: Event Designators408459 -Node: Word Designators409813 -Node: Modifiers411573 -Node: Installing Bash413384 -Node: Basic Installation414521 -Node: Compilers and Options417779 -Node: Compiling For Multiple Architectures418520 -Node: Installation Names420213 -Node: Specifying the System Type421031 -Node: Sharing Defaults421747 -Node: Operation Controls422420 -Node: Optional Features423378 -Node: Reporting Bugs433896 -Node: Major Differences From The Bourne Shell435090 -Node: GNU Free Documentation License451942 -Node: Indexes477119 -Node: Builtin Index477573 -Node: Reserved Word Index484400 -Node: Variable Index486848 -Node: Function Index502745 -Node: Concept Index516184 +Node: Top887 +Node: Introduction2797 +Node: What is Bash?3013 +Node: What is a shell?4127 +Node: Definitions6665 +Node: Basic Shell Features9616 +Node: Shell Syntax10835 +Node: Shell Operation11861 +Node: Quoting13154 +Node: Escape Character14454 +Node: Single Quotes14939 +Node: Double Quotes15287 +Node: ANSI-C Quoting16565 +Node: Locale Translation17824 +Node: Comments18977 +Node: Shell Commands19595 +Node: Reserved Words20533 +Node: Simple Commands21289 +Node: Pipelines21943 +Node: Lists24875 +Node: Compound Commands26666 +Node: Looping Constructs27678 +Node: Conditional Constructs30173 +Node: Command Grouping41744 +Node: Coprocesses43223 +Node: GNU Parallel45126 +Node: Shell Functions49427 +Node: Shell Parameters56634 +Node: Positional Parameters61047 +Node: Special Parameters61947 +Node: Shell Expansions65171 +Node: Brace Expansion67294 +Node: Tilde Expansion70017 +Node: Shell Parameter Expansion72634 +Node: Command Substitution87763 +Node: Arithmetic Expansion89118 +Node: Process Substitution90050 +Node: Word Splitting91170 +Node: Filename Expansion93114 +Node: Pattern Matching95663 +Node: Quote Removal99649 +Node: Redirections99944 +Node: Executing Commands109502 +Node: Simple Command Expansion110172 +Node: Command Search and Execution112126 +Node: Command Execution Environment114502 +Node: Environment117486 +Node: Exit Status119145 +Node: Signals120815 +Node: Shell Scripts122782 +Node: Shell Builtin Commands125794 +Node: Bourne Shell Builtins127832 +Node: Bash Builtins148756 +Node: Modifying Shell Behavior178486 +Node: The Set Builtin178831 +Node: The Shopt Builtin189244 +Node: Special Builtins204380 +Node: Shell Variables205359 +Node: Bourne Shell Variables205796 +Node: Bash Variables207900 +Node: Bash Features240478 +Node: Invoking Bash241491 +Node: Bash Startup Files247504 +Node: Interactive Shells252607 +Node: What is an Interactive Shell?253017 +Node: Is this Shell Interactive?253666 +Node: Interactive Shell Behavior254481 +Node: Bash Conditional Expressions257995 +Node: Shell Arithmetic262572 +Node: Aliases265512 +Node: Arrays268132 +Node: The Directory Stack274141 +Node: Directory Stack Builtins274925 +Node: Controlling the Prompt277893 +Node: The Restricted Shell280843 +Node: Bash POSIX Mode283437 +Node: Shell Compatibility Mode294473 +Node: Job Control300848 +Node: Job Control Basics301308 +Node: Job Control Builtins306304 +Node: Job Control Variables311704 +Node: Command Line Editing312860 +Node: Introduction and Notation314531 +Node: Readline Interaction316154 +Node: Readline Bare Essentials317345 +Node: Readline Movement Commands319128 +Node: Readline Killing Commands320088 +Node: Readline Arguments322006 +Node: Searching323050 +Node: Readline Init File325236 +Node: Readline Init File Syntax326495 +Node: Conditional Init Constructs347025 +Node: Sample Init File351221 +Node: Bindable Readline Commands354338 +Node: Commands For Moving355542 +Node: Commands For History357593 +Node: Commands For Text362220 +Node: Commands For Killing365608 +Node: Numeric Arguments368423 +Node: Commands For Completion369562 +Node: Keyboard Macros373753 +Node: Miscellaneous Commands374440 +Node: Readline vi Mode380124 +Node: Programmable Completion381031 +Node: Programmable Completion Builtins388811 +Node: A Programmable Completion Example399506 +Node: Using History Interactively404753 +Node: Bash History Facilities405437 +Node: Bash History Builtins408442 +Node: History Interaction413171 +Node: Event Designators416791 +Node: Word Designators418145 +Node: Modifiers419905 +Node: Installing Bash421716 +Node: Basic Installation422853 +Node: Compilers and Options426111 +Node: Compiling For Multiple Architectures426852 +Node: Installation Names428545 +Node: Specifying the System Type429363 +Node: Sharing Defaults430079 +Node: Operation Controls430752 +Node: Optional Features431710 +Node: Reporting Bugs442228 +Node: Major Differences From The Bourne Shell443422 +Node: GNU Free Documentation License460274 +Node: Indexes485451 +Node: Builtin Index485905 +Node: Reserved Word Index492732 +Node: Variable Index495180 +Node: Function Index511077 +Node: Concept Index524587  End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index fedce5fdc324abaaf75da1ad92d94beaef7d07cc..4ccd1114ba8efc9ff3380e22e916c2097885a4fe 100644 GIT binary patch literal 387441 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˿-7gPpiEim>6!+xYRxkXK4Ue8 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

upjG{r4Mf$`$z}oj3k`q>_ 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

@ic>nPdg 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� z_QuwZ8Dp|Jx*h@8ERp`x*)CO}SDlpLUB?BWP1C*tBLrU)wvWQ7+I zwSg1|Li?Bs=zM(W03k>kBGG~TuR{?1p?bmkoTsTE*8v4V(69dw1%VuhWBVF{pwkGa zs38c}3r7dQObGf*o4-v60{v4%&ePQp3|9cIAsFr?hi)1jEg? zuOZYt|G3NGfBGR9s`4pn$a>I*tjE}p^)KJtw;}5(+mQ934Ox$|A?rVF$a=~)WIJd> zwqtC__D>tKow5zt4%(3I7#p(v(}rxPY(w^gHe^4>hV1{eA^R!Yko}+y*^jXy`#){S ze#$oFIA}wTV{FLrPaATavJE*7+K}TI8*=>9h8(ACL(YRX!1y}jTmFqR2rWUU?U(z!g3$6fTY~=i zm;}Ob;WY2~A%FoMM=(I}KbvgeX)_G)5X1n%$Jz1-#sE*7V}OT126!CF0FR&y@U&S5 zcnD^I$I%S%2+jacn`eNBfChLR(EyJi4e+#?26zZ+fX7h{@CeobPn&CihrkAS9N7Sm zpbhY}*#>wBZh*(p4e$uw08g85fQJAFcpTvXk01{4v>69@2y%eOQ4a73<^WHdbAX3H z2Y4Lm0FR&!@U&S6cnEfY$I%Y(2<`w+n|FYRfCqRS@c@q?5Ad{^2Y3j2fX7h}@Cfz* zxlXx%2|C0*pyRj)bcB0Ar_DW}L)-&8j(b2yxCg{?+O|BzJ)q;b2XuscK&Q<;phMgP zI*xllN4N)c+S~&=#66(nxCeBEdqAhnJ)lF}0|Fh>R|g&89?)rX59kp0fR5uH&=Kwd zoi_J?4sj3YIPL)*;U3Uwa}Vec_kfP$9?%i)flSPv?kp4N5chzN;~vlv?g5=P_ka#@ z59m1V0UhBU&}nlI=n(gSj^iHC5$*w$+g5chzN z;~vlv?g5=P_dtG{>cF@<=s4~H9pN6(X>$+g5chzN;~vlv?g5=P_ka&^5BNCl0UzNW z@M&`o_z?GikK-Qj5$*w>Hur!JaS!-7?g1a+9`I>%5BL!GfRE!I@Dc6-pEmb^4{;Cp zIPL)-;U4g5a}W3s_kfS%9`F(F0iQPafDdsG_&DwXAK@PGX>$+w5chzO;~wx4?g5`R z_ka&^5BNCl0UzNW@M&`o_z?GikK-Qj5$*w>Hur!JaS!-7?g1a+9`I>%5BL!GfRE!I z@Dc6-pEmb^4{;CpIPL)-;U4g5a}W3s_kfS%9`F(F0iQPafDdsG_&DwXAK@PGX>$+w z5chzO;~wx4?g5`R_ka&^5BNCl0UzNW@M&`o_z?GikK-Qj5$*w>Hur!JaS!-7?g1a+ z9`I>%5BL!GfRE!I@Dc6-pEmcf9^xL>xZ59?9x`D?ry^0E)){ULJL3q%g&07)|=2Xakx z=yJlK;^0Uh?JQ9y^)Wyl7e2M@c1Tpk9xkS)xl(CvOc42K};{r6GeAzYC3zE1Ek zBuIK+D|jdkB)zW}JRAg)-q#Es(f~>C>js~ehotwlgHJ6(();?sr$-?M+1C#~#Rs($ zTtE0U6(qf{AAG6>lHS)3K3xDw@9PI2@`j}M^@9)FLel&C!G|6p>3#j+!)K86zJBl_ zAV_*&Klm^P{PD0ZA`oWP1lHS)3-mQnE_w|E!O(E%h{ovgzNP1sC zcozYZ-q#P_%t6xo`oSO7ko3NO@W&0rY4-JF-M_!uAa?<2LK0ZWT<$-A& z1rBsrEbakCpaG8iauk3di2Ff(9-shZfp{u>mlGXUM-G&MdIX}(5s5I+N96vdMA&O& zh%!ed9{8>bAXbQr?d$k^>cW8fUxmW}8<7hJLj38!2|uXY5zS#-j1c~twtz7!qRbJA zFos3s{;tFmb%gQef0PJgK}4A&I>Oixk^7rE!nh4l=BPxd2O@I+y9dB<3sL-ta2S3e za(`1@7#bnU9F=%b-QSc5!L1^(-FD8d3bH@IUYi_&Xl|DiZ$E2O|5wD-3@*15y5n z#_+c_5ZS-!ctBVqf+%!UCalki$o_4aC;9~ZO^E+06E|7V#eS1H(l-+z^Pax(@G$NtYUPuBBLOZL0>=;Zbb z9_svG^@NQ}AqpL>Qis~D-_`Tv)(Rd*jJV`)%RJehut6Y%%>Q0Z;la6x@<+@7kJd$G z|E9|DP+CNxV`Tn8)d!v2O2H#x5tsY}Gr&eL5ao}m3>(rwWdE)iPHwQ^0jK|2=84__ z4-fsXGEZ)>;K7{#S?0-l{z-!ckBdYoa`YY@YOqcsVtDA{34;E_KTmF&;E{)jOa6g> zp4>{oLk1DzPyFsDH%;)UzP|+h9;zAZkph+V~9)suFR90CU~URf0lW2B|p?O{lQ=jY#srj(-F6V z2UH=lf71-`XeUIWV`Lt5f!~#Ra?=D4Rzh6zw`HDaT6ky?LgpWs_T;7s9utHRf3PO} z-U9(1yMriy)XK2oQAGA1h(Ec(f=A)}f5e|``#)*B;ISkVde7g7qnSY=sY$9l1q@ccoF?3xRfTF9F zfsG}6bxP;~$a0d_hBiiK)~1jtI@qKgK+(y-5xRIKbOstS3x`-$5T3m+54O4`q9gz+ z{jY?onYDnmgV|qcVKWmGW5@!RkQFU8p_91)Q+s2`x|jCGc24@1(AigjfxW(=v9XKx z-`6@AS^Jmjw`G(B#3UFYlacmj#`ds9PlSyf4DHQq9c}E%;eoFQznG|*y@R9B9esOp zPJopD{w`zy2cT+ZK(sh|6mbNxMO^2vb78vwo%?q_^h(g<2mT+p0-^+B` z|H#>w4n2C{I`HfMPpd-9obY!-dC2vk3!?t*!SIRIfA!!4Gs%DI!JGg)CmTm&2S|;v zG=@x`!;|)Argt16bI9(!V~C%F0aj+#P7Vj0`e2{m(gv}Gfk3w^x$Jikedx$fkTgdB7 z=!o+VZvVbHaGCIuFuCYlkm+)E$gdv2K9E^O4oE*5k%sO=KhRRFkeC#9NIn}IJ4_eo zJ|qtvdM=_2?3$2#Xd13DG#7exc+diL4{{E~ArRU@r9$_iTj0-AvA<;p&w`-JSq$NANI}v)fJ(#VSoR6#{bTT+>OJ|3|qSC-yg>Z0w4a= znGZNDD+|EH?0CP0s{YS*L`g_UP)v2-Zv|~EjgELNJPZM*8N8wSpU-3Hjo3HSZyFQf zyljw=XvD3DEEos(9q1iHd|;W7C|X2;le`@v2ysvUk^w2thWJ3dkPGq_1I%;xy&ka- z^JvId;edRgJ_MBm-G_QS7sRii=RwkN&xf7|^-YM^@7D-e8ule%Cqgoz8Bisl_W4U0 zhyu`kn6i+wi`$SRC8&?ZChEaNvvE9Jo*ade`>P`K#f8Mt{P5YritVoEdW8p?4GJ zCs5yjgcAPO3Wbmf^+o6hDg*I>_!*=**>4UYK98sn&YLpXd0TwxxWud z!+aWc98w-y238rN6%O+GtMcuagUUhFkNxiit5dMLwD0$S`9I{`Bf3M*ftH8bW}3q-SrA(vu2oQ~SNQiv<^c5nX(RLhuT@|mz`)7U(il?J{;puh^srzIaF9@-4bR_< z0IN?j`c}q(V^Bg6vO>S+4al6=4d|j#?2y?lc6K&xfT*RusRKD1IzYg|5V}Y|8#?T%gJPEx5G!I%59RTmd2|&AtkUI)cbTqb7A?Jc*2soR<$OGCdMh8giyBtiJ zIY4`q2aZ6&1+w%%9Y6pe2oMH{07L;|fZG6ZfFwW$APa!pGJpy|AE0k#Yi#eJZ*2rH zfO8b|i3Hz+^+{p77RHW$9fs_~GYkQSHkLNl03(2rjisf&J-`?MLo$E~zyyL=2uuUq z0o-x5y<=<*FauZutl+&`fHlAdU}J3zum#vcf4l%D9kvIT4bjQW#t2|*>Er-^P8u0l z9_T2;ci~-VfIYwg;9zWJ2G_>HQs3bYz`+(mgaAi)XByym*9PDOaI!Xnd{aXkdt-nz zzy;t6xMyr{Ll3*BqGp!HkRB#HkoIqigdf=V2go@P=!D)+M`K}Q2=W?3?#)5c6#_^Z zTbnxGA!lV{;pF3UaD-s06}n4OvKpF_;!G(YwtYud>h%?J-}aPCbg2)r^B$|b0;%VW zd8MXqQarnUS?R*s<+J)f;&JPFRE=%3d$1EZzsOmg-{|Z6qM}+*k{4Vvm|rH_-?@0- z^K8_>V9iFKCL<#w*WRn|Wp8#Dcge7gxqNVfgmYCx-R=r+S-)LU_er}Q$0_JCe4P-0 z=douMqZXkd|3Kxsk+F9!lP1mQ-oXnFjdekV5k}JL!NO}XsQog!#SG02y-t~`Z5`>u z*n_1_T)-dz+Cc?`aY8xKEyT`V5t=mS^>{d~I>5sp(v^}v5S0M&B1hQYw8 z=kuNC;-rcr4kq|glHZd&YN-dDKIU@pJ3Gj_S~!2!3QiC{FZU=5uSde1VM;15GgIEX z$I<-alwe+liJU->fjLddlhssqxshnBDba0(Z_#8M6l?(+673l=ifeS962j_o52ND} zZUcLqB_s-!P#P2qM;pU;}LhHla!G0zRi4- z-C!gTJ*4oe+11?`ym9gIYxh`5B%hk(#xwK<@veSe?`NeHp){u45tSx<%$hyQ&^Xs} zC;UTrqZCoG!@@uzyJ2-xrY4}IgJcHOVVY#Gl@s>39VM}v9iMuFitIKz^>EaE93GGH zt&E9qhXMzRArVd0LB}s&3BJ&Gdskoj>~vipiD|-dKxaX$i7}eKMZ*{u>zkuuMrOWB zO5_^%o!2^Dfp&B^RE?-+Jg zzSf<4^YN3`S-S|*>~&l!tg&COv3~~Dlucg^n3E~Uwt!CiAt-rWLA{1FTzSwqY%ilJ#!0?V?2UXU;lX=l^a|mZm-dS^{PbMBBB-5C zsRirHqxUe%$+v6=^n)>C^yYOly>ATsDkihkTZqP2tIz4Pdo!fXI=sOvYib&9^W>M? z_d$;*mR_-QV;4!Zx~+OY^?37ouMn<`iNy)%IkNk%kUdAW=je(ela|R#Nh}d6jQlx< zVz=I+JmWkp$TYySi!Hi>gZk2b7b$#?oU_j}S*Zw#2g`Q1%zelduGY`+}{JmCC6PjeYV?P|Tz<~7ALk7#|VOK<3{FyoqAz49RU!xg;M z`cv!ISe}Aq-96y;qfw8K)w83i6VE(T!>^BAtQ91GdDHI$8j*;0a%QSH`n8YgJv6k8 zcq`p33%62jyOM)A9-6nzrX%q;UU}htxp++C7rmw5-Ptd_181L_qR4*xXhnhQDJ8RT zo~;fyJaYmZO;7(gUfK=t&4G3gq=>5CXKDoLHHw@K#}^{FVdsh7^K07hVb}|uPeeH# z%pLvYrJ^}`d2(hr7F)?T?4_@u3liULSJ(UY{7#pwOIX*Jj7KX8Qoh7tp5v3-s>wsm zm{l9uk0Pukge_%>gUYJ0J^Dphaf~|O($3J{j;X^WXz68mmDPBTClvBaOdXFG!hftw zwHk{NY!7d92jE;1WnbY=C^L_ZZO>|^k5;8N!()4qz-ynmIGxvd*P8zERqCwAY=LZQ z4Z5aOxIrK2&En&;wvC?iVkhSGaoz-cerY7;u5=$~G^QtJw`{>7n>U*`>uGv_t2|GY z{-@Hr(*Q18M>>8Ur>=C|joI@OHWaUJU3d;$GhTf5>(1kLo&iI8l5%c_`y>V{>36@? zBLAZC?O3dK%bj1YGc1|u66&ccVJ&A7$jfCT>Tl*ZNGM{6ih3Ns(#k9No|@MRcV|CG0I|gVl5Sg`MI)(=@=L3~{1BPGbluqh#@7aodtdP9 zpC;cd$Xkjb&CkyhWV0+0OpJM?`Ak9L?PLwTci^tAq}qYq<*sCjTv2v`a8UL zf|_*v&U1nWq&_4`{R%**2ovR{dOzW6X{<0|ea)}ra*tJ##ZXe{rRTRMZUt6kCM*(Q zM!sEl0meC({2;$98{vmmQ~F(MoKZX)EryD6928K^oK8)vlBZ5s+ymtNd3j|q7Yt^) z_1q4)Xy>swnt`*FGb=b>(fLV#(W@G{i`&OPVz}+ICXGd%J~=XXT;X;M;kj#}#_#lU zFL=Bx8&+T+sGZ)WV1)dAumqz*`HS~nmD-yl* z_yvkIS{SprQx7~ns2l1 zKkaFrncQ755d;oaAQig?b+3K?Oj|vZ(5Xe?YWKn3?3P>-z#!Jo(eeAb6EFWr@}rVb zs+UxkQA7q>+}C<1X44pLzUb|U(I8=^R*$9GCTrp^c%7*-zZWO(5=}2~(@ZN2w;^KS zeVo?!^gTiRx{t_3fL(>lBFh&HIO8rdk4M!hf_m+ENcGPylZWL2!}7eY-mL){#?eu; zwly*j;J*QMfadWQq-XL{^g#n}sk%Lp>FeTs@l<@v z>$mvmJ&66EzTQfRNzxc`*KvM}-MIP2%Z{aEim-H=y2(xMR?jpZlM5+DuXRdD&hzJt z050IiM@mD3qrX^{>>g;H71ku23DCtiv;entOHrsx3k5|m=Cgz}T)^$4HRHk1t+%!n zcWVm`3^fzQ+b!ZHCvtC+^YzO++w{OWH&0W5ZoTrolx27Yt@YSeZ|uc@j^)KLwhiG2 zIafZf=O(#jC{%hp@=U@v7**@}KHjg%@oWB<>X-TVTdBxSD(x?Sh!2HrP=z$_=Gbn| zri|SB{!uUsTS`&APV;Mf?Ae>IgU}40%TlJ4e!J@rDmRJfe@T-Mrit=KWHw{yKqh&BJ6O4lnO4N0PYcj1V411sN+=7#B6?9A3S z7vS5_ta<|?8LVbhT!QI2z3XNsn&g3s;3>?|r<-8sT4zPmFCPXj2`hSgqNi2zv)w6X z;Lv?ceKBk^3iVmbox0vvw7DHc-+r|hhkwADRnf~swHQ*k{V_;p?mWI>mGh&w9qAgj zTf97E?*^`pkiRaW3QI(7dmEz{;3_nTvW^v3UtoxOm&d2A)HVQn?7}9$*ZIJ$*dUP~ z*4WK0`HMc(sPEf^-9K^tm@Mo7Tq>I~-nji9LqZPQz@h|?O<6tRl>uMTP#M#eLTkxB zrtxz#SSn~jQNvB{)+Xqq7MXD&{=_yo=7w+Ot-50Pk?)c3VQGK2ZTHr?XLDa$NZm|x zek54-19s1y*=k(zB@&@~OLB@>t8>|wKWdgT;*m6Q`cSZNyp*^U=0j1gu>@-(p|Y>{ z4~FOOpgwu8!2 zBNF|I9ccCJwM})Qc8%ekrRhYaP~l>%s`$n2Dnc*oSCb+&w#jRC<2A7j3UpKr_V2hj zoveK({a$L_85hK|&eoRh_FG*}+_f{D_2#S*^59GZO!%kD_a;=*X0Q{96xB%fRdlX! zIZ=ygbj4+e3*@GJA1@4~SluWp%rT*&738lXe=~idZ*7G8H2LShEhIT7W-_I$S>HCFbWgO>K=Y< zn6ipoM1xbQZr97lL%%i?%my(PS*^P`_4Ft=aoK|l65DOr+6Oq4iaq;3MSD-(BxwV> zVV1p#q`I^eudR8nWl>gCl9V9#y8B(XD!6UXRfESihVWyq@;9{$|?4RgE8a zOq(JpBNr)NpOvZp@w)o`R#L7T#@R2T6GAVs>yUR1dAq0tcLHl)Cw^TDznb>aKaV8n ze$*hiz(h;7pu9>`UMg(*eKint!=}N;6x6>u6BdGQk6|yL?`|M% zZWvaXo27ux+(q>SYs2%rUkW{WQ{IlovyfT^-h4*0`SC4km4}M$3Y}T{&v*_~D%cW@F^jbkr+=+Q7gC^pPH^EyZmo^&Ti*JyX1z+ntDaKq zza-l*Yp>4RJF??E7^CHxD2il|&4_A=&Q^-{j;0;^>>-VW!J6c*8nv36q6a1qyK55{sPvAMnxzQ_eeY$NHz8Y*FY>%r(^7n zth3}1{hoOKLzO!f-V*xril)pOGTCiaWGUb-M=RwET?WP%T+5*N2i4?V3+LaOFEr4t zDXtY4$t6_Rq0+m2VG~*c-7ZQXu^O-{;FvMFepzb!##ve5uBRnWMYJt5nM8Zs)KBzc zg*~ZgDXswZqF;O_6w&osh2)5e9Xqi0#;-EY zL(%#rpEB(NMWbS4C9_dIf6D`XB)LhIS|;-3F3T(o-x;?MdOfdSSLxy?8?eY6W+iq@ zN^zx=lbxQXF!#g{UHMd6;X$v_(P13n*&R^Sz7okD^;VAVvpoJNJ$K|fb)_YhDskQH zlV_81ra}&4;*y1xn7xH;!NKW|6Mc3wT#$UPPp*<|qiwe`MTaV|s)udwtR+s-`A{4F zqV>H$Ck|GQRlcgq6viNJDVWR@!KO`kqbRd9vsI;s%|+3@#dnnR8bQPhg{<4l-Hc#{ z5QboM$#j-)fiC2@+;Q3;ZQ?%|FGpqLzCxZ6F(MWtxw|>}7{l`o2D@JGfIo8)e@D&C zYd2#l+j3U@yZ2ZnjKHsg=NOz^t%6?V&y1V)U*0Lp$%*+T*8PoRbbQp^GbKFy4d}gf z(3pK^`s)w={VFd5EZ@*33q=O4z8ETh&4edmqF55Y!An~Oki7VW$p^fW69 zg8RaI!fs|37TwG&C6bokJ4bJ_ZVio0*dL}ryebThVECN@z<--|-5&*ngpu8VzDLf* z0vUA%0};c3tbYvyLJl4r281R58U}=v{Fh-sAQ&=wD1C6O4>EoZ5p-~@Pw3ESp9EyQ zPYNIn8}pL`$iv3{lmN;ARe&0F^v?k@re)?}0nmqx`Tg(lKg5uqp^cT5{?UOyV;4h9 zeJkkrpV|Hp;K9K^bAZL60YGafD+9=YoSEtW9t(tyjsgyi2|`8yjU61#Aj6Na;lIO! zes}DRA%lO=dGzCk{_esD|Bep-!53&dF#LD$Meg4p{^Mi^a~&N1bGhq?+h4hKfzp-y z)z}59<_~dlg0m6G7tGcTZVqJn+AT@P7;os5Ra$u^uXu-a zh4?1t;7m=Kv3*~Q`h1P&NcXBn+DhAkOF)Hv*XWI*s zDxE~$`yJW2mh#pT3idi%spm09FNEVg*xP=(+>7=zI=yX~aEqLuf|rq-k^*caDIuEc zMOH(}IALqDwKlpppXJHFu(z~=EMTb~S#jUEFMFYv%fh~YwSOuP-?BOUGUbaa4R@xie`#rm@c3{1v!0s^>wM$v}W|j=T-F`6V2(iwFm;nEWnBmu&Q8#ZFo9i!OOPI}rXANx zUJ$a;6|DOXaTWw52812g@(t|cuTSs2#7uc4bdf62lE(9zovrXv^JL_nTZ%!?raXt3 zEZH!>KX;}j6IZGJ(4<|FU8j!J{gv1i{Q4qYboZ7P(vJLu%j^`+^;o!uw41g+hg8cy zR+tUZJ}Q4CBazg2%Z$;qJqFePkm z#P3Y|OfIDT6vXJu=!}g>5fU#2!=^IVy-bJN;~w z*6f=9=t5R6mByw)&+?k$i-e$TqNL-k3yvnq>azaSouY48$X?$2l3L$7!2xi0s4O@a zF(R08J4LcLT`{0bvyCOdEml51AzF^X>}wX9+xdYDoqarKZ9x;}dC!mE== z6*3f$o_(FQ>R{i>hWth}Dz%o}1S8MPb@yffTJ?+X*{xVV{oStFd8^UUH_u>f*YlJp zWGLlqF1FpqZLxn~;PjAmhP)TQQdUcC!f9K={YuisSkJ%_`=A9J@+lvw#~wn<2^zYy zL}j1j@0;CRw;iiusoXO#>@8HVUfw18T0qqFF^9Zx{&|r8Q!|=c_N!VKg2KOGeDCI- zzLxQAi#RxOzU8InM(;>pzW8X~H!(}n)!S;S8yOlAXzBi1H^{itXgX=-9smhdTRaVW!&>-Q?eY{p~CA{({&dZfHx^PP$G6d4t5UPY>oGj%r!sw z=5OeA4a}n3BeXZrQH~T4fa&)UZQ)XRczkE~ZKazOa_2JGM(vt$XQa+kNr*(=;U7<{ zh`5EEwDVr9$zvxNCzjdG{eGjSSBM}xpBL^J2JM&GCNf1@S?#2k$cyl~9d>3BdV1`Zlv3g;hm8do0Tl z*^#k?*=Nv9Yh9PEwi+jds&gneGpb9H&9_>{Uk;oZ`z)nG+1VzzhAcJvRzI=Tq4v^C zW(T{r>9?BSjTg=u#dK+Y`iw%$%J*!}T8F3C^j#$FCA?$-&r3prV}9QFpH!VPh$6xy zTl%Mel|d_4YYVV)d zCAnUzFI?r;k{F%IH4^_WDRaTSkhARCI?ZRl>0Cbh<+)_s#pMh@mdLChk4)-A7QJU( z5Aq4gKiw$#lqK1hqT09k%pUm@Iv@F?HRAhA-{0!@^QR{yXtWa9R@gl+>yp(ZIA^#_ zb!m<&m+__ziwRH751*8{25#2RdTpc~6U+1YG> zvkCowwCNOM*~-SvxA)$QeW>}O#2ly;D1}~4{%mH*Pa%?5zfhv8t6ABL)uCt`CE6}Y zS)??iJOShLq~?@Kmb#R39E*`1P*4hsWo#C0ciDaK18%rRXFuDvH^#ulOOG`d`cTh& znq{=GW_r=w`aZ^FMy?QOH%M()MAbnUr~fKHI!BrjPs{F3#;~>BxuPOr>L?^~b+H>l zylpcV*3UgmBo5UC=xg`m&Hr++EHiiFW-af#q&w@J*nEyiAf;qL+5P+~7fGgs12yMa zt!Y7D)rqJHa%!3f%)ILy6Aa#P#P^*|O3 zQrE7f^N?phn^D3;ZWL;)#>JxbSO5G4v-EOx$9f_9u5%Tt%dL0{FK>2j%_+7YwEWeM zn_nV-8twoT(5jWE{=lqx|-0mVi87~&7jM@uIi90^W2ordI$N2!vhv%+IcsAei;XQJb{5^?H44!*w zniuJgBURV@D*93A?XREl>__&)<+0OWE}h}5Jf0OxTz4jXAi9BECkXJk!CM?ZPP&Fx z{$Q3)kmi~H0!jqvLO>pq63&_(){N`hC{Uw<2nOsE`XG89d2=Ae@Pg}m+)*wqcotnj zw8BrDvg6+zwS&b7n~F_it`_oue*?^Vl^-0RHY(rrY1I7qbxOvH7qF(V@#uYKj<+n% zb)wZE6MJE0(23o1nxL057R>?`2ULqJ7yKh8Ykn_g0m{CgsN}EKJ0ywXfU31lsOo?W z>Xh|+XVT;~`{odO5!wy0ib-65$NL32D{5B)YYJGRTGk`v7U3?AalyE{%daHs*E@Na zsv&cMA*9XJyvVyTybHCoC(+FU>7chPIfG(z)+V6&C&udvSp+3>i|``Jwc+S10vxoq zehb5Jd_~%x1n2*>=V|Cj!N*d77Sx7=>FuFb&K7|prD>2^b~qi=L;a6j(yTEd$%$gp4|`u_JCUEq|bye>#e=+ zOE~LuQX!$sy4E}ptO=ksDHc7cetk3NIOuV=@oriXAYaQ=PKhH=IFZhbV1lX<*_#DI zTP5%hsnUwe9-ix`Z1;Kf-ka$yhw#W{wTeO>FcU5JIXy{-2m=y+w)s)@BY7$K>{UON zZqXz^JP-=kv{NRcF0O{A+7&2tNDwV#`3F@)gJ?kG>Gt79i6;o2Y-jtifc(&a{;7i8 z8YymxXBau?!#+^9&Rb{#%7E>wJqNIK#+rrWkyE7d=c(zt&ie(fRi~n zh)uM4cMuE*+-WuIhUG8dY8+Iwj% z6aq3*Ea_p%g?;**_&lH<1(F3Pd;XmUomC&I?vXgnyXo_XN;1O>28lR+oRS&E>_A15 z7TA_$%I_c#o8z}%CHBu<;fB1wcyNcO$EBo|%a{Br<~VizZCg7ry5-j*Xw$E096PrQw-qWYLnu??fkE8g@@T1;m9o`As@8NY z+*3oxLqOww@Y44w%32Od(6~nu$$9ev2C4Ko_o8 zW6zZ2mx_k3I|vj;2p)fB!~ZBWyQ{ja{{&{& z#I5ke`#s^b)nw}#+z_c(xixQ;Bn&L!uR$|fhRCWn5b?m;iojHwVQ>AZYad}f zSv5AAAOVitLPdCzM6GM7v(Z}kye(4m0!v8O}8 zH-6K60K5?yArwpHe@_WtWC}0rw!;e4)b8ubNLwmfELUel39U8j@<8d54 zW-=IWO$n((jtMo@6b||y>Cpm`pUs|%T1M+~FS)n3RVk^bFvbtTu`|}oa;>>4;4vke zl*q?aQSoJu@Y)p=>bt=31NrTFN{LzUf+6sz)P%^-Fe-*UbNZ$68!Y$DMAKG=%(nn(GwnX2hr`-1kk&pP}G2j0=p)e&@;sX z;W_%QTD7>qczGYBRilc{Yj?$de1I~oRx}q$!y8Uzt@=z`(K@p$Ke}*K?6-vOI@!94 z{lRB}qZN^!yEHX-HVq)573fQg@HE*(4so6C3=93ZyL z`z{G~I8*l+s`>eAxtHh3sFvaCPZIO7jj%BgwqX8Ejd?!1R+i}tnxxb3i)boAv4HPihS%lYeIBI}ufq?Zg;U69`*1Uw1$ z;XL%AUHhlaFOGNW<%>XR@V&CQP+;{u2efrswT!@eZd#XJ5^9mJ53g_v`Zm^*lL_r_ zzl;ud*F9b`liJKF8IfA--Tau16JX8rWvd$vY`8={<7H4dd@4y(Rd-EObEBmm4=59uG7{&3siHf7j{28@L9*W$#GJD)A5?1oYliyHzs zHyT@_S>^_)C2Hz6=MXu58DCe$-7z6fyP$XPN9MB=JSK*HOB-v`5k~5~=*(H?evN8} zV?ghMBHRALoM-!PQ)YzyCdp?%Kv*KGg7j5-Pl=0?4z^CT@CVjXlyYQX-wC*~e4@L8 zO~E`WhSPMDwG#b2IZXCEom^E-bSCqfhr)yW5Dslc+pNvN`1k~>yBu!FIlj&yXR5FG z**cP4M-vV}_2#uzwT+rU8lu$!cd5L7u~GFVDg@M*2oFEJrFna<*O2cl5o1d*Zmt2en1=bW?x%l<#faLFR^Bj#o#S9oBr};h2vU)A&MQzn*!Zlt@qXebg&qRm>7{e5qWC8aH!pERhf`N*85Y0huJ{2r>8N@19S8YI` zH4taLWD4>#?G%OWshORxt9PPAzP=$i;GyyEBV@h2{4Jz&{c`tBcu@?Y8I1R4kbXCE zhAf1(DB;Y+1!Hq$(s=A{$piQ|XfW-LYzQyaq`Y&Xe0IChA1lS}NogF)&_4ZL`kU}B zU~t-Dbnrezp9{?CZMG#W6PcWzRg<%N2E;gf%UYKZJ0S+6q`Vh$cy=U&|di^q$0c zE1oa_$IHc3Z^Kh+%yx=#ZsBw-*`#3&r}VXttCw9Ph_sNFr0<7~Z`3S7F|3}n3;)*B zC$hmH@Mqo|4C$4`ak0fA%^R5 z2ya@u1BFOaw3ts_%&a}4uvQ3r|02=Z*}CLb>1d-#!ztce)KQydXoFc?%yi=tVHZE! z0gcM(fyT1`lFT!Ia0_GdBRN^}KJ|XpgD<|0zL;eYpxgR;iNc1#d% z{}#?7Z!K0dh$W8^i_3%^{A~vjI>xDAGbF-#yTEO~?66%@+rTVQpw1Az9|F%1!w2mT zZcoE)R3=8;ds*a)-eE%;!!&Nxvg#My7}CG?FtF=J&O>mW0GzezS5zM&)Y*q!FdjwA z%s!_-ySbzFJ@B~OZ}LMt_48owI(F9xc83?#is3irgGZMjIeK}LS%Y8A{P@i*CN6%* z)^+7@{DQ56hIj9f%}kXv8g!EqpPil7Wp@)mrp%Wxjh z=qO=j3fW>ovK?s%Bn!dahqH|m+b6scrYYspVMmoB45f`Y4KzDcP&Bc^C?!do>)Yga zb2oSl6ln!TgWX`D0|dQVjSSMthPR*E^vlO%^>fR8dzl;_A#1=oy~E(TMWp6-5sGNGex}eQbWsn`@G=sW%PIUdw?jX+V|^se~fDZ zJ=X@V?7auhz;(00`Ws;~bt8oA4*dO-^z(_Bo0pxOw}GrBudTSfjqCGfFs!e4C{q>rbt~kgh0`>-- z|HiJQEjRYXh zew)EqHRv8T&-C*VunjSd?IY`e$;b9V4o^^9(+WXlcUq%nbo99JXdpDynXN??BFWT;UML+9(U5P2_&?Lb`v6R$Sqc^x)9)CBcTX#M7bWpGY)9IA3Z-1@FUW zc|zwYL*_Fbo|=3K{gNR;I{yOOUP*S$2WAft&)Ita=Gxi9y%_}iXp3*sF-SrCEG~x3 zDhXAJ27lBrJgg#|MyFbRQbj#PW3}@3F&#+@gX9 z;Yp?(gb&)@({3~neesIbaDHm~Kms6KU4)XS{@=;uvRx~7<6XFy0I{oWdpFBzvLo~x ze771m_oMasf$hd8I6>2bmta0kPJBn7$aV;iL$El+4b5up7ZkPhL447me)03zMO?bjp_yrAXT_apHP79rVqTnf={Wgk>1K$y!XXIKV&YOZkz6^`t>W#W_TjTVZ}MPO^7*85;%#7?}jBe+G_aX z%GqKgi2Fc`Z{>-*$iiw1@fQ`WzUnH;GjYHgiDFrFxEA$5swHH^TwYvUmHn|e3FeJ< zXf}V6`>L7QWq3i>3DEO51fXz*Z42Bhu&l=e^9FF_Xp{ zN+T+_+%MrJpny+(nor0z{Ze|IvhhF9E86HK$&Br2jDw@PJQ~8g($a>y`K`*7BS4sP zTwY~a@>|_wb{dlLR#iw}tD{!xte;DTA_=;oYa9i;TzI9hG7jB}labTtkI$50l?MDv z;Ve1j^Lqrtv(^oFL!^amb#mktV$LK!!}T$j@SS@ zSQ@7#v^H#7olSa7zvmr;-pJKyy&&;b3MPT?fkn1NnymolG)+3|Q_Bk9U;gBjs7KUj5WE;EVpSl8 za(1qNfBJNw+?DpDy9N%})j3`AMZ$1Au*Cpl`i&=Ajj|ce3N>g%_jq)G$g*Zde-*4+ zq@1dVH9&1BRV^1nN-?dFSC`$sTeTys*sWoW#mXP!ZPQ1|=E!yT%@-S%*K#6ed}`Xw zxZ7u6j@w90q5g1!&MbFioT0|iaxsUgFGvWa04A$!+JBX+EK;y5rO!rvP zSS$^EoqoUtq|gP{l>BZH`OlkcQ0X%k60Lv@ z*9NzCny0j3P`d(2htn#&g|Z;HI!Z_&tgPkdwd<0->@T~r7^^H<@_=Ql^)twGNR)x( zg$78qIwTZa8OfY_gsLOdO4J+nh}cmn6OGkdG{t};OnmSORmeLs|55ZkcCn1mgx$Dg z!?X*hqzSxw>&mOv;(_0(^B5q`zXnfp(S7u>yk7{aGVInwW&o*?m6l?Ep8+T z)RRdL&qQ*kqQOA>`L3yH<$~fSilVR zFqOAd9UT|e&Rp4WcUb>9ehFjQb_#Dkr3%~zb=Jt~n|t6gqp`Y~>Qn81lsPs1BWjf< zuR*?Rc^pgA_`-!lx}kXk(mBxBFdR01x)jXN7Np90cMGGMtyu75{~IKIB|rOL5JLZ^ zrT=#bp?@v7|C0~;n{1-}H}RE|?T7A~fL<>>z#F8YTb{jWU3f1*a#rcO@(K{)(B#2fvi-tq4`;y+IKA4~r{;s4O~ z_^)E3smosn(#gV&{=X=S|8HrffAkUlBdzowuFU@@v=SThf1;Jl-B4DVpMDgiNfN@> zF%c?~$dC*82>|j^W@YIip0`b<>Edan9ph*%CLC+(X*c3wnm23f7$IQuNPZz(I`&KY z3rmt7W%7M!r9Wd^^v-uaCe4!73v;JN3@nem;#3x60N(A7vc0kXXxZCLi|b zBGn3GwK8*#61%C7Ud{3vdJa5`UdHkuIy1b@c1V-aJO8DZh8hE&i)%9Xglp2v^mwgg zFD{$x@Uo2W(lZWtuWfc-ePEQ(%eN(U8&e635j(<;{-R9mbpfejmp`|Oi%~qou?G2! z$m()ZMR5tuP$0uw!h{EL_ZjN4Q>ERIal+gOk&K9M*&GsAMJCC&$%vyWXvmsTu93OJNC)MNDE9&P614;#Z1CN(nK0?5`V9FV1iHw%AVbE=k~XaSytxlAJE&N2+Vp zgVGkUGjVUGb-Q2hR`DyH`tOU*Wmb6?>@{|tUFI^YsRTPWz6WI+&@J2na3J>?)pk@n zzZi(qvg;~_lVd$?Hd7rYMoeQme(KOfp|^zwHtkZyh2~ zF;zW{Xb_wc({QcrJ}v7qi~*QH=w<(%S%o4cNrJN>>R32R>rUgNu6zEZEs@Hp&LXmMjo(-zzaycbYvB68> zZ$yDb&N11%k@_3gIk+q`q-{|hl3$~HLc5(?goeYN;7@{bS6c8H89#Pbev}W^SvOWA z?zy!Jpn4sI3jiqcYs)QcO-1LatZGVHmIYKqZIKIVCNgSdA?J-mvMwqZO*3*-L{FQ- zGEIzHX$ET&qLWxAbT(Tk#TVX%wd`sOH7)&yloFJ+F!Y4~GN59gb9o4ivRp|iVtwx= zE>#a>%WXYHY+F|jRb<$pjQuDyiV~7_zW+?gG7qMoi&qj=i4S1t%YFO=qXUc4dn5t75`*Gpf(3J(V2_6D zPH^{*s%tnEUu(RFmO%yRla^?C`o)j=eg6>&D8kf@i(`LWD$fjj$PHk^RVrgY2LJ+c z7)B)e?sH~v1&FtyZ*=xDbk?X1Wr;T?CfWxBQV3dJrZSL!iq>3^R#);hrRgqBHVmZM z|I9oCaasdFba8q@r-v1Hr$PkVU$XNLjLmva&xFOL=BG+8z0WZ{xXkDAb|g&ihq9@_ z>BN1&7_Gvlv~svQaEy$PYHKFLB7(**#yR+mg8xCypHnEBVLryZ6Df0EE6Po*uA;a^ z-;nj<_Mj=yf_sFv;@FJoM$J!4G^}F#(viy}z3klA)8iu%~18JT38xBpO8~L=LXq7t@^TpXyYWpk|1oemDpbL-U6{=}f3B~P2f@DMe+QoqNLc9>pz9Dm zcovZaOKJ(ltfF29@%5M$!1`on>f{hxQ4T0owdMzfj-V+rU0!dW*AhTjb;)x8$Xs6W zA~8B=Q9+F)v5_O(ucDo&a?C?ktr7$TJU(#6dvA@MXhT?)ilFw|k-X;}nlNWtP_QcOsbB*q4}NMeGQ>?y$p0ZRl-=#mPim>e!uS|*J} z;>#3x8KXRf=lOp|l{F;e_c)R5f3i6YY zi@mwfZrf7_!}r6;Xob-*;?8mxR1Y}V8%_MF(1nW=4>bUo8B$+k$goB#_wRy8jB&E4 z06{9V;{0li@)mLKBkWF$T8}4zi@t^D{9TVdyOC(hi<~Mdh<^%CCCZ|UkTV=dB?1vl z)Gs28wxp@X0+f;sFHY343f~2J9anv6Td6Tog{9Wg<7n9g^t6GA(9k^TmK5Sy>OYJx zZm4J`72e9#Ow@%xi}x6v<-G?_KeO99rH9=2M;s8F$rY!X&-jWUnd+OqOpjvc#(Fd^ zq{Bq~l^LRH%Jp)>vYVUbF;Ypvs*`I-^_Y-HT!<@f6Dn_7h#Y5V$lP}=nB)Cq=(x)0 zP*q9N>;-8v5T`#77pbJZW(u!25UcP}1>*(JZ@l{eCRH+TTILU5cv5&Mnml+i4C>Lh zoF(1j;@R_%uo+|f+h2l2vjl3#gKq?@($_l@i6u5+)fJrJF}gV_Kbgf}&D z&uF#8#G1H#9{dQ2_1d2P7Rt}3uHP?cegzhoj%X=oRwW*ZeZ1cjOmHH=tuiHjzjJ;X zUUbs=gHWB=N}g?jtfTo9y@Gu$Pjm#P{h+V=n&fGf67%T9Ic>1v$K&?HSK9CZvD>-i zdMeeXp_YV}lavJ`Dr>Hn2AS#UT~dmE-#b#S-5P)AHfxAcW-~BnLnBMUnwhN(V9Kg0 z>ogpe-EWI(FKTfl8QeQH*qzPN-puM5E4|QEEzca-?8fF*Ud&*=>HeCMv!PK)#+sRD zz&cl8GUdpu+#Z$Oa*C+Py9ni+ZqxlP5YINz_QdSLl})P)4GA38mdjdBv6Sg%u`D4X zif?4}gICa;k=kW$)RuELM=f;vHBo?`#rd$}&o+@Jy>Fu;A58n~0Zhx`RRr{GICt$h zH6mG8n5CJLp<>I!p19biHSt$Ldz)c8H};+)NOIOF)5-}3{Ycx_3Q5|sKB|*~rA#L# z_k=A<6M$!VTZA2gXq0V5elydEZp#$_ql$pJ~ah&E5`<9QfP@PIuU~C&^C1j%2V?3aR~De2Z>_R~S~ zo!V>qVsm#@FQ{tbsgSWjD#5t87v$4jFtEUY$<}Wk@sLjacos{z<%&ElQw5(Lp+@oC1azKB!>L;%Sd>o2!;Ghi5QFM9g$dX51?ml zZbD|0-43E_q#JC{&a-O!U5%Kq9~AW_lTtI%krkhWgch8y7=6q~e>r_9IasDVZjE@k|9;)ySxzor;^kPE;8NT2NEd z=i)l3VrG1%S!{qku7rV%gpG(-6`Lel2{7-h)iv*zkUvV=t#kblBI(2{HN$Ub@`p&?~Z3znQ8h{_XY%dE<~gbtZo!(t~YL=wK;y~W?$ z=G)rB`Kq>Evq{(5M?w}7rICb+hK_|;FW&||i?4%VTu_=BdSt5asQQ)=)$aeEb2iJc zTecppVX*p+8#DS%^q!Pt?q8s@`tq$)t|jczZq2+-zX{|@mIV%ky01h_Tbn^kwwE)p zxXQkP>^IS}XuW?G>P*mb%n4Eg?V5s}V!ZzzXBZ-Wm z`P~I1B^8S7-b%ug-8rp&JyIE@In-a|Jd6qBqpI>9Tn1a`v4O#&wlv2q!xNLh$r6i0 zu)$TKFta^dH#1xoV_oj`QB=FrArhy~izz)ucm7g;hLgrzPO@3i+w`fET4UH%hw=~x z_jHsQ;&eWq^}O&!#0Df6VVrJ&{pW)HYkYwwzRon3Q_)hd;n9;ceMcU~jJ8{|M16u4 zbkfo=Hw$-Q|CZ^F0eer}X9O6=#CQ#c;USUf;+BjR(W*p&H0oQp?ud9E(>yel>Zj*f zALe)~w`g?uu+0TtYXvBs?QtFRE{;rZ9H5Bc2MD8TxXpMntT-FnpnKsJ%u?Ct^yq=! zvNuNwqqKP*7GSu5(|+=#Btu^(B^SCigmGX_Rkx&%QUNJDPzQkaNdG+>@;Sg?+hr=!w*~tVAXM}+s56O zn5eK;zgy3%P+|6$?G;ddp3Q}WY~pP*EhD8Pe=$WTW7(Ak9fdta7&;#f-^!D5x7i|2 zGMhs1oJxG2(aaiosON10cB?p7T{~GpN#iULhG(dZ>CAF?pLZM6)4782W(@jrE)MSs zF&ueLoNr_GEXGqbG9FnQ2@t*B5~@yB#VobF%a_jXsr7~DIp-1eU2bfMy{W8dkQ)g$ zoGDSk`-~Lbb-Jr3TS*VXs#{vs#UcIGXVF9B8>Ca(c6Ipzf=pdlTz9zWVV>J(0b&Ly z0D?>aA*LhTGrQ8=2qzf%Um#018D_)UxL>ABH5UhAR(J#vQaJtz7kNOfQD5${=;T7i z=fR+_hdX$bmV%BBpDO_9p@%oH*OnkY6=P!$8>6HqOA*9bPmA*|B&&a7>1lrWtr$WY zgCks%@dA3CZ!m&;?Wm0Nfqrt0RkE#AIIxd9^Tfx$5_C} zHkgyYXEoj&@}U8~hjK$zFfKg4_3&nrRm?gpBh=)QFZ258XJ)LKJ<|g&`g-b(jx+da z;Toe(br)9fnQs(z8Wx`ghd(Uzdx*OI=WB5A>pKULho?4PSJz&Z4{ln8VmJOtAFPkGFmy7~50QxAn<|F}$>{)upMoTj^7mos+L- zbf|Q9S5fr@H*RrP5wI@vn=5?A&?SoQ;sdBYP7e}v4uCL zX(3})?$U@@g;JP^`$_QEq5b`cO(g{xg2)EZpiz^&4tj8&cJJ!FUj?o0MYSk8!|;|> zPACT$_*W-e$nNzmO-&`_l~Z=5&IsJ4Uehf`kWD1&+D2{?4Q$Ze*}S{D;bL>Lg}@&7 zkUhkYqZvCQYW<3!-u5zdynq5&t40gyHkX6Kkh8W;Xar4n0;ffqW1*NZ@>o+D)p5DN>bD)g@KZPa?4Svt-oqe_MJfDj7o)ci0e#|^WBPU!mk=n{a0l5?}&>ABL+1pnLc4kaB39dP^J73 zt#l`7wp(Gt;EB=L23jm2{?Zka_n*KXBqAJSqWUgSrHKCR5%JTRJPKyzyD|6KqovGg zqF7I#wSXJ#pSDlXPcR!vclE$m6j$2>p$R##R{b|OM@JvM!(bVUXvJ6j@D$GwLw5W$ zG2Pf^8^Fz=Ijg(6jk^!C7DwTg^Ze0o-J7L376tuItVg>qzvT|K%g3bveJ9D-(t=At z2WYn)97PP^WvY2^d!IkpjTO&uwKC1i=%}l!2C0F!G=J{!HnJ#GLGN_}xQ^a3q)eTq zDm!=jIZ2wwM(^JuSP;P%Jycz&u*192h(P$}n$H>YM0?c~7pB zMmLUs%vGEcv!s*OQ^A4fN`R$HMM7|ZI!lRV&7zg4VjX?#6+l>OKTI@ z{Oi$);{Y>ye%9gGYzw&YNA&U_ZX7v=dWmE_o`q|llRfFTk)WQTkESiSZN)4PPq4-= z2|i9}9-fZO8xhuyoSL3RJshS5ri79C+VpqGAXPy~#i|nZHImLz0L~Z4FgM5QJHT_a z>}&c-`Li!eFaAzGjp@bX_N>@$!qcfLH>MkZ%VAeQWi+N$$FwcB)x!2Rj)?`LglktP z=*XD#FEi77Mhfb7|Mp|-#TT~w>(?p%;rH3TXMBS; zYzs91c$XcAvvs%HCqmo62Jx*cpZL1)o4m8jQ`UYrPDJd=!&Cyy%-#T1{N%aDVXS&9@bb$mA_WaMy8p+-LsRNDpJxrGM4 z7k>{Ght2u8EswRBQcmHoH@2z5ILsmj-&;y)2*}>6(=a@2 z4}y;PHC2=YAn)9s?yvIT3yf9EH7uSOdYLjMRBAs8I!4K4mH73-#9qqCRxf8YQnf)% z`y`y{mt9)xMjsJvOo<&HCr~fZ9e9o=X`0ddsIZ#{PV_liN)m9xBF+zx`c?*69Mr3x zr{9Np_o`xu@A^ouvPtWZ)NiQfhHmD2lvzt~F@0itux!-tcn4rzTITT5%s+@@hjUj_ z;4i;BTV~Dy$(cQ~Z{Tck1fDsYB({8$xE0Y)2rBQAyrgsQ14cr%Bvh78T25~n1WnmZ zEh}2*z+G8IsRm3qr}Yg?2L;O`9zedoQwemXVPY&R_76qtp-#~*)5Qzeceq=w`$A9B z>76Czbn0{%c+1AW+_=O{9Tq5<-Ac4LnS{C9YM_n3|${ zwiM~5s-)v)UV4skQ2u>g!9~uj9+%SV{}em&+h@{Pd#!9T*8<6k2#MG6 z1@sHN8H#SdPq;;=JMhvsztCKy@MNyIG{N1yH<6w#!%+Y}R~mX@sZTiZ5dY67%ds+h z-?~TTW?S^q(qk?xDyBz5`l66OTS2*?I~jF-=TP!=JJ#48=fX_rTcF4P|{YSvcd=KEV*kd9ft#b6f))k7VlqesDRn9j@1 z;mfGsWDwvqY1h$u-~gIbJN?a`b~|DD-RF)oF-yD9$!s^KH>q=GAaY;|%I~^cVXK~Va8 zzjWtFjn$K>mXt1R)5y{b?uI5GL9QfFxU#u~E9vX_z6v( zt(-nZgtZm6gS{L5u;(k@5Jf>&JWGDGfupp(cU&jeHeV;cys1t z9}ldD1Go09%NGs+di>O#0k|1Ryb$VH9!wwK+|Fz6@OB%~uo5$7#5_0v>~i{}Jw0yp z$;grYPgFw}IoBOds|p$2wM;uIh9gPaUZyWGM`O$dlhWTf0kC{y_~BoT24%iNjWixY zfX;)>*Ybv{tavf;ilynL7N4+%DQlX8Qd-vM!&L!AIg9M3Q6-r2Q;#&+^is)KIphhU z`2`^(rb(d#NvFD|uF7d0SSmnhJ{uX=Pew9Mb!|G76|l4gnXfbtLwi}X?n>%1RaGMJ zMwK{J6w5hS6KOd!?fQ^hJ2f@Kv(cqdw1ucBC zNY#?FC4s11om|~zWzA0-Y26Z5Xw)$m<@KJ>cR{k{{W2AcdzyI`K);M-WtA)PF9oUx z$<>o^v^ZH5CS5q3a62=4T6^!O(O{Ln@6lDbw~0Sx&xVRo8W-R;*8B6N$=;~KH3Kqk zvPaxVJT3!9@|j_wwSpkmc1IX6A$Y|E8QhRKtsk~L^H%EkdC1d&#A8uvD~$ozO+ePc zhY(cu3JwhO!EgZrg>tPHS~4$B zgAmUW=T09ER=GiToWuc7zb}q-w0kLBd*5p-@SE<3FE*iC#(DLY4tMS|LtEEgmt}H76rOsDfL2nMy@-q@1Xim+Zf|7@WN##$~ zH$j7+(L)f3;kt>1ONip=P^^oSal#Aqt8(;#Sr@5rmd)%L^AK0nPf(M9L?Ts-ryMpk zy4Rs1@F}z0b$6ID;_7&eXwkD`-3R{L;{CXt8Ht{eF&Z6E3qATtm%gm>NWrzRkTqN~ zjVQOROgN8&o(929$*IK+9yT0VQ(J`d?QfK3g55HYpW%()JpJDrvk0}TMl`*FJG2<3 zM{=E~wAmZIMsJ_CH3%~tTGLOWEia~Lev0JFIB>l{02?ty3w5jKPv9%{#b`N2;u(mY zKKvIv48X9QJI?AkPVG-e-+rFjC^3Kfn^pP%_8M<4J=sGLz79dD%Hg@mx0gl{ zfkwAAbSHBV5Z$2D&Bp=(AskiQP0jR`(iJGy!yTJVdjz3cb3y`ErJ-ffNX4uy{Vz04 z(m9kT)CWebTfHw;ablHf4ibgghIZap5F2|@O}}x;U+$2tOu6_S7vX^3&Tn)7Xb^}ogWpc^g#OngV zV7V-KE?zB-!qINt6btU?oP#Ms{6ExF3ba>ua173O}t!R7xSBmN1CIS3+Ag2G#Oo4w=On*mN&@!?7jU4@*9mvkY z`7bCYmcJdN|JgeKyXQYrO#gQDuPG+xzn}aci5&fZO)>p5Do_76i}bHyCSyB$_kVIh z|1pyO4>IbXsr3I;O!}{I(?6zM{jUY3|B5wP{LQHU|BY?>xA8qn|B-F_w}t<4!T$Hz zroZzV{!@v`-CaX@rTr_0(es*1RkDRFKfIxNTCHMPvkwUk%oG*OH2VYy>nCu064(!6 zLV?s1cSI3IRPYn`X0^rw-p5SKKWFQiLv1r#ecKD~9nU<^u{)r?wVK>kRoA-L&py{J z{r$r+eHt{&U?sf@JEujV{lZ-XG&4DK%QPOtm>y&s=x1MbwiwHcnCw_M6Gl~AC)PT@UVh(~L}JjdA>qd%qMZ^TGFvT0BvqKdl1#oCn}^zF9$n3S@w>*?I?Q#^_j@O&;q!Yc)-d(DnIYxR zUNtw-rZtgGfs5F6#2Q`)xvgF2GhbY+ZvX9PI63?a{zJpF>kkgpQ_MqDuU5K4iPHOY zdb6smF5Bt1HvQ=h2Hyh^dB+8zvtv>1biS>(w0EPb5#+78qKVFA0`0g)rA{i*yH`ut zj6l4>Wn(8s&r4}*{9`|x-ecp?TJTijW<;lcbi>d(`8wiN^Hk<$OsBqPV`&C;Ysh9) zrvd9)(^PJ=NZJt>BkEe+RVi!sX6TJT@0dSBYR2!itf_cU;A*jdMwX2rYn@kBtg(mt z-BvN9V(aS8Ry8KE4-A+Ya5KV@Qc+=g!7#(e7=At>vB6Xf4;wbr-L8sRgP=#)^phDG zu9{gRKQT6=WklHw6dT~DqPd_R7%`@jKS7BZ`oNN=N_y9cSKcsgGU^#$HQ1~L8sFB{ z8TXvDI>_xc+yBC95fH3-Jy>VD@tAvEz3f4;p+JyLXO`x;+00)_J`(so z)SVyLk#WnVu^$yKAy;V84OhLG9FzO!2vFIdx0W?4N0zL~dQLj+W}WCBe)j8+TpuFH zKWBXPdgMDl!ahZ@Gmp%4^4vEW#2bY7s?XB85gx)g1uymIm}h0#WO`dX$vYi7K_ByE zWw5lk*j{g*IDK>3U3S{skDtultIzB(_85GnfvdsDz~Bph78>#^far3at&vvl5u1%G z*Nnosh5dSf)8mPeiyD2(1Ft7>Wz`4Unhf&ntXnRnADzT_>W$@?4RWPp6T>9(4?@UC zR*nHkAWf2q6*8m*fK~dFl<&#pF9<@(J~nh?2e1iW?w2w226db#+zG-!WrQ)8j7LTL zT~_^ABNpin@~EL1qs>AcKq2d=RkmGxh-dJB8N1kTF8CS#?gEvKB$d@bp>RcWOpXlU z9m9t3o0Zdu{pUO~wrATSYZh)azzr59X6wcrRSJC%V=-6?5p*yjNWphd5G4C~*I#{( zTo8*OF|{72iB&5b>oGD6=WJ-dhv=tC-V#qEGM*kQH|rE>bhwTY*(Eb_gCHkE8kM%^ zu3Kx^GX_h=SP=zg*el^rNu<)hsfOrDkX}t@2NLN_Pir8~K1+NZpyzEjEu+rtz8scL z+{XE9ssF3BuMDfI+ZqK_lx{>2+0v4`gYJ?Jkr1UrN^*mONQx+_ASoe@g{Xjtw1k9; zsDu&<7$6`Bh`^oO^M2>Nto1(kyZ3p{{sm*tImVcy$5?BxRfU-0*AH725iU7%azB$% zQLO0?&f!}hFDe$ilel)v$W?SbmP|9B@euz2do_o~RVCO#+tOrkSf(0#W{hoEa1 z#Ts-uCO-P1lu)J4$gNLjKBzt1itVZRe5xp6)q$xiC%rJ%&Z4zq^APvB{@Bo8JTWD= zY%lM2>-ZWoKySVIn~ziN{nCvAF*SE04qMC9t5G{Me@pDQgxqBGM3^p^%r40)T7GBP z3S?dQDgX0s(I;e!CizB*_#Ta2npygXwfs#EvPegoEU8(rbx!T_R}G4i+4V6}LE2sG zis0nsdX*)HET+=KVuywe-IRa#AKHm(<5))QXYtlr{cR#Xlp3y?32fTV3 zbeCu8UL0yTQ!n;j4$+n?LpWh?mrB)s*Ltoxm$MNor%rT+i;ZkH_E7Vx7dj>oP(yfiSA6#wyB=Atov5a1>Ycr zYRZSu-C&g%o2aEKHxpEj?|k8cdXZ*88x!X%96_c1k^U@Km*Sp`7c1st?df@OPizLX zX>K#{PCX2adsdJx*DMSi;g=>~LgQYqvH`0LZ2OK1naCK944j|2uGJk+u8A>=+5g0= zJSI9XI%TahFXgF!+cH-n&9JZ3vq8P5p3YCsYfmM&%jD48oY9H=z;Z1F2SK zUanTN<;;vgLxZ(IjVos!JGqWyy5`>2&qRam-2{_~+6~Wsajd1f*0}!)ue6)k;fS7# zhXWg>&MR6mx1(ym9gX+Am8H>hiu3lZp3X9A;TjiTlMEet%am(mxtyK@Jl=@SAoq$L0h`qUahOG<;6beO+Xg_m?owS{SRpNwb2WbBvEob3I+{XUY{qllJy{ z7E33+nTdg;t!{oW`5Uw4M3P2DA8P32uAe??Puv;biMoO*VD~KZ}9fEaX-1K@*^VJ-dAby zL5Z=$?^LUccf`}K4V>=2)psK1>vu!Pi)6m{g)hhT6Av00=o(m3a~aQm%tXCIWxj|Q zC3l9zIkqll%(q;~pI$3;V{KWbXAXXMVBn{WR&w;Qk5jRujQkvIZ$wylUVq~DsH~`b zsaJKwj<5DCzJBpk0;~O-)`T{${HzaFC&&EDW!#+WH1&k}m%sB@(O!IY|NYBFM# zyA7Lel(>}6K1`lv5L`Re7E}{-xNYLX4Uh2Id9HvJyUIo;naKNv`0e_;EuG!FoJe^z zo1}ZS5=yGPdpQxhH%={JL!8c{NBv#f+z!kAbYB@t_}P*z|6#2KHO@yRMhM2H4I~Vl z=)%}_BgC3RH3bw4E(B&2c;myOt*LYsEN>Zc5v!P(7>{0+wBXix`M~2zmO_%u`01~S zOg|r5EaT{JhTKch?YbB7UF>$FX!M*5S;4$AKdxafVYx^dw8xr{mX=Xy0Qb?K zOasS6s?MtW&akTI-Zz(+FEMjDZJ4&;S|gECo8@gzWy#*Pk2OysrBld3-Kii#fo(Lv zbl;7FJ?xX%qAu%Tc4v0J{#pe$FWIWw+yQ}ShS&~#xi2CeGDE*sv@Bo|KABrQc>_1~ zH87QCMZKplFlp(E?DF%izDpM~&L3-(Mz0SC^lS->EO)ST^LIrgL_0Jb9=k~;m~Slk zk~1MWg&;6pM*osQg;{`e=0MiUO}e^^@%RU-FEA{ID*Ot$dUpm(k;-~u6*AK5xAs~! zCHr{9+-Qnx7#^{Tm3tENHWmL%`8v}uay`mM&n#}=`PcT7(Q+egKk?9o!t%=H3|+QmnLt; zpyCy&BF-s^_h54H$dMIxj$7_pR$VFjx`yV*Ch0%++3aR`>G!%0k-?((qdFUN{ZUXt zykFqM!smOei=HlAKK$;bR5D%ll@5=RaPbgjL|vCa# zF8du5@05v4AL$uz@?ca8Ocdqg>HHE~o%sIC-PXumyRAbJhu5$Bcs2;L?naS3-^>LT zKfYh{{Zd5sdExuS##i-pS9!BXt{<++F_{@K56O|zV^3k<+ZnM?B4bZm@MLt1R{6{C zSH;a;&*`e1YzICqf5Ue0v~@(w)gf$ZV)s6wn=7(q=yVzE_9fwrN=CLW^enL)c;P9E zckN!nvgneN%Oo~8a>TOxzwdr=4v}8bf-P5J*5ZE`k?A|6=V#fV%3e0ptUj>y^GeIN zk<4?LY8B_j(i_>w?}ke#c(kaioU_*<{Muc=VAn)9{l(g>DA7l)vP~mb&T@~iifFby_M3}GwDM{dNGEd-S6FhR14pjjuqbuzo3ACtmF8?SnxW(cJrtaLEXKY^cdFT6iK~%zG zMkrn`dv!eH|c{%gw#gCosYCgpg_@Yn-tC9UI1bnGAVbc1)XZ_= z!k3+6Yc3})*}YPGSr9$18ou@FvdIPqUgM-aJ7P5T-jIF=x2RaLyZL9m3D+`iHsn!@ z(w z=H%p*-JNbJ;u2*_6<>pllyg4FI(-{R{TS9+m6d$F=~o7 zS+(z5bPu$4F`g;^WtnQH({wrIRSwO;>49L9(CwnOu{G_wv6REo#z}g0^Npx&Rne%M zie*KmZ|=>?=Hsp$(2kjrrHd36IXkx5xbIb!(G4b>bK{h;EC{^y1ghF$yRpQ#RVp2XRj$ z(EaP=Nd?MMmY5prvb(zGQpitD*d34%M zCgWD$PJVyMvCOT4CtLoQ{^(x)r1DXfK(av9WDf1@iPm4&P+XSMR?Da<3EJL3FX#13 zcO6viZE}G(OY0Z5@Mf0#_WO$Dk>kVD=Q!@!$@cF` z(jhY#3MvuXUow*)UR&vrzwUHz_41&SewXgh*5TsrkJ8;Nmq$CVx+Pql7pWN3%#v7O z%;}%2s2v^f+cUabOvH=r!L!GfZ={^dOxvzY@l_0;DvKSmRGbcT`F`mlIsVvwA)aed zM;EL`7(M!{>|c+@=o(d=ejC8rTQp4IIHOXSL}+vQA?V+V$*ivT%@`Ux{Db&P@LNBc zGspNV=4AR&fjMk0EpG--8TcE8Sva^AG#yNyp-W6loS@cT-56baH>nV(yq?C>$~@~& zKkHPYtekE#S_uPA?#nnP1`9*J^ z2#zNc9?5%`RBxw0Z+WrWy32h3EE_J)*4O7aBkNu%`t0++%Wfq3U*_=LYo{5`)K?m{ zO*>9pDEVpNYUH~5`6abVc$uY{?A=3*&Aap~#4^iTN#(S?itP0qPuFda`+VmQTPUNl z6Et0+t}f#&6%LOs_Hc3wyv!!}xY{g{PCN3z6(a-EO(z}>2f>4Av!%i3GZt-KdG&?N zDnF0?8lg|&D|o1zE}-XZM~{%o*e|mD_}I|nVB_uqH*!Jd((7k4vADwm*W05;yBS=Y zlk$%a^ICl!se9;gKt0WxZ3`)~dQ$)BF;5GWekGsuu-4Ja2|e4vW~YFdU2n#P=9eWa zL}efEGCV+hIEd>TIVnu!J&c4 z;=NT)F6@s2OKNP?mquK_KMkr+B(KK!%Y+0+g;#GoeSK{vrn%J{`D;9~Q|)Ytv!j}} zy}^Jt_P2m`>v<-YSK8&~n_F%t%ZoJoF%Lv@yV!$53??iLM#D4_e8oMIm*$)no!kb;frzoNPk-`o5V#XIbGvcRnxZP(S3$Hoyv7udN}+G zOVWd?=#>@L5hRzM0l8twrl050F{K)zaVhX4Ig1+=Ml-IG%M!_YqGFX!G$}l>nZB}N z7vF6hw5Cs5@Ti>NBtEQPsLxt-d?u{%SX7otN7b*|Tu>A9Lio^=M4eZ;$uS}V>_60{ zbNb&*yGcJfLNX1W&^cH@O3m{Y60q3t&XTcza(?gjyWT@ep5^8aY+J&wIqzg^7y8kB zGhG*r)vEo@@Q&Uy!bY?0b2P29WUW@q-lDnJmgzq$G&K}9iWcit^S%1twDu;il&uFn z&YyHLWFf1y(5S82*fsw+=%RV+qwvS8O{*f`4XcNLeNZTvS-Jn2cVF4S=7kq~sn_d% zFm=W{_Sl9|(y!Z_vnnA8?)Zk#(Sh{_JkjXm@=1deqRs zi1^3I^!)bD1El75H@bkx#05+(&!N~vHPNkGF0}6GIagwrU*q?Axo`z0XSAn%FXp;#)sFYp-_zxu~kE zY8WNM@zMQP(OLheT$z1eE7+EU!~rL~Cz zJbHFcNPtamjLjtf_r*^`@75-U>LkRvPF$?s_n^ppvaNGT*;A=$At{iXhsTF3^WZqM zph|;;8e3vXzCg&uz2{B2OI<55YhA?>7&Cf_ZhzV1r^MOVGO%@B27J74ez+94V3YFl zr40F=ut`gH%4IY+6mql8m>SUCIyy0tBFbReGt1<=(n*_0cYcpStZA&`OmA2SX~tjs z?Ch~$FEQLVzgJHj`XxzUKdz~A=e6sjuxCf{7pKxJ?nNY>JJY5{e}&gABI{1Ku`8iQ zvRG_S^1@enD(=(-7Vj~h8&2X3T)QpXrrW5{wt@*ubMfK7C&O3j{9DXQ^<*zR8*eOo zHdkf2THuGh9T4z|H`J4*@-y!FTAqOb@B41fqcKr#j~QCkKwhL>*)kN5fpOSO%6OR%r!2YtzY&(BD9G(32B^Y?<0?|R+0 zEcUd!HFuRt-#O$iKfiQDWH~BMYB;rBi0GZf&0QSu9zAn%aLHagaa7CB-+LT+ip(5$ z#=7h2iwquZWiAKLSt_qGGi=7;z(eBWtMMK*QIqP5g7+WsJfipec7HUWfV6Mw0N%I& z^`hW1b_kcAG4xu~BAQ;i^w;PC8}HzdIR(~`a~WcechedB9o1%wf{lMUoM@CO zT{zR{Y#-oM=e@fK|r$$HlUZ+`f?^^nJk>_N* zGU8FKa^#dOmz~TlcJ6ED)30fkvdvBpXib!@sb_=}p9su554W8njECY%{8>LQ%O8qXBkm##F-|mneqQ^j;QdllOA3{o z@nZUF$yD+4oXe?QnYIIJ_^%|V`xA`A3G`Pk(KAY=R@iiO*tKVLIUj9O*_{8{g|3#mUSE2^+SRq(G_rM*d4q0b zwv>}F*LdK5bqCY zyLFeml3_7?z>Oy`^q+J)$DEh?C~Rbvp0U~d?31T&3d&A2&bN$n*vB&-_+3~zEHkL! zGskf(c#!kWu9tk_M!8M7wuZvP7p4$HtS8j`vhC6}^)TvHY$(1f+O{J<;=BWLCEUF^ zf9CqE(U0!kMI}=SET-^$N5mCf z(9ZNG)K_bEerou=!9bkxC^1aS5)n`4H9Kv_<6f_p@cGSPC%t)_3EMKgc~6K@zAE{$ zeYJdCIsT>6%-Q7x+R8NL_u;gbc{e)d_=8FbX5zxk%GuWWR0U0vFGIfbmddNnG}x*B zR+~BEd!u2795j`6;_=X$%U(+#uCicp+>rARNx-Ixz8)VZu`if+c#b>9Mobz^x^<#77fAo z=ad_IxXHa`qV43w%@FW{*oST%BilA;p6K!DY~No7+$W5TinVIax=AONByBG2y}vJP zMv-CO!*x6NVX-$Zuf8SuyQj)ySCs($Q@)vHy~)n@b|uVI{0Qkb2KrUki>~XZ<}@{* za#=EO#N8^>I9Vj$?va}0xtPLrHx`o=5!K1ZBp95~Y2%>y;}TOp zQY$>$#_j3{lkC^j4Aj5&K2}F3_L9~>^Y?Rwi9>mL2~?a{@ypYXA`Ayaz2c9s zcs`VM)o=0}+5CEreu`IufkBeNT}k?mTngju9CXlIMF}pw@2%EAC;Cd;lQ_eWx>e#J8!)@(?j3dSiT$f|DHX4lIr)q zCZpf)&u#V1=sRWlM@hx6UON$}(mQl%EX1an2B}@IG^x_I#rl+=`Ld#wgnQf+Z`9*c zCkQ!KK6|f?diW49h{ z1gw;cQU`ZRR^q;0Uin~$uGeo~ag+JIdrsSKmZ9d{;KSQm3FGmPpRAAhM7wc3$*VBQ zb{G^JydBSMa!5G%*7a+dif|RJ-YmLXHrsj?Z&gX-!CHRl z>K;i=_jnb#GdqvYx{%RN6N)h{`4d?CtAxyLESTUjf&(R?@X9AA$S!9~L+(*w?rH zS$|pHK1}m~J*_0>pq+sm-_jEAgLJ1;6_w8nxCh6a)cHM2jn@wGBno=B?BfaNh-tm3 zxHgMpRea2rSLU?oweQeDhc~ZImyOJ#Zoe-|Cb{#79c+I4iP4?a zc;0sj-+OPmR5eat@|OQ>Gw0*&0s@V<`@)U(`M29rK?0Mxuc%6u%`I)7@JIgC|M0uv z!d7H`l=tM9UcL6_Z4WlIh*po~NoBRO%S_-A&0=-OwIU7LCKxrDiAFDdE}EaHwoZ{T zTdX^psyR8x`PDpsAOWL$TicF&{MgkM6JM;{Z;e@0dwfm5F5kf|EZ4iKET!I&r5|Gv zCuuJqX=f8A2#@C6u=UREU0ZlwwH?&q`^qthBTGwDb$defqrl1~x0jq3A8dV8w&ch< zRi~ii7;@lHU57^;Z;<@+;&1uWyhZe(9W!_5trhyNp4@uWe$TdTv9Ed-+g8+I;4Qr5lef+z1-ogN}@G8;8DnfX4Kbh&VS zLi731Pi3dplP_F6EbTp?Orz)s>{%Iw-Cpf1z0(qN$)Bt?YOA(_4rglTca3W#hvMUd z*m*~y%M|Gdn(ZdmHtg@%e_45{UT)s>jlnBqW)hN*a7>l7SaUQU5T17LJDw=785eYC zT<2ntS0S0umQ=)^yBdkve9#+wXG9>X^!LfebLcl+q@T4n5JcmHIc{cI-Cx&E`?sD@X>1_7 z&2<#@yt&O@nA>?lsHha5|<$40aCHjQX1 zwab?Uy)Va1LoNm}#Pc8;k=ly-Z$;TPJ%+6Fa5fHVL1HO>k?{>rOjd*0=Y?y66C{1I zRyoDYJ?2vf(skml`|SD^artJ<)t^T-BIfvDjocrF~ zVULmG*l#D^RUAJ}TG@I{)c!>8D@5O)&7w6I#v8+E2o0?-=D%{9P8!plpVm+19MJYF zaHW2apKo8oZ${Jgqeb=G?r!gHI^@d$zuOOsCjRI4Df19tXITU10DC9<0DF2_vp|Oc z3gozfzO25pw`+hK0)@fi|NTfP1!b}?c+Qt|0K&o9)!kcB?EB-VVhDF9MKMd90n)%% z-Pz4uC)Cf`EY#54G4!+}$w^FEiC#h3-pR+oS(3ik>DeZMBxc|B$9}< zcf|e=Ip4prxq}|~0uaOiIe@?9jQxC^0v(n^>8$j}_f$Ot{`H5a zJH?meJng+*6~)NXPR=g&ft~?kN*3OKRy+Mm8=me;|N7(4KH2}^`UhS80Ri6zYLoqU z5(pT`It&_zLV?#2@00-!g@wXUC=?NLUJ5?&jL{u?f!To5?Sx@4 zXcQ4j7lXt66I~KSM}R*x8VUm(gU6b}=)z%m6cM@?LrKj$_flv;&jw%^6y&@Z6bgp| zUiEibfn_`0!A@0T>Ai z1FD4D0g}QWWE~O>o*WCI3uxf5P?-W40SZF_IYZ<}!H0p;z+g~V$T~m+kA~P41qQV> z3<{0HL+t?I!$b6o1d=Df&p`lh&W7rPfPum&_6*re!3UKo2$aD2Vfcth$X;*`BKRT8 zPP!;G78)Zc_@MTJ1W^bkXMhj77tjEq8%6_Ld0esNhh$P^#B&aUYcpM2XKRl&Z-ElS)h6H|OwgU$6;h;GRNkn0B&{&7YgK>`v5;SV?rT&5J!Lv;@D zLE|Z?u7I$hvL~RRF$d6q#SM_%NYH#q!3T{cC?p=1lPUOM^$VH+k{*N?P?kXJ2ns%^ zpMx@y0QUs~2-*;QXaXp8ATSgT4YgB%4;9Bx5EwWI2Bu#CgVlN{94uE*@In0? zlt>sPB&PrxSa|**V4?cOpm2C-9HQWZ)|jAtA;MxEnt=NUJHWweE))(F#!$JCh|n4Y zqJoIhQb4j*$MlT;vv59 zCtbqzL4f)Zph1MjKTxd!OMuV-Nd@LJ7!cQBv4lXxL*qE00juv(cr3K80~9dOx*dff zBB440Jd<#c^HN~Yd<4#cM?!TD@IiAt3Z!#1e~11c`4|5EV5Y!`>a5n-|? zqG9?)gSG-{&!FOm_5mmy@O_94p>RYTEJgr)F#Q7SgV)pqESOmA@FRc^56ug}#DOR6 zTnA(Y^Hl%?Qh=;OfmtqOF9jczKNRSW(2#W$eDK^z#6fil^g)2y8U-J;ZU>DO23BvN ziLkx`&;^DHI|nT91AJI$?T7+V2;P4X2{8Sli6BryX#jtN$d7^#T9*KkVxaX9;2Bh6 z5PSdz^(`9rPSvHUi-f3TvE!RC%A z66j7LG{9D9y@3MbM5v8Z@WK0@f9T^;00!|(fR6-?8({cLfW}Trw+gLk01ONxck&Em z1&c2fd{F)<74SdU6%Gft12AcY(I7zAQSd?i91XHBG~NTAK`{Wq2Vl^d8)ZxgtqCdk zp#29LBw%=5LLxxr4CoS|^*9Cy1|}CUd4z20vMEMKm+b?03S3?f}sy+Sa+Tm z6ggl@3x~n&4>V>FKd0b>*)A51g4#Hsfr0f=00ys-z*Yz^;8G0esCV)Qia&6fXD1BM zfc1G47)(b19kjos;DhEta7hFWt-}C5Fwln4#lhnmr2^c!j)D*7Ghnn1t-}BfJS>I* z7*sCc@&_z;Q%3bLpZSN{5zrvOd=S8(H9DX{g3dg^pbt(1v|F$m4g+o$fcO!h3!hV? z(EtdM6_}(!YdA2Lg3n(7KB$}l4HCT9MN=O3w4;?GXbb-G?eHC1_g2g6)59)8AT_wO~>tOl<_dygW_8`2V z0f$h31NfkI4rsx^02Q(ql-bbQ0$e%)5gM|N5&$7EN=pZoDJc2jb1Bfr!}Lq(?IApa zh8PqGJLyvJLH!q$%0Npy*HJDXL3yFTp!GALfri%d6ns!WLX*Ha0?Hr22h%SYz`%F` ztvEC%Q}97^9w?hgu$quEn1bsFTx5Zq7eqQ}Z$-fei?K))P%vaK&<1Rl0bo#{2C{PyY#P zP`VWNh59cj0AczCFxV^ugCk<0@dXRo1t<*=NuY5J6hj1fOaw&;R92M18H_)02^MV9_mcFF#{oM>f;lD02C0W2w7ck7as(W zF2WQ%Oiu%0qd)=|7*SYtjJldS5~oH$W3)i0qJct^RM8shBs50pe_wHe9z1!?KfvBE V;Lq(Kpd$y(F};Y0rjZu?{{c{L68ZoD diff --git a/doc/bash.ps b/doc/bash.ps index ef45b19c..e92ecfb4 100644 --- a/doc/bash.ps +++ b/doc/bash.ps @@ -1,13 +1,13 @@ %!PS-Adobe-3.0 %%Creator: groff version 1.22.4 -%%CreationDate: Wed Jan 29 14:04:11 2020 +%%CreationDate: Wed Jun 10 12:00:37 2020 %%DocumentNeededResources: font Times-Roman %%+ font Times-Bold %%+ font Times-Italic %%+ font Courier %%+ font Symbol %%DocumentSuppliedResources: procset grops 1.22 4 -%%Pages: 81 +%%Pages: 83 %%PageOrder: Ascend %%DocumentMedia: Default 612 792 0 () () %%Orientation: Portrait @@ -339,8 +339,8 @@ F .475(xtended deb)-.15 F(ug-)-.2 E 1.598(instead of the standard personal initialization \214le)4.279 F F3 (~/.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 5.0)72 768 Q -(2020 January 29)141.79 E(1)195.95 E 0 Cg EP +(TION)-.855 E F0(belo)2.25 E(w\).)-.25 E(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(1)204.835 E 0 Cg EP %%Page: 2 2 %%BeginPageSetup BP @@ -463,8 +463,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 5.0)72 768 Q(2020 January 29)141.79 E(2)195.95 -E 0 Cg EP +F(ariable)-.25 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(2)204.835 E +0 Cg EP %%Page: 3 3 %%BeginPageSetup BP @@ -581,276 +581,279 @@ F4(tok)2.5 E(en)-.1 E F0(that performs a control function.)2.5 E -.37 E F0 .307(are w)2.807 F .307(ords that ha)-.1 F .607 -.15(ve a s) -.2 H .306(pecial meaning to the shell.).15 F .306(The follo)5.306 F .306(wing w)-.25 F .306(ords are recognized as)-.1 F(reserv)108 616.8 Q -.227(ed when unquoted and either the \214rst w)-.15 F .227 -(ord of a simple command \(see)-.1 F F1 .227(SHELL GRAMMAR)2.727 F F0 -(belo)2.477 E .227(w\) or)-.25 F(the third w)108 628.8 Q(ord of a)-.1 E -F2(case)2.5 E F0(or)2.5 E F2 -.25(fo)2.5 G(r).25 E F0(command:)2.5 E F2 -11.295(!c)144 645.6 S 8.795(ase copr)-11.295 F 8.795 -(oc do done elif else esac \214 f)-.18 F 8.795 +.313(ed when unquoted and either the \214rst w)-.15 F .314 +(ord of a command \(see)-.1 F F1 .314(SHELL GRAMMAR)2.814 F F0(belo) +2.564 E .314(w\), the third)-.25 F -.1(wo)108 628.8 S .644(rd of a).1 F +F2(case)3.144 E F0(or)3.144 E F2(select)3.143 E F0 .643(command \(only) +3.143 F F2(in)3.143 E F0 .643(is v)3.143 F .643(alid\), or the third w) +-.25 F .643(ord of a)-.1 F F2 -.25(fo)3.143 G(r).25 E F0 .643 +(command \(only)3.143 F F2(in)3.143 E F0(and)3.143 E F2(do)3.143 E F0 +(are v)108 640.8 Q(alid\):)-.25 E F2 11.295(!c)144 657.6 S 8.795 +(ase copr)-11.295 F 8.795(oc do done elif else esac \214 f)-.18 F 8.795 (or function if in select then)-.25 F 7.5(until while { } time [[ ]])144 -657.6 R F6(SHELL GRAMMAR)72 674.4 Q F2(Simple Commands)87 686.4 Q F0(A) -108 698.4 Q F4 .388(simple command)2.888 F F0 .388 -(is a sequence of optional v)2.888 F .389(ariable assignments follo)-.25 -F .389(wed by)-.25 F F2(blank)2.889 E F0 .389(-separated w)B .389 -(ords and)-.1 F .816(redirections, and terminated by a)108 710.4 R F4 -(contr)3.316 E .815(ol oper)-.45 F(ator)-.15 E F0 5.815(.T)C .815 -(he \214rst w)-5.815 F .815(ord speci\214es the command to be e)-.1 F --.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 5.0)72 768 Q(2020 January 29)141.79 E(3)195.95 E 0 Cg EP +669.6 R F6(SHELL GRAMMAR)72 686.4 Q F2(Simple Commands)87 698.4 Q F0(A) +108 710.4 Q F4 .389(simple command)2.889 F F0 .389 +(is a sequence of optional v)2.889 F .388(ariable assignments follo)-.25 +F .388(wed by)-.25 F F2(blank)2.888 E F0 .388(-separated w)B .388 +(ords and)-.1 F .815(redirections, and terminated by a)108 722.4 R F4 +(contr)3.315 E .815(ol oper)-.45 F(ator)-.15 E F0 5.815(.T)C .815 +(he \214rst w)-5.815 F .816(ord speci\214es the command to be e)-.1 F +-.15(xe)-.15 G(cuted,).15 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(3)204.835 E 0 Cg EP %%Page: 4 4 %%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 return v)108 -84 Q(alue of a)-.25 E/F1 10/Times-Italic@0 SF(simple command)2.5 E F0 -(is its e)2.5 E(xit status, or 128+)-.15 E F1(n)A F0 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(and is passed as ar)108 84 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(The return v)108 100.8 Q(alue of a) +-.25 E/F1 10/Times-Italic@0 SF(simple command)2.5 E F0(is its e)2.5 E +(xit status, or 128+)-.15 E F1(n)A F0 (if the command is terminated by signal)3.333 E F1(n)2.86 E F0(.).24 E -/F2 10/Times-Bold@0 SF(Pipelines)87 100.8 Q F0(A)108 112.8 Q F1 +/F2 10/Times-Bold@0 SF(Pipelines)87 117.6 Q F0(A)108 129.6 Q F1 (pipeline)2.996 E F0 .496(is a sequence of one or more commands separat\ ed by one of the control operators)2.996 F F2(|)2.996 E F0(or)2.996 E F2 (|&)2.996 E F0 5.496(.T)C(he)-5.496 E(format for a pipeline is:)108 -124.8 Q([)144 141.6 Q F2(time)A F0([)2.5 E F2A F0(]] [ ! ])A F1 +141.6 Q([)144 158.4 Q F2(time)A F0([)2.5 E F2A F0(]] [ ! ])A F1 (command)2.5 E F0 2.5([[)2.5 G F2(|)-2.5 E/F3 10/Symbol SFA F2(|&)A -F0(])A F1(command2)2.5 E F0(... ])2.5 E .232(The standard output of)108 -158.4 R F1(command)2.932 E F0 .232 +F0(])A F1(command2)2.5 E F0(... ])2.5 E .231(The standard output of)108 +175.2 R F1(command)2.931 E F0 .232 (is connected via a pipe to the standard input of)3.502 F F1(command2) -2.931 E F0 5.231(.T).02 G .231(his connec-)-5.231 F .642 -(tion is performed before an)108 170.4 R 3.142(yr)-.15 G .642 -(edirections speci\214ed by the command \(see)-3.142 F/F4 9/Times-Bold@0 -SF(REDIRECTION)3.143 E F0(belo)2.893 E 3.143(w\). If)-.25 F F2(|&)3.143 -E F0(is)3.143 E(used,)108 182.4 Q F1(command)2.664 E F0 1.264 -.55('s s) -D .164(tandard error).55 F 2.664(,i)-.4 G 2.664(na)-2.664 G .163 -(ddition to its standard output, is connected to)-2.664 F F1(command2) -2.663 E F0 1.263 -.55('s s)D .163(tandard in-).55 F .437 -(put through the pipe; it is shorthand for)108 194.4 R F2 .437(2>&1 |) -2.937 F F0 5.437(.T)C .438 +2.932 E F0 5.232(.T).02 G .232(his connec-)-5.232 F .643 +(tion is performed before an)108 187.2 R 3.143(yr)-.15 G .642 +(edirections speci\214ed by the command \(see)-3.143 F/F4 9/Times-Bold@0 +SF(REDIRECTION)3.142 E F0(belo)2.892 E 3.142(w\). If)-.25 F F2(|&)3.142 +E F0(is)3.142 E(used,)108 199.2 Q F1(command)2.663 E F0 1.263 -.55('s s) +D .163(tandard error).55 F 2.663(,i)-.4 G 2.663(na)-2.663 G .163 +(ddition to its standard output, is connected to)-2.663 F F1(command2) +2.664 E F0 1.264 -.55('s s)D .164(tandard in-).55 F .438 +(put through the pipe; it is shorthand for)108 211.2 R F2 .437(2>&1 |) +2.937 F F0 5.437(.T)C .437 (his implicit redirection of the standard error to the stan-)-5.437 F -(dard output is performed after an)108 206.4 Q 2.5(yr)-.15 G +(dard output is performed after an)108 223.2 Q 2.5(yr)-.15 G (edirections speci\214ed by the command.)-2.5 E .48 -(The return status of a pipeline is the e)108 223.2 R .48 +(The return status of a pipeline is the e)108 240 R .48 (xit status of the last command, unless the)-.15 F F2(pipefail)2.98 E F0 -.48(option is enabled.)2.98 F(If)108 235.2 Q F2(pipefail)2.686 E F0 .186 -(is enabled, the pipeline')2.686 F 2.686(sr)-.55 G .186 -(eturn status is the v)-2.686 F .187 -(alue of the last \(rightmost\) command to e)-.25 F .187(xit with a)-.15 -F .611(non-zero status, or zero if all commands e)108 247.2 R .611 -(xit successfully)-.15 F 5.611(.I)-.65 G 3.111(ft)-5.611 G .61 -(he reserv)-3.111 F .61(ed w)-.15 F(ord)-.1 E F2(!)3.11 E F0 .61 -(precedes a pipeline, the)5.61 F -.15(ex)108 259.2 S .55 +.48(option is enabled.)2.98 F(If)108 252 Q F2(pipefail)2.687 E F0 .187 +(is enabled, the pipeline')2.687 F 2.687(sr)-.55 G .186 +(eturn status is the v)-2.687 F .186 +(alue of the last \(rightmost\) command to e)-.25 F .186(xit with a)-.15 +F .61(non-zero status, or zero if all commands e)108 264 R .611 +(xit successfully)-.15 F 5.611(.I)-.65 G 3.111(ft)-5.611 G .611 +(he reserv)-3.111 F .611(ed w)-.15 F(ord)-.1 E F2(!)3.111 E F0 .611 +(precedes a pipeline, the)5.611 F -.15(ex)108 276 S .55 (it status of that pipeline is the logical ne).15 F -.05(ga)-.15 G .55 (tion of the e).05 F .55(xit status as described abo)-.15 F -.15(ve)-.15 G 5.55(.T).15 G .55(he shell w)-5.55 F .55(aits for)-.1 F -(all commands in the pipeline to terminate before returning a v)108 -271.2 Q(alue.)-.25 E .299(If the)108 288 R F2(time)2.799 E F0(reserv) -2.799 E .299(ed w)-.15 F .299(ord precedes a pipeline, the elapsed as w\ -ell as user and system time consumed by its)-.1 F -.15(exe)108 300 S -.139(cution are reported when the pipeline terminates.).15 F(The)5.139 E -F22.639 E F0 .14(option changes the output format to that spec-) -2.639 F .303(i\214ed by POSIX.)108 312 R .303(When the shell is in)5.303 -F F1 .303(posix mode)2.803 F F0 2.803(,i)C 2.803(td)-2.803 G .303 +(all commands in the pipeline to terminate before returning a v)108 288 +Q(alue.)-.25 E .298(If the)108 304.8 R F2(time)2.799 E F0(reserv)2.799 E +.299(ed w)-.15 F .299(ord precedes a pipeline, the elapsed as well as u\ +ser and system time consumed by its)-.1 F -.15(exe)108 316.8 S .14 +(cution are reported when the pipeline terminates.).15 F(The)5.139 E F2 +2.639 E F0 .139(option changes the output format to that spec-) +2.639 F .302(i\214ed by POSIX.)108 328.8 R .303(When the shell is in) +5.302 F F1 .303(posix mode)2.803 F F0 2.803(,i)C 2.803(td)-2.803 G .303 (oes not recognize)-2.803 F F2(time)2.803 E F0 .303(as a reserv)2.803 F -.303(ed w)-.15 F .302(ord if the ne)-.1 F(xt)-.15 E(tok)108 324 Q .735 +.303(ed w)-.15 F .303(ord if the ne)-.1 F(xt)-.15 E(tok)108 340.8 Q .736 (en be)-.1 F .736(gins with a `-'.)-.15 F(The)5.736 E F4(TIMEFORMA)3.236 E(T)-.855 E F0 -.25(va)2.986 G .736 -(riable may be set to a format string that speci\214es ho).25 F 3.236 -(wt)-.25 G(he)-3.236 E .88 -(timing information should be displayed; see the description of)108 336 -R F4(TIMEFORMA)3.38 E(T)-.855 E F0(under)3.129 E F2 .879(Shell V)3.379 F -(ariables)-.92 E F0(be-)3.379 E(lo)108 348 Q -.65(w.)-.25 G .161 -(When the shell is in)108 364.8 R F1 .161(posix mode)2.661 F F0(,)A F2 -(time)2.661 E F0 .161(may be follo)2.661 F .161(wed by a ne)-.25 F 2.662 -(wline. In)-.25 F .162(this case, the shell displays the to-)2.662 F +(riable may be set to a format string that speci\214es ho).25 F 3.235 +(wt)-.25 G(he)-3.235 E .879 +(timing information should be displayed; see the description of)108 +352.8 R F4(TIMEFORMA)3.38 E(T)-.855 E F0(under)3.13 E F2 .88(Shell V) +3.38 F(ariables)-.92 E F0(be-)3.38 E(lo)108 364.8 Q -.65(w.)-.25 G .162 +(When the shell is in)108 381.6 R F1 .162(posix mode)2.662 F F0(,)A F2 +(time)2.662 E F0 .162(may be follo)2.662 F .161(wed by a ne)-.25 F 2.661 +(wline. In)-.25 F .161(this case, the shell displays the to-)2.661 F .243(tal user and system time consumed by the shell and its children.) -108 376.8 R(The)5.243 E F4(TIMEFORMA)2.742 E(T)-.855 E F0 -.25(va)2.492 -G .242(riable may be used).25 F -(to specify the format of the time information.)108 388.8 Q .655 -(Each command in a pipeline is e)108 405.6 R -.15(xe)-.15 G .656 -(cuted as a separate process \(i.e., in a subshell\).).15 F(See)5.656 E -F4 .656(COMMAND EXE-)3.156 F .051(CUTION ENVIR)108 417.6 R(ONMENT)-.27 E -F0 .051(for a description of a subshell en)2.301 F 2.551(vironment. If) --.4 F(the)2.551 E F2(lastpipe)2.551 E F0 .05(option is enabled us-)2.551 -F .416(ing the)108 429.6 R F2(shopt)2.916 E F0 -.2(bu)2.916 G .416 +108 393.6 R(The)5.243 E F4(TIMEFORMA)2.743 E(T)-.855 E F0 -.25(va)2.493 +G .243(riable may be used).25 F +(to specify the format of the time information.)108 405.6 Q .656 +(Each command in a pipeline is e)108 422.4 R -.15(xe)-.15 G .655 +(cuted as a separate process \(i.e., in a subshell\).).15 F(See)5.655 E +F4 .655(COMMAND EXE-)3.155 F .05(CUTION ENVIR)108 434.4 R(ONMENT)-.27 E +F0 .051(for a description of a subshell en)2.3 F 2.551(vironment. If)-.4 +F(the)2.551 E F2(lastpipe)2.551 E F0 .051(option is enabled us-)2.551 F +.416(ing the)108 446.4 R F2(shopt)2.916 E F0 -.2(bu)2.916 G .416 (iltin \(see the description of).2 F F2(shopt)2.916 E F0(belo)2.916 E .416(w\), the last element of a pipeline may be run by the)-.25 F -(shell process.)108 441.6 Q F2(Lists)87 458.4 Q F0(A)108 470.4 Q F1 -(list)2.85 E F0 .35(is a sequence of one or more pipelines separated by\ - one of the operators)2.85 F F2(;)2.849 E F0(,)A F2(&)2.849 E F0(,)A F2 -(&&)2.849 E F0 2.849(,o)C(r)-2.849 E F2(||)2.849 E F0 2.849(,a)C .349 -(nd option-)-2.849 F(ally terminated by one of)108 482.4 Q F2(;)2.5 E F0 -(,)A F2(&)2.5 E F0 2.5(,o)C(r)-2.5 E F2()2.5 E F0(.)A .96 -(Of these list operators,)108 499.2 R F2(&&)3.46 E F0(and)3.46 E F2(||) -3.46 E F0(ha)3.46 E 1.26 -.15(ve e)-.2 H .961(qual precedence, follo).15 -F .961(wed by)-.25 F F2(;)3.461 E F0(and)3.461 E F2(&)3.461 E F0 3.461 -(,w)C .961(hich ha)-3.461 F 1.261 -.15(ve e)-.2 H .961(qual prece-).15 F -(dence.)108 511.2 Q 2.5(As)108 528 S(equence of one or more ne)-2.5 E +(shell process.)108 458.4 Q F2(Lists)87 475.2 Q F0(A)108 487.2 Q F1 +(list)2.849 E F0 .349(is a sequence of one or more pipelines separated \ +by one of the operators)2.849 F F2(;)2.85 E F0(,)A F2(&)2.85 E F0(,)A F2 +(&&)2.85 E F0 2.85(,o)C(r)-2.85 E F2(||)2.85 E F0 2.85(,a)C .35 +(nd option-)-2.85 F(ally terminated by one of)108 499.2 Q F2(;)2.5 E F0 +(,)A F2(&)2.5 E F0 2.5(,o)C(r)-2.5 E F2()2.5 E F0(.)A .961 +(Of these list operators,)108 516 R F2(&&)3.461 E F0(and)3.461 E F2(||) +3.461 E F0(ha)3.461 E 1.261 -.15(ve e)-.2 H .961(qual precedence, follo) +.15 F .96(wed by)-.25 F F2(;)3.46 E F0(and)3.46 E F2(&)3.46 E F0 3.46 +(,w)C .96(hich ha)-3.46 F 1.26 -.15(ve e)-.2 H .96(qual prece-).15 F +(dence.)108 528 Q 2.5(As)108 544.8 S(equence of one or more ne)-2.5 E (wlines may appear in a)-.25 E F1(list)2.5 E F0 (instead of a semicolon to delimit commands.)2.5 E .029 -(If a command is terminated by the control operator)108 544.8 R F2(&) +(If a command is terminated by the control operator)108 561.6 R F2(&) 2.529 E F0 2.529(,t)C .029(he shell e)-2.529 F -.15(xe)-.15 G .029 -(cutes the command in the).15 F F1(bac)2.528 E(kgr)-.2 E(ound)-.45 E F0 -(in)2.528 E 2.678(as)108 556.8 S 2.678(ubshell. The)-2.678 F .178 +(cutes the command in the).15 F F1(bac)2.529 E(kgr)-.2 E(ound)-.45 E F0 +(in)2.529 E 2.678(as)108 573.6 S 2.678(ubshell. The)-2.678 F .178 (shell does not w)2.678 F .178 (ait for the command to \214nish, and the return status is 0.)-.1 F .178 -(These are referred)5.178 F .779(to as)108 568.8 R F1(async)3.279 E(hr) --.15 E(onous)-.45 E F0 3.279(commands. Commands)3.279 F .779 -(separated by a)3.279 F F2(;)3.279 E F0 .779(are e)3.279 F -.15(xe)-.15 -G .778(cuted sequentially; the shell w).15 F .778(aits for)-.1 F -(each command to terminate in turn.)108 580.8 Q +(These are referred)5.178 F .778(to as)108 585.6 R F1(async)3.278 E(hr) +-.15 E(onous)-.45 E F0 3.278(commands. Commands)3.278 F .779 +(separated by a)3.278 F F2(;)3.279 E F0 .779(are e)3.279 F -.15(xe)-.15 +G .779(cuted sequentially; the shell w).15 F .779(aits for)-.1 F +(each command to terminate in turn.)108 597.6 Q (The return status is the e)5 E(xit status of the last command e)-.15 E --.15(xe)-.15 G(cuted.).15 E .171(AND and OR lists are sequences of one \ -or more pipelines separated by the)108 597.6 R F2(&&)2.672 E F0(and) -2.672 E F2(||)2.672 E F0 .172(control operators, re-)2.672 F(specti)108 -609.6 Q -.15(ve)-.25 G(ly).15 E 5(.A)-.65 G(ND and OR lists are e)-5 E +-.15(xe)-.15 G(cuted.).15 E .172(AND and OR lists are sequences of one \ +or more pipelines separated by the)108 614.4 R F2(&&)2.671 E F0(and) +2.671 E F2(||)2.671 E F0 .171(control operators, re-)2.671 F(specti)108 +626.4 Q -.15(ve)-.25 G(ly).15 E 5(.A)-.65 G(ND and OR lists are e)-5 E -.15(xe)-.15 G(cuted with left associati).15 E(vity)-.25 E 5(.A)-.65 G -2.5(nA)-5 G(ND list has the form)-2.5 E F1(command1)144 626.4 Q F2(&&) -2.5 E F1(command2)2.5 E(command2)108.2 643.2 Q F0(is e)2.52 E -.15(xe) --.15 G(cuted if, and only if,).15 E F1(command1)2.7 E F0(returns an e) -2.5 E(xit status of zero \(success\).)-.15 E(An OR list has the form)108 -660 Q F1(command1)144 676.8 Q F2(||)2.5 E F1(command2)2.5 E(command2) -108.2 693.6 Q F0 .435(is e)2.955 F -.15(xe)-.15 G .435 +2.5(nA)-5 G(ND list has the form)-2.5 E F1(command1)144 643.2 Q F2(&&) +2.5 E F1(command2)2.5 E(command2)108.2 660 Q F0(is e)2.52 E -.15(xe)-.15 +G(cuted if, and only if,).15 E F1(command1)2.7 E F0(returns an e)2.5 E +(xit status of zero \(success\).)-.15 E(An OR list has the form)108 +676.8 Q F1(command1)144 693.6 Q F2(||)2.5 E F1(command2)2.5 E(command2) +108.2 710.4 Q F0 .434(is e)2.954 F -.15(xe)-.15 G .434 (cuted if, and only if,).15 F F1(command1)3.135 E F0 .435 -(returns a non-zero e)2.935 F .435(xit status.)-.15 F .434 -(The return status of AND)5.434 F(and OR lists is the e)108 705.6 Q +(returns a non-zero e)2.935 F .435(xit status.)-.15 F .435 +(The return status of AND)5.435 F(and OR lists is the e)108 722.4 Q (xit status of the last command e)-.15 E -.15(xe)-.15 G -(cuted in the list.).15 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E -(4)195.95 E 0 Cg EP +(cuted in the list.).15 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(4) +204.835 E 0 Cg EP %%Page: 5 5 %%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(Compound Commands)87 84 Q F0(A)108 96 Q/F2 10/Times-Italic@0 SF 1.053 -(compound command)3.553 F F0 1.053(is one of the follo)3.553 F 3.553 -(wing. In)-.25 F 1.053(most cases a)3.553 F F2(list)3.553 E F0 1.054 -(in a command')3.554 F 3.554(sd)-.55 G 1.054(escription may be)-3.554 F -1.027(separated from the rest of the command by one or more ne)108 108 R -1.026(wlines, and may be follo)-.25 F 1.026(wed by a ne)-.25 F 1.026 +SF(Compound Commands)87 84 Q F0(A)108 96 Q/F2 10/Times-Italic@0 SF 1.054 +(compound command)3.554 F F0 1.054(is one of the follo)3.554 F 3.553 +(wing. In)-.25 F 1.053(most cases a)3.553 F F2(list)3.553 E F0 1.053 +(in a command')3.553 F 3.553(sd)-.55 G 1.053(escription may be)-3.553 F +1.026(separated from the rest of the command by one or more ne)108 108 R +1.026(wlines, and may be follo)-.25 F 1.027(wed by a ne)-.25 F 1.027 (wline in)-.25 F(place of a semicolon.)108 120 Q(\()108 136.8 Q F2(list) -A F0(\))A F2(list)144 136.8 Q F0 .011(is e)2.511 F -.15(xe)-.15 G .011 +A F0(\))A F2(list)144 136.8 Q F0 .011(is e)2.512 F -.15(xe)-.15 G .011 (cuted in a subshell en).15 F .011(vironment \(see)-.4 F/F3 9 /Times-Bold@0 SF .011(COMMAND EXECUTION ENVIR)2.511 F(ONMENT)-.27 E F0 -(belo)2.262 E(w\).)-.25 E -1.11(Va)144 148.8 S .017 -(riable assignments and b)1.11 F .017(uiltin commands that af)-.2 F .016 -(fect the shell')-.25 F 2.516(se)-.55 G -.4(nv)-2.516 G .016 +(belo)2.261 E(w\).)-.25 E -1.11(Va)144 148.8 S .016 +(riable assignments and b)1.11 F .016(uiltin commands that af)-.2 F .016 +(fect the shell')-.25 F 2.517(se)-.55 G -.4(nv)-2.517 G .017 (ironment do not remain in ef-).4 F(fect after the command completes.) 144 160.8 Q(The return status is the e)5 E(xit status of)-.15 E F2(list) 2.5 E F0(.)A({)108 177.6 Q F2(list)2.5 E F0 2.5(;})C F2(list)144 177.6 Q -F0 .401(is simply e)2.901 F -.15(xe)-.15 G .401 +F0 .402(is simply e)2.902 F -.15(xe)-.15 G .401 (cuted in the current shell en).15 F(vironment.)-.4 E F2(list)5.401 E F0 -.402(must be terminated with a ne)2.901 F .402(wline or)-.25 F 3.215 -(semicolon. This)144 189.6 R .715(is kno)3.215 F .715(wn as a)-.25 F F2 +.401(must be terminated with a ne)2.901 F .401(wline or)-.25 F 3.214 +(semicolon. This)144 189.6 R .714(is kno)3.214 F .714(wn as a)-.25 F F2 (gr)3.215 E .715(oup command)-.45 F F0 5.715(.T)C .715 -(he return status is the e)-5.715 F .714(xit status of)-.15 F F2(list) -3.214 E F0 5.714(.N)C(ote)-5.714 E .219(that unlik)144 201.6 R 2.719(et) --.1 G .219(he metacharacters)-2.719 F F1(\()2.719 E F0(and)2.719 E F1 -(\))2.719 E F0(,)A F1({)2.719 E F0(and)2.719 E F1(})2.719 E F0(are)2.719 -E F2 -.37(re)2.72 G .22(served wor).37 F(ds)-.37 E F0 .22 -(and must occur where a reserv)2.72 F(ed)-.15 E -.1(wo)144 213.6 S .257 -(rd is permitted to be recognized.).1 F .257(Since the)5.257 F 2.757(yd) --.15 G 2.756(on)-2.757 G .256(ot cause a w)-2.756 F .256(ord break, the) --.1 F 2.756(ym)-.15 G .256(ust be separated)-2.756 F(from)144 225.6 Q F2 +(he return status is the e)-5.715 F .715(xit status of)-.15 F F2(list) +3.215 E F0 5.715(.N)C(ote)-5.715 E .22(that unlik)144 201.6 R 2.72(et) +-.1 G .22(he metacharacters)-2.72 F F1(\()2.72 E F0(and)2.72 E F1(\)) +2.72 E F0(,)A F1({)2.72 E F0(and)2.72 E F1(})2.719 E F0(are)2.719 E F2 +-.37(re)2.719 G .219(served wor).37 F(ds)-.37 E F0 .219 +(and must occur where a reserv)2.719 F(ed)-.15 E -.1(wo)144 213.6 S .256 +(rd is permitted to be recognized.).1 F .256(Since the)5.256 F 2.756(yd) +-.15 G 2.756(on)-2.756 G .257(ot cause a w)-2.756 F .257(ord break, the) +-.1 F 2.757(ym)-.15 G .257(ust be separated)-2.757 F(from)144 225.6 Q F2 (list)2.5 E F0(by whitespace or another shell metacharacter)2.5 E(.)-.55 E(\(\()108 242.4 Q F2 -.2(ex)C(pr).2 E(ession)-.37 E F0(\)\))A(The)144 -254.4 Q F2 -.2(ex)2.551 G(pr).2 E(ession)-.37 E F0 .051(is e)2.551 F +254.4 Q F2 -.2(ex)2.552 G(pr).2 E(ession)-.37 E F0 .052(is e)2.552 F -.25(va)-.25 G .051(luated according to the rules described belo).25 F -2.552(wu)-.25 G(nder)-2.552 E F3 .052(ARITHMETIC EV)2.552 F(ALU)-1.215 E +2.551(wu)-.25 G(nder)-2.551 E F3 .051(ARITHMETIC EV)2.551 F(ALU)-1.215 E (A-)-.54 E(TION)144 266.4 Q/F4 9/Times-Roman@0 SF(.)A F0 .411(If the v) -4.911 F .411(alue of the e)-.25 F .411(xpression is non-zero, the retur\ -n status is 0; otherwise the return status)-.15 F(is 1.)144 278.4 Q +4.91 F .411(alue of the e)-.25 F .411(xpression is non-zero, the return\ + status is 0; otherwise the return status)-.15 F(is 1.)144 278.4 Q (This is e)5 E(xactly equi)-.15 E -.25(va)-.25 G(lent to).25 E F1(let ") 2.5 E F2 -.2(ex)C(pr).2 E(ession)-.37 E F1(")A F0(.)A F1([[)108 295.2 Q F2 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F1(]])2.5 E F0 .003 (Return a status of 0 or 1 depending on the e)144 307.2 R -.25(va)-.25 G -.003(luation of the conditional e).25 F(xpression)-.15 E F2 -.2(ex)2.504 -G(pr).2 E(ession)-.37 E F0 5.004(.E)C(x-)-5.004 E .759 +.003(luation of the conditional e).25 F(xpression)-.15 E F2 -.2(ex)2.503 +G(pr).2 E(ession)-.37 E F0 5.003(.E)C(x-)-5.003 E .758 (pressions are composed of the primaries described belo)144 319.2 R -3.258(wu)-.25 G(nder)-3.258 E F3(CONDITION)3.258 E .758(AL EXPRESSIONS) --.18 F F4(.)A F0 -.8(Wo)144 331.2 S .028(rd splitting and pathname e).8 +3.259(wu)-.25 G(nder)-3.259 E F3(CONDITION)3.259 E .759(AL EXPRESSIONS) +-.18 F F4(.)A F0 -.8(Wo)144 331.2 S .029(rd splitting and pathname e).8 F .029(xpansion are not performed on the w)-.15 F .029(ords between the) --.1 F F1([[)2.529 E F0(and)2.529 E F1(]])2.529 E F0 2.529(;t)C(ilde) --2.529 E -.15(ex)144 343.2 S 3.969(pansion, parameter and v).15 F 3.969 -(ariable e)-.25 F 3.969(xpansion, arithmetic e)-.15 F 3.968 -(xpansion, command substitution,)-.15 F .57 +-.1 F F1([[)2.528 E F0(and)2.528 E F1(]])2.528 E F0 2.528(;t)C(ilde) +-2.528 E -.15(ex)144 343.2 S 3.968(pansion, parameter and v).15 F 3.969 +(ariable e)-.25 F 3.969(xpansion, arithmetic e)-.15 F 3.969 +(xpansion, command substitution,)-.15 F .571 (process substitution, and quote remo)144 355.2 R -.25(va)-.15 G 3.071 (la).25 G .571(re performed.)-3.071 F .571 -(Conditional operators such as)5.571 F F13.071 E F0 .571(must be) -3.071 F(unquoted to be recognized as primaries.)144 367.2 Q +(Conditional operators such as)5.571 F F13.07 E F0 .57(must be) +3.07 F(unquoted to be recognized as primaries.)144 367.2 Q (When used with)144 385.2 Q 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 the current locale.)-.15 E .503(When the)144 -403.2 R F1(==)3.003 E F0(and)3.002 E F1(!=)3.002 E F0 .502(operators ar\ +(xicographically using the current locale.)-.15 E .502(When the)144 +403.2 R F1(==)3.002 E F0(and)3.002 E F1(!=)3.002 E F0 .502(operators ar\ e used, the string to the right of the operator is considered a pat-) 3.002 F .81(tern and matched according to the rules described belo)144 415.2 R 3.31(wu)-.25 G(nder)-3.31 E F1 -.1(Pa)3.31 G(tter).1 E 3.31(nM) -.15 G(atching)-3.31 E F0 3.31(,a)C 3.31(si)-3.31 G 3.31(ft)-3.31 G(he) -3.31 E F1(ext-)3.31 E(glob)144 427.2 Q F0 .313 -(shell option were enabled.)2.814 F(The)5.313 E F1(=)2.813 E F0 .313 +(shell option were enabled.)2.813 F(The)5.313 E F1(=)2.813 E F0 .313 (operator is equi)2.813 F -.25(va)-.25 G .313(lent to).25 F F1(==)2.813 E F0 5.313(.I)C 2.813(ft)-5.313 G(he)-2.813 E F1(nocasematch)2.813 E F0 -.313(shell op-)2.813 F .029 +.314(shell op-)2.814 F .03 (tion is enabled, the match is performed without re)144 439.2 R -.05(ga) --.15 G .03(rd to the case of alphabetic characters.).05 F .03(The re-) -5.03 F .259(turn v)144 451.2 R .259(alue is 0 if the string matches \() +-.15 G .029(rd to the case of alphabetic characters.).05 F .029(The re-) +5.029 F .258(turn v)144 451.2 R .259(alue is 0 if the string matches \() -.25 F F1(==)A F0 2.759(\)o)C 2.759(rd)-2.759 G .259(oes not match \() -2.759 F F1(!=)A F0 2.759(\)t)C .259(he pattern, and 1 otherwise.)-2.759 -F(An)5.258 E(y)-.15 E(part of the pattern may be quoted to force the qu\ +F(An)5.259 E(y)-.15 E(part of the pattern may be quoted to force the qu\ oted portion to be matched as a string.)144 463.2 Q .243 (An additional binary operator)144 481.2 R(,)-.4 E F1(=~)2.743 E F0 2.743(,i)C 2.743(sa)-2.743 G -.25(va)-2.943 G .243 (ilable, with the same precedence as).25 F F1(==)2.743 E F0(and)2.743 E F1(!=)2.743 E F0 5.243(.W)C .243(hen it is)-5.243 F .182 (used, the string to the right of the operator is considered a POSIX e) -144 493.2 R .182(xtended re)-.15 F .181(gular e)-.15 F .181 -(xpression and)-.15 F 2.623(matched accordingly \(using the POSIX)144 +144 493.2 R .182(xtended re)-.15 F .182(gular e)-.15 F .182 +(xpression and)-.15 F 2.624(matched accordingly \(using the POSIX)144 505.2 R F2 -.37(re)5.124 G(gcomp)-.03 E F0(and)5.124 E F2 -.37(re)5.124 -G -.1(ge)-.03 G(xec)-.1 E F0(interf)5.124 E 2.624 +G -.1(ge)-.03 G(xec)-.1 E F0(interf)5.123 E 2.623 (aces usually described in)-.1 F F2 -.37(re)144 517.2 S -.1(ge)-.03 G(x) --.1 E F0 3.272(\(3\)\). The)B .772(return v)3.272 F .772 +-.1 E F0 3.271(\(3\)\). The)B .771(return v)3.271 F .772 (alue is 0 if the string matches the pattern, and 1 otherwise.)-.25 F -.771(If the re)5.771 F(gular)-.15 E -.15(ex)144 529.2 S .508 +.772(If the re)5.772 F(gular)-.15 E -.15(ex)144 529.2 S .509 (pression is syntactically incorrect, the conditional e).15 F -(xpression')-.15 E 3.008(sr)-.55 G .509(eturn v)-3.008 F .509 -(alue is 2.)-.25 F .509(If the)5.509 F F1(nocase-)3.009 E(match)144 +(xpression')-.15 E 3.008(sr)-.55 G .508(eturn v)-3.008 F .508 +(alue is 2.)-.25 F .508(If the)5.508 F F1(nocase-)3.008 E(match)144 541.2 Q F0 1.307 -(shell option is enabled, the match is performed without re)3.807 F -.05 -(ga)-.15 G 1.306(rd to the case of alphabetic).05 F 3.062 -(characters. An)144 553.2 R 3.062(yp)-.15 G .563(art of the pattern may\ - be quoted to force the quoted portion to be matched as a)-3.062 F 2.944 -(string. Brack)144 565.2 R .444(et e)-.1 F .444(xpressions in re)-.15 F +(shell option is enabled, the match is performed without re)3.806 F -.05 +(ga)-.15 G 1.307(rd to the case of alphabetic).05 F 3.063 +(characters. An)144 553.2 R 3.063(yp)-.15 G .563(art of the pattern may\ + be quoted to force the quoted portion to be matched as a)-3.063 F 2.943 +(string. Brack)144 565.2 R .443(et e)-.1 F .443(xpressions in re)-.15 F .443(gular e)-.15 F .443(xpressions must be treated carefully)-.15 F -2.943(,s)-.65 G .443(ince normal quoting)-2.943 F .614 +2.944(,s)-.65 G .444(ince normal quoting)-2.944 F .615 (characters lose their meanings between brack)144 577.2 R 3.115(ets. If) --.1 F .615(the pattern is stored in a shell v)3.115 F .615 +-.1 F .614(the pattern is stored in a shell v)3.115 F .614 (ariable, quot-)-.25 F(ing the v)144 589.2 Q(ariable e)-.25 E (xpansion forces the entire pattern to be matched as a string.)-.15 E -.839(The pattern will match if it matches an)144 607.2 R 3.339(yp)-.15 G -.838(art of the string.)-3.339 F .838(Anchor the pattern using the)5.838 -F F1(^)3.338 E F0(and)3.338 E F1($)3.338 E F0(re)144 619.2 Q .846 +.838(The pattern will match if it matches an)144 607.2 R 3.338(yp)-.15 G +.838(art of the string.)-3.338 F .839(Anchor the pattern using the)5.839 +F F1(^)3.339 E F0(and)3.339 E F1($)3.339 E F0(re)144 619.2 Q .847 (gular e)-.15 F .846 (xpression operators to force it to match the entire string.)-.15 F .846 -(The array v)5.846 F(ariable)-.25 E F3 -.27(BA)3.347 G(SH_RE-).27 E(MA) -144 631.2 Q(TCH)-.855 E F0 .322 -(records which parts of the string matched the pattern.)2.572 F .321 -(The element of)5.321 F F3 -.27(BA)2.821 G(SH_REMA).27 E(TCH)-.855 E F0 -.582(with inde)144 643.2 R 3.082(x0c)-.15 G .582 -(ontains the portion of the string matching the entire re)-3.082 F .583 -(gular e)-.15 F 3.083(xpression. Substrings)-.15 F .25 +(The array v)5.846 F(ariable)-.25 E F3 -.27(BA)3.346 G(SH_RE-).27 E(MA) +144 631.2 Q(TCH)-.855 E F0 .321 +(records which parts of the string matched the pattern.)2.571 F .322 +(The element of)5.322 F F3 -.27(BA)2.822 G(SH_REMA).27 E(TCH)-.855 E F0 +.583(with inde)144 643.2 R 3.083(x0)-.15 G .582 +(contains the portion of the string matching the entire re)-.001 F .582 +(gular e)-.15 F 3.082(xpression. Substrings)-.15 F .249 (matched by parenthesized sube)144 655.2 R .249 (xpressions within the re)-.15 F .249(gular e)-.15 F .249 -(xpression are sa)-.15 F -.15(ve)-.2 G 2.749(di).15 G 2.749(nt)-2.749 G -.249(he remaining)-2.749 F F3 -.27(BA)144 667.2 S(SH_REMA).27 E(TCH) --.855 E F0 1.13(indices. The element of)3.38 F F3 -.27(BA)3.63 G -(SH_REMA).27 E(TCH)-.855 E F0 1.13(with inde)3.38 F(x)-.15 E F2(n)3.63 E -F0 1.13(is the portion of the)3.63 F(string matching the)144 679.2 Q F2 -(n)2.5 E F0(th parenthesized sube)A(xpression.)-.15 E .786 -(Expressions may be combined using the follo)144 697.2 R .785 +(xpression are sa)-.15 F -.15(ve)-.2 G 2.749(di).15 G 2.75(nt)-2.749 G +.25(he remaining)-2.75 F F3 -.27(BA)144 667.2 S(SH_REMA).27 E(TCH)-.855 +E F0 1.13(indices. The element of)3.38 F F3 -.27(BA)3.63 G(SH_REMA).27 E +(TCH)-.855 E F0 1.13(with inde)3.38 F(x)-.15 E F2(n)3.63 E F0 1.13 +(is the portion of the)3.63 F(string matching the)144 679.2 Q F2(n)2.5 E +F0(th parenthesized sube)A(xpression.)-.15 E .785 +(Expressions may be combined using the follo)144 697.2 R .786 (wing operators, listed in decreasing order of prece-)-.25 F(dence:)144 -709.2 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(5)195.95 E 0 Cg -EP +709.2 Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(5)204.835 E 0 Cg EP %%Page: 6 6 %%BeginPageSetup BP @@ -858,7 +861,7 @@ 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(\()144 84 Q/F2 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E(ession)-.37 -E F1(\))2.5 E F0 .522(Returns the v)180 96 R .522(alue of)-.25 F F2 -.2 +E F1(\))2.5 E F0 .523(Returns the v)180 96 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 108 Q F1(!)144 120 @@ -871,138 +874,139 @@ F2 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F0(is f)2.74 E(alse.)-.1 E F2 -.2 (||)2.5 E F2 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F0 -.35(Tr)180 180 S (ue if either).35 E F2 -.2(ex)2.5 G(pr).2 E(ession1)-.37 E F0(or)2.5 E F2 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F0(is true.)2.52 E(The)144 196.8 -Q F1(&&)2.676 E F0(and)2.676 E F1(||)2.676 E F0 .175(operators do not e) -2.676 F -.25(va)-.25 G(luate).25 E F2 -.2(ex)2.675 G(pr).2 E(ession2) --.37 E F0 .175(if the v)2.675 F .175(alue of)-.25 F F2 -.2(ex)2.675 G -(pr).2 E(ession1)-.37 E F0 .175(is suf)2.675 F .175(\214cient to de-) +Q F1(&&)2.675 E F0(and)2.675 E F1(||)2.675 E F0 .175(operators do not e) +2.675 F -.25(va)-.25 G(luate).25 E F2 -.2(ex)2.675 G(pr).2 E(ession2) +-.37 E F0 .175(if the v)2.675 F .175(alue of)-.25 F F2 -.2(ex)2.676 G +(pr).2 E(ession1)-.37 E F0 .176(is suf)2.676 F .176(\214cient to de-) -.25 F(termine the return v)144 208.8 Q (alue of the entire conditional e)-.25 E(xpression.)-.15 E F1 -.25(fo) 108 225.6 S(r).25 E F2(name)2.5 E F0 2.5([[)2.5 G F1(in)A F0([)2.5 E F2 (wor)2.5 E 2.5(d.)-.37 G(..)-2.5 E F0 2.5(]];])2.5 G F1(do)A F2(list)2.5 -E F0(;)2.5 E F1(done)2.5 E F0 .423(The list of w)144 237.6 R .423 -(ords follo)-.1 F(wing)-.25 E F1(in)2.923 E F0 .423(is e)2.923 F .423 -(xpanded, generating a list of items.)-.15 F .424(The v)5.424 F(ariable) --.25 E F2(name)2.924 E F0 .424(is set to)2.924 F .653 +E F0(;)2.5 E F1(done)2.5 E F0 .424(The list of w)144 237.6 R .424 +(ords follo)-.1 F(wing)-.25 E F1(in)2.924 E F0 .423(is e)2.924 F .423 +(xpanded, generating a list of items.)-.15 F .423(The v)5.423 F(ariable) +-.25 E F2(name)2.923 E F0 .423(is set to)2.923 F .653 (each element of this list in turn, and)144 249.6 R F2(list)3.153 E F0 .653(is e)3.153 F -.15(xe)-.15 G .653(cuted each time.).15 F .653 (If the)5.653 F F1(in)3.153 E F2(wor)3.153 E(d)-.37 E F0 .653 -(is omitted, the)3.153 F F1 -.25(fo)3.153 G(r).25 E F0 .648(command e) -144 261.6 R -.15(xe)-.15 G(cutes).15 E F2(list)3.148 E F0 .648 +(is omitted, the)3.153 F F1 -.25(fo)3.153 G(r).25 E F0 .649(command e) +144 261.6 R -.15(xe)-.15 G(cutes).15 E F2(list)3.149 E F0 .648 (once for each positional parameter that is set \(see)3.148 F/F3 9 -/Times-Bold@0 SF -.666(PA)3.149 G(RAMETERS).666 E F0(belo)2.899 E(w\).) --.25 E .154(The return status is the e)144 273.6 R .153 -(xit status of the last command that e)-.15 F -.15(xe)-.15 G 2.653 -(cutes. If).15 F .153(the e)2.653 F .153(xpansion of the items)-.15 F +/Times-Bold@0 SF -.666(PA)3.148 G(RAMETERS).666 E F0(belo)2.898 E(w\).) +-.25 E .153(The return status is the e)144 273.6 R .153 +(xit status of the last command that e)-.15 F -.15(xe)-.15 G 2.654 +(cutes. If).15 F .154(the e)2.654 F .154(xpansion of the items)-.15 F (follo)144 285.6 Q(wing)-.25 E F1(in)2.5 E F0 (results in an empty list, no commands are e)2.5 E -.15(xe)-.15 G (cuted, and the return status is 0.).15 E F1 -.25(fo)108 302.4 S(r).25 E F0(\(\()2.5 E F2 -.2(ex)2.5 G(pr1).2 E F0(;)2.5 E F2 -.2(ex)2.5 G(pr2).2 E F0(;)2.5 E F2 -.2(ex)2.5 G(pr3).2 E F0(\)\) ;)2.5 E F1(do)2.5 E F2 -(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 1.235(First, the arithmetic e) -144 314.4 R(xpression)-.15 E F2 -.2(ex)3.735 G(pr1).2 E F0 1.235(is e) -3.735 F -.25(va)-.25 G 1.236 -(luated according to the rules described belo).25 F 3.736(wu)-.25 G -(nder)-3.736 E F3 .562(ARITHMETIC EV)144 326.4 R(ALU)-1.215 E -.855(AT) --.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F0 .562(The arithmetic e) -5.062 F(xpression)-.15 E F2 -.2(ex)3.062 G(pr2).2 E F0 .561(is then e) -3.061 F -.25(va)-.25 G .561(luated repeatedly until).25 F .591(it e)144 -338.4 R -.25(va)-.25 G .591(luates to zero.).25 F .592(Each time)5.591 F +(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 1.236(First, the arithmetic e) +144 314.4 R(xpression)-.15 E F2 -.2(ex)3.736 G(pr1).2 E F0 1.235(is e) +3.736 F -.25(va)-.25 G 1.235 +(luated according to the rules described belo).25 F 3.735(wu)-.25 G +(nder)-3.735 E F3 .561(ARITHMETIC EV)144 326.4 R(ALU)-1.215 E -.855(AT) +-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F0 .561(The arithmetic e) +5.061 F(xpression)-.15 E F2 -.2(ex)3.061 G(pr2).2 E F0 .562(is then e) +3.062 F -.25(va)-.25 G .562(luated repeatedly until).25 F .592(it e)144 +338.4 R -.25(va)-.25 G .592(luates to zero.).25 F .592(Each time)5.592 F F2 -.2(ex)3.092 G(pr2).2 E F0 -.25(eva)3.092 G .592 -(luates to a non-zero v).25 F(alue,)-.25 E F2(list)3.092 E F0 .592(is e) -3.092 F -.15(xe)-.15 G .592(cuted and the arith-).15 F .229(metic e)144 -350.4 R(xpression)-.15 E F2 -.2(ex)2.729 G(pr3).2 E F0 .229(is e)2.729 F +(luates to a non-zero v).25 F(alue,)-.25 E F2(list)3.092 E F0 .591(is e) +3.092 F -.15(xe)-.15 G .591(cuted and the arith-).15 F .228(metic e)144 +350.4 R(xpression)-.15 E F2 -.2(ex)2.728 G(pr3).2 E F0 .229(is e)2.728 F -.25(va)-.25 G 2.729(luated. If).25 F(an)2.729 E 2.729(ye)-.15 G .229 (xpression is omitted, it beha)-2.879 F -.15(ve)-.2 G 2.729(sa).15 G -2.729(si)-2.729 G 2.729(fi)-2.729 G 2.728(te)-2.729 G -.25(va)-2.978 G -.228(luates to 1.).25 F .227(The return v)144 362.4 R .227 -(alue is the e)-.25 F .227(xit status of the last command in)-.15 F F2 -(list)2.728 E F0 .228(that is e)2.728 F -.15(xe)-.15 G .228(cuted, or f) -.15 F .228(alse if an)-.1 F 2.728(yo)-.15 G 2.728(ft)-2.728 G(he)-2.728 +2.729(si)-2.729 G 2.729(fi)-2.729 G 2.729(te)-2.729 G -.25(va)-2.979 G +.229(luates to 1.).25 F .228(The return v)144 362.4 R .228 +(alue is the e)-.25 F .228(xit status of the last command in)-.15 F F2 +(list)2.728 E F0 .227(that is e)2.728 F -.15(xe)-.15 G .227(cuted, or f) +.15 F .227(alse if an)-.1 F 2.727(yo)-.15 G 2.727(ft)-2.727 G(he)-2.727 E -.15(ex)144 374.4 S(pressions is in).15 E -.25(va)-.4 G(lid.).25 E F1 (select)108 391.2 Q F2(name)2.5 E F0([)2.5 E F1(in)2.5 E F2(wor)2.5 E(d) -.37 E F0 2.5(];)2.5 G F1(do)A F2(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 -.433(The list of w)144 403.2 R .433(ords follo)-.1 F(wing)-.25 E F1(in) -2.933 E F0 .432(is e)2.933 F .432(xpanded, generating a list of items.) --.15 F .432(The set of e)5.432 F .432(xpanded w)-.15 F(ords)-.1 E .842 +.432(The list of w)144 403.2 R .432(ords follo)-.1 F(wing)-.25 E F1(in) +2.932 E F0 .432(is e)2.932 F .432(xpanded, generating a list of items.) +-.15 F .433(The set of e)5.433 F .433(xpanded w)-.15 F(ords)-.1 E .843 (is printed on the standard error)144 415.2 R 3.342(,e)-.4 G .842 (ach preceded by a number)-3.342 F 5.842(.I)-.55 G 3.342(ft)-5.842 G(he) --3.342 E F1(in)3.342 E F2(wor)3.342 E(d)-.37 E F0 .843 -(is omitted, the posi-)3.343 F .201(tional parameters are printed \(see) +-3.342 E F1(in)3.342 E F2(wor)3.342 E(d)-.37 E F0 .842 +(is omitted, the posi-)3.342 F .201(tional parameters are printed \(see) 144 427.2 R F3 -.666(PA)2.701 G(RAMETERS).666 E F0(belo)2.451 E 2.701 (w\). The)-.25 F F3(PS3)2.701 E F0 .201(prompt is then displayed and a) -2.451 F .213(line read from the standard input.)144 439.2 R .213 -(If the line consists of a number corresponding to one of the dis-)5.213 -F 1.538(played w)144 451.2 R 1.538(ords, then the v)-.1 F 1.538(alue of) --.25 F F2(name)4.398 E F0 1.537(is set to that w)4.218 F 4.037(ord. If) --.1 F 1.537(the line is empty)4.037 F 4.037(,t)-.65 G 1.537(he w)-4.037 -F 1.537(ords and)-.1 F .065(prompt are displayed ag)144 463.2 R 2.565 -(ain. If)-.05 F .065(EOF is read, the command completes.)2.565 F(An) -5.066 E 2.566(yo)-.15 G .066(ther v)-2.566 F .066(alue read causes)-.25 -F F2(name)144.36 475.2 Q F0 .954(to be set to null.)3.634 F .954 -(The line read is sa)5.954 F -.15(ve)-.2 G 3.453(di).15 G 3.453(nt) --3.453 G .953(he v)-3.453 F(ariable)-.25 E F3(REPL)3.453 E(Y)-.828 E F4 -(.)A F0(The)5.453 E F2(list)3.543 E F0 .953(is e)4.133 F -.15(xe)-.15 G -.953(cuted after).15 F .071(each selection until a)144 487.2 R F1(br) +2.451 F .214(line read from the standard input.)144 439.2 R .213 +(If the line consists of a number corresponding to one of the dis-)5.214 +F 1.537(played w)144 451.2 R 1.537(ords, then the v)-.1 F 1.537(alue of) +-.25 F F2(name)4.397 E F0 1.537(is set to that w)4.217 F 4.037(ord. If) +-.1 F 1.538(the line is empty)4.038 F 4.038(,t)-.65 G 1.538(he w)-4.038 +F 1.538(ords and)-.1 F .066(prompt are displayed ag)144 463.2 R 2.566 +(ain. If)-.05 F .065(EOF is read, the command completes.)2.566 F(An) +5.065 E 2.565(yo)-.15 G .065(ther v)-2.565 F .065(alue read causes)-.25 +F F2(name)144.36 475.2 Q F0 .953(to be set to null.)3.633 F .953 +(The line read is sa)5.953 F -.15(ve)-.2 G 3.454(di).15 G 3.454(nt) +-3.454 G .954(he v)-3.454 F(ariable)-.25 E F3(REPL)3.454 E(Y)-.828 E F4 +(.)A F0(The)5.454 E F2(list)3.544 E F0 .954(is e)4.134 F -.15(xe)-.15 G +.954(cuted after).15 F .072(each selection until a)144 487.2 R F1(br) 2.571 E(eak)-.18 E F0 .071(command is e)2.571 F -.15(xe)-.15 G 2.571 (cuted. The).15 F -.15(ex)2.571 G .071(it status of).15 F F1(select) -2.571 E F0 .071(is the e)2.571 F .072(xit status of the)-.15 F +2.571 E F0 .071(is the e)2.571 F .071(xit status of the)-.15 F (last command e)144 499.2 Q -.15(xe)-.15 G(cuted in).15 E F2(list)2.59 E F0 2.5(,o).68 G 2.5(rz)-2.5 G(ero if no commands were e)-2.5 E -.15(xe) -.15 G(cuted.).15 E F1(case)108 516 Q F2(wor)2.5 E(d)-.37 E F1(in)2.5 E F0 2.5([[)2.5 G(\(])-2.5 E F2(pattern)2.5 E F0([)2.5 E F1(|)2.5 E F2 (pattern)2.5 E F0 2.5(].)2.5 G(.. \))-2.5 E F2(list)2.5 E F0(;; ] ...) -2.5 E F1(esac)2.5 E F0(A)144 528 Q F1(case)3.265 E F0 .764 -(command \214rst e)3.265 F(xpands)-.15 E F2(wor)3.264 E(d)-.37 E F0 +2.5 E F1(esac)2.5 E F0(A)144 528 Q F1(case)3.264 E F0 .764 +(command \214rst e)3.264 F(xpands)-.15 E F2(wor)3.264 E(d)-.37 E F0 3.264(,a)C .764(nd tries to match it ag)-3.264 F .764(ainst each)-.05 F -F2(pattern)3.264 E F0 .764(in turn, using the)3.264 F .883 +F2(pattern)3.264 E F0 .765(in turn, using the)3.264 F .884 (matching rules described under)144 540 R F1 -.1(Pa)3.384 G(tter).1 E 3.384(nM)-.15 G(atching)-3.384 E F0(belo)3.384 E 4.684 -.65(w. T)-.25 H -(he).65 E F2(wor)3.384 E(d)-.37 E F0 .884(is e)3.384 F .884 +(he).65 E F2(wor)3.384 E(d)-.37 E F0 .884(is e)3.384 F .883 (xpanded using tilde e)-.15 F(x-)-.15 E .95(pansion, parameter and v)144 552 R .95(ariable e)-.25 F .95(xpansion, arithmetic e)-.15 F .95 -(xpansion, command substitution, process)-.15 F .18 +(xpansion, command substitution, process)-.15 F .181 (substitution and quote remo)144 564 R -.25(va)-.15 G 2.681(l. Each).25 F F2(pattern)2.681 E F0 -.15(ex)2.681 G .181(amined is e).15 F .181 -(xpanded using tilde e)-.15 F .181(xpansion, param-)-.15 F .103 +(xpanded using tilde e)-.15 F .18(xpansion, param-)-.15 F .103 (eter and v)144 576 R .103(ariable e)-.25 F .103(xpansion, arithmetic e) -.15 F .103(xpansion, command substitution, and process substitution.) --.15 F .686(If the)144 588 R F1(nocasematch)3.186 E F0 .687 +-.15 F .687(If the)144 588 R F1(nocasematch)3.187 E F0 .687 (shell option is enabled, the match is performed without re)3.187 F -.05 (ga)-.15 G .687(rd to the case of).05 F .464(alphabetic characters.)144 600 R .464(When a match is found, the corresponding)5.464 F F2(list) 2.964 E F0 .464(is e)2.964 F -.15(xe)-.15 G 2.964(cuted. If).15 F(the) -2.964 E F1(;;)2.964 E F0(opera-)2.964 E .674(tor is used, no subsequent\ +2.964 E F1(;;)2.964 E F0(opera-)2.964 E .675(tor is used, no subsequent\ matches are attempted after the \214rst pattern match.)144 612 R(Using) -5.675 E F1(;&)3.175 E F0 .675(in place)3.175 F(of)144 624 Q F1(;;)2.867 -E F0 .367(causes e)2.867 F -.15(xe)-.15 G .367 -(cution to continue with the).15 F F2(list)2.867 E F0 .366 -(associated with the ne)2.866 F .366(xt set of patterns.)-.15 F(Using) -5.366 E F1(;;&)2.866 E F0 .595(in place of)144 636 R F1(;;)3.095 E F0 -.595(causes the shell to test the ne)3.095 F .596 -(xt pattern list in the statement, if an)-.15 F 1.896 -.65(y, a)-.15 H -.596(nd e).65 F -.15(xe)-.15 G .596(cute an).15 F(y)-.15 E(associated) -144 648 Q F2(list)2.961 E F0 .461 -(on a successful match, continuing the case statement e)2.961 F -.15(xe) --.15 G .46(cution as if the pattern list).15 F .676(had not matched.)144 -660 R .676(The e)5.676 F .677(xit status is zero if no pattern matches.) --.15 F .677(Otherwise, it is the e)5.677 F .677(xit status of)-.15 F +5.674 E F1(;&)3.174 E F0 .674(in place)3.174 F(of)144 624 Q F1(;;)2.866 +E F0 .366(causes e)2.866 F -.15(xe)-.15 G .366 +(cution to continue with the).15 F F2(list)2.866 E F0 .367 +(associated with the ne)2.866 F .367(xt set of patterns.)-.15 F(Using) +5.367 E F1(;;&)2.867 E F0 .596(in place of)144 636 R F1(;;)3.096 E F0 +.596(causes the shell to test the ne)3.096 F .595 +(xt pattern list in the statement, if an)-.15 F 1.895 -.65(y, a)-.15 H +.595(nd e).65 F -.15(xe)-.15 G .595(cute an).15 F(y)-.15 E(associated) +144 648 Q F2(list)2.96 E F0 .461 +(on a successful match, continuing the case statement e)2.96 F -.15(xe) +-.15 G .461(cution as if the pattern list).15 F .677(had not matched.) +144 660 R .677(The e)5.677 F .677 +(xit status is zero if no pattern matches.)-.15 F .676 +(Otherwise, it is the e)5.677 F .676(xit status of)-.15 F (the last command e)144 672 Q -.15(xe)-.15 G(cuted in).15 E F2(list)2.5 E F0(.)A F1(if)108 688.8 Q F2(list)2.5 E F0(;)A F1(then)2.5 E F2(list) 2.5 E F0 2.5(;[)C F1(elif)A F2(list)2.5 E F0(;)A F1(then)2.5 E F2(list) 2.5 E F0 2.5(;].)C(.. [)-2.5 E F1(else)2.5 E F2(list)2.5 E F0 2.5(;])C -F1<8c>A F0(The)144 700.8 Q F1(if)2.978 E F2(list)3.068 E F0 .478(is e) +F1<8c>A F0(The)144 700.8 Q F1(if)2.977 E F2(list)3.067 E F0 .478(is e) 3.658 F -.15(xe)-.15 G 2.978(cuted. If).15 F .478(its e)2.978 F .478 (xit status is zero, the)-.15 F F1(then)2.978 E F2(list)2.978 E F0 .478 (is e)2.978 F -.15(xe)-.15 G 2.978(cuted. Otherwise,).15 F(each)2.978 E -F1(elif)2.977 E F2(list)2.977 E F0 1.087(is e)144 712.8 R -.15(xe)-.15 G -1.087(cuted in turn, and if its e).15 F 1.087 +F1(elif)2.978 E F2(list)2.978 E F0 1.088(is e)144 712.8 R -.15(xe)-.15 G +1.088(cuted in turn, and if its e).15 F 1.087 (xit status is zero, the corresponding)-.15 F F1(then)3.587 E F2(list) -3.587 E F0 1.088(is e)3.588 F -.15(xe)-.15 G 1.088(cuted and the).15 F -1.24(command completes.)144 724.8 R 1.24(Otherwise, the)6.24 F F1(else) -3.74 E F2(list)3.74 E F0 1.239(is e)3.739 F -.15(xe)-.15 G 1.239 -(cuted, if present.).15 F 1.239(The e)6.239 F 1.239(xit status is the e) --.15 F(xit)-.15 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(6) -195.95 E 0 Cg EP +3.587 E F0 1.087(is e)3.587 F -.15(xe)-.15 G 1.087(cuted and the).15 F +1.239(command completes.)144 724.8 R 1.239(Otherwise, the)6.239 F F1 +(else)3.739 E F2(list)3.739 E F0 1.239(is e)3.739 F -.15(xe)-.15 G 1.239 +(cuted, if present.).15 F 1.24(The e)6.239 F 1.24(xit status is the e) +-.15 F(xit)-.15 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(6)204.835 +E 0 Cg EP %%Page: 7 7 %%BeginPageSetup BP @@ -1019,59 +1023,58 @@ Q F1(while)3.45 E F0 .95(command continuously e)3.45 F -.15(xe)-.15 G (as long as the last command in the list)3.45 F F2(list-1)144 136.8 Q F0 .205(returns an e)2.705 F .205(xit status of zero.)-.15 F(The)5.205 E F1 (until)2.705 E F0 .205(command is identical to the)2.705 F F1(while) -2.705 E F0 .205(command, e)2.705 F(xcept)-.15 E .599 -(that the test is ne)144 148.8 R -.05(ga)-.15 G(ted:).05 E F2(list-2) -3.189 E F0 .599(is e)3.119 F -.15(xe)-.15 G .6 -(cuted as long as the last command in).15 F F2(list-1)3.19 E F0 .6 -(returns a non-zero)3.1 F -.15(ex)144 160.8 S .205(it status.).15 F .205 -(The e)5.205 F .205(xit status of the)-.15 F F1(while)2.705 E F0(and) -2.705 E F1(until)2.704 E F0 .204(commands is the e)2.704 F .204 -(xit status of the last command)-.15 F -.15(exe)144 172.8 S(cuted in).15 -E F2(list-2)2.5 E F0 2.5(,o)C 2.5(rz)-2.5 G(ero if none w)-2.5 E(as e) --.1 E -.15(xe)-.15 G(cuted.).15 E F1(Copr)87 189.6 Q(ocesses)-.18 E F0 -(A)108 201.6 Q F2(copr)3.712 E(ocess)-.45 E F0 1.212 -(is a shell command preceded by the)3.712 F F1(copr)3.713 E(oc)-.18 E F0 -(reserv)3.713 E 1.213(ed w)-.15 F 3.713(ord. A)-.1 F 1.213 -(coprocess is e)3.713 F -.15(xe)-.15 G 1.213(cuted asyn-).15 F .575(chr\ +2.705 E F0 .205(command, e)2.705 F(xcept)-.15 E .6(that the test is ne) +144 148.8 R -.05(ga)-.15 G(ted:).05 E F2(list-2)3.19 E F0 .6(is e)3.12 F +-.15(xe)-.15 G .599(cuted as long as the last command in).15 F F2 +(list-1)3.189 E F0 .599(returns a non-zero)3.099 F -.15(ex)144 160.8 S +.204(it status.).15 F .204(The e)5.204 F .204(xit status of the)-.15 F +F1(while)2.704 E F0(and)2.704 E F1(until)2.704 E F0 .205 +(commands is the e)2.704 F .205(xit status of the last command)-.15 F +-.15(exe)144 172.8 S(cuted in).15 E F2(list-2)2.5 E F0 2.5(,o)C 2.5(rz) +-2.5 G(ero if none w)-2.5 E(as e)-.1 E -.15(xe)-.15 G(cuted.).15 E F1 +(Copr)87 189.6 Q(ocesses)-.18 E F0(A)108 201.6 Q F2(copr)3.713 E(ocess) +-.45 E F0 1.213(is a shell command preceded by the)3.713 F F1(copr)3.712 +E(oc)-.18 E F0(reserv)3.712 E 1.212(ed w)-.15 F 3.712(ord. A)-.1 F 1.212 +(coprocess is e)3.712 F -.15(xe)-.15 G 1.212(cuted asyn-).15 F .574(chr\ onously in a subshell, as if the command had been terminated with the) -108 213.6 R F1(&)3.074 E F0 .574(control operator)3.074 F 3.074(,w)-.4 G -.574(ith a tw)-3.074 F(o-)-.1 E -.1(wa)108 225.6 S 2.5(yp).1 G +108 213.6 R F1(&)3.075 E F0 .575(control operator)3.075 F 3.075(,w)-.4 G +.575(ith a tw)-3.075 F(o-)-.1 E -.1(wa)108 225.6 S 2.5(yp).1 G (ipe established between the e)-2.5 E -.15(xe)-.15 G (cuting shell and the coprocess.).15 E(The format for a coprocess is:) 108 242.4 Q F1(copr)144 259.2 Q(oc)-.18 E F0([)2.5 E F2 -.27(NA)C(ME).27 E F0(])A F2(command)2.5 E F0([)2.5 E F2 -.37(re)C(dir).37 E(ections)-.37 -E F0(])A .708(This creates a coprocess named)108 276 R F2 -.27(NA)3.208 +E F0(])A .709(This creates a coprocess named)108 276 R F2 -.27(NA)3.208 G(ME).27 E F0 5.708(.I)C(f)-5.708 E F2 -.27(NA)3.208 G(ME).27 E F0 .708 -(is not supplied, the def)3.208 F .708(ault name is)-.1 F F1(COPR)3.209 -E(OC)-.3 E F0(.)A F2 -.27(NA)5.709 G(ME).27 E F0 .64 +(is not supplied, the def)3.208 F .708(ault name is)-.1 F F1(COPR)3.208 +E(OC)-.3 E F0(.)A F2 -.27(NA)5.708 G(ME).27 E F0 .64 (must not be supplied if)108 288 R F2(command)3.14 E F0 .64(is a)3.14 F F2 .64(simple command)3.14 F F0 .64(\(see abo)3.14 F -.15(ve)-.15 G .64 (\); otherwise, it is interpreted as the \214rst).15 F -.1(wo)108 300 S -.348(rd of the simple command.).1 F .348(When the coprocess is e)5.348 F --.15(xe)-.15 G .348(cuted, the shell creates an array v).15 F .349 -(ariable \(see)-.25 F F1(Ar)2.849 E(-)-.37 E(rays)108 312 Q F0(belo) -3.096 E .596(w\) named)-.25 F F2 -.27(NA)3.096 G(ME).27 E F0 .596 -(in the conte)3.096 F .595(xt of the e)-.15 F -.15(xe)-.15 G .595 -(cuting shell.).15 F .595(The standard output of)5.595 F F2(command) -3.295 E F0 .595(is con-)3.865 F .387 +.349(rd of the simple command.).1 F .348(When the coprocess is e)5.348 F +-.15(xe)-.15 G .348(cuted, the shell creates an array v).15 F .348 +(ariable \(see)-.25 F F1(Ar)2.848 E(-)-.37 E(rays)108 312 Q F0(belo) +3.095 E .595(w\) named)-.25 F F2 -.27(NA)3.095 G(ME).27 E F0 .595 +(in the conte)3.095 F .595(xt of the e)-.15 F -.15(xe)-.15 G .595 +(cuting shell.).15 F .596(The standard output of)5.595 F F2(command) +3.296 E F0 .596(is con-)3.866 F .387 (nected via a pipe to a \214le descriptor in the e)108 324 R -.15(xe) -.15 G .387(cuting shell, and that \214le descriptor is assigned to).15 -F F2 -.27(NA)2.887 G(ME).27 E F0([0].)A .571(The standard input of)108 -336 R F2(command)3.271 E F0 .57 -(is connected via a pipe to a \214le descriptor in the e)3.841 F -.15 -(xe)-.15 G .57(cuting shell, and that).15 F 1.22 -(\214le descriptor is assigned to)108 348 R F2 -.27(NA)3.72 G(ME).27 E -F0 3.721([1]. This)B 1.221(pipe is established before an)3.721 F 3.721 -(yr)-.15 G 1.221(edirections speci\214ed by the)-3.721 F 1.581 -(command \(see)108 360 R/F3 9/Times-Bold@0 SF(REDIRECTION)4.081 E F0 -(belo)3.831 E 4.081(w\). The)-.25 F 1.58 -(\214le descriptors can be utilized as ar)4.081 F 1.58 -(guments to shell com-)-.18 F .148 -(mands and redirections using standard w)108 372 R .148(ord e)-.1 F -2.649(xpansions. Other)-.15 F .149(than those created to e)2.649 F -.15 -(xe)-.15 G .149(cute command and).15 F 2.463 +F F2 -.27(NA)2.886 G(ME).27 E F0([0].)A .57(The standard input of)108 +336 R F2(command)3.27 E F0 .571 +(is connected via a pipe to a \214le descriptor in the e)3.84 F -.15(xe) +-.15 G .571(cuting shell, and that).15 F 1.221 +(\214le descriptor is assigned to)108 348 R F2 -.27(NA)3.721 G(ME).27 E +F0 3.721([1]. This)B 1.221(pipe is established before an)3.721 F 3.72 +(yr)-.15 G 1.22(edirections speci\214ed by the)-3.72 F 1.58 +(command \(see)108 360 R/F3 9/Times-Bold@0 SF(REDIRECTION)4.08 E F0 +(belo)3.83 E 4.08(w\). The)-.25 F 1.581 +(\214le descriptors can be utilized as ar)4.08 F 1.581 +(guments to shell com-)-.18 F .149 +(mands and redirections using standard w)108 372 R .149(ord e)-.1 F +2.649(xpansions. Other)-.15 F .148(than those created to e)2.649 F -.15 +(xe)-.15 G .148(cute command and).15 F 2.462 (process substitutions, the \214le descriptors are not a)108 384 R -.25 -(va)-.2 G 2.463(ilable in subshells.).25 F 2.462 +(va)-.2 G 2.463(ilable in subshells.).25 F 2.463 (The process ID of the shell)7.463 F(spa)108 396 Q 1.115(wned to e)-.15 F -.15(xe)-.15 G 1.115(cute the coprocess is a).15 F -.25(va)-.2 G 1.115 (ilable as the v).25 F 1.115(alue of the v)-.25 F(ariable)-.25 E F2 -.27 @@ -1079,23 +1082,23 @@ F -.15(xe)-.15 G 1.115(cute the coprocess is a).15 F -.25(va)-.2 G 1.115 3.615 G(iltin).2 E(command may be used to w)108 408 Q (ait for the coprocess to terminate.)-.1 E .336 (Since the coprocess is created as an asynchronous command, the)108 -424.8 R F1(copr)2.836 E(oc)-.18 E F0 .335(command al)2.835 F -.1(wa)-.1 -G .335(ys returns success.).1 F +424.8 R F1(copr)2.836 E(oc)-.18 E F0 .336(command al)2.836 F -.1(wa)-.1 +G .336(ys returns success.).1 F (The return status of a coprocess is the e)108 436.8 Q(xit status of) -.15 E F2(command)2.5 E F0(.)A F1(Shell Function De\214nitions)87 453.6 -Q F0 2.697(As)108 465.6 S .198 -(hell function is an object that is called lik)-2.697 F 2.698(eas)-.1 G -.198(imple command and e)-2.698 F -.15(xe)-.15 G .198 +Q F0 2.698(As)108 465.6 S .198 +(hell function is an object that is called lik)-2.698 F 2.698(eas)-.1 G +.198(imple command and e)-2.698 F -.15(xe)-.15 G .197 (cutes a compound command with).15 F 2.5(an)108 477.6 S .5 -.25(ew s) -2.5 H(et of positional parameters.).25 E (Shell functions are declared as follo)5 E(ws:)-.25 E F2(fname)108 494.4 Q F0(\(\))2.5 E F2(compound\255command)2.5 E F0([)2.5 E F2 -.37(re)C (dir).37 E(ection)-.37 E F0(])A F1(function)108 506.4 Q F2(fname)2.5 E F0([\(\)])2.5 E F2(compound\255command)2.5 E F0([)2.5 E F2 -.37(re)C -(dir).37 E(ection)-.37 E F0(])A .217(This de\214nes a function named)144 -518.4 R F2(fname)2.717 E F0 5.217(.T)C .217(he reserv)-5.217 F .217 -(ed w)-.15 F(ord)-.1 E F1(function)2.717 E F0 .216(is optional.)2.717 F -.216(If the)5.216 F F1(function)2.716 E F0(re-)2.716 E(serv)144 530.4 Q +(dir).37 E(ection)-.37 E F0(])A .216(This de\214nes a function named)144 +518.4 R F2(fname)2.716 E F0 5.217(.T)C .217(he reserv)-5.217 F .217 +(ed w)-.15 F(ord)-.1 E F1(function)2.717 E F0 .217(is optional.)2.717 F +.217(If the)5.217 F F1(function)2.717 E F0(re-)2.717 E(serv)144 530.4 Q .68(ed w)-.15 F .68(ord is supplied, the parentheses are optional.)-.1 F (The)5.68 E F2(body)3.18 E F0 .68(of the function is the compound)3.18 F (command)144 542.4 Q F2(compound\255command)2.784 E F0(\(see)3.354 E F1 @@ -1103,46 +1106,46 @@ F0([\(\)])2.5 E F2(compound\255command)2.5 E F0([)2.5 E F2 -.37(re)C (\). That).15 F .084(command is usually a)2.584 F F2(list)144 554.4 Q F0 .044(of commands between { and }, b)2.544 F .044(ut may be an)-.2 F 2.544(yc)-.15 G .044(ommand listed under)-2.544 F F1 .044 -(Compound Commands)2.544 F F0(abo)144 566.4 Q -.15(ve)-.15 G 2.902(,w) -.15 G .402(ith one e)-2.902 F .402(xception: If the)-.15 F F1(function) +(Compound Commands)2.544 F F0(abo)144 566.4 Q -.15(ve)-.15 G 2.901(,w) +.15 G .401(ith one e)-2.901 F .401(xception: If the)-.15 F F1(function) 2.901 E F0(reserv)2.901 E .401(ed w)-.15 F .401(ord is used, b)-.1 F -.401(ut the parentheses are not sup-)-.2 F 1.045 +.402(ut the parentheses are not sup-)-.2 F 1.046 (plied, the braces are required.)144 578.4 R F2(compound\255command) 6.046 E F0 1.046(is e)3.546 F -.15(xe)-.15 G 1.046(cuted whene).15 F --.15(ve)-.25 G(r).15 E F2(fname)3.546 E F0 1.046(is speci\214ed as)3.546 -F .366(the name of a simple command.)144 590.4 R .366(When in)5.366 F F2 -.366(posix mode)2.866 F F0(,)A F2(fname)2.866 E F0 .365(must be a v) -2.865 F .365(alid shell)-.25 F F2(name)2.865 E F0 .365(and may)2.865 F -.893(not be the name of one of the POSIX)144 602.4 R F2 .893(special b) -3.393 F(uiltins)-.2 E F0 5.893(.I)C 3.393(nd)-5.893 G(ef)-3.393 E .894 -(ault mode, a function name can be)-.1 F(an)144 614.4 Q 3.65(yu)-.15 G -1.15(nquoted shell w)-3.65 F 1.15(ord that does not contain)-.1 F F1($) -3.65 E F0 6.15(.A)C 1.45 -.15(ny r)-6.15 H 1.149(edirections \(see).15 F -F3(REDIRECTION)3.649 E F0(belo)3.399 E(w\))-.25 E .417(speci\214ed when\ - a function is de\214ned are performed when the function is e)144 626.4 -R -.15(xe)-.15 G 2.917(cuted. The).15 F -.15(ex)2.917 G .417(it status) -.15 F .733(of a function de\214nition is zero unless a syntax error occ\ -urs or a readonly function with the same)144 638.4 R .177 -(name already e)144 650.4 R 2.677(xists. When)-.15 F -.15(exe)2.677 G -.178(cuted, the e).15 F .178(xit status of a function is the e)-.15 F -.178(xit status of the last com-)-.15 F(mand e)144 662.4 Q -.15(xe)-.15 -G(cuted in the body).15 E 5(.\()-.65 G(See)-5 E F3(FUNCTIONS)2.5 E F0 +-.15(ve)-.25 G(r).15 E F2(fname)3.546 E F0 1.045(is speci\214ed as)3.546 +F .365(the name of a simple command.)144 590.4 R .365(When in)5.365 F F2 +.366(posix mode)2.865 F F0(,)A F2(fname)2.866 E F0 .366(must be a v) +2.866 F .366(alid shell)-.25 F F2(name)2.866 E F0 .366(and may)2.866 F +.894(not be the name of one of the POSIX)144 602.4 R F2 .893(special b) +3.393 F(uiltins)-.2 E F0 5.893(.I)C 3.393(nd)-5.893 G(ef)-3.393 E .893 +(ault mode, a function name can be)-.1 F(an)144 614.4 Q 3.649(yu)-.15 G +1.149(nquoted shell w)-3.649 F 1.15(ord that does not contain)-.1 F F1 +($)3.65 E F0 6.15(.A)C 1.45 -.15(ny r)-6.15 H 1.15(edirections \(see).15 +F F3(REDIRECTION)3.65 E F0(belo)3.4 E(w\))-.25 E .417(speci\214ed when \ +a function is de\214ned are performed when the function is e)144 626.4 R +-.15(xe)-.15 G 2.916(cuted. The).15 F -.15(ex)2.916 G .416(it status).15 +F .733(of a function de\214nition is zero unless a syntax error occurs \ +or a readonly function with the same)144 638.4 R .178(name already e)144 +650.4 R 2.678(xists. When)-.15 F -.15(exe)2.678 G .178(cuted, the e).15 +F .178(xit status of a function is the e)-.15 F .177 +(xit status of the last com-)-.15 F(mand e)144 662.4 Q -.15(xe)-.15 G +(cuted in the body).15 E 5(.\()-.65 G(See)-5 E F3(FUNCTIONS)2.5 E F0 (belo)2.25 E -.65(w.)-.25 G(\)).65 E/F4 10.95/Times-Bold@0 SF(COMMENTS) 72 679.2 Q F0 .982(In a non-interacti)108 691.2 R 1.282 -.15(ve s)-.25 H .982(hell, or an interacti).15 F 1.282 -.15(ve s)-.25 H .982 (hell in which the).15 F F1(interacti)3.482 E -.1(ve)-.1 G(_comments).1 E F0 .982(option to the)3.482 F F1(shopt)3.482 E F0 -.2(bu)108 703.2 S -.951(iltin is enabled \(see).2 F F3 .952(SHELL B)3.451 F(UIL)-.09 E .952 +.952(iltin is enabled \(see).2 F F3 .952(SHELL B)3.452 F(UIL)-.09 E .952 (TIN COMMANDS)-.828 F F0(belo)3.202 E .952(w\), a w)-.25 F .952(ord be) --.1 F .952(ginning with)-.15 F F1(#)3.452 E F0 .952(causes that w)3.452 -F(ord)-.1 E .605 +-.1 F .952(ginning with)-.15 F F1(#)3.451 E F0 .951(causes that w)3.451 +F(ord)-.1 E .604 (and all remaining characters on that line to be ignored.)108 715.2 R -.604(An interacti)5.605 F .904 -.15(ve s)-.25 H .604(hell without the) -.15 F F1(interacti)3.104 E -.1(ve)-.1 G(_com-).1 E(ments)108 727.2 Q F0 -1.336(option enabled does not allo)3.836 F 3.836(wc)-.25 G 3.836 -(omments. The)-3.836 F F1(interacti)3.836 E -.1(ve)-.1 G(_comments).1 E -F0 1.337(option is on by def)3.837 F 1.337(ault in)-.1 F(GNU Bash 5.0)72 -768 Q(2020 January 29)141.79 E(7)195.95 E 0 Cg EP +.605(An interacti)5.605 F .905 -.15(ve s)-.25 H .605(hell without the) +.15 F F1(interacti)3.105 E -.1(ve)-.1 G(_com-).1 E(ments)108 727.2 Q F0 +1.337(option enabled does not allo)3.837 F 3.837(wc)-.25 G 3.836 +(omments. The)-3.837 F F1(interacti)3.836 E -.1(ve)-.1 G(_comments).1 E +F0 1.336(option is on by def)3.836 F 1.336(ault in)-.1 F(GNU Bash 5.1)72 +768 Q(2020 June 5)150.675 E(7)204.835 E 0 Cg EP %%Page: 8 8 %%BeginPageSetup BP @@ -1151,74 +1154,74 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(interacti)108 84 Q .3 -.15(ve s)-.25 H(hells.).15 E/F1 10.95/Times-Bold@0 SF -.11(QU)72 100.8 S -.438(OT).11 G(ING).438 E/F2 10/Times-Italic@0 SF(Quoting)108 -112.8 Q F0 .478(is used to remo)2.978 F .777 -.15(ve t)-.15 H .477 +112.8 Q F0 .477(is used to remo)2.977 F .777 -.15(ve t)-.15 H .477 (he special meaning of certain characters or w).15 F .477 -(ords to the shell.)-.1 F .477(Quoting can be)5.477 F .184 +(ords to the shell.)-.1 F .478(Quoting can be)5.478 F .185 (used to disable special treatment for special characters, to pre)108 -124.8 R -.15(ve)-.25 G .185(nt reserv).15 F .185(ed w)-.15 F .185 +124.8 R -.15(ve)-.25 G .185(nt reserv).15 F .184(ed w)-.15 F .184 (ords from being recognized as)-.1 F(such, and to pre)108 136.8 Q -.15 -(ve)-.25 G(nt parameter e).15 E(xpansion.)-.15 E .289(Each of the)108 -153.6 R F2(metac)2.789 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 .288 -(listed abo)2.789 F .588 -.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 +(ve)-.25 G(nt parameter e).15 E(xpansion.)-.15 E .288(Each of the)108 +153.6 R F2(metac)2.788 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 .288 +(listed abo)2.788 F .588 -.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF(DEFINITIONS)2.788 E F0 .288 (has special meaning to the shell and must be)2.538 F -(quoted if it is to represent itself.)108 165.6 Q 1.344 +(quoted if it is to represent itself.)108 165.6 Q 1.345 (When the command history e)108 182.4 R 1.344(xpansion f)-.15 F 1.344 (acilities are being used \(see)-.1 F F3(HIST)3.844 E(OR)-.162 E 3.594 -(YE)-.315 G(XP)-3.594 E(ANSION)-.666 E F0(belo)3.595 E 1.345(w\), the) +(YE)-.315 G(XP)-3.594 E(ANSION)-.666 E F0(belo)3.594 E 1.344(w\), the) -.25 F F2(history e)108 194.4 Q(xpansion)-.2 E F0(character)2.5 E 2.5 (,u)-.4 G(sually)-2.5 E/F4 10/Times-Bold@0 SF(!)2.5 E F0 2.5(,m)C (ust be quoted to pre)-2.5 E -.15(ve)-.25 G(nt history e).15 E (xpansion.)-.15 E(There are three quoting mechanisms: the)108 211.2 Q F2 (escape c)2.69 E(har)-.15 E(acter)-.15 E F0 2.5(,s).73 G -(ingle quotes, and double quotes.)-2.5 E 2.963(An)108 228 S .463 -(on-quoted backslash \()-2.963 F F4(\\)A F0 2.963(\)i)C 2.963(st)-2.963 +(ingle quotes, and double quotes.)-2.5 E 2.962(An)108 228 S .463 +(on-quoted backslash \()-2.962 F F4(\\)A F0 2.963(\)i)C 2.963(st)-2.963 G(he)-2.963 E F2 .463(escape c)3.153 F(har)-.15 E(acter)-.15 E F0 5.463 (.I).73 G 2.963(tp)-5.463 G(reserv)-2.963 E .463(es the literal v)-.15 F .463(alue of the ne)-.25 F .463(xt character that)-.15 F(follo)108 240 Q -1.553(ws, with the e)-.25 F 1.553(xception of . If)-.25 F(a)4.053 E F4(\\)4.053 E F0( pair appears, and the backslash is not itself)-.25 F .348 -(quoted, the)108 252 R F4(\\)2.848 E F0( pair appears, and the backslash is not itself)-.25 F .347 +(quoted, the)108 252 R F4(\\)2.847 E F0( is treated as a line continuation \(that is, it is remo)-.25 F --.15(ve)-.15 G 2.847(df).15 G .347(rom the input stream and ef-)-2.847 F +-.15(ve)-.15 G 2.848(df).15 G .348(rom the input stream and ef-)-2.848 F (fecti)108 264 Q -.15(ve)-.25 G(ly ignored\).).15 E .295 (Enclosing characters in single quotes preserv)108 280.8 R .295 (es the literal v)-.15 F .295(alue of each character within the quotes.) -.25 F 2.795(As)5.295 G(in-)-2.795 E (gle quote may not occur between single quotes, e)108 292.8 Q -.15(ve) --.25 G 2.5(nw).15 G(hen preceded by a backslash.)-2.5 E .034 +-.25 G 2.5(nw).15 G(hen preceded by a backslash.)-2.5 E .033 (Enclosing characters in double quotes preserv)108 309.6 R .034 (es the literal v)-.15 F .034 (alue of all characters within the quotes, with the)-.25 F -.15(ex)108 -321.6 S .107(ception of).15 F F4($)2.607 E F0(,)A F4<92>2.607 E F0(,)A -F4(\\)2.607 E F0 2.607(,a)C .107(nd, when history e)-2.607 F .107 +321.6 S .108(ception of).15 F F4($)2.608 E F0(,)A F4<92>2.608 E F0(,)A +F4(\\)2.608 E F0 2.608(,a)C .107(nd, when history e)-2.608 F .107 (xpansion is enabled,)-.15 F F4(!)2.607 E F0 5.107(.W)C .107 -(hen the shell is in)-5.107 F F2 .108(posix mode)2.608 F F0 2.608(,t)C -(he)-2.608 E F4(!)2.608 E F0 .108(has no)2.608 F .46 +(hen the shell is in)-5.107 F F2 .107(posix mode)2.607 F F0 2.607(,t)C +(he)-2.607 E F4(!)2.607 E F0 .107(has no)2.607 F .46 (special meaning within double quotes, e)108 333.6 R -.15(ve)-.25 G 2.96 (nw).15 G .46(hen history e)-2.96 F .46(xpansion is enabled.)-.15 F .46 (The characters)5.46 F F4($)2.96 E F0(and)2.96 E F4<92>2.96 E F0(re-) -2.96 E .562(tain their special meaning within double quotes.)108 345.6 R -.563(The backslash retains its special meaning only when fol-)5.563 F -(lo)108 357.6 Q .602(wed by one of the follo)-.25 F .602 +2.96 E .563(tain their special meaning within double quotes.)108 345.6 R +.562(The backslash retains its special meaning only when fol-)5.563 F +(lo)108 357.6 Q .601(wed by one of the follo)-.25 F .602 (wing characters:)-.25 F F4($)3.102 E F0(,)A F4<92>3.102 E F0(,)A F4(") 3.935 E F0(,).833 E F4(\\)3.102 E F0 3.102(,o)C(r)-3.102 E F4() -3.102 E F0 5.602(.A)C .601(double quote may be quoted within)-2.5 F .13 +3.102 E F0 5.602(.A)C .602(double quote may be quoted within)-2.5 F .131 (double quotes by preceding it with a backslash.)108 369.6 R .131 -(If enabled, history e)5.131 F .131 -(xpansion will be performed unless an)-.15 F F4(!)2.631 E F0 +(If enabled, history e)5.131 F .13(xpansion will be performed unless an) +-.15 F F4(!)2.63 E F0 (appearing in double quotes is escaped using a backslash.)108 381.6 Q (The backslash preceding the)5 E F4(!)2.5 E F0(is not remo)5 E -.15(ve) -.15 G(d.).15 E(The special parameters)108 398.4 Q F4(*)2.5 E F0(and)2.5 E F4(@)2.5 E F0(ha)2.5 E .3 -.15(ve s)-.2 H (pecial meaning when in double quotes \(see).15 E F3 -.666(PA)2.5 G -(RAMETERS).666 E F0(belo)2.25 E(w\).)-.25 E -.8(Wo)108 415.2 S .212 -(rds of the form).8 F F4($)2.712 E F0<08>A F2(string)A F0 2.712<0861>C -.211(re treated specially)-2.712 F 5.211(.T)-.65 G .211(he w)-5.211 F -.211(ord e)-.1 F .211(xpands to)-.15 F F2(string)2.711 E F0 2.711(,w)C -.211(ith backslash-escaped char)-2.711 F(-)-.2 E .604 -(acters replaced as speci\214ed by the ANSI C standard.)108 427.2 R .605 +(RAMETERS).666 E F0(belo)2.25 E(w\).)-.25 E -.8(Wo)108 415.2 S .211 +(rds of the form).8 F F4($)2.711 E F0<08>A F2(string)A F0 2.711<0861>C +.211(re treated specially)-2.711 F 5.211(.T)-.65 G .211(he w)-5.211 F +.211(ord e)-.1 F .212(xpands to)-.15 F F2(string)2.712 E F0 2.712(,w)C +.212(ith backslash-escaped char)-2.712 F(-)-.2 E .605 +(acters replaced as speci\214ed by the ANSI C standard.)108 427.2 R .604 (Backslash escape sequences, if present, are decoded)5.605 F(as follo) 108 439.2 Q(ws:)-.25 E F4(\\a)144 451.2 Q F0(alert \(bell\))180 451.2 Q F4(\\b)144 463.2 Q F0(backspace)180 463.2 Q F4(\\e)144 475.2 Q(\\E)144 @@ -1235,17 +1238,17 @@ Q F4(\\)144 607.2 Q F2(nnn)A F0(the eight-bit character whose v)180 (the eight-bit character whose v)180 619.2 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 F4(\\u)144 631.2 Q F2(HHHH)A F0 -1.507(the Unicode \(ISO/IEC 10646\) character whose v)180 643.2 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 655.2 Q 2.5(xd)-.15 G(igits\))-2.5 E F4 -(\\U)144 667.2 Q F2(HHHHHHHH)A F0 .547 +1.506(the Unicode \(ISO/IEC 10646\) character whose v)180 643.2 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 655.2 Q 2.5(xd)-.15 G(igits\))-2.5 E F4 +(\\U)144 667.2 Q F2(HHHHHHHH)A F0 .548 (the Unicode \(ISO/IEC 10646\) character whose v)180 679.2 R .547 -(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) -3.048 E(HHH)180 691.2 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G +(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) +3.047 E(HHH)180 691.2 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G (igits\))-2.5 E F4(\\c)144 703.2 Q F2(x)A F0 2.5(ac)180 703.2 S(ontrol-) -2.5 E F2(x)A F0(character)2.5 E(The e)108 720 Q(xpanded result is sing\ le-quoted, as if the dollar sign had not been present.)-.15 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(8)195.95 E 0 Cg EP +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(8)204.835 E 0 Cg EP %%Page: 9 9 %%BeginPageSetup BP @@ -1254,510 +1257,515 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.64(Ad)108 84 S .14(ouble-quoted string preceded by a dollar sign \()-2.64 F/F1 10 /Times-Bold@0 SF($)A F0(")A/F2 10/Times-Italic@0 SF(string)A F0 .14 -("\) will cause the string to be translated according)B .495 -(to the current locale.)108 96 R .495(If the current locale is)5.495 F -F1(C)2.995 E F0(or)2.995 E F1(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 108 Q/F3 -10.95/Times-Bold@0 SF -.81(PA)72 124.8 S(RAMETERS).81 E F0(A)108 136.8 Q -F2(par)4.575 E(ameter)-.15 E F0 .825(is an entity that stores v)4.055 F -3.325(alues. It)-.25 F .825(can be a)3.325 F F2(name)3.684 E F0 3.324 -(,an).18 G(umber)-3.324 E 3.324(,o)-.4 G 3.324(ro)-3.324 G .824 -(ne of the special characters)-3.324 F .801(listed belo)108 148.8 R -3.301(wu)-.25 G(nder)-3.301 E F1 .801(Special P)3.301 F(arameters)-.1 E -F0 5.802(.A)C F2(variable)-2.21 E F0 .802(is a parameter denoted by a) -3.482 F F2(name)3.662 E F0 5.802(.A).18 G -.25(va)-2.5 G .802 -(riable has a).25 F F2(value)108 160.8 Q F0 .369(and zero or more)2.869 -F F2(attrib)2.869 E(utes)-.2 E F0 5.369(.A)C(ttrib)-5.369 E .369 -(utes are assigned using the)-.2 F F1(declar)2.868 E(e)-.18 E F0 -.2(bu) -2.868 G .368(iltin command \(see).2 F F1(declar)2.868 E(e)-.18 E F0 -(belo)108 172.8 Q 2.5(wi)-.25 G(n)-2.5 E/F4 9/Times-Bold@0 SF(SHELL B) -2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E/F5 9/Times-Roman@0 SF(\).)A F0 -2.754(Ap)108 189.6 S .254(arameter is set if it has been assigned a v) --2.754 F 2.754(alue. The)-.25 F .254(null string is a v)2.754 F .255 -(alid v)-.25 F 2.755(alue. Once)-.25 F 2.755(av)2.755 G .255 -(ariable is set, it)-3.005 F(may be unset only by using the)108 201.6 Q -F1(unset)2.5 E F0 -.2(bu)2.5 G(iltin command \(see).2 E F4(SHELL B)2.5 E -(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E(A)108 218.4 -Q F2(variable)2.79 E F0(may be assigned to by a statement of the form) -2.68 E F2(name)144 235.2 Q F0(=[)A F2(value)A F0(])A(If)108 252 Q F2 -(value)3.023 E F0 .233(is not gi)2.913 F -.15(ve)-.25 G .233(n, the v) -.15 F .232(ariable is assigned the null string.)-.25 F(All)5.232 E F2 -(values)3.022 E F0(under)3.002 E .232(go tilde e)-.18 F .232 -(xpansion, parameter)-.15 F .515(and v)108 264 R .515(ariable e)-.25 F -.515(xpansion, command substitution, arithmetic e)-.15 F .515 +("\) will cause the string to be translated according)B .31 +(to the current locale.)108 96 R(The)5.31 E F2 -.1(ge)2.809 G(tte).1 E +(xt)-.2 E F0 .309(infrastructure performs the message catalog lookup an\ +d translation, using)2.809 F(the)108 108 Q F1(LC_MESSA)2.625 E(GES)-.55 +E F0(and)2.625 E F1(TEXTDOMAIN)2.625 E F0 .125(shell v)2.625 F 2.625 +(ariables. If)-.25 F .126(the current locale is)2.626 F F1(C)2.626 E F0 +(or)2.626 E F1(POSIX)2.626 E F0 2.626(,o)C 2.626(ri)-2.626 G 2.626(ft) +-2.626 G(here)-2.626 E .362(are no translations a)108 120 R -.25(va)-.2 +G .362(ilable, the dollar sign is ignored.).25 F .362 +(If the string is translated and replaced, the replace-)5.362 F +(ment is double-quoted.)108 132 Q/F3 10.95/Times-Bold@0 SF -.81(PA)72 +148.8 S(RAMETERS).81 E F0(A)108 160.8 Q F2(par)4.574 E(ameter)-.15 E F0 +.824(is an entity that stores v)4.054 F 3.324(alues. It)-.25 F .824 +(can be a)3.324 F F2(name)3.685 E F0 3.325(,an).18 G(umber)-3.325 E +3.325(,o)-.4 G 3.325(ro)-3.325 G .825(ne of the special characters) +-3.325 F .802(listed belo)108 172.8 R 3.302(wu)-.25 G(nder)-3.302 E F1 +.802(Special P)3.302 F(arameters)-.1 E F0 5.802(.A)C F2(variable)-2.21 E +F0 .802(is a parameter denoted by a)3.482 F F2(name)3.662 E F0 5.801(.A) +.18 G -.25(va)-2.5 G .801(riable has a).25 F F2(value)108 184.8 Q F0 +.368(and zero or more)2.868 F F2(attrib)2.868 E(utes)-.2 E F0 5.369(.A)C +(ttrib)-5.369 E .369(utes are assigned using the)-.2 F F1(declar)2.869 E +(e)-.18 E F0 -.2(bu)2.869 G .369(iltin command \(see).2 F F1(declar) +2.869 E(e)-.18 E F0(belo)108 196.8 Q 2.5(wi)-.25 G(n)-2.5 E/F4 9 +/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E/F5 9 +/Times-Roman@0 SF(\).)A F0 2.755(Ap)108 213.6 S .255 +(arameter is set if it has been assigned a v)-2.755 F 2.754(alue. The) +-.25 F .254(null string is a v)2.754 F .254(alid v)-.25 F 2.754 +(alue. Once)-.25 F 2.754(av)2.754 G .254(ariable is set, it)-3.004 F +(may be unset only by using the)108 225.6 Q F1(unset)2.5 E F0 -.2(bu)2.5 +G(iltin command \(see).2 E F4(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS) +-.828 E F0(belo)2.25 E(w\).)-.25 E(A)108 242.4 Q F2(variable)2.79 E F0 +(may be assigned to by a statement of the form)2.68 E F2(name)144 259.2 +Q F0(=[)A F2(value)A F0(])A(If)108 276 Q F2(value)3.022 E F0 .232 +(is not gi)2.912 F -.15(ve)-.25 G .232(n, the v).15 F .232 +(ariable is assigned the null string.)-.25 F(All)5.233 E F2(values)3.023 +E F0(under)3.003 E .233(go tilde e)-.18 F .233(xpansion, parameter)-.15 +F .515(and v)108 288 R .515(ariable e)-.25 F .515 +(xpansion, command substitution, arithmetic e)-.15 F .515 (xpansion, and quote remo)-.15 F -.25(va)-.15 G 3.015(l\().25 G(see) --3.015 E F4(EXP)3.015 E(ANSION)-.666 E F0(belo)108 276 Q 2.699(w\). If) --.25 F .199(the v)2.699 F .199(ariable has its)-.25 F F1(integer)2.698 E +-3.015 E F4(EXP)3.015 E(ANSION)-.666 E F0(belo)108 300 Q 2.698(w\). If) +-.25 F .198(the v)2.698 F .198(ariable has its)-.25 F F1(integer)2.698 E F0(attrib)2.698 E .198(ute set, then)-.2 F F2(value)2.988 E F0 .198 -(is e)2.878 F -.25(va)-.25 G .198(luated as an arithmetic e).25 F .198 -(xpression e)-.15 F -.15(ve)-.25 G(n).15 E .901(if the $\(\(...\)\) e) -108 288 R .901(xpansion is not used \(see)-.15 F F1 .901 -(Arithmetic Expansion)3.401 F F0(belo)3.401 E 3.402(w\). W)-.25 F .902 -(ord splitting is not performed,)-.8 F 1.179(with the e)108 300 R 1.179 -(xception of)-.15 F F1("$@")3.679 E F0 1.179(as e)3.679 F 1.179 -(xplained belo)-.15 F 3.679(wu)-.25 G(nder)-3.679 E F1 1.178(Special P) -3.678 F(arameters)-.1 E F0 6.178(.P)C 1.178(athname e)-6.328 F 1.178 -(xpansion is not)-.15 F 3.648(performed. Assignment)108 312 R 1.148 -(statements may also appear as ar)3.648 F 1.149(guments to the)-.18 F F1 -(alias)3.649 E F0(,)A F1(declar)3.649 E(e)-.18 E F0(,)A F1(typeset)3.649 -E F0(,)A F1(export)3.649 E F0(,)A F1 -.18(re)108 324 S(adonly).18 E F0 -3.289(,a)C(nd)-3.289 E F1(local)3.289 E F0 -.2(bu)3.289 G .789 +(is e)2.878 F -.25(va)-.25 G .199(luated as an arithmetic e).25 F .199 +(xpression e)-.15 F -.15(ve)-.25 G(n).15 E .902(if the $\(\(...\)\) e) +108 312 R .902(xpansion is not used \(see)-.15 F F1 .901 +(Arithmetic Expansion)3.401 F F0(belo)3.401 E 3.401(w\). W)-.25 F .901 +(ord splitting is not performed,)-.8 F 1.178(with the e)108 324 R 1.178 +(xception of)-.15 F F1("$@")3.678 E F0 1.178(as e)3.678 F 1.179 +(xplained belo)-.15 F 3.679(wu)-.25 G(nder)-3.679 E F1 1.179(Special P) +3.679 F(arameters)-.1 E F0 6.179(.P)C 1.179(athname e)-6.329 F 1.179 +(xpansion is not)-.15 F 3.649(performed. Assignment)108 336 R 1.149 +(statements may also appear as ar)3.649 F 1.148(guments to the)-.18 F F1 +(alias)3.648 E F0(,)A F1(declar)3.648 E(e)-.18 E F0(,)A F1(typeset)3.648 +E F0(,)A F1(export)3.648 E F0(,)A F1 -.18(re)108 348 S(adonly).18 E F0 +3.288(,a)C(nd)-3.288 E F1(local)3.288 E F0 -.2(bu)3.288 G .788 (iltin commands \().2 F F2(declar)A(ation)-.15 E F0 3.288 -(commands\). When)3.289 F(in)3.288 E F2 .788(posix mode)3.288 F F0 3.288 -(,t)C .788(hese b)-3.288 F .788(uiltins may)-.2 F 1.496 -(appear in a command after one or more instances of the)108 336 R F1 -(command)3.996 E F0 -.2(bu)3.996 G 1.497 -(iltin and retain these assignment).2 F(statement properties.)108 348 Q -.377(In the conte)108 364.8 R .377 +(commands\). When)3.288 F(in)3.289 E F2 .789(posix mode)3.289 F F0 3.289 +(,t)C .789(hese b)-3.289 F .789(uiltins may)-.2 F 1.496 +(appear in a command after one or more instances of the)108 360 R F1 +(command)3.996 E F0 -.2(bu)3.996 G 1.496 +(iltin and retain these assignment).2 F(statement properties.)108 372 Q +.376(In the conte)108 388.8 R .376 (xt where an assignment statement is assigning a v)-.15 F .376 -(alue to a shell v)-.25 F .376(ariable or array inde)-.25 F .376 -(x, the +=)-.15 F 1.63 -(operator can be used to append to or add to the v)108 376.8 R(ariable') --.25 E 4.131(sp)-.55 G(re)-4.131 E 1.631(vious v)-.25 F 4.131 -(alue. This)-.25 F 1.631(includes ar)4.131 F 1.631(guments to)-.18 F -.2 -(bu)108 388.8 S .164(iltin commands such as).2 F F1(declar)2.664 E(e) --.18 E F0 .164(that accept assignment statements \()2.664 F F2(declar)A -(ation)-.15 E F0 2.664(commands\). When)2.664 F .163(+= is)2.663 F .251 -(applied to a v)108 400.8 R .251(ariable for which the)-.25 F F2(inte) +(alue to a shell v)-.25 F .377(ariable or array inde)-.25 F .377 +(x, the +=)-.15 F 1.631 +(operator can be used to append to or add to the v)108 400.8 R(ariable') +-.25 E 4.13(sp)-.55 G(re)-4.13 E 1.63(vious v)-.25 F 4.13(alue. This) +-.25 F 1.63(includes ar)4.13 F 1.63(guments to)-.18 F -.2(bu)108 412.8 S +.163(iltin commands such as).2 F F1(declar)2.664 E(e)-.18 E F0 .164 +(that accept assignment statements \()2.664 F F2(declar)A(ation)-.15 E +F0 2.664(commands\). When)2.664 F .164(+= is)2.664 F .252 +(applied to a v)108 424.8 R .252(ariable for which the)-.25 F F2(inte) 2.752 E -.1(ge)-.4 G(r).1 E F0(attrib)2.752 E .252(ute has been set,)-.2 -F F2(value)2.752 E F0 .252(is e)2.752 F -.25(va)-.25 G .252 +F F2(value)2.752 E F0 .251(is e)2.751 F -.25(va)-.25 G .251 (luated as an arithmetic e).25 F(xpres-)-.15 E .05 -(sion and added to the v)108 412.8 R(ariable')-.25 E 2.55(sc)-.55 G .05 +(sion and added to the v)108 436.8 R(ariable')-.25 E 2.55(sc)-.55 G .05 (urrent v)-2.55 F .05(alue, which is also e)-.25 F -.25(va)-.25 G 2.55 (luated. When).25 F .05(+= is applied to an array v)2.55 F(ari-)-.25 E -.458(able using compound assignment \(see)108 424.8 R F1(Arrays)2.959 E +.459(able using compound assignment \(see)108 448.8 R F1(Arrays)2.959 E F0(belo)2.959 E .459(w\), the v)-.25 F(ariable')-.25 E 2.959(sv)-.55 G .459(alue is not unset \(as it is when using)-3.209 F .265(=\), and ne) -108 436.8 R 2.765(wv)-.25 G .265(alues are appended to the array be) +108 460.8 R 2.765(wv)-.25 G .265(alues are appended to the array be) -3.015 F .265(ginning at one greater than the array')-.15 F 2.765(sm) -.55 G .265(aximum inde)-2.765 F 2.765(x\()-.15 G(for)-2.765 E(inde)108 -448.8 Q -.15(xe)-.15 G 3.401(da).15 G .901 -(rrays\) or added as additional k)-3.401 F -.15(ey)-.1 G.15 E .901 +472.8 Q -.15(xe)-.15 G 3.402(da).15 G .902 +(rrays\) or added as additional k)-3.402 F -.15(ey)-.1 G.15 E .901 (alue pairs in an associati)-.25 F 1.201 -.15(ve a)-.25 H(rray).15 E -5.901(.W)-.65 G .902(hen applied to a string-)-5.901 F -.25(va)108 460.8 +5.901(.W)-.65 G .901(hen applied to a string-)-5.901 F -.25(va)108 484.8 S(lued v).25 E(ariable,)-.25 E F2(value)2.5 E F0(is e)2.5 E (xpanded and appended to the v)-.15 E(ariable')-.25 E 2.5(sv)-.55 G -(alue.)-2.75 E 3.383(Av)108 477.6 S .883(ariable can be assigned the) --3.633 F F2(namer)3.382 E(ef)-.37 E F0(attrib)3.382 E .882 +(alue.)-2.75 E 3.382(Av)108 501.6 S .882(ariable can be assigned the) +-3.632 F F2(namer)3.382 E(ef)-.37 E F0(attrib)3.382 E .882 (ute using the)-.2 F F13.382 E F0 .882(option to the)3.382 F F1 -(declar)3.382 E(e)-.18 E F0(or)3.382 E F1(local)3.382 E F0 -.2(bu)3.382 -G .882(iltin com-).2 F .315(mands \(see the descriptions of)108 489.6 R -F1(declar)2.815 E(e)-.18 E F0(and)2.815 E F1(local)2.815 E F0(belo)2.815 -E .316(w\) to create a)-.25 F F2(namer)2.816 E(ef)-.37 E F0 2.816(,o)C -2.816(rar)-2.816 G .316(eference to another v)-2.816 F(ari-)-.25 E 2.919 -(able. This)108 501.6 R(allo)2.919 E .419(ws v)-.25 F .419 +(declar)3.382 E(e)-.18 E F0(or)3.383 E F1(local)3.383 E F0 -.2(bu)3.383 +G .883(iltin com-).2 F .316(mands \(see the descriptions of)108 513.6 R +F1(declar)2.816 E(e)-.18 E F0(and)2.816 E F1(local)2.816 E F0(belo)2.816 +E .316(w\) to create a)-.25 F F2(namer)2.815 E(ef)-.37 E F0 2.815(,o)C +2.815(rar)-2.815 G .315(eference to another v)-2.815 F(ari-)-.25 E 2.918 +(able. This)108 525.6 R(allo)2.918 E .418(ws v)-.25 F .418 (ariables to be manipulated indirectly)-.25 F 5.419(.W)-.65 G(hene) --5.419 E -.15(ve)-.25 G 2.918(rt).15 G .418(he nameref v)-2.918 F .418 -(ariable is referenced, as-)-.25 F .132 -(signed to, unset, or has its attrib)108 513.6 R .132 -(utes modi\214ed \(other than using or changing the)-.2 F F2(namer)2.633 -E(ef)-.37 E F0(attrib)2.633 E .133(ute itself\), the)-.2 F 1.357 -(operation is actually performed on the v)108 525.6 R 1.357 -(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 3.856(sv) --.55 G 3.856(alue. A)-4.106 F 1.356(nameref is)3.856 F .971 -(commonly used within shell functions to refer to a v)108 537.6 R .972 -(ariable whose name is passed as an ar)-.25 F .972(gument to the)-.18 F -2.5(function. F)108 549.6 R(or instance, if a v)-.15 E +-5.419 E -.15(ve)-.25 G 2.919(rt).15 G .419(he nameref v)-2.919 F .419 +(ariable is referenced, as-)-.25 F .133 +(signed to, unset, or has its attrib)108 537.6 R .132 +(utes modi\214ed \(other than using or changing the)-.2 F F2(namer)2.632 +E(ef)-.37 E F0(attrib)2.632 E .132(ute itself\), the)-.2 F 1.356 +(operation is actually performed on the v)108 549.6 R 1.357 +(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 3.857(sv) +-.55 G 3.857(alue. A)-4.107 F 1.357(nameref is)3.857 F .972 +(commonly used within shell functions to refer to a v)108 561.6 R .971 +(ariable whose name is passed as an ar)-.25 F .971(gument to the)-.18 F +2.5(function. F)108 573.6 R(or instance, if a v)-.15 E (ariable name is passed to a shell function as its \214rst ar)-.25 E -(gument, running)-.18 E/F6 10/Courier@0 SF(declare -n ref=$1)144 567.6 Q -F0 .303(inside the function creates a nameref v)108 585.6 R(ariable)-.25 +(gument, running)-.18 E/F6 10/Courier@0 SF(declare -n ref=$1)144 591.6 Q +F0 .302(inside the function creates a nameref v)108 609.6 R(ariable)-.25 E F1 -.18(re)2.803 G(f).18 E F0 .303(whose v)2.803 F .303(alue is the v) --.25 F .302(ariable name passed as the \214rst ar)-.25 F(gu-)-.18 E -3.592(ment. References)108 597.6 R 1.092(and assignments to)3.592 F F1 +-.25 F .303(ariable name passed as the \214rst ar)-.25 F(gu-)-.18 E +3.592(ment. References)108 621.6 R 1.092(and assignments to)3.592 F F1 -.18(re)3.592 G(f).18 E F0 3.592(,a)C 1.092(nd changes to its attrib) --3.592 F 1.092(utes, are treated as references, assign-)-.2 F .144 -(ments, and attrib)108 609.6 R .144(ute modi\214cations to the v)-.2 F +-3.592 F 1.092(utes, are treated as references, assign-)-.2 F .143 +(ments, and attrib)108 633.6 R .144(ute modi\214cations to the v)-.2 F .144(ariable whose name w)-.25 F .144(as passed as)-.1 F F1($1)2.644 E -F0 5.144(.I)C 2.644(ft)-5.144 G .144(he control v)-2.644 F .143 -(ariable in a)-.25 F F1 -.25(fo)108 621.6 S(r).25 E F0 .867 -(loop has the nameref attrib)3.367 F .867(ute, the list of w)-.2 F .868 -(ords can be a list of shell v)-.1 F .868 +F0 5.144(.I)C 2.644(ft)-5.144 G .144(he control v)-2.644 F .144 +(ariable in a)-.25 F F1 -.25(fo)108 645.6 S(r).25 E F0 .868 +(loop has the nameref attrib)3.368 F .868(ute, the list of w)-.2 F .867 +(ords can be a list of shell v)-.1 F .867 (ariables, and a name reference)-.25 F .509 -(will be established for each w)108 633.6 R .509 +(will be established for each w)108 657.6 R .509 (ord in the list, in turn, when the loop is e)-.1 F -.15(xe)-.15 G 3.009 (cuted. Array).15 F -.25(va)3.009 G .509(riables cannot be).25 F(gi)108 -645.6 Q -.15(ve)-.25 G 3.031(nt).15 G(he)-3.031 E F1(namer)3.031 E(ef) --.18 E F0(attrib)3.031 E 3.031(ute. Ho)-.2 F(we)-.25 E -.15(ve)-.25 G -1.331 -.4(r, n).15 H .531(ameref v).4 F .532 -(ariables can reference array v)-.25 F .532(ariables and subscripted ar) --.25 F(-)-.2 E .534(ray v)108 657.6 R 3.034(ariables. Namerefs)-.25 F -.534(can be unset using the)3.034 F F13.033 E F0 .533 -(option to the)3.033 F F1(unset)3.033 E F0 -.2(bu)3.033 G 3.033 -(iltin. Otherwise,).2 F(if)3.033 E F1(unset)3.033 E F0 .533(is e)3.033 F --.15(xe)-.15 G(-).15 E .442(cuted with the name of a nameref v)108 669.6 -R .442(ariable as an ar)-.25 F .442(gument, the v)-.18 F .443 +669.6 Q -.15(ve)-.25 G 3.032(nt).15 G(he)-3.032 E F1(namer)3.032 E(ef) +-.18 E F0(attrib)3.032 E 3.032(ute. Ho)-.2 F(we)-.25 E -.15(ve)-.25 G +1.332 -.4(r, n).15 H .532(ameref v).4 F .531 +(ariables can reference array v)-.25 F .531(ariables and subscripted ar) +-.25 F(-)-.2 E .533(ray v)108 681.6 R 3.033(ariables. Namerefs)-.25 F +.533(can be unset using the)3.033 F F13.033 E F0 .533 +(option to the)3.033 F F1(unset)3.033 E F0 -.2(bu)3.034 G 3.034 +(iltin. Otherwise,).2 F(if)3.034 E F1(unset)3.034 E F0 .534(is e)3.034 F +-.15(xe)-.15 G(-).15 E .443(cuted with the name of a nameref v)108 693.6 +R .442(ariable as an ar)-.25 F .442(gument, the v)-.18 F .442 (ariable referenced by the nameref v)-.25 F(ariable)-.25 E -(will be unset.)108 681.6 Q F1 -.2(Po)87 698.4 S(sitional P).2 E -(arameters)-.1 E F0(A)108 710.4 Q F2 .706(positional par)4.456 F(ameter) --.15 E F0 .706(is a parameter denoted by one or more digits, other than\ - the single digit 0.)3.936 F(Posi-)5.705 E .444 -(tional parameters are assigned from the shell')108 722.4 R 2.944(sa) --.55 G -.18(rg)-2.944 G .444(uments when it is in).18 F -.2(vo)-.4 G -.1 -(ke).2 G .445(d, and may be reassigned using).1 F(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(9)195.95 E 0 Cg EP +(will be unset.)108 705.6 Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(9)204.835 E 0 Cg EP %%Page: 10 10 %%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 10 -/Times-Bold@0 SF(set)3.334 E F0 -.2(bu)3.334 G .834(iltin command.).2 F -.833(Positional parameters may not be assigned to with assignment state\ -ments.)5.834 F(The)5.833 E(positional parameters are temporarily replac\ -ed when a shell function is e)108 96 Q -.15(xe)-.15 G(cuted \(see).15 E -/F2 9/Times-Bold@0 SF(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.403(\ -When a positional parameter consisting of more than a single digit is e) -108 112.8 R 1.404(xpanded, it must be enclosed in)-.15 F(braces \(see) -108 124.8 Q F2(EXP)2.5 E(ANSION)-.666 E F0(belo)2.25 E(w\).)-.25 E F1 -(Special P)87 141.6 Q(arameters)-.1 E F0 1.675(The shell treats se)108 -153.6 R -.15(ve)-.25 G 1.675(ral parameters specially).15 F 6.675(.T) --.65 G 1.674(hese parameters may only be referenced; assignment to) --6.675 F(them is not allo)108 165.6 Q(wed.)-.25 E F1(*)108 177.6 Q F0 -.223(Expands to the positional parameters, starting from one.)144 177.6 -R .224(When the e)5.224 F .224(xpansion is not within double)-.15 F .663 -(quotes, each positional parameter e)144 189.6 R .662 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF -.2(Po)87 84 S(sitional P).2 E(arameters)-.1 E F0(A)108 96 Q/F2 10 +/Times-Italic@0 SF .705(positional par)4.455 F(ameter)-.15 E F0 .706(is\ + a parameter denoted by one or more digits, other than the single digit\ + 0.)3.935 F(Posi-)5.706 E .445 +(tional parameters are assigned from the shell')108 108 R 2.944(sa)-.55 +G -.18(rg)-2.944 G .444(uments when it is in).18 F -.2(vo)-.4 G -.1(ke) +.2 G .444(d, and may be reassigned using).1 F(the)108 120 Q F1(set)3.333 +E F0 -.2(bu)3.333 G .833(iltin command.).2 F .834(Positional parameters\ + may not be assigned to with assignment statements.)5.833 F(The)5.834 E +(positional parameters are temporarily replaced when a shell function i\ +s e)108 132 Q -.15(xe)-.15 G(cuted \(see).15 E/F3 9/Times-Bold@0 SF +(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.404(When a positional par\ +ameter consisting of more than a single digit is e)108 148.8 R 1.403 +(xpanded, it must be enclosed in)-.15 F(braces \(see)108 160.8 Q F3(EXP) +2.5 E(ANSION)-.666 E F0(belo)2.25 E(w\).)-.25 E F1(Special P)87 177.6 Q +(arameters)-.1 E F0 1.674(The shell treats se)108 189.6 R -.15(ve)-.25 G +1.674(ral parameters specially).15 F 6.675(.T)-.65 G 1.675 +(hese parameters may only be referenced; assignment to)-6.675 F +(them is not allo)108 201.6 Q(wed.)-.25 E F1(*)108 213.6 Q F0 .224 +(Expands to the positional parameters, starting from one.)144 213.6 R +.223(When the e)5.224 F .223(xpansion is not within double)-.15 F .662 +(quotes, each positional parameter e)144 225.6 R .662 (xpands to a separate w)-.15 F 3.162(ord. In)-.1 F(conte)3.162 E .662 -(xts where it is performed,)-.15 F 1.081(those w)144 201.6 R 1.081 -(ords are subject to further w)-.1 F 1.082(ord splitting and pathname e) --.1 F 3.582(xpansion. When)-.15 F 1.082(the e)3.582 F(xpansion)-.15 E -.915(occurs within double quotes, it e)144 213.6 R .914 -(xpands to a single w)-.15 F .914(ord with the v)-.1 F .914 -(alue of each parameter sepa-)-.25 F .89 -(rated by the \214rst character of the)144 225.6 R F2(IFS)3.39 E F0 .89 -(special v)3.14 F 3.39(ariable. That)-.25 F .891(is, ")3.391 F F1($*)A -F0 3.391("i)C 3.391(se)-3.391 G(qui)-3.391 E -.25(va)-.25 G .891 -(lent to ").25 F F1($1)A/F3 10/Times-Italic@0 SF(c)A F1($2)A F3(c)A F1 -(...)A F0(",)A(where)144 237.6 Q F3(c)3.533 E F0 .832 -(is the \214rst character of the v)3.643 F .832(alue of the)-.25 F F2 -(IFS)3.332 E F0 -.25(va)3.082 G 3.332(riable. If).25 F F2(IFS)3.332 E F0 -.832(is unset, the parameters are)3.082 F(separated by spaces.)144 249.6 -Q(If)5 E F2(IFS)2.5 E F0 +(xts where it is performed,)-.15 F 1.082(those w)144 237.6 R 1.082 +(ords are subject to further w)-.1 F 1.081(ord splitting and pathname e) +-.1 F 3.581(xpansion. When)-.15 F 1.081(the e)3.581 F(xpansion)-.15 E +.914(occurs within double quotes, it e)144 249.6 R .914 +(xpands to a single w)-.15 F .915(ord with the v)-.1 F .915 +(alue of each parameter sepa-)-.25 F .891 +(rated by the \214rst character of the)144 261.6 R F3(IFS)3.39 E F0 .89 +(special v)3.14 F 3.39(ariable. That)-.25 F .89(is, ")3.39 F F1($*)A F0 +3.39("i)C 3.39(se)-3.39 G(qui)-3.39 E -.25(va)-.25 G .89(lent to ").25 F +F1($1)A F2(c)A F1($2)A F2(c)A F1(...)A F0(",)A(where)144 273.6 Q F2(c) +3.532 E F0 .832(is the \214rst character of the v)3.642 F .832 +(alue of the)-.25 F F3(IFS)3.332 E F0 -.25(va)3.082 G 3.332(riable. If) +.25 F F3(IFS)3.332 E F0 .833(is unset, the parameters are)3.082 F +(separated by spaces.)144 285.6 Q(If)5 E F3(IFS)2.5 E F0 (is null, the parameters are joined without interv)2.25 E -(ening separators.)-.15 E F1(@)108 261.6 Q F0 .722 -(Expands to the positional parameters, starting from one.)144 261.6 R -.722(In conte)5.722 F .722(xts where w)-.15 F .723(ord splitting is per) --.1 F(-)-.2 E 1.165(formed, this e)144 273.6 R 1.165 +(ening separators.)-.15 E F1(@)108 297.6 Q F0 .722 +(Expands to the positional parameters, starting from one.)144 297.6 R +.722(In conte)5.722 F .722(xts where w)-.15 F .722(ord splitting is per) +-.1 F(-)-.2 E 1.165(formed, this e)144 309.6 R 1.165 (xpands each positional parameter to a separate w)-.15 F 1.165 -(ord; if not within double quotes,)-.1 F .654(these w)144 285.6 R .654 +(ord; if not within double quotes,)-.1 F .655(these w)144 321.6 R .655 (ords are subject to w)-.1 F .655(ord splitting.)-.1 F .655(In conte) -5.655 F .655(xts where w)-.15 F .655 -(ord splitting is not performed, this)-.1 F -.15(ex)144 297.6 S .748 +5.655 F .655(xts where w)-.15 F .654 +(ord splitting is not performed, this)-.1 F -.15(ex)144 333.6 S .748 (pands to a single w).15 F .748 (ord with each positional parameter separated by a space.)-.1 F .748 -(When the e)5.748 F(xpan-)-.15 E 1.09 -(sion occurs within double quotes, each parameter e)144 309.6 R 1.091 -(xpands to a separate w)-.15 F 3.591(ord. That)-.1 F 1.091(is, ")3.591 F -F1($@)A F0 3.591("i)C(s)-3.591 E(equi)144 321.6 Q -.25(va)-.25 G .413 -(lent to ").25 F F1($1)A F0 2.913("")C F1($2)-2.913 E F0 2.913(".)C -2.913(.. If)-2.913 F .413(the double-quoted e)2.913 F .413 -(xpansion occurs within a w)-.15 F .412(ord, the e)-.1 F .412 -(xpansion of)-.15 F .379(the \214rst parameter is joined with the be)144 -333.6 R .379(ginning part of the original w)-.15 F .38(ord, and the e) --.1 F .38(xpansion of the)-.15 F .771 -(last parameter is joined with the last part of the original w)144 345.6 -R 3.271(ord. When)-.1 F .771(there are no positional pa-)3.271 F -(rameters, ")144 357.6 Q F1($@)A F0 2.5("a)C(nd)-2.5 E F1($@)2.5 E F0 +(When the e)5.748 F(xpan-)-.15 E 1.091 +(sion occurs within double quotes, each parameter e)144 345.6 R 1.091 +(xpands to a separate w)-.15 F 3.59(ord. That)-.1 F 1.09(is, ")3.59 F F1 +($@)A F0 3.59("i)C(s)-3.59 E(equi)144 357.6 Q -.25(va)-.25 G .412 +(lent to ").25 F F1($1)A F0 2.912("")C F1($2)-2.912 E F0 2.912(".)C +2.912(.. If)-2.912 F .413(the double-quoted e)2.913 F .413 +(xpansion occurs within a w)-.15 F .413(ord, the e)-.1 F .413 +(xpansion of)-.15 F .38(the \214rst parameter is joined with the be)144 +369.6 R .379(ginning part of the original w)-.15 F .379(ord, and the e) +-.1 F .379(xpansion of the)-.15 F .771 +(last parameter is joined with the last part of the original w)144 381.6 +R 3.271(ord. When)-.1 F .772(there are no positional pa-)3.271 F +(rameters, ")144 393.6 Q F1($@)A F0 2.5("a)C(nd)-2.5 E F1($@)2.5 E F0 -.15(ex)2.5 G(pand to nothing \(i.e., the).15 E 2.5(ya)-.15 G(re remo) --2.5 E -.15(ve)-.15 G(d\).).15 E F1(#)108 369.6 Q F0 -(Expands to the number of positional parameters in decimal.)144 369.6 Q -F1(?)108 381.6 Q F0(Expands to the e)144 381.6 Q +-2.5 E -.15(ve)-.15 G(d\).).15 E F1(#)108 405.6 Q F0 +(Expands to the number of positional parameters in decimal.)144 405.6 Q +F1(?)108 417.6 Q F0(Expands to the e)144 417.6 Q (xit status of the most recently e)-.15 E -.15(xe)-.15 G(cuted fore).15 -E(ground pipeline.)-.15 E F1108 393.6 Q F0 .881 -(Expands to the current option \215ags as speci\214ed upon in)144 393.6 -R -.2(vo)-.4 G .881(cation, by the).2 F F1(set)3.382 E F0 -.2(bu)3.382 G -.882(iltin command, or).2 F(those set by the shell itself \(such as the) -144 405.6 Q F12.5 E F0(option\).)2.5 E F1($)108 417.6 Q F0 .214 -(Expands to the process ID of the shell.)144 417.6 R .214 +E(ground pipeline.)-.15 E F1108 429.6 Q F0 .882 +(Expands to the current option \215ags as speci\214ed upon in)144 429.6 +R -.2(vo)-.4 G .881(cation, by the).2 F F1(set)3.381 E F0 -.2(bu)3.381 G +.881(iltin command, or).2 F(those set by the shell itself \(such as the) +144 441.6 Q F12.5 E F0(option\).)2.5 E F1($)108 453.6 Q F0 .214 +(Expands to the process ID of the shell.)144 453.6 R .214 (In a \(\) subshell, it e)5.214 F .214 (xpands to the process ID of the current)-.15 F -(shell, not the subshell.)144 429.6 Q F1(!)108 441.6 Q F0 .499(Expands \ +(shell, not the subshell.)144 465.6 Q F1(!)108 477.6 Q F0 .499(Expands \ to the process ID of the job most recently placed into the background, \ -whether e)144 441.6 R -.15(xe)-.15 G(cuted).15 E -(as an asynchronous command or using the)144 453.6 Q F1(bg)2.5 E F0 -.2 -(bu)2.5 G(iltin \(see).2 E F2(JOB CONTR)2.5 E(OL)-.27 E F0(belo)2.25 E -(w\).)-.25 E F1(0)108 465.6 Q F0 .887 -(Expands to the name of the shell or shell script.)144 465.6 R .886 -(This is set at shell initialization.)5.886 F(If)5.886 E F1(bash)3.386 E -F0 .886(is in-)3.386 F -.2(vo)144 477.6 S -.1(ke).2 G 2.667(dw).1 G .167 -(ith a \214le of commands,)-2.667 F F1($0)2.667 E F0 .167 +whether e)144 477.6 R -.15(xe)-.15 G(cuted).15 E +(as an asynchronous command or using the)144 489.6 Q F1(bg)2.5 E F0 -.2 +(bu)2.5 G(iltin \(see).2 E F3(JOB CONTR)2.5 E(OL)-.27 E F0(belo)2.25 E +(w\).)-.25 E F1(0)108 501.6 Q F0 .886 +(Expands to the name of the shell or shell script.)144 501.6 R .886 +(This is set at shell initialization.)5.886 F(If)5.887 E F1(bash)3.387 E +F0 .887(is in-)3.387 F -.2(vo)144 513.6 S -.1(ke).2 G 2.668(dw).1 G .168 +(ith a \214le of commands,)-2.668 F F1($0)2.668 E F0 .167 (is set to the name of that \214le.)2.667 F(If)5.167 E F1(bash)2.667 E -F0 .168(is started with the)2.668 F F12.668 E F0(op-)2.668 E .896 -(tion, then)144 489.6 R F1($0)3.396 E F0 .895(is set to the \214rst ar) -3.396 F .895(gument after the string to be e)-.18 F -.15(xe)-.15 G .895 -(cuted, if one is present.).15 F(Other)5.895 E(-)-.2 E -(wise, it is set to the \214lename used to in)144 501.6 Q -.2(vo)-.4 G +F0 .167(is started with the)2.667 F F12.667 E F0(op-)2.667 E .895 +(tion, then)144 525.6 R F1($0)3.395 E F0 .895(is set to the \214rst ar) +3.395 F .895(gument after the string to be e)-.18 F -.15(xe)-.15 G .896 +(cuted, if one is present.).15 F(Other)5.896 E(-)-.2 E +(wise, it is set to the \214lename used to in)144 537.6 Q -.2(vo)-.4 G -.1(ke).2 G F1(bash)2.6 E F0 2.5(,a)C 2.5(sg)-2.5 G -2.15 -.25(iv e)-2.5 H 2.5(nb).25 G 2.5(ya)-2.5 G -.18(rg)-2.5 G(ument zero.).18 E F1 -(Shell V)87 518.4 Q(ariables)-.92 E F0(The follo)108 530.4 Q(wing v)-.25 -E(ariables are set by the shell:)-.25 E F1(_)108 547.2 Q F0 .054 -(At shell startup, set to the absolute pathname used to in)144 547.2 R --.2(vo)-.4 G .255 -.1(ke t).2 H .055(he shell or shell script being e).1 -F -.15(xe)-.15 G(cuted).15 E .692(as passed in the en)144 559.2 R .692 -(vironment or ar)-.4 F .691(gument list.)-.18 F(Subsequently)5.691 E -3.191(,e)-.65 G .691(xpands to the last ar)-3.341 F .691(gument to the) --.18 F(pre)144 571.2 Q .751(vious simple command e)-.25 F -.15(xe)-.15 G -.751(cuted in the fore).15 F .751(ground, after e)-.15 F 3.252 -(xpansion. Also)-.15 F .752(set to the full path-)3.252 F .157 -(name used to in)144 583.2 R -.2(vo)-.4 G .357 -.1(ke e).2 H .157 -(ach command e).1 F -.15(xe)-.15 G .157(cuted and placed in the en).15 F -.156(vironment e)-.4 F .156(xported to that com-)-.15 F 4.936 -(mand. When)144 595.2 R 2.436(checking mail, this parameter holds the n\ -ame of the mail \214le currently being)4.936 F(check)144 607.2 Q(ed.)-.1 -E F1 -.3(BA)108 619.2 S(SH).3 E F0 -(Expands to the full \214lename used to in)144 619.2 Q -.2(vo)-.4 G .2 +(Shell V)87 554.4 Q(ariables)-.92 E F0(The follo)108 566.4 Q(wing v)-.25 +E(ariables are set by the shell:)-.25 E F1(_)108 583.2 Q F0 1.526 +(At shell startup, set to the pathname used to in)144 583.2 R -.2(vo)-.4 +G 1.725 -.1(ke t).2 H 1.525(he shell or shell script being e).1 F -.15 +(xe)-.15 G 1.525(cuted as).15 F .173(passed in the en)144 595.2 R .173 +(vironment or ar)-.4 F .173(gument list.)-.18 F(Subsequently)5.173 E +2.673(,e)-.65 G .173(xpands to the last ar)-2.823 F .174 +(gument to the pre-)-.18 F .337(vious simple command e)144 607.2 R -.15 +(xe)-.15 G .337(cuted in the fore).15 F .336(ground, after e)-.15 F +2.836(xpansion. Also)-.15 F .336(set to the full pathname)2.836 F .365 +(used to in)144 619.2 R -.2(vo)-.4 G .565 -.1(ke e).2 H .365 +(ach command e).1 F -.15(xe)-.15 G .366(cuted and placed in the en).15 F +.366(vironment e)-.4 F .366(xported to that command.)-.15 F(When checki\ +ng mail, this parameter holds the name of the mail \214le currently bei\ +ng check)144 631.2 Q(ed.)-.1 E F1 -.3(BA)108 643.2 S(SH).3 E F0 +(Expands to the full \214lename used to in)144 643.2 Q -.2(vo)-.4 G .2 -.1(ke t).2 H(his instance of).1 E F1(bash)2.5 E F0(.)A F1 -.3(BA)108 -631.2 S(SHOPTS).3 E F0 2.549(Ac)144 643.2 S .049 +655.2 S(SHOPTS).3 E F0 2.549(Ac)144 667.2 S .049 (olon-separated list of enabled shell options.)-2.549 F .049(Each w) 5.049 F .049(ord in the list is a v)-.1 F .049(alid ar)-.25 F .049 -(gument for the)-.18 F F12.548 E F0 .115(option to the)144 655.2 R -F1(shopt)2.616 E F0 -.2(bu)2.616 G .116(iltin command \(see).2 F F2 .116 +(gument for the)-.18 F F12.548 E F0 .115(option to the)144 679.2 R +F1(shopt)2.616 E F0 -.2(bu)2.616 G .116(iltin command \(see).2 F F3 .116 (SHELL B)2.616 F(UIL)-.09 E .116(TIN COMMANDS)-.828 F F0(belo)2.366 E 2.616(w\). The)-.25 F .116(options ap-)2.616 F 1.067(pearing in)144 -667.2 R F2 -.27(BA)3.567 G(SHOPTS).27 E F0 1.067(are those reported as) -3.317 F F3(on)3.797 E F0(by)3.807 E F1(shopt)3.567 E F0 6.066(.I)C 3.566 +691.2 R F3 -.27(BA)3.567 G(SHOPTS).27 E F0 1.067(are those reported as) +3.317 F F2(on)3.797 E F0(by)3.807 E F1(shopt)3.567 E F0 6.066(.I)C 3.566 (ft)-6.066 G 1.066(his v)-3.566 F 1.066(ariable is in the en)-.25 F -(vironment)-.4 E(when)144 679.2 Q F1(bash)3.141 E F0 .642(starts up, ea\ +(vironment)-.4 E(when)144 703.2 Q F1(bash)3.141 E F0 .642(starts up, ea\ ch shell option in the list will be enabled before reading an)3.141 F -3.142(ys)-.15 G .642(tartup \214les.)-3.142 F(This v)144 691.2 Q -(ariable is read-only)-.25 E(.)-.65 E F1 -.3(BA)108 703.2 S(SHPID).3 E -F0 .188(Expands to the process ID of the current)144 715.2 R F1(bash) -2.688 E F0 2.687(process. This)2.687 F(dif)2.687 E .187(fers from)-.25 F -F1($$)2.687 E F0 .187(under certain circum-)2.687 F .548 -(stances, such as subshells that do not require)144 727.2 R F1(bash) -3.048 E F0 .548(to be re-initialized.)3.048 F .549(Assignments to)5.549 -F F2 -.27(BA)3.049 G(SHPID).27 E F0(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(10)190.95 E 0 Cg EP +3.142(ys)-.15 G .642(tartup \214les.)-3.142 F(This v)144 715.2 Q +(ariable is read-only)-.25 E(.)-.65 E(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(10)199.835 E 0 Cg EP %%Page: 11 11 %%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(ha)144 84 Q .3 --.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G 2.5(ect. If).25 F/F1 10 -/Times-Bold@0 SF -.3(BA)2.5 G(SHPID).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 F1 -.3(BA)108 96 S(SH_ALIASES).3 E F0 1.195(An associati)144 108 -R 1.495 -.15(ve a)-.25 H 1.195(rray v).15 F 1.195(ariable whose members\ - correspond to the internal list of aliases as main-)-.25 F .16 -(tained by the)144 120 R F1(alias)2.66 E F0 -.2(bu)2.66 G 2.66 -(iltin. Elements).2 F .16 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF -.3(BA)108 84 S(SHPID).3 E F0 .188 +(Expands to the process ID of the current)144 96 R F1(bash)2.688 E F0 +2.687(process. This)2.687 F(dif)2.687 E .187(fers from)-.25 F F1($$) +2.687 E F0 .187(under certain circum-)2.687 F .548 +(stances, such as subshells that do not require)144 108 R F1(bash)3.048 +E F0 .548(to be re-initialized.)3.048 F .549(Assignments to)5.549 F/F2 9 +/Times-Bold@0 SF -.27(BA)3.049 G(SHPID).27 E F0(ha)144 120 Q .3 -.15 +(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G 2.5(ect. If).25 F F1 -.3(BA)2.5 +G(SHPID).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 F1 -.3(BA)108 132 S(SH_ALIASES).3 E F0 1.195 +(An associati)144 144 R 1.495 -.15(ve a)-.25 H 1.195(rray v).15 F 1.195 +(ariable whose members correspond to the internal list of aliases as ma\ +in-)-.25 F .16(tained by the)144 156 R F1(alias)2.66 E F0 -.2(bu)2.66 G +2.66(iltin. Elements).2 F .16 (added to this array appear in the alias list; ho)2.66 F(we)-.25 E -.15 (ve)-.25 G .96 -.4(r, u).15 H(nsetting).4 E 4.503 -(array elements currently does not cause aliases to be remo)144 132 R +(array elements currently does not cause aliases to be remo)144 168 R -.15(ve)-.15 G 7.003(df).15 G 4.503(rom the alias list.)-7.003 F(If) -9.502 E F1 -.3(BA)144 144 S(SH_ALIASES).3 E F0 +9.502 E F1 -.3(BA)144 180 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 F1 -.3(BA)108 156 S(SH_ARGC).3 E F0 .934(An array v)144 168 R +-2.5 E F1 -.3(BA)108 192 S(SH_ARGC).3 E F0 .934(An array v)144 204 R .934(ariable whose v)-.25 F .934 (alues are the number of parameters in each frame of the current)-.25 F -F1(bash)3.435 E F0 -.15(exe)144 180 S .535(cution call stack.).15 F .535 +F1(bash)3.435 E F0 -.15(exe)144 216 S .535(cution call stack.).15 F .535 (The number of parameters to the current subroutine \(shell function or\ - script)5.535 F -.15(exe)144 192 S .141(cuted with).15 F F1(.)2.641 E F0 + script)5.535 F -.15(exe)144 228 S .141(cuted with).15 F F1(.)2.641 E F0 (or)2.641 E F1(sour)2.641 E(ce)-.18 E F0 2.641(\)i)C 2.641(sa)-2.641 G 2.641(tt)-2.641 G .142(he top of the stack.)-2.641 F .142 (When a subroutine is e)5.142 F -.15(xe)-.15 G .142 (cuted, the number of).15 F 1.265(parameters passed is pushed onto)144 -204 R/F2 9/Times-Bold@0 SF -.27(BA)3.765 G(SH_ARGC).27 E/F3 9 -/Times-Roman@0 SF(.)A F0 1.265(The shell sets)5.765 F F2 -.27(BA)3.765 G -(SH_ARGC).27 E F0 1.265(only when in e)3.515 F(x-)-.15 E .947 -(tended deb)144 216 R .947(ugging mode \(see the description of the)-.2 -F F1(extdeb)3.447 E(ug)-.2 E F0 .947(option to the)3.447 F F1(shopt) -3.447 E F0 -.2(bu)3.448 G .948(iltin belo).2 F(w\).)-.25 E(Setting)144 -228 Q F1(extdeb)3.363 E(ug)-.2 E F0 .863 -(after the shell has started to e)3.363 F -.15(xe)-.15 G .862 +240 R F2 -.27(BA)3.765 G(SH_ARGC).27 E/F3 9/Times-Roman@0 SF(.)A F0 +1.265(The shell sets)5.765 F F2 -.27(BA)3.765 G(SH_ARGC).27 E F0 1.265 +(only when in e)3.515 F(x-)-.15 E .947(tended deb)144 252 R .947 +(ugging mode \(see the description of the)-.2 F F1(extdeb)3.447 E(ug)-.2 +E F0 .947(option to the)3.447 F F1(shopt)3.447 E F0 -.2(bu)3.448 G .948 +(iltin belo).2 F(w\).)-.25 E(Setting)144 264 Q F1(extdeb)3.363 E(ug)-.2 +E F0 .863(after the shell has started to e)3.363 F -.15(xe)-.15 G .862 (cute a script, or referencing this v).15 F .862(ariable when)-.25 F F1 -(extdeb)144 240 Q(ug)-.2 E F0(is not set, may result in inconsistent v) -2.5 E(alues.)-.25 E F1 -.3(BA)108 252 S(SH_ARGV).3 E F0 .206(An array v) -144 264 R .206(ariable containing all of the parameters in the current) +(extdeb)144 276 Q(ug)-.2 E F0(is not set, may result in inconsistent v) +2.5 E(alues.)-.25 E F1 -.3(BA)108 288 S(SH_ARGV).3 E F0 .206(An array v) +144 300 R .206(ariable containing all of the parameters in the current) -.25 F F1(bash)2.706 E F0 -.15(exe)2.706 G .207(cution call stack.).15 F .207(The \214-)5.207 F .567(nal parameter of the last subroutine call i\ -s at the top of the stack; the \214rst parameter of the initial)144 276 -R 1.424(call is at the bottom.)144 288 R 1.424(When a subroutine is e) +s at the top of the stack; the \214rst parameter of the initial)144 312 +R 1.424(call is at the bottom.)144 324 R 1.424(When a subroutine is e) 6.424 F -.15(xe)-.15 G 1.424 -(cuted, the parameters supplied are pushed onto).15 F F2 -.27(BA)144 300 +(cuted, the parameters supplied are pushed onto).15 F F2 -.27(BA)144 336 S(SH_ARGV).27 E F3(.)A F0 .854(The shell sets)5.354 F F2 -.27(BA)3.354 G (SH_ARGV).27 E F0 .853(only when in e)3.104 F .853(xtended deb)-.15 F -.853(ugging mode \(see the de-)-.2 F .475(scription of the)144 312 R F1 +.853(ugging mode \(see the de-)-.2 F .475(scription of the)144 348 R F1 (extdeb)2.975 E(ug)-.2 E F0 .475(option to the)2.975 F F1(shopt)2.975 E F0 -.2(bu)2.975 G .475(iltin belo).2 F 2.975(w\). Setting)-.25 F F1 (extdeb)2.976 E(ug)-.2 E F0 .476(after the shell has)2.976 F .45 -(started to e)144 324 R -.15(xe)-.15 G .45 +(started to e)144 360 R -.15(xe)-.15 G .45 (cute a script, or referencing this v).15 F .45(ariable when)-.25 F F1 (extdeb)2.95 E(ug)-.2 E F0 .45(is not set, may result in in-)2.95 F -(consistent v)144 336 Q(alues.)-.25 E F1 -.3(BA)108 348 S(SH_ARGV0).3 E -F0 .25(When referenced, this v)144 360 R .25(ariable e)-.25 F .251 +(consistent v)144 372 Q(alues.)-.25 E F1 -.3(BA)108 384 S(SH_ARGV0).3 E +F0 .25(When referenced, this v)144 396 R .25(ariable e)-.25 F .251 (xpands to the name of the shell or shell script \(identical to)-.15 F F1($0)2.751 E F0 2.751(;s)C(ee)-2.751 E .041 -(the description of special parameter 0 abo)144 372 R -.15(ve)-.15 G +(the description of special parameter 0 abo)144 408 R -.15(ve)-.15 G 2.541(\). Assignment).15 F(to)2.541 E F1 -.3(BA)2.541 G(SH_ARGV0).3 E F0 .04(causes the v)2.541 F .04(alue as-)-.25 F .216 -(signed to also be assigned to)144 384 R F1($0)2.716 E F0 5.216(.I)C(f) +(signed to also be assigned to)144 420 R F1($0)2.716 E F0 5.216(.I)C(f) -5.216 E F1 -.3(BA)2.716 G(SH_ARGV0).3 E F0 .216 (is unset, it loses its special properties, e)2.716 F -.15(ve)-.25 G -2.716(ni).15 G(f)-2.716 E(it is subsequently reset.)144 396 Q F1 -.3(BA) -108 408 S(SH_CMDS).3 E F0 .668(An associati)144 420 R .968 -.15(ve a) +2.716(ni).15 G(f)-2.716 E(it is subsequently reset.)144 432 Q F1 -.3(BA) +108 444 S(SH_CMDS).3 E F0 .668(An associati)144 456 R .968 -.15(ve a) -.25 H .668(rray v).15 F .668(ariable whose members correspond to the i\ -nternal hash table of commands)-.25 F .195(as maintained by the)144 432 +nternal hash table of commands)-.25 F .195(as maintained by the)144 468 R F1(hash)2.695 E F0 -.2(bu)2.695 G 2.695(iltin. Elements).2 F .196 (added to this array appear in the hash table; ho)2.696 F(we)-.25 E -.15 (ve)-.25 G -.4(r,).15 G .852(unsetting array elements currently does no\ -t cause command names to be remo)144 444 R -.15(ve)-.15 G 3.352(df).15 G -.852(rom the hash)-3.352 F 2.5(table. If)144 456 R F1 -.3(BA)2.5 G +t cause command names to be remo)144 480 R -.15(ve)-.15 G 3.352(df).15 G +.852(rom the hash)-3.352 F 2.5(table. If)144 492 R F1 -.3(BA)2.5 G (SH_CMDS).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 F1 -.3(BA)108 468 S(SH_COMMAND).3 E F0 1.242 -(The command currently being e)144 480 R -.15(xe)-.15 G 1.243 +(ubsequently reset.)-2.5 E F1 -.3(BA)108 504 S(SH_COMMAND).3 E F0 1.242 +(The command currently being e)144 516 R -.15(xe)-.15 G 1.243 (cuted or about to be e).15 F -.15(xe)-.15 G 1.243 (cuted, unless the shell is e).15 F -.15(xe)-.15 G 1.243(cuting a).15 F .263(command as the result of a trap, in which case it is the command e) -144 492 R -.15(xe)-.15 G .262(cuting at the time of the trap.).15 F(If) -144 504 Q F1 -.3(BA)2.5 G(SH_COMMAND).3 E F0 +144 528 R -.15(xe)-.15 G .262(cuting at the time of the trap.).15 F(If) +144 540 Q F1 -.3(BA)2.5 G(SH_COMMAND).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 F1 -.3(BA)108 516 S(SH_EXECUTION_STRING).3 E F0(The command ar) -144 528 Q(gument to the)-.18 E F12.5 E F0(in)2.5 E -.2(vo)-.4 G -(cation option.).2 E F1 -.3(BA)108 540 S(SH_LINENO).3 E F0 .692 -(An array v)144 552 R .692(ariable whose members are the line numbers i\ -n source \214les where each corresponding)-.25 F .97(member of)144 564 R +-2.5 E F1 -.3(BA)108 552 S(SH_EXECUTION_STRING).3 E F0(The command ar) +144 564 Q(gument to the)-.18 E F12.5 E F0(in)2.5 E -.2(vo)-.4 G +(cation option.).2 E F1 -.3(BA)108 576 S(SH_LINENO).3 E F0 .692 +(An array v)144 588 R .692(ariable whose members are the line numbers i\ +n source \214les where each corresponding)-.25 F .97(member of)144 600 R F2(FUNCN)3.47 E(AME)-.18 E F0 -.1(wa)3.22 G 3.47(si).1 G -1.9 -.4(nv o) -3.47 H -.1(ke).4 G(d.).1 E F1(${B)5.969 E(ASH_LINENO[)-.3 E/F4 10 /Times-Italic@0 SF($i)A F1(]})A F0 .969 -(is the line number in the source)3.469 F 14.671(\214le \()144 576 R F1 +(is the line number in the source)3.469 F 14.671(\214le \()144 612 R F1 (${B)A(ASH_SOURCE[)-.3 E F4($i+1)A F1(]})A F0 17.171(\)w)C(here)-17.171 E F1(${FUNCN)17.172 E(AME[)-.2 E F4($i)A F1(]})A F0 -.1(wa)17.172 G -17.172(sc).1 G 14.672(alled \(or)-17.172 F F1(${B)144 588 Q(ASH_LINENO[) +17.172(sc).1 G 14.672(alled \(or)-17.172 F F1(${B)144 624 Q(ASH_LINENO[) -.3 E F4($i-1)A F1(]})A F0 .115 (if referenced within another shell function\).)2.615 F(Use)5.115 E F2 (LINENO)2.615 E F0 .115(to obtain the)2.365 F(current line number)144 -600 Q(.)-.55 E F1 -.3(BA)108 612 S(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E --.95(AT)-.74 G(H).95 E F0 4.07(Ac)144 624 S 1.57(olon-separated list of\ +636 Q(.)-.55 E F1 -.3(BA)108 648 S(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E +-.95(AT)-.74 G(H).95 E F0 4.07(Ac)144 660 S 1.57(olon-separated list of\ directories in which the shell looks for dynamically loadable b)-4.07 F -(uiltins)-.2 E(speci\214ed by the)144 636 Q F1(enable)2.5 E F0(command.) -2.5 E F1 -.3(BA)108 648 S(SH_REMA).3 E(TCH)-.95 E F0 .006(An array v)144 -660 R .006(ariable whose members are assigned by the)-.25 F F1(=~)2.506 +(uiltins)-.2 E(speci\214ed by the)144 672 Q F1(enable)2.5 E F0(command.) +2.5 E F1 -.3(BA)108 684 S(SH_REMA).3 E(TCH)-.95 E F0 .006(An array v)144 +696 R .006(ariable whose members are assigned by the)-.25 F F1(=~)2.506 E F0 .005(binary operator to the)2.506 F F1([[)2.505 E F0 .005 -(conditional com-)2.505 F 2.506(mand. The)144 672 R .007 +(conditional com-)2.505 F 2.506(mand. The)144 708 R .007 (element with inde)2.506 F 2.507(x0i)-.15 G 2.507(st)-2.507 G .007 (he portion of the string matching the entire re)-2.507 F .007(gular e) --.15 F(xpression.)-.15 E .998(The element with inde)144 684 R(x)-.15 E -F4(n)3.498 E F0 .997(is the portion of the string matching the)3.498 F -F4(n)3.497 E F0 .997(th parenthesized sube)B(xpres-)-.15 E(sion.)144 696 -Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(11)190.95 E 0 Cg EP +-.15 F(xpression.)-.15 E 4.331(The element with inde)144 720 R(x)-.15 E +F4(n)6.831 E F0 4.331(is the portion of the string matching the)6.831 F +F4(n)6.83 E F0 4.33(th parenthesized)B(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(11)199.835 E 0 Cg EP %%Page: 12 12 %%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 -.3(BA)108 84 S(SH_SOURCE).3 E F0 .125(An array v)144 96 R .125(aria\ -ble whose members are the source \214lenames where the corresponding sh\ -ell function)-.25 F .781(names in the)144 108 R/F2 9/Times-Bold@0 SF -(FUNCN)3.28 E(AME)-.18 E F0 .78(array v)3.03 F .78 -(ariable are de\214ned.)-.25 F .78(The shell function)5.78 F F1(${FUNCN) -3.28 E(AME[)-.2 E/F3 10/Times-Italic@0 SF($i)A F1(]})A F0(is)3.28 E -(de\214ned in the \214le)144 120 Q F1(${B)2.5 E(ASH_SOURCE[)-.3 E F3($i) -A F1(]})A F0(and called from)2.5 E F1(${B)2.5 E(ASH_SOURCE[)-.3 E F3 -($i+1)A F1(]})A F0(.)A F1 -.3(BA)108 132 S(SH_SUBSHELL).3 E F0 .296 -(Incremented by one within each subshell or subshell en)144 144 R .296 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(sube)144 84 Q +(xpression.)-.15 E/F1 10/Times-Bold@0 SF -.3(BA)108 96 S(SH_SOURCE).3 E +F0 .125(An array v)144 108 R .125(ariable whose members are the source \ +\214lenames where the corresponding shell function)-.25 F .781 +(names in the)144 120 R/F2 9/Times-Bold@0 SF(FUNCN)3.28 E(AME)-.18 E F0 +.78(array v)3.03 F .78(ariable are de\214ned.)-.25 F .78 +(The shell function)5.78 F F1(${FUNCN)3.28 E(AME[)-.2 E/F3 10 +/Times-Italic@0 SF($i)A F1(]})A F0(is)3.28 E(de\214ned in the \214le)144 +132 Q F1(${B)2.5 E(ASH_SOURCE[)-.3 E F3($i)A F1(]})A F0(and called from) +2.5 E F1(${B)2.5 E(ASH_SOURCE[)-.3 E F3($i+1)A F1(]})A F0(.)A F1 -.3(BA) +108 144 S(SH_SUBSHELL).3 E F0 .296 +(Incremented by one within each subshell or subshell en)144 156 R .296 (vironment when the shell be)-.4 F .297(gins e)-.15 F -.15(xe)-.15 G -(cuting).15 E 1.277(in that en)144 156 R 3.777(vironment. The)-.4 F +(cuting).15 E 1.277(in that en)144 168 R 3.777(vironment. The)-.4 F 1.277(initial v)3.777 F 1.277(alue is 0.)-.25 F(If)6.277 E F1 -.3(BA) 3.777 G(SH_SUBSHELL).3 E F0 1.276(is unset, it loses its special)3.777 F -(properties, e)144 168 Q -.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 F1 -.3(BA)108 180 S -(SH_VERSINFO).3 E F0 2.644(Ar)144 192 S .144(eadonly array v)-2.644 F +(properties, e)144 180 Q -.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 F1 -.3(BA)108 192 S +(SH_VERSINFO).3 E F0 2.644(Ar)144 204 S .144(eadonly array v)-2.644 F .144(ariable whose members hold v)-.25 F .144 (ersion information for this instance of)-.15 F F1(bash)2.645 E F0 5.145 -(.T)C(he)-5.145 E -.25(va)144 204 S +(.T)C(he)-5.145 E -.25(va)144 216 S (lues assigned to the array members are as follo).25 E(ws:)-.25 E F1 -.3 -(BA)144 222 S(SH_VERSINFO[).3 E F0(0)A F1(])A F0(The major v)264 222 Q +(BA)144 234 S(SH_VERSINFO[).3 E F0(0)A F1(])A F0(The major v)264 234 Q (ersion number \(the)-.15 E F3 -.37(re)2.5 G(lease).37 E F0(\).)A F1 -.3 -(BA)144 234 S(SH_VERSINFO[).3 E F0(1)A F1(])A F0(The minor v)264 234 Q +(BA)144 246 S(SH_VERSINFO[).3 E F0(1)A F1(])A F0(The minor v)264 246 Q (ersion number \(the)-.15 E F3(ver)2.5 E(sion)-.1 E F0(\).)A F1 -.3(BA) -144 246 S(SH_VERSINFO[).3 E F0(2)A F1(])A F0(The patch le)264 246 Q -.15 -(ve)-.25 G(l.).15 E F1 -.3(BA)144 258 S(SH_VERSINFO[).3 E F0(3)A F1(])A -F0(The b)264 258 Q(uild v)-.2 E(ersion.)-.15 E F1 -.3(BA)144 270 S -(SH_VERSINFO[).3 E F0(4)A F1(])A F0(The release status \(e.g.,)264 270 Q -F3(beta1)2.5 E F0(\).)A F1 -.3(BA)144 282 S(SH_VERSINFO[).3 E F0(5)A F1 -(])A F0(The v)264 282 Q(alue of)-.25 E F2(MA)2.5 E(CHTYPE)-.495 E/F4 9 -/Times-Roman@0 SF(.)A F1 -.3(BA)108 294 S(SH_VERSION).3 E F0 -(Expands to a string describing the v)144 306 Q +144 258 S(SH_VERSINFO[).3 E F0(2)A F1(])A F0(The patch le)264 258 Q -.15 +(ve)-.25 G(l.).15 E F1 -.3(BA)144 270 S(SH_VERSINFO[).3 E F0(3)A F1(])A +F0(The b)264 270 Q(uild v)-.2 E(ersion.)-.15 E F1 -.3(BA)144 282 S +(SH_VERSINFO[).3 E F0(4)A F1(])A F0(The release status \(e.g.,)264 282 Q +F3(beta1)2.5 E F0(\).)A F1 -.3(BA)144 294 S(SH_VERSINFO[).3 E F0(5)A F1 +(])A F0(The v)264 294 Q(alue of)-.25 E F2(MA)2.5 E(CHTYPE)-.495 E/F4 9 +/Times-Roman@0 SF(.)A F1 -.3(BA)108 306 S(SH_VERSION).3 E F0 +(Expands to a string describing the v)144 318 Q (ersion of this instance of)-.15 E F1(bash)2.5 E F0(.)A F1(COMP_CW)108 -318 Q(ORD)-.1 E F0 .397(An inde)144 330 R 2.897(xi)-.15 G(nto)-2.897 E +330 Q(ORD)-.1 E F0 .397(An inde)144 342 R 2.897(xi)-.15 G(nto)-2.897 E F1(${COMP_W)2.896 E(ORDS})-.1 E F0 .396(of the w)2.896 F .396 (ord containing the current cursor position.)-.1 F .396(This v)5.396 F -(ari-)-.25 E 1.18(able is a)144 342 R -.25(va)-.2 G 1.181 +(ari-)-.25 E 1.18(able is a)144 354 R -.25(va)-.2 G 1.181 (ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 3.681 (db).1 G 3.681(yt)-3.681 G 1.181(he programmable completion f)-3.681 F -1.181(acilities \(see)-.1 F F1(Pr)144 354 Q(ogrammable Completion)-.18 E -F0(belo)2.5 E(w\).)-.25 E F1(COMP_KEY)108 366 Q F0(The k)144 378 Q .3 +1.181(acilities \(see)-.1 F F1(Pr)144 366 Q(ogrammable Completion)-.18 E +F0(belo)2.5 E(w\).)-.25 E F1(COMP_KEY)108 378 Q F0(The k)144 390 Q .3 -.15(ey \()-.1 H(or \214nal k).15 E .3 -.15(ey o)-.1 H 2.5(fak).15 G .3 -.15(ey s)-2.6 H(equence\) used to in).15 E -.2(vo)-.4 G .2 -.1(ke t).2 -H(he current completion function.).1 E F1(COMP_LINE)108 390 Q F0 1.208 -(The current command line.)144 402 R 1.208(This v)6.208 F 1.208 +H(he current completion function.).1 E F1(COMP_LINE)108 402 Q F0 1.208 +(The current command line.)144 414 R 1.208(This v)6.208 F 1.208 (ariable is a)-.25 F -.25(va)-.2 G 1.208 (ilable only in shell functions and e).25 F 1.207(xternal com-)-.15 F -1.037(mands in)144 414 R -.2(vo)-.4 G -.1(ke).2 G 3.537(db).1 G 3.537 +1.037(mands in)144 426 R -.2(vo)-.4 G -.1(ke).2 G 3.537(db).1 G 3.537 (yt)-3.537 G 1.037(he programmable completion f)-3.537 F 1.037 (acilities \(see)-.1 F F1(Pr)3.537 E 1.037(ogrammable Completion)-.18 F -F0(be-)3.537 E(lo)144 426 Q(w\).)-.25 E F1(COMP_POINT)108 438 Q F0 .667 -(The inde)144 450 R 3.167(xo)-.15 G 3.167(ft)-3.167 G .666 +F0(be-)3.537 E(lo)144 438 Q(w\).)-.25 E F1(COMP_POINT)108 450 Q F0 .667 +(The inde)144 462 R 3.167(xo)-.15 G 3.167(ft)-3.167 G .666 (he current cursor position relati)-3.167 F .966 -.15(ve t)-.25 H 3.166 (ot).15 G .666(he be)-3.166 F .666(ginning of the current command.)-.15 F .666(If the)5.666 F .534 (current cursor position is at the end of the current command, the v)144 -462 R .535(alue of this v)-.25 F .535(ariable is equal to)-.25 F F1 -(${#COMP_LINE})144 474 Q F0 5.705(.T)C .705(his v)-5.705 F .704 +474 R .535(alue of this v)-.25 F .535(ariable is equal to)-.25 F F1 +(${#COMP_LINE})144 486 Q F0 5.705(.T)C .705(his v)-5.705 F .704 (ariable is a)-.25 F -.25(va)-.2 G .704 (ilable only in shell functions and e).25 F .704(xternal commands in-) --.15 F -.2(vo)144 486 S -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G +-.15 F -.2(vo)144 498 S -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G (he programmable completion f)-2.5 E(acilities \(see)-.1 E F1(Pr)2.5 E (ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(COMP_TYPE)108 -498 Q F0 .041(Set to an inte)144 510 R .041(ger v)-.15 F .041(alue corr\ +510 Q F0 .041(Set to an inte)144 522 R .041(ger v)-.15 F .041(alue corr\ esponding to the type of completion attempted that caused a completion) --.25 F .338(function to be called:)144 522 R F3 -.5(TA)2.837 G(B).5 E F0 +-.25 F .338(function to be called:)144 534 R F3 -.5(TA)2.837 G(B).5 E F0 2.837(,f)C .337(or normal completion,)-2.837 F F3(?)2.837 E F0 2.837(,f) C .337(or listing completions after successi)-2.837 F .637 -.15(ve t) --.25 H(abs,).15 E F3(!)144 534 Q F0 3.067(,f)C .567 +-.25 H(abs,).15 E F3(!)144 546 Q F0 3.067(,f)C .567 (or listing alternati)-3.067 F -.15(ve)-.25 G 3.067(so).15 G 3.067(np) -3.067 G .567(artial w)-3.067 F .567(ord completion,)-.1 F F3(@)3.067 E F0 3.067(,t)C 3.067(ol)-3.067 G .567(ist completions if the w)-3.067 F -.567(ord is not un-)-.1 F .418(modi\214ed, or)144 546 R F3(%)2.918 E F0 +.567(ord is not un-)-.1 F .418(modi\214ed, or)144 558 R F3(%)2.918 E F0 2.918(,f)C .418(or menu completion.)-2.918 F .417(This v)5.417 F .417 (ariable is a)-.25 F -.25(va)-.2 G .417 (ilable only in shell functions and e).25 F(xter)-.15 E(-)-.2 E .704 -(nal commands in)144 558 R -.2(vo)-.4 G -.1(ke).2 G 3.204(db).1 G 3.204 +(nal commands in)144 570 R -.2(vo)-.4 G -.1(ke).2 G 3.204(db).1 G 3.204 (yt)-3.204 G .704(he programmable completion f)-3.204 F .704 (acilities \(see)-.1 F F1(Pr)3.204 E .704(ogrammable Comple-)-.18 F -(tion)144 570 Q F0(belo)2.5 E(w\).)-.25 E F1(COMP_W)108 582 Q(ORDBREAKS) --.1 E F0 1.336(The set of characters that the)144 594 R F1 -.18(re)3.836 +(tion)144 582 Q F0(belo)2.5 E(w\).)-.25 E F1(COMP_W)108 594 Q(ORDBREAKS) +-.1 E F0 1.336(The set of characters that the)144 606 R F1 -.18(re)3.836 G(adline).18 E F0 1.336(library treats as w)3.836 F 1.335 (ord separators when performing w)-.1 F(ord)-.1 E 3.125(completion. If) -144 606 R F2(COMP_W)3.125 E(ORDBREAKS)-.09 E F0 .626 +144 618 R F2(COMP_W)3.125 E(ORDBREAKS)-.09 E F0 .626 (is unset, it loses its special properties, e)2.875 F -.15(ve)-.25 G 3.126(ni).15 G 3.126(fi)-3.126 G 3.126(ti)-3.126 G 3.126(ss)-3.126 G -(ubse-)-3.126 E(quently reset.)144 618 Q F1(COMP_W)108 630 Q(ORDS)-.1 E -F0 .654(An array v)144 642 R .654(ariable \(see)-.25 F F1(Arrays)3.154 E +(ubse-)-3.126 E(quently reset.)144 630 Q F1(COMP_W)108 642 Q(ORDS)-.1 E +F0 .654(An array v)144 654 R .654(ariable \(see)-.25 F F1(Arrays)3.154 E F0(belo)3.154 E .654(w\) consisting of the indi)-.25 F .653(vidual w) --.25 F .653(ords in the current command)-.1 F 3.191(line. The)144 654 R +-.25 F .653(ords in the current command)-.1 F 3.191(line. The)144 666 R .692(line is split into w)3.192 F .692(ords as)-.1 F F1 -.18(re)3.192 G (adline).18 E F0 -.1(wo)3.192 G .692(uld split it, using).1 F F2(COMP_W) 3.192 E(ORDBREAKS)-.09 E F0 .692(as de-)2.942 F 1.558(scribed abo)144 -666 R -.15(ve)-.15 G 6.558(.T).15 G 1.558(his v)-6.558 F 1.558 +678 R -.15(ve)-.15 G 6.558(.T).15 G 1.558(his v)-6.558 F 1.558 (ariable is a)-.25 F -.25(va)-.2 G 1.558 (ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 4.057 (db).1 G 4.057(yt)-4.057 G 1.557(he programmable)-4.057 F(completion f) -144 678 Q(acilities \(see)-.1 E F1(Pr)2.5 E(ogrammable Completion)-.18 E -F0(belo)2.5 E(w\).)-.25 E F1(COPR)108 690 Q(OC)-.3 E F0 .168(An array v) -144 702 R .168(ariable \(see)-.25 F F1(Arrays)2.668 E F0(belo)2.669 E +144 690 Q(acilities \(see)-.1 E F1(Pr)2.5 E(ogrammable Completion)-.18 E +F0(belo)2.5 E(w\).)-.25 E F1(COPR)108 702 Q(OC)-.3 E F0 .168(An array v) +144 714 R .168(ariable \(see)-.25 F F1(Arrays)2.668 E F0(belo)2.669 E .169 (w\) created to hold the \214le descriptors for output from and input) --.25 F(to an unnamed coprocess \(see)144 714 Q F1(Copr)2.5 E(ocesses) --.18 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(12)190.95 E 0 Cg EP +-.25 F(to an unnamed coprocess \(see)144 726 Q F1(Copr)2.5 E(ocesses) +-.18 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(12)199.835 E 0 Cg EP %%Page: 13 13 %%BeginPageSetup BP @@ -1836,37 +1844,37 @@ ich the current user is a member)-.25 F 6.229(.A)-.55 G(ssign-)-6.229 E (GR)3.072 E(OUPS)-.27 E F0 .572 (is unset, it loses its special properties, e)2.822 F -.15(ve)-.25 G 3.072(ni).15 G 3.071(fi)-3.072 G 3.071(ti)-3.071 G(s)-3.071 E -(subsequently reset.)144 474 Q F1(HISTCMD)108 486 Q F0 .355 -(The history number)144 498 R 2.855(,o)-.4 G 2.855(ri)-2.855 G(nde) --2.855 E 2.856(xi)-.15 G 2.856(nt)-2.856 G .356 -(he history list, of the current command.)-2.856 F(If)5.356 E F2 -(HISTCMD)2.856 E F0 .356(is unset, it)2.606 F -(loses its special properties, e)144 510 Q -.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 F1 -(HOSTN)108 522 Q(AME)-.2 E F0 -(Automatically set to the name of the current host.)144 534 Q F1 -(HOSTTYPE)108 546 Q F0 .223(Automatically set to a string that uniquely\ - describes the type of machine on which)144 558 R F1(bash)2.722 E F0 -.222(is e)2.722 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 570 R(def) -2.5 E(ault is system-dependent.)-.1 E F1(LINENO)108 582 Q F0 1.408(Each\ - time this parameter is referenced, the shell substitutes a decimal num\ -ber representing the)144 594 R .078(current sequential line number \(st\ -arting with 1\) within a script or function.)144 606 R .078 -(When not in a script or)5.078 F .306(function, the v)144 618 R .306 -(alue substituted is not guaranteed to be meaningful.)-.25 F(If)5.307 E -F2(LINENO)2.807 E F0 .307(is unset, it loses its)2.557 F -(special properties, e)144 630 Q -.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 F1(MA)108 642 Q +(subsequently reset.)144 474 Q F1(HISTCMD)108 486 Q F0 2.81 +(The history number)144 498 R 5.31(,o)-.4 G 5.31(ri)-5.31 G(nde)-5.31 E +5.311(xi)-.15 G 5.311(nt)-5.311 G 2.811 +(he history list, of the current command.)-5.311 F 2.811(Assignments to) +7.811 F F2(HISTCMD)144 510 Q F0 1.135(are ignored.)3.385 F(If)6.135 E F2 +(HISTCMD)3.635 E F0 1.135(is unset, it loses its special properties, e) +3.385 F -.15(ve)-.25 G 3.634(ni).15 G 3.634(fi)-3.634 G 3.634(ti)-3.634 +G 3.634(ss)-3.634 G(ubse-)-3.634 E(quently reset.)144 522 Q F1(HOSTN)108 +534 Q(AME)-.2 E F0(Automatically set to the name of the current host.) +144 546 Q F1(HOSTTYPE)108 558 Q F0 .222(Automatically set to a string t\ +hat uniquely describes the type of machine on which)144 570 R F1(bash) +2.723 E F0 .223(is e)2.723 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 +582 R(def)2.5 E(ault is system-dependent.)-.1 E F1(LINENO)108 594 Q F0 +1.408(Each time this parameter is referenced, the shell substitutes a d\ +ecimal number representing the)144 606 R .078(current sequential line n\ +umber \(starting with 1\) within a script or function.)144 618 R .079 +(When not in a script or)5.078 F .307(function, the v)144 630 R .307 +(alue substituted is not guaranteed to be meaningful.)-.25 F(If)5.306 E +F2(LINENO)2.806 E F0 .306(is unset, it loses its)2.556 F +(special properties, e)144 642 Q -.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 F1(MA)108 654 Q (CHTYPE)-.55 E F0 .898(Automatically set to a string that fully describ\ -es the system type on which)144 654 R F1(bash)3.398 E F0 .898(is e)3.398 -F -.15(xe)-.15 G .898(cuting, in).15 F(the standard GNU)144 666 Q F3 +es the system type on which)144 666 R F1(bash)3.398 E F0 .899(is e)3.398 +F -.15(xe)-.15 G .899(cuting, in).15 F(the standard GNU)144 678 Q F3 (cpu-company-system)2.5 E F0 2.5(format. The)2.5 F(def)2.5 E -(ault is system-dependent.)-.1 E F1(MAPFILE)108 678 Q F0 .293 -(An array v)144 690 R .293(ariable \(see)-.25 F F1(Arrays)2.793 E F0 -(belo)2.793 E .293(w\) created to hold the te)-.25 F .294 -(xt read by the)-.15 F F1(map\214le)2.794 E F0 -.2(bu)2.794 G .294 -(iltin when no).2 F -.25(va)144 702 S(riable name is supplied.).25 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(13)190.95 E 0 Cg EP +(ault is system-dependent.)-.1 E F1(MAPFILE)108 690 Q F0 .294 +(An array v)144 702 R .294(ariable \(see)-.25 F F1(Arrays)2.794 E F0 +(belo)2.794 E .294(w\) created to hold the te)-.25 F .293 +(xt read by the)-.15 F F1(map\214le)2.793 E F0 -.2(bu)2.793 G .293 +(iltin when no).2 F -.25(va)144 714 S(riable name is supplied.).25 E +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(13)199.835 E 0 Cg EP %%Page: 14 14 %%BeginPageSetup BP @@ -1875,20 +1883,20 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF(OLDPWD)108 84 Q F0(The pre)144 96 Q(vious w)-.25 E (orking directory as set by the)-.1 E F1(cd)2.5 E F0(command.)2.5 E F1 -(OPT)108 108 Q(ARG)-.9 E F0 1.627(The v)144 120 R 1.627 +(OPT)108 108 Q(ARG)-.9 E F0 1.626(The v)144 120 R 1.627 (alue of the last option ar)-.25 F 1.627(gument processed by the)-.18 F -F1(getopts)4.127 E F0 -.2(bu)4.127 G 1.626(iltin command \(see).2 F/F2 9 -/Times-Bold@0 SF(SHELL)4.126 E -.09(BU)144 132 S(IL).09 E(TIN COMMANDS) --.828 E F0(belo)2.25 E(w\).)-.25 E F1(OPTIND)108 144 Q F0 1.651 -(The inde)144 156 R 4.151(xo)-.15 G 4.151(ft)-4.151 G 1.651(he ne)-4.151 -F 1.651(xt ar)-.15 F 1.652(gument to be processed by the)-.18 F F1 -(getopts)4.152 E F0 -.2(bu)4.152 G 1.652(iltin command \(see).2 F F2 -(SHELL)4.152 E -.09(BU)144 168 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) +F1(getopts)4.127 E F0 -.2(bu)4.127 G 1.627(iltin command \(see).2 F/F2 9 +/Times-Bold@0 SF(SHELL)4.127 E -.09(BU)144 132 S(IL).09 E(TIN COMMANDS) +-.828 E F0(belo)2.25 E(w\).)-.25 E F1(OPTIND)108 144 Q F0 1.652 +(The inde)144 156 R 4.152(xo)-.15 G 4.152(ft)-4.152 G 1.652(he ne)-4.152 +F 1.652(xt ar)-.15 F 1.652(gument to be processed by the)-.18 F F1 +(getopts)4.151 E F0 -.2(bu)4.151 G 1.651(iltin command \(see).2 F F2 +(SHELL)4.151 E -.09(BU)144 168 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) 2.25 E(w\).)-.25 E F1(OSTYPE)108 180 Q F0 .329(Automatically set to a s\ tring that describes the operating system on which)144 192 R F1(bash) -2.829 E F0 .329(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15 F(def) -144 204 Q(ault is system-dependent.)-.1 E F1(PIPEST)108 216 Q -.95(AT) --.9 G(US).95 E F0 .61(An array v)144 228 R .61(ariable \(see)-.25 F F1 +2.83 E F0 .33(is e)2.83 F -.15(xe)-.15 G 2.83(cuting. The).15 F(def)144 +204 Q(ault is system-dependent.)-.1 E F1(PIPEST)108 216 Q -.95(AT)-.9 G +(US).95 E F0 .61(An array v)144 228 R .61(ariable \(see)-.25 F F1 (Arrays)3.11 E F0(belo)3.11 E .61(w\) containing a list of e)-.25 F .61 (xit status v)-.15 F .61(alues from the processes in)-.25 F (the most-recently-e)144 240 Q -.15(xe)-.15 G(cuted fore).15 E @@ -1899,7182 +1907,7195 @@ F1(PWD)108 264 Q F0(The current w)144 264 Q (orking directory as set by the)-.1 E F1(cd)2.5 E F0(command.)2.5 E F1 (RANDOM)108 276 Q F0 .417(Each time this parameter is referenced, it e) 144 288 R .417(xpands to a random inte)-.15 F .417 -(ger between 0 and 32767.)-.15 F(As-)5.416 E .55(signing a v)144 300 R -.55(alue to)-.25 F F2(RANDOM)3.05 E F0 .551 -(initializes \(seeds\) the sequence of random numbers.)2.801 F(If)5.551 -E F2(RANDOM)3.051 E F0(is)2.801 E -(unset, it loses its special properties, e)144 312 Q -.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 F1(READLINE_LINE)108 324 Q F0 1.547(The contents of the)144 336 R -F1 -.18(re)4.047 G(adline).18 E F0 1.547(line b)4.047 F(uf)-.2 E(fer) --.25 E 4.047(,f)-.4 G 1.547(or use with)-4.047 F/F3 10/Courier@0 SF -1.547(bind -x)4.047 F F0(\(see)4.047 E F2 1.546(SHELL B)4.047 F(UIL)-.09 -E 1.546(TIN COM-)-.828 F(MANDS)144 348 Q F0(belo)2.25 E(w\).)-.25 E F1 -(READLINE_MARK)108 360 Q F0 .106(The position of the mark \(sa)144 372 R --.15(ve)-.2 G 2.606(di).15 G .106(nsertion point\) in the)-2.606 F F1 --.18(re)2.607 G(adline).18 E F0 .107(line b)2.607 F(uf)-.2 E(fer)-.25 E -2.607(,f)-.4 G .107(or use with)-2.607 F F3 .107(bind -x)2.607 F F0 -(\(see)144 384 Q F2 1.017(SHELL B)3.517 F(UIL)-.09 E 1.017(TIN COMMANDS) --.828 F F0(belo)3.267 E 3.516(w\). The)-.25 F 1.016 -(characters between the insertion point and the)3.516 F -(mark are often called the)144 396 Q/F4 10/Times-Italic@0 SF -.37(re)2.5 -G(gion)-.03 E F0(.)A F1(READLINE_POINT)108 408 Q F0 .313 +(ger between 0 and 32767.)-.15 F(As-)5.417 E .551(signing a v)144 300 R +.551(alue to)-.25 F F2(RANDOM)3.051 E F0 .551 +(initializes \(seeds\) the sequence of random numbers.)2.801 F(If)5.55 E +F2(RANDOM)3.05 E F0(is)2.8 E(unset, it loses its special properties, e) +144 312 Q -.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 F1(READLINE_LINE)108 324 Q F0 1.546 +(The contents of the)144 336 R F1 -.18(re)4.047 G(adline).18 E F0 1.547 +(line b)4.047 F(uf)-.2 E(fer)-.25 E 4.047(,f)-.4 G 1.547(or use with) +-4.047 F/F3 10/Courier@0 SF 1.547(bind -x)4.047 F F0(\(see)4.047 E F2 +1.547(SHELL B)4.047 F(UIL)-.09 E 1.547(TIN COM-)-.828 F(MANDS)144 348 Q +F0(belo)2.25 E(w\).)-.25 E F1(READLINE_MARK)108 360 Q F0 .107 +(The position of the mark \(sa)144 372 R -.15(ve)-.2 G 2.607(di).15 G +.107(nsertion point\) in the)-2.607 F F1 -.18(re)2.606 G(adline).18 E F0 +.106(line b)2.606 F(uf)-.2 E(fer)-.25 E 2.606(,f)-.4 G .106(or use with) +-2.606 F F3 .106(bind -x)2.606 F F0(\(see)144 384 Q F2 1.016(SHELL B) +3.516 F(UIL)-.09 E 1.016(TIN COMMANDS)-.828 F F0(belo)3.266 E 3.516 +(w\). The)-.25 F 1.017(characters between the insertion point and the) +3.516 F(mark are often called the)144 396 Q/F4 10/Times-Italic@0 SF -.37 +(re)2.5 G(gion)-.03 E F0(.)A F1(READLINE_POINT)108 408 Q F0 .314 (The position of the insertion point in the)144 420 R F1 -.18(re)2.813 G (adline).18 E F0 .313(line b)2.813 F(uf)-.2 E(fer)-.25 E 2.813(,f)-.4 G -.313(or use with)-2.813 F F3 .314(bind -x)2.814 F F0(\(see)2.814 E F2 -(SHELL)2.814 E -.09(BU)144 432 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) +.313(or use with)-2.813 F F3 .313(bind -x)2.813 F F0(\(see)2.813 E F2 +(SHELL)2.813 E -.09(BU)144 432 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) 2.25 E(w\).)-.25 E F1(REPL)108 444 Q(Y)-.92 E F0 (Set to the line of input read by the)144 456 Q F1 -.18(re)2.5 G(ad).18 E F0 -.2(bu)2.5 G(iltin command when no ar).2 E(guments are supplied.) -.18 E F1(SECONDS)108 468 Q F0 .795(Each time this parameter is referen\ ced, the number of seconds since shell in)144 480 R -.2(vo)-.4 G .795 -(cation is returned.).2 F .712(If a v)144 492 R .712 +(cation is returned.).2 F .713(If a v)144 492 R .712 (alue is assigned to)-.25 F F2(SECONDS)3.212 E/F5 9/Times-Roman@0 SF(,)A F0 .712(the v)2.962 F .712 -(alue returned upon subsequent references is the number)-.25 F .408 -(of seconds since the assignment plus the v)144 504 R .408 -(alue assigned.)-.25 F(If)5.408 E F2(SECONDS)2.908 E F0 .407 -(is unset, it loses its special)2.658 F(properties, e)144 516 Q -.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 F1(SHELLOPTS)108 528 Q F0 3.262(Ac)144 540 S -.763(olon-separated list of enabled shell options.)-3.262 F .763(Each w) +(alue returned upon subsequent references is the number)-.25 F .627 +(of seconds since the assignment plus the v)144 504 R .627 +(alue assigned.)-.25 F .628(The number of seconds at shell in)5.627 F +-.2(vo)-.4 G(ca-).2 E .458(tion and the current time is al)144 516 R -.1 +(wa)-.1 G .458(ys determined by querying the system clock.).1 F(If)5.457 +E F2(SECONDS)2.957 E F0 .457(is un-)2.707 F +(set, it loses its special properties, e)144 528 Q -.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 F1(SHELLOPTS)108 540 Q F0 3.262(Ac)144 552 S .763 +(olon-separated list of enabled shell options.)-3.262 F .763(Each w) 5.763 F .763(ord in the list is a v)-.1 F .763(alid ar)-.25 F .763 -(gument for the)-.18 F F1144 552 Q F0 1.174(option to the)3.674 F +(gument for the)-.18 F F1144 564 Q F0 1.174(option to the)3.674 F F1(set)3.674 E F0 -.2(bu)3.674 G 1.174(iltin command \(see).2 F F2 1.173 (SHELL B)3.673 F(UIL)-.09 E 1.173(TIN COMMANDS)-.828 F F0(belo)3.423 E -3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144 564 R F2 +3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144 576 R F2 (SHELLOPTS)2.519 E F0 .019(are those reported as)2.269 F F4(on)2.749 E F0(by)2.759 E F1 .019(set \255o)2.519 F F0 5.019(.I)C 2.519(ft)-5.019 G .019(his v)-2.519 F .02(ariable is in the en)-.25 F(vironment)-.4 E -(when)144 576 Q F1(bash)3.142 E F0 .642(starts up, each shell option in\ +(when)144 588 Q F1(bash)3.142 E F0 .642(starts up, each shell option in\ the list will be enabled before reading an)3.142 F 3.141(ys)-.15 G .641 -(tartup \214les.)-3.141 F(This v)144 588 Q(ariable is read-only)-.25 E -(.)-.65 E F1(SHL)108 600 Q(VL)-.92 E F0 -(Incremented by one each time an instance of)144 612 Q F1(bash)2.5 E F0 -(is started.)2.5 E F1(SRANDOM)108 624 Q F0 .76(This v)144 636 R .76 +(tartup \214les.)-3.141 F(This v)144 600 Q(ariable is read-only)-.25 E +(.)-.65 E F1(SHL)108 612 Q(VL)-.92 E F0 +(Incremented by one each time an instance of)144 624 Q F1(bash)2.5 E F0 +(is started.)2.5 E F1(SRANDOM)108 636 Q F0 .76(This v)144 648 R .76 (ariable e)-.25 F .761(xpands to a 32-bit pseudo-random number each tim\ e it is referenced. The random)-.15 F .565 -(number generator is not linear on systems that support)144 648 R F3 +(number generator is not linear on systems that support)144 660 R F3 (/dev/urandom)3.064 E F0(or)3.064 E F4(ar)3.064 E(c4r)-.37 E(andom)-.15 E F0 3.064(,s)C 3.064(oe)-3.064 G(ach)-3.064 E .788 (returned number has no relationship to the numbers preceding it.)144 -660 R .788(The random number generator)5.788 F .088 -(cannot be seeded, so assignments to this v)144 672 R .087(ariable ha) +672 R .788(The random number generator)5.788 F .088 +(cannot be seeded, so assignments to this v)144 684 R .087(ariable ha) -.25 F .387 -.15(ve n)-.2 H 2.587(oe).15 G -.25(ff)-2.587 G 2.587 (ect. If).25 F F2(SRANDOM)2.587 E F0 .087(is unset, it loses its)2.337 F -(special properties, e)144 684 Q -.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 F1(UID)108 696 Q -F0(Expands to the user ID of the current user)144 696 Q 2.5(,i)-.4 G +(special properties, e)144 696 Q -.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 F1(UID)108 708 Q +F0(Expands to the user ID of the current user)144 708 Q 2.5(,i)-.4 G (nitialized at shell startup.)-2.5 E(This v)5 E(ariable is readonly)-.25 -E(.)-.65 E .993(The follo)108 712.8 R .993(wing v)-.25 F .994 +E(.)-.65 E .993(The follo)108 724.8 R .993(wing v)-.25 F .994 (ariables are used by the shell.)-.25 F .994(In some cases,)5.994 F F1 (bash)3.494 E F0 .994(assigns a def)3.494 F .994(ault v)-.1 F .994 -(alue to a v)-.25 F(ariable;)-.25 E(these cases are noted belo)108 724.8 -Q -.65(w.)-.25 G(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(14) -190.95 E 0 Cg EP +(alue to a v)-.25 F(ariable;)-.25 E(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(14)199.835 E 0 Cg EP %%Page: 15 15 %%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 -.3(BA)108 84 S(SH_COMP).3 E -.95(AT)-.74 G F0 .225(The v)144 96 R -.224(alue is used to set the shell')-.25 F 2.724(sc)-.55 G .224 -(ompatibility le)-2.724 F -.15(ve)-.25 G 2.724(l. See).15 F .224 -(the description of the)2.724 F F1(shopt)2.724 E F0 -.2(bu)2.724 G .224 -(iltin be-).2 F(lo)144 108 Q 3.022(wu)-.25 G(nder)-3.022 E F1 .522 -(SHELL B)3.022 F(UIL)-.1 E .522(TIN COMMANDS)-.92 F F0 .523 -(for a description of the v)3.022 F .523(arious compatibility le)-.25 F --.15(ve)-.25 G(ls).15 E 1.183(and their ef)144 120 R 3.683(fects. The) --.25 F -.25(va)3.683 G 1.182 -(lue may be a decimal number \(e.g., 4.2\) or an inte).25 F 1.182 -(ger \(e.g., 42\) corre-)-.15 F 1.75 -(sponding to the desired compatibility le)144 132 R -.15(ve)-.25 G 4.251 -(l. If).15 F F1 -.3(BA)4.251 G(SH_COMP).3 E -.95(AT)-.74 G F0 1.751 -(is unset or set to the empty)5.201 F .578(string, the compatibility le) -144 144 R -.15(ve)-.25 G 3.078(li).15 G 3.078(ss)-3.078 G .578 -(et to the def)-3.078 F .578(ault for the current v)-.1 F 3.078 -(ersion. If)-.15 F F1 -.3(BA)3.078 G(SH_COMP).3 E -.95(AT)-.74 G F0(is) -4.028 E .248(set to a v)144 156 R .248(alue that is not one of the v) --.25 F .248(alid compatibility le)-.25 F -.15(ve)-.25 G .249 -(ls, the shell prints an error message and).15 F 1.12 -(sets the compatibility le)144 168 R -.15(ve)-.25 G 3.62(lt).15 G 3.619 -(ot)-3.62 G 1.119(he def)-3.619 F 1.119(ault for the current v)-.1 F -3.619(ersion. The)-.15 F -.25(va)3.619 G 1.119(lid compatibility le).25 -F -.15(ve)-.25 G(ls).15 E .575 -(correspond to the compatibility options accepted by the)144 180 R F1 -(shopt)3.075 E F0 -.2(bu)3.076 G .576(iltin described belo).2 F 3.076 -(w\()-.25 G .576(for e)-3.076 F(xam-)-.15 E(ple,)144 192 Q F1(compat42) -2.5 E F0(means that 4.2 and 42 are v)2.5 E(alid v)-.25 E 2.5 -(alues\). The)-.25 F(current v)2.5 E(ersion is also a v)-.15 E(alid v) --.25 E(alue.)-.25 E F1 -.3(BA)108 204 S(SH_ENV).3 E F0 .506 -(If this parameter is set when)144 216 R F1(bash)3.006 E F0 .506(is e) -3.006 F -.15(xe)-.15 G .505(cuting a shell script, its v).15 F .505 -(alue is interpreted as a \214lename)-.25 F .39 -(containing commands to initialize the shell, as in)144 228 R/F2 10 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(these cases are noted belo)108 84 Q -.65(w.)-.25 G/F1 10/Times-Bold@0 +SF -.3(BA)108 100.8 S(SH_COMP).3 E -.95(AT)-.74 G F0 .534(The v)144 +112.8 R .534(alue is used to set the shell')-.25 F 3.034(sc)-.55 G .534 +(ompatibility le)-3.034 F -.15(ve)-.25 G 3.034(l. See).15 F F1 .533 +(SHELL COMP)3.034 F -.95(AT)-.74 G .533(IBILITY MODE).95 F F0(belo)144 +124.8 Q 3.314(wf)-.25 G .814(or a description of the v)-3.314 F .814 +(arious compatibility le)-.25 F -.15(ve)-.25 G .814(ls and their ef).15 +F 3.315(fects. The)-.25 F -.25(va)3.315 G .815(lue may be a).25 F .195 +(decimal number \(e.g., 4.2\) or an inte)144 136.8 R .195 +(ger \(e.g., 42\) corresponding to the desired compatibility le)-.15 F +-.15(ve)-.25 G(l.).15 E(If)144 148.8 Q F1 -.3(BA)2.771 G(SH_COMP).3 E +-.95(AT)-.74 G F0 .271 +(is unset or set to the empty string, the compatibility le)3.721 F -.15 +(ve)-.25 G 2.771(li).15 G 2.771(ss)-2.771 G .272(et to the def)-2.771 F +(ault)-.1 E .39(for the current v)144 160.8 R 2.89(ersion. If)-.15 F F1 +-.3(BA)2.89 G(SH_COMP).3 E -.95(AT)-.74 G F0 .39(is set to a v)3.84 F +.39(alue that is not one of the v)-.25 F .39(alid compati-)-.25 F .277 +(bility le)144 172.8 R -.15(ve)-.25 G .278 +(ls, the shell prints an error message and sets the compatibility le).15 +F -.15(ve)-.25 G 2.778(lt).15 G 2.778(ot)-2.778 G .278(he def)-2.778 F +.278(ault for the)-.1 F 1.401(current v)144 184.8 R 3.901(ersion. The) +-.15 F -.25(va)3.901 G 1.401(lid v).25 F 1.401 +(alues correspond to the compatibility le)-.25 F -.15(ve)-.25 G 1.401 +(ls described belo).15 F 3.9(wu)-.25 G(nder)-3.9 E F1 .077(SHELL COMP) +144 196.8 R -.95(AT)-.74 G .077(IBILITY MODE).95 F F0 5.077(.F)C .077 +(or e)-5.227 F .078(xample, 4.2 and 42 are v)-.15 F .078(alid v)-.25 F +.078(alues that correspond to)-.25 F(the)144 208.8 Q F1 1.245 +(compat42 shopt)3.745 F F0 1.245(option and set the compatibility le) +3.745 F -.15(ve)-.25 G 3.744(lt).15 G 3.744(o4)-3.744 G 3.744(2. The) +-3.744 F 1.244(current v)3.744 F 1.244(ersion is also a)-.15 F -.25(va) +144 220.8 S(lid v).25 E(alue.)-.25 E F1 -.3(BA)108 232.8 S(SH_ENV).3 E +F0 .505(If this parameter is set when)144 244.8 R F1(bash)3.005 E F0 +.505(is e)3.005 F -.15(xe)-.15 G .506(cuting a shell script, its v).15 F +.506(alue is interpreted as a \214lename)-.25 F .391 +(containing commands to initialize the shell, as in)144 256.8 R/F2 10 /Times-Italic@0 SF(~/.bashr)2.39 E(c)-.37 E F0 5.39(.T).31 G .39(he v) --5.39 F .391(alue of)-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.891 G(SH_ENV) -.27 E F0 .391(is subjected)2.641 F .525(to parameter e)144 240 R .525 +-5.39 F .39(alue of)-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.89 G(SH_ENV) +.27 E F0 .39(is subjected)2.64 F .525(to parameter e)144 268.8 R .525 (xpansion, command substitution, and arithmetic e)-.15 F .525 -(xpansion before being interpreted)-.15 F(as a \214lename.)144 252 Q F3 --.666(PA)5 G(TH)-.189 E F0 +(xpansion before being interpreted)-.15 F(as a \214lename.)144 280.8 Q +F3 -.666(PA)5 G(TH)-.189 E F0 (is not used to search for the resultant \214lename.)2.25 E F1 -.3(BA) -108 264 S(SH_XTRA).3 E(CEFD)-.55 E F0 .48(If set to an inte)144 276 R -.48(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 F -(,)-.4 E F1(bash)2.981 E F0 .481(will write the trace output gener)2.981 -F(-)-.2 E 3.114(ated when)144 288 R/F4 10/Courier@0 SF 3.114(set -x) +108 292.8 S(SH_XTRA).3 E(CEFD)-.55 E F0 .481(If set to an inte)144 304.8 +R .481(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 +F(,)-.4 E F1(bash)2.98 E F0 .48(will write the trace output gener)2.98 F +(-)-.2 E 3.114(ated when)144 316.8 R/F4 10/Courier@0 SF 3.114(set -x) 5.614 F F0 3.114(is enabled to that \214le descriptor)5.614 F 8.114(.T) -.55 G 3.114(he \214le descriptor is closed when)-8.114 F F3 -.27(BA)144 -300 S(SH_XTRA).27 E(CEFD)-.495 E F0 .138(is unset or assigned a ne)2.388 -F 2.638(wv)-.25 G 2.638(alue. Unsetting)-2.888 F F3 -.27(BA)2.638 G -(SH_XTRA).27 E(CEFD)-.495 E F0 .138(or assigning it)2.388 F 2.531(the e\ -mpty string causes the trace output to be sent to the standard error)144 -312 R 7.53(.N)-.55 G 2.53(ote that setting)-7.53 F F3 -.27(BA)144 324 S -(SH_XTRA).27 E(CEFD)-.495 E F0 .74(to 2 \(the standard error \214le des\ -criptor\) and then unsetting it will result in the)2.99 F -(standard error being closed.)144 336 Q F1(CDP)108 348 Q -.95(AT)-.74 G -(H).95 E F0 1.248(The search path for the)144 360 R F1(cd)3.748 E F0 -3.748(command. This)3.748 F 1.247 -(is a colon-separated list of directories in which the)3.748 F 3.795 -(shell looks for destination directories speci\214ed by the)144 372 R F1 -(cd)6.295 E F0 6.296(command. A)6.296 F 3.796(sample v)6.296 F 3.796 -(alue is)-.25 F F4(".:~:/usr")144 384 Q F0(.)A F1(CHILD_MAX)108 396 Q F0 -.997(Set the number of e)144 408 R .997(xited child status v)-.15 F .997 -(alues for the shell to remember)-.25 F 5.997(.B)-.55 G .997 -(ash will not allo)-5.997 F 3.497(wt)-.25 G(his)-3.497 E -.25(va)144 420 -S 1.077(lue to be decreased belo).25 F 3.577(waP)-.25 G 1.077 -(OSIX-mandated minimum, and there is a maximum v)-3.577 F 1.078 -(alue \(cur)-.25 F(-)-.2 E(rently 8192\) that this may not e)144 432 Q +328.8 S(SH_XTRA).27 E(CEFD)-.495 E F0 .138(is unset or assigned a ne) +2.388 F 2.638(wv)-.25 G 2.638(alue. Unsetting)-2.888 F F3 -.27(BA)2.638 +G(SH_XTRA).27 E(CEFD)-.495 E F0 .138(or assigning it)2.388 F 2.531(the \ +empty string causes the trace output to be sent to the standard error) +144 340.8 R 7.531(.N)-.55 G 2.531(ote that setting)-7.531 F F3 -.27(BA) +144 352.8 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.991 F +(standard error being closed.)144 364.8 Q F1(CDP)108 376.8 Q -.95(AT) +-.74 G(H).95 E F0 1.247(The search path for the)144 388.8 R F1(cd)3.747 +E F0 3.747(command. This)3.747 F 1.248 +(is a colon-separated list of directories in which the)3.747 F 3.796 +(shell looks for destination directories speci\214ed by the)144 400.8 R +F1(cd)6.295 E F0 6.295(command. A)6.295 F 3.795(sample v)6.295 F 3.795 +(alue is)-.25 F F4(".:~:/usr")144 412.8 Q F0(.)A F1(CHILD_MAX)108 424.8 +Q F0 .997(Set the number of e)144 436.8 R .997(xited child status v)-.15 +F .997(alues for the shell to remember)-.25 F 5.997(.B)-.55 G .997 +(ash will not allo)-5.997 F 3.498(wt)-.25 G(his)-3.498 E -.25(va)144 +448.8 S 1.078(lue to be decreased belo).25 F 3.577(waP)-.25 G 1.077 +(OSIX-mandated minimum, and there is a maximum v)-3.577 F 1.077 +(alue \(cur)-.25 F(-)-.2 E(rently 8192\) that this may not e)144 460.8 Q 2.5(xceed. The)-.15 F(minimum v)2.5 E(alue is system-dependent.)-.25 E -F1(COLUMNS)108 444 Q F0 .829(Used by the)144 456 R F1(select)3.329 E F0 -.828(compound command to determine the terminal width when printing sel\ -ection)3.329 F 3.466(lists. Automatically)144 468 R .966(set if the) -3.466 F F1(checkwinsize)3.466 E F0 .966 +F1(COLUMNS)108 472.8 Q F0 .828(Used by the)144 484.8 R F1(select)3.328 E +F0 .829(compound command to determine the terminal width when printing \ +selection)3.328 F 3.466(lists. Automatically)144 496.8 R .966 +(set if the)3.466 F F1(checkwinsize)3.466 E F0 .966 (option is enabled or in an interacti)3.466 F 1.266 -.15(ve s)-.25 H -.966(hell upon re-).15 F(ceipt of a)144 480 Q F3(SIGWINCH)2.5 E/F5 9 -/Times-Roman@0 SF(.)A F1(COMPREPL)108 492 Q(Y)-.92 E F0 .848(An array v) -144 504 R .848(ariable from which)-.25 F F1(bash)3.348 E F0 .848 -(reads the possible completions generated by a shell function)3.348 F -(in)144 516 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt)-2.785 G -.285(he programmable completion f)-2.785 F .285(acility \(see)-.1 F F1 -(Pr)2.785 E .285(ogrammable Completion)-.18 F F0(belo)2.785 E 2.785 -(w\). Each)-.25 F(array element contains one possible completion.)144 -528 Q F1(EMA)108 540 Q(CS)-.55 E F0(If)144 552 Q F1(bash)2.536 E F0 .036 -(\214nds this v)2.536 F .036(ariable in the en)-.25 F .036 -(vironment when the shell starts with v)-.4 F(alue)-.25 E F4(t)2.535 E -F0 2.535(,i)C 2.535(ta)-2.535 G .035(ssumes that the)-2.535 F -(shell is running in an Emacs shell b)144 564 Q(uf)-.2 E -(fer and disables line editing.)-.25 E F1(ENV)108 576 Q F0(Similar to) -144 576 Q F3 -.27(BA)2.5 G(SH_ENV).27 E F5(;)A F0 +.966(hell upon re-).15 F(ceipt of a)144 508.8 Q F3(SIGWINCH)2.5 E/F5 9 +/Times-Roman@0 SF(.)A F1(COMPREPL)108 520.8 Q(Y)-.92 E F0 .847 +(An array v)144 532.8 R .848(ariable from which)-.25 F F1(bash)3.348 E +F0 .848(reads the possible completions generated by a shell function) +3.348 F(in)144 544.8 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt) +-2.785 G .285(he programmable completion f)-2.785 F .285(acility \(see) +-.1 F F1(Pr)2.785 E .285(ogrammable Completion)-.18 F F0(belo)2.785 E +2.785(w\). Each)-.25 F(array element contains one possible completion.) +144 556.8 Q F1(EMA)108 568.8 Q(CS)-.55 E F0(If)144 580.8 Q F1(bash)2.535 +E F0 .035(\214nds this v)2.535 F .035(ariable in the en)-.25 F .036 +(vironment when the shell starts with v)-.4 F(alue)-.25 E F4(t)2.536 E +F0 2.536(,i)C 2.536(ta)-2.536 G .036(ssumes that the)-2.536 F +(shell is running in an Emacs shell b)144 592.8 Q(uf)-.2 E +(fer and disables line editing.)-.25 E F1(ENV)108 604.8 Q F0(Similar to) +144 604.8 Q F3 -.27(BA)2.5 G(SH_ENV).27 E F5(;)A F0 (used when the shell is in)2.25 E -.2(vo)-.4 G -.1(ke).2 G 2.5(di).1 G -(n)-2.5 E F2(posix mode)2.5 E F0(.)A F1(EXECIGNORE)108 588 Q F0 2.716 -(Ac)144 600 S .216(olon-separated list of shell patterns \(see)-2.716 F -F1 -.1(Pa)2.717 G(tter).1 E 2.717(nM)-.15 G(atching)-2.717 E F0 2.717 -(\)d)C .217(e\214ning the list of \214lenames to be)-2.717 F .117 -(ignored by command search using)144 612 R F1 -.74(PA)2.617 G(TH)-.21 E -F0 5.117(.F)C .116 -(iles whose full pathnames match one of these patterns)-5.117 F 1.432 -(are not considered e)144 624 R -.15(xe)-.15 G 1.432 +(n)-2.5 E F2(posix mode)2.5 E F0(.)A F1(EXECIGNORE)108 616.8 Q F0 2.717 +(Ac)144 628.8 S .217(olon-separated list of shell patterns \(see)-2.717 +F F1 -.1(Pa)2.717 G(tter).1 E 2.717(nM)-.15 G(atching)-2.717 E F0 2.717 +(\)d)C .216(e\214ning the list of \214lenames to be)-2.717 F .116 +(ignored by command search using)144 640.8 R F1 -.74(PA)2.616 G(TH)-.21 +E F0 5.116(.F)C .117 +(iles whose full pathnames match one of these patterns)-5.116 F 1.433 +(are not considered e)144 652.8 R -.15(xe)-.15 G 1.432 (cutable \214les for the purposes of completion and command e).15 F -.15 -(xe)-.15 G 1.433(cution via).15 F F1 -.74(PA)144 636 S(TH)-.21 E F0 -2.909(lookup. This)2.909 F .408(does not af)2.908 F .408(fect the beha) +(xe)-.15 G 1.432(cution via).15 F F1 -.74(PA)144 664.8 S(TH)-.21 E F0 +2.908(lookup. This)2.908 F .408(does not af)2.908 F .408(fect the beha) -.25 F .408(vior of the)-.2 F F1([)2.908 E F0(,)A F1(test)2.908 E F0 -2.908(,a)C(nd)-2.908 E F1([[)2.908 E F0 2.908(commands. Full)2.908 F -(pathnames)2.908 E .364(in the command hash table are not subject to)144 -648 R F1(EXECIGNORE)2.864 E F0 5.364(.U)C .364(se this v)-5.364 F .364 -(ariable to ignore shared)-.25 F 1.37(library \214les that ha)144 660 R -1.67 -.15(ve t)-.2 H 1.37(he e).15 F -.15(xe)-.15 G 1.37 +2.908(,a)C(nd)-2.908 E F1([[)2.908 E F0 2.909(commands. Full)2.908 F +(pathnames)2.909 E .364(in the command hash table are not subject to)144 +676.8 R F1(EXECIGNORE)2.864 E F0 5.364(.U)C .364(se this v)-5.364 F .364 +(ariable to ignore shared)-.25 F 1.37(library \214les that ha)144 688.8 +R 1.67 -.15(ve t)-.2 H 1.37(he e).15 F -.15(xe)-.15 G 1.37 (cutable bit set, b).15 F 1.37(ut are not e)-.2 F -.15(xe)-.15 G 1.37 (cutable \214les.).15 F 1.37(The pattern matching)6.37 F -(honors the setting of the)144 672 Q F1(extglob)2.5 E F0(shell option.) -2.5 E F1(FCEDIT)108 684 Q F0(The def)144 696 Q(ault editor for the)-.1 E -F1(fc)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 E(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(15)190.95 E 0 Cg EP +(honors the setting of the)144 700.8 Q F1(extglob)2.5 E F0 +(shell option.)2.5 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(15) +199.835 E 0 Cg EP %%Page: 16 16 %%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(FIGNORE)108 84 Q F0 2.598(Ac)144 96 S .098 -(olon-separated list of suf)-2.598 F<8c78>-.25 E .098 +SF(FCEDIT)108 84 Q F0(The def)144 96 Q(ault editor for the)-.1 E F1(fc) +2.5 E F0 -.2(bu)2.5 G(iltin command.).2 E F1(FIGNORE)108 108 Q F0 2.599 +(Ac)144 120 S .098(olon-separated list of suf)-2.599 F<8c78>-.25 E .098 (es to ignore when performing \214lename completion \(see)-.15 F/F2 9 -/Times-Bold@0 SF(READLINE)2.599 E F0(belo)144 108 Q 2.705(w\). A)-.25 F -.205(\214lename whose suf)2.705 F .205 +/Times-Bold@0 SF(READLINE)2.598 E F0(belo)144 132 Q 2.704(w\). A)-.25 F +.204(\214lename whose suf)2.704 F .205 (\214x matches one of the entries in)-.25 F F2(FIGNORE)2.705 E F0 .205 -(is e)2.455 F .204(xcluded from the list)-.15 F(of matched \214lenames.) -144 120 Q 2.5(As)5 G(ample v)-2.5 E(alue is)-.25 E/F3 10/Courier@0 SF -(".o:~")2.5 E F0(.)A F1(FUNCNEST)108 132 Q F0 .23(If set to a numeric v) -144 144 R .231 +(is e)2.455 F .205(xcluded from the list)-.15 F(of matched \214lenames.) +144 144 Q 2.5(As)5 G(ample v)-2.5 E(alue is)-.25 E/F3 10/Courier@0 SF +(".o:~")2.5 E F0(.)A F1(FUNCNEST)108 156 Q F0 .231 +(If set to a numeric v)144 168 R .231 (alue greater than 0, de\214nes a maximum function nesting le)-.25 F --.15(ve)-.25 G 2.731(l. Function).15 F(in)2.731 E -.2(vo)-.4 G(-).2 E -(cations that e)144 156 Q(xceed this nesting le)-.15 E -.15(ve)-.25 G +-.15(ve)-.25 G 2.73(l. Function).15 F(in)2.73 E -.2(vo)-.4 G(-).2 E +(cations that e)144 180 Q(xceed this nesting le)-.15 E -.15(ve)-.25 G 2.5(lw).15 G(ill cause the current command to abort.)-2.5 E F1 -(GLOBIGNORE)108 168 Q F0 2.924(Ac)144 180 S .423(olon-separated list of\ +(GLOBIGNORE)108 192 Q F0 2.923(Ac)144 204 S .423(olon-separated list of\ patterns de\214ning the set of \214le names to be ignored by pathname \ -e)-2.924 F(xpan-)-.15 E 2.947(sion. If)144 192 R 2.947<618c>2.947 G .447 -(le name matched by a pathname e)-2.947 F .448 +e)-2.923 F(xpan-)-.15 E 2.948(sion. If)144 216 R 2.948<618c>2.948 G .448 +(le name matched by a pathname e)-2.948 F .447 (xpansion pattern also matches one of the patterns in)-.15 F F2 -(GLOBIGNORE)144 204 Q/F4 9/Times-Roman@0 SF(,)A F0(it is remo)2.25 E +(GLOBIGNORE)144 228 Q/F4 9/Times-Roman@0 SF(,)A F0(it is remo)2.25 E -.15(ve)-.15 G 2.5(df).15 G(rom the list of matches.)-2.5 E F1 -(HISTCONTR)108 216 Q(OL)-.3 E F0 2.654(Ac)144 228 S .153 -(olon-separated list of v)-2.654 F .153(alues controlling ho)-.25 F +(HISTCONTR)108 240 Q(OL)-.3 E F0 2.653(Ac)144 252 S .153 +(olon-separated list of v)-2.653 F .153(alues controlling ho)-.25 F 2.653(wc)-.25 G .153(ommands are sa)-2.653 F -.15(ve)-.2 G 2.653(do).15 -G 2.653(nt)-2.653 G .153(he history list.)-2.653 F .153(If the list) -5.153 F .49(of v)144 240 R .49(alues includes)-.25 F/F5 10 +G 2.653(nt)-2.653 G .153(he history list.)-2.653 F .154(If the list) +5.153 F .49(of v)144 264 R .49(alues includes)-.25 F/F5 10 /Times-Italic@0 SF(ignor)3 E(espace)-.37 E F0 2.99(,l).18 G .49 (ines which be)-2.99 F .49(gin with a)-.15 F F1(space)2.99 E F0 .49 (character are not sa)2.99 F -.15(ve)-.2 G 2.99(di).15 G 2.99(nt)-2.99 G -.49(he his-)-2.99 F .558(tory list.)144 252 R 3.058(Av)5.558 G .558 -(alue of)-3.308 F F5(ignor)3.068 E(edups)-.37 E F0 .558 -(causes lines matching the pre)3.328 F .557 -(vious history entry to not be sa)-.25 F -.15(ve)-.2 G(d.).15 E 2.925 -(Av)144 264 S .425(alue of)-3.175 F F5(ignor)2.935 E(eboth)-.37 E F0 -.426(is shorthand for)3.205 F F5(ignor)2.926 E(espace)-.37 E F0(and) -2.926 E F5(ignor)2.926 E(edups)-.37 E F0 5.426(.A)C -.25(va)-2.5 G .426 -(lue of).25 F F5(er)3.116 E(asedups)-.15 E F0(causes)3.196 E .699 -(all pre)144 276 R .698 +.49(he his-)-2.99 F .557(tory list.)144 276 R 3.057(Av)5.557 G .557 +(alue of)-3.307 F F5(ignor)3.067 E(edups)-.37 E F0 .557 +(causes lines matching the pre)3.327 F .558 +(vious history entry to not be sa)-.25 F -.15(ve)-.2 G(d.).15 E 2.926 +(Av)144 288 S .426(alue of)-3.176 F F5(ignor)2.936 E(eboth)-.37 E F0 +.426(is shorthand for)3.206 F F5(ignor)2.926 E(espace)-.37 E F0(and) +2.926 E F5(ignor)2.926 E(edups)-.37 E F0 5.426(.A)C -.25(va)-2.501 G +.425(lue of).25 F F5(er)3.115 E(asedups)-.15 E F0(causes)3.195 E .698 +(all pre)144 300 R .698 (vious lines matching the current line to be remo)-.25 F -.15(ve)-.15 G -3.198(df).15 G .698(rom the history list before that line is)-3.198 F -(sa)144 288 Q -.15(ve)-.2 G 2.763(d. An).15 F 2.763(yv)-.15 G .263 -(alue not in the abo)-3.013 F .563 -.15(ve l)-.15 H .263 -(ist is ignored.).15 F(If)5.263 E F2(HISTCONTR)2.763 E(OL)-.27 E F0 .264 -(is unset, or does not include)2.513 F 2.942(av)144 300 S .442(alid v) --3.192 F .442(alue, all lines read by the shell parser are sa)-.25 F --.15(ve)-.2 G 2.941(do).15 G 2.941(nt)-2.941 G .441 -(he history list, subject to the v)-2.941 F .441(alue of)-.25 F F2 -(HISTIGNORE)144 312 Q F4(.)A F0 1.981(The second and subsequent lines o\ -f a multi-line compound command are not)6.481 F -(tested, and are added to the history re)144 324 Q -.05(ga)-.15 G +3.198(df).15 G .699(rom the history list before that line is)-3.198 F +(sa)144 312 Q -.15(ve)-.2 G 2.764(d. An).15 F 2.764(yv)-.15 G .264 +(alue not in the abo)-3.014 F .563 -.15(ve l)-.15 H .263 +(ist is ignored.).15 F(If)5.263 E F2(HISTCONTR)2.763 E(OL)-.27 E F0 .263 +(is unset, or does not include)2.513 F 2.941(av)144 324 S .441(alid v) +-3.191 F .441(alue, all lines read by the shell parser are sa)-.25 F +-.15(ve)-.2 G 2.942(do).15 G 2.942(nt)-2.942 G .442 +(he history list, subject to the v)-2.942 F .442(alue of)-.25 F F2 +(HISTIGNORE)144 336 Q F4(.)A F0 1.981(The second and subsequent lines o\ +f a multi-line compound command are not)6.482 F +(tested, and are added to the history re)144 348 Q -.05(ga)-.15 G (rdless of the v).05 E(alue of)-.25 E F2(HISTCONTR)2.5 E(OL)-.27 E F4(.) -A F1(HISTFILE)108 336 Q F0 .181 -(The name of the \214le in which command history is sa)144 348 R -.15 +A F1(HISTFILE)108 360 Q F0 .181 +(The name of the \214le in which command history is sa)144 372 R -.15 (ve)-.2 G 2.681(d\().15 G(see)-2.681 E F2(HIST)2.681 E(OR)-.162 E(Y) --.315 E F0(belo)2.431 E 2.681(w\). The)-.25 F(def)2.681 E .181(ault v) --.1 F(alue)-.25 E(is)144 360 Q F5(~/.bash_history)2.5 E F0 5(.I)C 2.5 +-.315 E F0(belo)2.431 E 2.682(w\). The)-.25 F(def)2.682 E .182(ault v) +-.1 F(alue)-.25 E(is)144 384 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 F1(HISTFILESIZE)108 372 Q F0 -1.622(The maximum number of lines contained in the history \214le.)144 -384 R 1.623(When this v)6.623 F 1.623(ariable is assigned a)-.25 F -.25 -(va)144 396 S .125(lue, the history \214le is truncated, if necessary) -.25 F 2.625(,t)-.65 G 2.624(oc)-2.625 G .124 -(ontain no more than that number of lines by re-)-2.624 F(mo)144 408 Q -.065(ving the oldest entries.)-.15 F .066(The history \214le is also tr\ -uncated to this size after writing it when a shell)5.065 F -.15(ex)144 -420 S 2.928(its. If).15 F .428(the v)2.928 F .428 -(alue is 0, the history \214le is truncated to zero size.)-.25 F .427 -(Non-numeric v)5.427 F .427(alues and numeric)-.25 F -.25(va)144 432 S +(dw).15 G(hen a shell e)-2.5 E(xits.)-.15 E F1(HISTFILESIZE)108 396 Q F0 +1.623(The maximum number of lines contained in the history \214le.)144 +408 R 1.622(When this v)6.623 F 1.622(ariable is assigned a)-.25 F -.25 +(va)144 420 S .124(lue, the history \214le is truncated, if necessary) +.25 F 2.624(,t)-.65 G 2.624(oc)-2.624 G .125 +(ontain no more than that number of lines by re-)-2.624 F(mo)144 432 Q +.066(ving the oldest entries.)-.15 F .065(The history \214le is also tr\ +uncated to this size after writing it when a shell)5.066 F -.15(ex)144 +444 S 2.927(its. If).15 F .427(the v)2.927 F .428 +(alue is 0, the history \214le is truncated to zero size.)-.25 F .428 +(Non-numeric v)5.428 F .428(alues and numeric)-.25 F -.25(va)144 456 S .152(lues less than zero inhibit truncation.).25 F .152 (The shell sets the def)5.152 F .152(ault v)-.1 F .152(alue to the v) --.25 F .152(alue of)-.25 F F1(HISTSIZE)2.652 E F0(after reading an)144 -444 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E F1(HISTIGNORE)108 456 Q F0 -2.658(Ac)144 468 S .158(olon-separated list of patterns used to decide \ -which command lines should be sa)-2.658 F -.15(ve)-.2 G 2.657(do).15 G -2.657(nt)-2.657 G .157(he his-)-2.657 F .707(tory list.)144 480 R .707 -(Each pattern is anchored at the be)5.707 F .708 -(ginning of the line and must match the complete line)-.15 F .626 -(\(no implicit `)144 492 R F1(*)A F0 3.126('i)C 3.126(sa)-3.126 G 3.126 -(ppended\). Each)-3.126 F .626(pattern is tested ag)3.126 F .625 +-.25 F .151(alue of)-.25 F F1(HISTSIZE)2.651 E F0(after reading an)144 +468 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E F1(HISTIGNORE)108 480 Q F0 +2.657(Ac)144 492 S .157(olon-separated list of patterns used to decide \ +which command lines should be sa)-2.657 F -.15(ve)-.2 G 2.658(do).15 G +2.658(nt)-2.658 G .158(he his-)-2.658 F .708(tory list.)144 504 R .708 +(Each pattern is anchored at the be)5.708 F .707 +(ginning of the line and must match the complete line)-.15 F .625 +(\(no implicit `)144 516 R F1(*)A F0 3.125('i)C 3.125(sa)-3.125 G 3.125 +(ppended\). Each)-3.125 F .626(pattern is tested ag)3.125 F .626 (ainst the line after the checks speci\214ed by)-.05 F F2(HISTCONTR)144 -504 Q(OL)-.27 E F0 1.793(are applied.)4.043 F 1.793 +528 Q(OL)-.27 E F0 1.793(are applied.)4.043 F 1.793 (In addition to the normal shell pattern matching characters, `)6.793 F -F1(&)A F0(')A 1.44(matches the pre)144 516 R 1.44(vious history line.) +F1(&)A F0(')A 1.44(matches the pre)144 540 R 1.44(vious history line.) -.25 F(`)6.44 E F1(&)A F0 3.94('m)C 1.44 (ay be escaped using a backslash; the backslash is re-)-3.94 F(mo)144 -528 Q -.15(ve)-.15 G 3.95(db).15 G 1.45(efore attempting a match.)-3.95 +552 Q -.15(ve)-.15 G 3.95(db).15 G 1.45(efore attempting a match.)-3.95 F 1.45(The second and subsequent lines of a multi-line compound)6.45 F -1.269(command are not tested, and are added to the history re)144 540 R +1.269(command are not tested, and are added to the history re)144 564 R -.05(ga)-.15 G 1.269(rdless of the v).05 F 1.269(alue of)-.25 F F2 -(HISTIGNORE)3.769 E F4(.)A F0 -(The pattern matching honors the setting of the)144 552 Q F1(extglob)2.5 -E F0(shell option.)2.5 E F1(HISTSIZE)108 564 Q F0 1.387 -(The number of commands to remember in the command history \(see)144 576 +(HISTIGNORE)3.77 E F4(.)A F0 +(The pattern matching honors the setting of the)144 576 Q F1(extglob)2.5 +E F0(shell option.)2.5 E F1(HISTSIZE)108 588 Q F0 1.387 +(The number of commands to remember in the command history \(see)144 600 R F2(HIST)3.887 E(OR)-.162 E(Y)-.315 E F0(belo)3.637 E 3.887(w\). If) --.25 F(the)3.888 E -.25(va)144 588 S .413(lue is 0, commands are not sa) +-.25 F(the)3.887 E -.25(va)144 612 S .412(lue is 0, commands are not sa) .25 F -.15(ve)-.2 G 2.913(di).15 G 2.913(nt)-2.913 G .413 -(he history list.)-2.913 F .413(Numeric v)5.413 F .412 -(alues less than zero result in e)-.25 F(v-)-.25 E .343 -(ery command being sa)144 600 R -.15(ve)-.2 G 2.843(do).15 G 2.843(nt) --2.843 G .343(he history list \(there is no limit\).)-2.843 F .344 -(The shell sets the def)5.343 F .344(ault v)-.1 F .344(alue to)-.25 F -(500 after reading an)144 612 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E F1 -(HISTTIMEFORMA)108 624 Q(T)-.95 E F0 .952(If this v)144 636 R .952 -(ariable is set and not null, its v)-.25 F .951 -(alue is used as a format string for)-.25 F F5(strftime)3.451 E F0 .951 -(\(3\) to print the)B .672 -(time stamp associated with each history entry displayed by the)144 648 -R F1(history)3.173 E F0 -.2(bu)3.173 G 3.173(iltin. If).2 F .673(this v) -3.173 F .673(ariable is)-.25 F .144 -(set, time stamps are written to the history \214le so the)144 660 R +(he history list.)-2.913 F .413(Numeric v)5.413 F .413 +(alues less than zero result in e)-.25 F(v-)-.25 E .344 +(ery command being sa)144 624 R -.15(ve)-.2 G 2.844(do).15 G 2.844(nt) +-2.844 G .343(he history list \(there is no limit\).)-2.844 F .343 +(The shell sets the def)5.343 F .343(ault v)-.1 F .343(alue to)-.25 F +(500 after reading an)144 636 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E F1 +(HISTTIMEFORMA)108 648 Q(T)-.95 E F0 .951(If this v)144 660 R .951 +(ariable is set and not null, its v)-.25 F .952 +(alue is used as a format string for)-.25 F F5(strftime)3.452 E F0 .952 +(\(3\) to print the)B .673 +(time stamp associated with each history entry displayed by the)144 672 +R F1(history)3.173 E F0 -.2(bu)3.172 G 3.172(iltin. If).2 F .672(this v) +3.172 F .672(ariable is)-.25 F .144 +(set, time stamps are written to the history \214le so the)144 684 R 2.644(ym)-.15 G .144(ay be preserv)-2.644 F .144 -(ed across shell sessions.)-.15 F(This)5.144 E(uses the history comment\ - character to distinguish timestamps from other history lines.)144 672 Q -F1(HOME)108 684 Q F0 1.27 -(The home directory of the current user; the def)144 696 R 1.27(ault ar) --.1 F 1.27(gument for the)-.18 F F1(cd)3.77 E F0 -.2(bu)3.77 G 1.27 -(iltin command.).2 F(The)6.27 E -.25(va)144 708 S(lue of this v).25 E -(ariable is also used when performing tilde e)-.25 E(xpansion.)-.15 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(16)190.95 E 0 Cg EP +(ed across shell sessions.)-.15 F(This)5.145 E(uses the history comment\ + character to distinguish timestamps from other history lines.)144 696 Q +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(16)199.835 E 0 Cg EP %%Page: 17 17 %%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(HOSTFILE)108 84 Q F0 1.015 -(Contains the name of a \214le in the same format as)144 96 R/F2 10 +SF(HOME)108 84 Q F0 1.27 +(The home directory of the current user; the def)144 96 R 1.27(ault ar) +-.1 F 1.27(gument for the)-.18 F F1(cd)3.77 E F0 -.2(bu)3.77 G 1.27 +(iltin command.).2 F(The)6.27 E -.25(va)144 108 S(lue of this v).25 E +(ariable is also used when performing tilde e)-.25 E(xpansion.)-.15 E F1 +(HOSTFILE)108 120 Q F0 1.015 +(Contains the name of a \214le in the same format as)144 132 R/F2 10 /Times-Italic@0 SF(/etc/hosts)5.181 E F0 1.015 -(that should be read when the shell)5.181 F .55 -(needs to complete a hostname.)144 108 R .551 +(that should be read when the shell)5.181 F .551 +(needs to complete a hostname.)144 144 R .551 (The list of possible hostname completions may be changed while)5.551 F -1.059(the shell is running; the ne)144 120 R 1.059 -(xt time hostname completion is attempted after the v)-.15 F 1.058 -(alue is changed,)-.25 F F1(bash)144 132 Q F0 .138 -(adds the contents of the ne)2.638 F 2.638<778c>-.25 G .138(le to the e) +1.058(the shell is running; the ne)144 156 R 1.059 +(xt time hostname completion is attempted after the v)-.15 F 1.059 +(alue is changed,)-.25 F F1(bash)144 168 Q F0 .138 +(adds the contents of the ne)2.639 F 2.638<778c>-.25 G .138(le to the e) -2.638 F .138(xisting list.)-.15 F(If)5.138 E/F3 9/Times-Bold@0 SF -(HOSTFILE)2.638 E F0 .138(is set, b)2.388 F .139(ut has no v)-.2 F .139 -(alue, or)-.25 F .518(does not name a readable \214le,)144 144 R F1 -(bash)3.018 E F0 .518(attempts to read)3.018 F F2(/etc/hosts)4.683 E F0 -.517(to obtain the list of possible host-)4.683 F(name completions.)144 -156 Q(When)5 E F3(HOSTFILE)2.5 E F0 -(is unset, the hostname list is cleared.)2.25 E F1(IFS)108 168 Q F0(The) -144 168 Q F2 .555(Internal F)3.635 F .555(ield Separ)-.45 F(ator)-.15 E -F0 .555(that is used for w)3.785 F .556(ord splitting after e)-.1 F .556 -(xpansion and to split lines into)-.15 F -.1(wo)144 180 S(rds with the) +(HOSTFILE)2.638 E F0 .138(is set, b)2.388 F .138(ut has no v)-.2 F .138 +(alue, or)-.25 F .517(does not name a readable \214le,)144 180 R F1 +(bash)3.017 E F0 .517(attempts to read)3.017 F F2(/etc/hosts)4.684 E F0 +.518(to obtain the list of possible host-)4.684 F(name completions.)144 +192 Q(When)5 E F3(HOSTFILE)2.5 E F0 +(is unset, the hostname list is cleared.)2.25 E F1(IFS)108 204 Q F0(The) +144 204 Q F2 .556(Internal F)3.636 F .556(ield Separ)-.45 F(ator)-.15 E +F0 .556(that is used for w)3.786 F .556(ord splitting after e)-.1 F .555 +(xpansion and to split lines into)-.15 F -.1(wo)144 216 S(rds with the) .1 E F1 -.18(re)2.5 G(ad).18 E F0 -.2(bu)2.5 G(iltin command.).2 E (The def)5 E(ault v)-.1 E(alue is `)-.25 E(`')-.25 E('.)-.74 E F1(IGNOREEOF)108 192 Q F0 .503 -(Controls the action of an interacti)144 204 R .803 -.15(ve s)-.25 H +(wline>')-.25 E('.)-.74 E F1(IGNOREEOF)108 228 Q F0 .503 +(Controls the action of an interacti)144 240 R .803 -.15(ve s)-.25 H .503(hell on receipt of an).15 F F3(EOF)3.003 E F0 .503 -(character as the sole input.)2.753 F .503(If set,)5.503 F .426(the v) -144 216 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3 +(character as the sole input.)2.753 F .504(If set,)5.504 F .426(the v) +144 252 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3 (EOF)3.076 E F0 .426 -(characters which must be typed as the \214rst characters)2.676 F .303 -(on an input line before)144 228 R F1(bash)2.802 E F0 -.15(ex)2.802 G +(characters which must be typed as the \214rst characters)2.676 F .302 +(on an input line before)144 264 R F1(bash)2.802 E F0 -.15(ex)2.802 G 2.802(its. If).15 F .302(the v)2.802 F .302(ariable e)-.25 F .302 (xists b)-.15 F .302(ut does not ha)-.2 F .602 -.15(ve a n)-.2 H .302 -(umeric v).15 F .302(alue, or has)-.25 F(no v)144 240 Q(alue, the def) +(umeric v).15 F .303(alue, or has)-.25 F(no v)144 276 Q(alue, the def) -.25 E(ault v)-.1 E(alue is 10.)-.25 E(If it does not e)5 E(xist,)-.15 E F3(EOF)2.5 E F0(signi\214es the end of input to the shell.)2.25 E F1 -(INPUTRC)108 252 Q F0 .26(The \214lename for the)144 264 R F1 -.18(re) -2.76 G(adline).18 E F0 .26(startup \214le, o)2.76 F -.15(ve)-.15 G .26 -(rriding the def).15 F .261(ault of)-.1 F F2(~/.inputr)4.427 E(c)-.37 E -F0(\(see)4.427 E F3(READLINE)2.761 E F0(be-)2.511 E(lo)144 276 Q(w\).) --.25 E F1(INSIDE_EMA)108 288 Q(CS)-.55 E F0 .034(If this v)144 300 R -.034(ariable appears in the en)-.25 F .034 -(vironment when the shell starts,)-.4 F F1(bash)2.533 E F0 .033 -(assumes that it is running in-)2.533 F(side an Emacs shell b)144 312 Q +(INPUTRC)108 288 Q F0 .261(The \214lename for the)144 300 R F1 -.18(re) +2.761 G(adline).18 E F0 .261(startup \214le, o)2.761 F -.15(ve)-.15 G +.26(rriding the def).15 F .26(ault of)-.1 F F2(~/.inputr)4.426 E(c)-.37 +E F0(\(see)4.426 E F3(READLINE)2.76 E F0(be-)2.51 E(lo)144 312 Q(w\).) +-.25 E F1(INSIDE_EMA)108 324 Q(CS)-.55 E F0 .033(If this v)144 336 R +.033(ariable appears in the en)-.25 F .033 +(vironment when the shell starts,)-.4 F F1(bash)2.534 E F0 .034 +(assumes that it is running in-)2.534 F(side an Emacs shell b)144 348 Q (uf)-.2 E(fer and may disable line editing, depending on the v)-.25 E -(alue of)-.25 E F1(TERM)2.5 E F0(.)A F1(LANG)108 324 Q F0 1.239 -(Used to determine the locale cate)144 324 R 1.239(gory for an)-.15 F -3.739(yc)-.15 G(ate)-3.739 E 1.24 +(alue of)-.25 E F1(TERM)2.5 E F0(.)A F1(LANG)108 360 Q F0 1.24 +(Used to determine the locale cate)144 360 R 1.239(gory for an)-.15 F +3.739(yc)-.15 G(ate)-3.739 E 1.239 (gory not speci\214cally selected with a v)-.15 F(ariable)-.25 E -(starting with)144 336 Q F1(LC_)2.5 E F0(.)A F1(LC_ALL)108 348 Q F0 .974 -(This v)144 360 R .974(ariable o)-.25 F -.15(ve)-.15 G .974 +(starting with)144 372 Q F1(LC_)2.5 E F0(.)A F1(LC_ALL)108 384 Q F0 .973 +(This v)144 396 R .973(ariable o)-.25 F -.15(ve)-.15 G .973 (rrides the v).15 F .973(alue of)-.25 F F3(LANG)3.473 E F0 .973(and an) 3.223 F 3.473(yo)-.15 G(ther)-3.473 E F1(LC_)3.473 E F0 -.25(va)3.473 G -.973(riable specifying a locale cate-).25 F(gory)144 372 Q(.)-.65 E F1 -(LC_COLLA)108 384 Q(TE)-.95 E F0 .411(This v)144 396 R .412(ariable det\ +.974(riable specifying a locale cate-).25 F(gory)144 408 Q(.)-.65 E F1 +(LC_COLLA)108 420 Q(TE)-.95 E F0 .412(This v)144 432 R .412(ariable det\ ermines the collation order used when sorting the results of pathname e) --.25 F(xpansion,)-.15 E 1.465(and determines the beha)144 408 R 1.465 -(vior of range e)-.2 F 1.464(xpressions, equi)-.15 F -.25(va)-.25 G -1.464(lence classes, and collating sequences).25 F(within pathname e)144 -420 Q(xpansion and pattern matching.)-.15 E F1(LC_CTYPE)108 432 Q F0 -1.935(This v)144 444 R 1.936 +-.25 F(xpansion,)-.15 E 1.464(and determines the beha)144 444 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(within pathname e)144 +456 Q(xpansion and pattern matching.)-.15 E F1(LC_CTYPE)108 468 Q F0 +1.936(This v)144 480 R 1.936 (ariable determines the interpretation of characters and the beha)-.25 F -1.936(vior of character classes)-.2 F(within pathname e)144 456 Q -(xpansion and pattern matching.)-.15 E F1(LC_MESSA)108 468 Q(GES)-.55 E -F0(This v)144 480 Q(ariable determines the locale used to translate dou\ +1.935(vior of character classes)-.2 F(within pathname e)144 492 Q +(xpansion and pattern matching.)-.15 E F1(LC_MESSA)108 504 Q(GES)-.55 E +F0(This v)144 516 Q(ariable determines the locale used to translate dou\ ble-quoted strings preceded by a)-.25 E F1($)2.5 E F0(.)A F1(LC_NUMERIC) -108 492 Q F0(This v)144 504 Q(ariable determines the locale cate)-.25 E -(gory used for number formatting.)-.15 E F1(LC_TIME)108 516 Q F0(This v) -144 528 Q(ariable determines the locale cate)-.25 E -(gory used for data and time formatting.)-.15 E F1(LINES)108 540 Q F0 -.055(Used by the)144 540 R F1(select)2.555 E F0 .054(compound command t\ -o determine the column length for printing selection lists.)2.555 F .264 -(Automatically set if the)144 552 R F1(checkwinsize)2.764 E F0 .264 -(option is enabled or in an interacti)2.764 F .565 -.15(ve s)-.25 H .265 -(hell upon receipt of a).15 F F3(SIGWINCH)144 564 Q/F4 9/Times-Roman@0 -SF(.)A F1(MAIL)108 576 Q F0 .422 -(If this parameter is set to a \214le or directory name and the)144 576 -R F3(MAILP)2.921 E -.855(AT)-.666 G(H).855 E F0 -.25(va)2.671 G .421 -(riable is not set,).25 F F1(bash)2.921 E F0(in-)2.921 E -(forms the user of the arri)144 588 Q -.25(va)-.25 G 2.5(lo).25 G 2.5 +108 528 Q F0(This v)144 540 Q(ariable determines the locale cate)-.25 E +(gory used for number formatting.)-.15 E F1(LC_TIME)108 552 Q F0(This v) +144 564 Q(ariable determines the locale cate)-.25 E +(gory used for data and time formatting.)-.15 E F1(LINES)108 576 Q F0 +.054(Used by the)144 576 R F1(select)2.554 E F0 .054(compound command t\ +o determine the column length for printing selection lists.)2.554 F .265 +(Automatically set if the)144 588 R F1(checkwinsize)2.765 E F0 .264 +(option is enabled or in an interacti)2.765 F .564 -.15(ve s)-.25 H .264 +(hell upon receipt of a).15 F F3(SIGWINCH)144 600 Q/F4 9/Times-Roman@0 +SF(.)A F1(MAIL)108 612 Q F0 .421 +(If this parameter is set to a \214le or directory name and the)144 612 +R F3(MAILP)2.922 E -.855(AT)-.666 G(H).855 E F0 -.25(va)2.672 G .422 +(riable is not set,).25 F F1(bash)2.922 E F0(in-)2.922 E +(forms the user of the arri)144 624 Q -.25(va)-.25 G 2.5(lo).25 G 2.5 (fm)-2.5 G(ail in the speci\214ed \214le or Maildir)-2.5 E -(-format directory)-.2 E(.)-.65 E F1(MAILCHECK)108 600 Q F0 .098 -(Speci\214es ho)144 612 R 2.598(wo)-.25 G .098(ften \(in seconds\)) --2.598 F F1(bash)2.598 E F0 .098(checks for mail.)2.598 F .098(The def) -5.098 F .098(ault is 60 seconds.)-.1 F .099(When it is time)5.099 F .224 +(-format directory)-.2 E(.)-.65 E F1(MAILCHECK)108 636 Q F0 .099 +(Speci\214es ho)144 648 R 2.599(wo)-.25 G .099(ften \(in seconds\)) +-2.599 F F1(bash)2.598 E F0 .098(checks for mail.)2.598 F .098(The def) +5.098 F .098(ault is 60 seconds.)-.1 F .098(When it is time)5.098 F .223 (to check for mail, the shell does so before displaying the primary pro\ -mpt.)144 624 R .223(If this v)5.223 F .223(ariable is unset,)-.25 F -(or set to a v)144 636 Q(alue that is not a number greater than or equa\ -l to zero, the shell disables mail checking.)-.25 E F1(MAILP)108 648 Q --.95(AT)-.74 G(H).95 E F0 2.99(Ac)144 660 S .49 +mpt.)144 660 R .224(If this v)5.224 F .224(ariable is unset,)-.25 F +(or set to a v)144 672 Q(alue that is not a number greater than or equa\ +l to zero, the shell disables mail checking.)-.25 E F1(MAILP)108 684 Q +-.95(AT)-.74 G(H).95 E F0 2.99(Ac)144 696 S .49 (olon-separated list of \214lenames to be check)-2.99 F .49 (ed for mail.)-.1 F .49(The message to be printed when mail)5.49 F(arri) -144 672 Q -.15(ve)-.25 G 2.62(si).15 G 2.62(nap)-2.62 G .12(articular \ +144 708 Q -.15(ve)-.25 G 2.62(si).15 G 2.62(nap)-2.62 G .12(articular \ \214le may be speci\214ed by separating the \214lename from the message\ - with a `?'.)-2.62 F(When used in the te)144 684 Q(xt of the message,) + with a `?'.)-2.62 F(When used in the te)144 720 Q(xt of the message,) -.15 E F1($_)2.5 E F0 -.15(ex)2.5 G -(pands to the name of the current mail\214le.).15 E(Example:)5 E F1 -(MAILP)144 696 Q -.95(AT)-.74 G(H).95 E F0(=\010/v)A(ar/mail/bfox?"Y) --.25 E(ou ha)-1.1 E .3 -.15(ve m)-.2 H -(ail":~/shell\255mail?"$_ has mail!"\010).15 E F1(Bash)144 708 Q F0 .015 -(can be con\214gured to supply a def)2.515 F .015(ault v)-.1 F .015 -(alue for this v)-.25 F .015(ariable \(there is no v)-.25 F .015 -(alue by def)-.25 F .015(ault\), b)-.1 F(ut)-.2 E(the location of the u\ -ser mail \214les that it uses is system dependent \(e.g., /v)144 720 Q -(ar/mail/)-.25 E F1($USER)A F0(\).)A(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(17)190.95 E 0 Cg EP +(pands to the name of the current mail\214le.).15 E(Example:)5 E +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(17)199.835 E 0 Cg EP %%Page: 18 18 %%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(OPTERR)108 84 Q F0 .39(If set to the v)144 96 R .39(alue 1,)-.25 F F1 -(bash)2.89 E F0 .389(displays error messages generated by the)2.889 F F1 -(getopts)2.889 E F0 -.2(bu)2.889 G .389(iltin command \(see).2 F/F2 9 -/Times-Bold@0 SF .359(SHELL B)144 108 R(UIL)-.09 E .359(TIN COMMANDS) --.828 F F0(belo)2.609 E(w\).)-.25 E F2(OPTERR)5.359 E F0 .36 -(is initialized to 1 each time the shell is in)2.609 F -.2(vo)-.4 G -.1 -(ke).2 G(d).1 E(or a shell script is e)144 120 Q -.15(xe)-.15 G(cuted.) -.15 E F1 -.74(PA)108 132 S(TH)-.21 E F0 .588 -(The search path for commands.)144 132 R .587 +SF(MAILP)144 84 Q -.95(AT)-.74 G(H).95 E F0(=\010/v)A(ar/mail/bfox?"Y) +-.25 E(ou ha)-1.1 E .3 -.15(ve m)-.2 H +(ail":~/shell\255mail?"$_ has mail!"\010).15 E F1(Bash)144 96 Q F0 .015 +(can be con\214gured to supply a def)2.515 F .015(ault v)-.1 F .015 +(alue for this v)-.25 F .015(ariable \(there is no v)-.25 F .015 +(alue by def)-.25 F .015(ault\), b)-.1 F(ut)-.2 E(the location of the u\ +ser mail \214les that it uses is system dependent \(e.g., /v)144 108 Q +(ar/mail/)-.25 E F1($USER)A F0(\).)A F1(OPTERR)108 120 Q F0 .389 +(If set to the v)144 132 R .389(alue 1,)-.25 F F1(bash)2.889 E F0 .389 +(displays error messages generated by the)2.889 F F1(getopts)2.89 E F0 +-.2(bu)2.89 G .39(iltin command \(see).2 F/F2 9/Times-Bold@0 SF .36 +(SHELL B)144 144 R(UIL)-.09 E .36(TIN COMMANDS)-.828 F F0(belo)2.61 E +(w\).)-.25 E F2(OPTERR)5.36 E F0 .359 +(is initialized to 1 each time the shell is in)2.61 F -.2(vo)-.4 G -.1 +(ke).2 G(d).1 E(or a shell script is e)144 156 Q -.15(xe)-.15 G(cuted.) +.15 E F1 -.74(PA)108 168 S(TH)-.21 E F0 .587 +(The search path for commands.)144 168 R .588 (It is a colon-separated list of directories in which the shell looks) -5.588 F .471(for commands \(see)144 144 R F2 .471(COMMAND EXECUTION) -2.971 F F0(belo)2.722 E 2.972(w\). A)-.25 F .472 -(zero-length \(null\) directory name in the)2.972 F -.25(va)144 156 S -.536(lue of).25 F F2 -.666(PA)3.036 G(TH)-.189 E F0 .535 -(indicates the current directory)2.786 F 5.535(.A)-.65 G .535 -(null directory name may appear as tw)-2.5 F 3.035(oa)-.1 G(djacent) --3.035 E .867(colons, or as an initial or trailing colon.)144 168 R .868 -(The def)5.868 F .868(ault path is system-dependent, and is set by the) --.1 F(administrator who installs)144 180 Q F1(bash)2.5 E F0 5(.A)C +5.587 F .472(for commands \(see)144 180 R F2 .472(COMMAND EXECUTION) +2.972 F F0(belo)2.722 E 2.972(w\). A)-.25 F .471 +(zero-length \(null\) directory name in the)2.972 F -.25(va)144 192 S +.535(lue of).25 F F2 -.666(PA)3.035 G(TH)-.189 E F0 .535 +(indicates the current directory)2.785 F 5.535(.A)-.65 G .535 +(null directory name may appear as tw)-2.5 F 3.036(oa)-.1 G(djacent) +-3.036 E .868(colons, or as an initial or trailing colon.)144 204 R .868 +(The def)5.868 F .867(ault path is system-dependent, and is set by the) +-.1 F(administrator who installs)144 216 Q F1(bash)2.5 E F0 5(.A)C (common v)-2.5 E(alue is)-.25 E/F3 10/Courier@0 SF (/usr/local/bin:/usr/lo-)2.5 E(cal/sbin:/usr/bin:/usr/sbin:/bin:/sbin) -144 192 Q F0(.)A F1(POSIXL)108 204 Q(Y_CORRECT)-.92 E F0 .471(If this v) -144 216 R .471(ariable is in the en)-.25 F .471(vironment when)-.4 F F1 +144 228 Q F0(.)A F1(POSIXL)108 240 Q(Y_CORRECT)-.92 E F0 .472(If this v) +144 252 R .472(ariable is in the en)-.25 F .471(vironment when)-.4 F F1 (bash)2.971 E F0 .471(starts, the shell enters)2.971 F/F4 10 -/Times-Italic@0 SF .472(posix mode)2.972 F F0 .472(before reading)2.972 -F .011(the startup \214les, as if the)144 228 R F1(\255\255posix)2.511 E +/Times-Italic@0 SF .471(posix mode)2.971 F F0 .471(before reading)2.971 +F .011(the startup \214les, as if the)144 264 R F1(\255\255posix)2.511 E F0(in)2.511 E -.2(vo)-.4 G .011(cation option had been supplied.).2 F -.011(If it is set while the shell is)5.011 F(running,)144 240 Q F1(bash) -4.497 E F0(enables)4.497 E F4 1.997(posix mode)4.497 F F0 4.497(,a)C +.011(If it is set while the shell is)5.011 F(running,)144 276 Q F1(bash) +4.498 E F0(enables)4.498 E F4 1.997(posix mode)4.497 F F0 4.497(,a)C 4.497(si)-4.497 G 4.497(ft)-4.497 G 1.997(he command)-4.497 F F3 1.997 -(set -o posix)4.497 F F0 1.998(had been e)4.497 F -.15(xe)-.15 G(cuted.) -.15 E(When the shell enters)144 252 Q F4(posix mode)2.5 E F0 2.5(,i)C +(set -o posix)4.497 F F0 1.997(had been e)4.497 F -.15(xe)-.15 G(cuted.) +.15 E(When the shell enters)144 288 Q F4(posix mode)2.5 E F0 2.5(,i)C 2.5(ts)-2.5 G(ets this v)-2.5 E(ariable if it w)-.25 E -(as not already set.)-.1 E F1(PR)108 264 Q(OMPT_COMMAND)-.3 E F0 -(If set, the v)144 276 Q(alue is e)-.25 E -.15(xe)-.15 G -(cuted as a command prior to issuing each primary prompt.).15 E F1(PR) -108 288 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F0 .676 -(If set to a number greater than zero, the v)144 300 R .676 +(as not already set.)-.1 E F1(PR)108 300 Q(OMPT_COMMANDS)-.3 E F0 .099 +(If this array v)144 312 R .099(ariable is set, the v)-.25 F .099 +(alue of each set element is e)-.25 F -.15(xe)-.15 G .099 +(cuted as a command prior to issuing).15 F .463(each primary prompt.)144 +324 R .463(If this is not set, b)5.463 F(ut)-.2 E F1(PR)2.963 E +(OMPT_COMMAND)-.3 E F0 .463(is set to a v)2.963 F .463(alue, its v)-.25 +F .462(alue is)-.25 F(used as a command to e)144 336 Q -.15(xe)-.15 G +(cute instead.).15 E F1(PR)108 348 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F0 .676 +(If set to a number greater than zero, the v)144 360 R .676 (alue is used as the number of trailing directory compo-)-.25 F .923 -(nents to retain when e)144 312 R .923(xpanding the)-.15 F F1(\\w)3.423 +(nents to retain when e)144 372 R .923(xpanding the)-.15 F F1(\\w)3.423 E F0(and)3.423 E F1(\\W)3.423 E F0 .923(prompt string escapes \(see) 3.423 F F2(PR)3.423 E(OMPTING)-.27 E F0(belo)3.173 E(w\).)-.25 E -(Characters remo)144 324 Q -.15(ve)-.15 G 2.5(da).15 G -(re replaced with an ellipsis.)-2.5 E F1(PS0)108 336 Q F0 1.174(The v) -144 336 R 1.174(alue of this parameter is e)-.25 F 1.174(xpanded \(see) +(Characters remo)144 384 Q -.15(ve)-.15 G 2.5(da).15 G +(re replaced with an ellipsis.)-2.5 E F1(PS0)108 396 Q F0 1.174(The v) +144 396 R 1.174(alue of this parameter is e)-.25 F 1.174(xpanded \(see) -.15 F F2(PR)3.674 E(OMPTING)-.27 E F0(belo)3.424 E 1.174 (w\) and displayed by interacti)-.25 F -.15(ve)-.25 G -(shells after reading a command and before the command is e)144 348 Q --.15(xe)-.15 G(cuted.).15 E F1(PS1)108 360 Q F0 .064(The v)144 360 R +(shells after reading a command and before the command is e)144 408 Q +-.15(xe)-.15 G(cuted.).15 E F1(PS1)108 420 Q F0 .065(The v)144 420 R .065(alue of this parameter is e)-.25 F .065(xpanded \(see)-.15 F F2(PR) 2.565 E(OMPTING)-.27 E F0(belo)2.315 E .065 -(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 372 R +(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 432 R (def)2.5 E(ault v)-.1 E(alue is `)-.25 E(`)-.74 E F1(\\s\255\\v\\$)A F0 --.74('')2.5 G(.).74 E F1(PS2)108 384 Q F0 .118(The v)144 384 R .118 -(alue of this parameter is e)-.25 F .118(xpanded as with)-.15 F F2(PS1) -2.617 E F0 .117(and used as the secondary prompt string.)2.367 F(The) -5.117 E(def)144 396 Q(ault is `)-.1 E(`)-.74 E F1(>)A F0 -.74('')2.5 G -(.).74 E F1(PS3)108 408 Q F0 1.115(The v)144 408 R 1.115 +-.74('')2.5 G(.).74 E F1(PS2)108 444 Q F0 .117(The v)144 444 R .117 +(alue of this parameter is e)-.25 F .117(xpanded as with)-.15 F F2(PS1) +2.617 E F0 .118(and used as the secondary prompt string.)2.368 F(The) +5.118 E(def)144 456 Q(ault is `)-.1 E(`)-.74 E F1(>)A F0 -.74('')2.5 G +(.).74 E F1(PS3)108 468 Q F0 1.116(The v)144 468 R 1.115 (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 420 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E F1(PS4)108 432 Q F0 -.101(The v)144 432 R .101(alue of this parameter is e)-.25 F .101 -(xpanded as with)-.15 F F2(PS1)2.6 E F0 .1(and the v)2.35 F .1 -(alue is printed before each command)-.25 F F1(bash)144 444 Q F0 .334 -(displays during an e)2.834 F -.15(xe)-.15 G .335(cution trace.).15 F +3.615 E F0 1.115(command \(see)3.615 F F2 1.115(SHELL GRAM-)3.615 F(MAR) +144 480 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E F1(PS4)108 492 Q F0 .1 +(The v)144 492 R .1(alue of this parameter is e)-.25 F .1 +(xpanded as with)-.15 F F2(PS1)2.6 E F0 .101(and the v)2.35 F .101 +(alue is printed before each command)-.25 F F1(bash)144 504 Q F0 .335 +(displays during an e)2.835 F -.15(xe)-.15 G .335(cution trace.).15 F .335(The \214rst character of the e)5.335 F .335(xpanded v)-.15 F .335 -(alue of)-.25 F F2(PS4)2.835 E F0 .335(is repli-)2.585 F -(cated multiple times, as necessary)144 456 Q 2.5(,t)-.65 G 2.5(oi)-2.5 +(alue of)-.25 F F2(PS4)2.834 E F0 .334(is repli-)2.584 F +(cated multiple times, as necessary)144 516 Q 2.5(,t)-.65 G 2.5(oi)-2.5 G(ndicate multiple le)-2.5 E -.15(ve)-.25 G(ls of indirection.).15 E (The def)5 E(ault is `)-.1 E(`)-.74 E F1(+)A F0 -.74('')2.5 G(.).74 E F1 -(SHELL)108 468 Q F0 .543(This v)144 480 R .543(ariable e)-.25 F .543 -(xpands to the full pathname to the shell.)-.15 F .542 -(If it is not set when the shell starts,)5.543 F F1(bash)3.042 E F0 -(assigns to it the full pathname of the current user')144 492 Q 2.5(sl) --.55 G(ogin shell.)-2.5 E F1(TIMEFORMA)108 504 Q(T)-.95 E F0 .826(The v) -144 516 R .826 +(SHELL)108 528 Q F0 .542(This v)144 540 R .542(ariable e)-.25 F .542 +(xpands to the full pathname to the shell.)-.15 F .543 +(If it is not set when the shell starts,)5.543 F F1(bash)3.043 E F0 +(assigns to it the full pathname of the current user')144 552 Q 2.5(sl) +-.55 G(ogin shell.)-2.5 E F1(TIMEFORMA)108 564 Q(T)-.95 E F0 .827(The v) +144 576 R .826 (alue of this parameter is used as a format string specifying ho)-.25 F -3.327(wt)-.25 G .827(he timing information for)-3.327 F .649 -(pipelines pre\214x)144 528 R .649(ed with the)-.15 F F1(time)3.149 E F0 -(reserv)3.149 E .649(ed w)-.15 F .648(ord should be displayed.)-.1 F -(The)5.648 E F1(%)3.148 E F0 .648(character introduces)3.148 F .711 -(an escape sequence that is e)144 540 R .711(xpanded to a time v)-.15 F -.712(alue or other information.)-.25 F .712(The escape sequences)5.712 F -(and their meanings are as follo)144 552 Q -(ws; the braces denote optional portions.)-.25 E F1(%%)144 570 Q F0 2.5 -(Al)194 570 S(iteral)-2.5 E F1(%)2.5 E F0(.)A F1(%[)144 582 Q F4(p)A F1 -(][l]R)A F0(The elapsed time in seconds.)194 582 Q F1(%[)144 594 Q F4(p) -A F1(][l]U)A F0(The number of CPU seconds spent in user mode.)194 594 Q -F1(%[)144 606 Q F4(p)A F1(][l]S)A F0 -(The number of CPU seconds spent in system mode.)194 606 Q F1(%P)144 618 -Q F0(The CPU percentage, computed as \(%U + %S\) / %R.)194 618 Q .87 -(The optional)144 634.8 R F4(p)3.37 E F0 .87(is a digit specifying the) +3.326(wt)-.25 G .826(he timing information for)-3.326 F .648 +(pipelines pre\214x)144 588 R .648(ed with the)-.15 F F1(time)3.148 E F0 +(reserv)3.148 E .648(ed w)-.15 F .649(ord should be displayed.)-.1 F +(The)5.649 E F1(%)3.149 E F0 .649(character introduces)3.149 F .712 +(an escape sequence that is e)144 600 R .711(xpanded to a time v)-.15 F +.711(alue or other information.)-.25 F .711(The escape sequences)5.711 F +(and their meanings are as follo)144 612 Q +(ws; the braces denote optional portions.)-.25 E F1(%%)144 630 Q F0 2.5 +(Al)194 630 S(iteral)-2.5 E F1(%)2.5 E F0(.)A F1(%[)144 642 Q F4(p)A F1 +(][l]R)A F0(The elapsed time in seconds.)194 642 Q F1(%[)144 654 Q F4(p) +A F1(][l]U)A F0(The number of CPU seconds spent in user mode.)194 654 Q +F1(%[)144 666 Q F4(p)A F1(][l]S)A F0 +(The number of CPU seconds spent in system mode.)194 666 Q F1(%P)144 678 +Q F0(The CPU percentage, computed as \(%U + %S\) / %R.)194 678 Q .87 +(The optional)144 694.8 R F4(p)3.37 E F0 .87(is a digit specifying the) 3.37 F F4(pr)3.37 E(ecision)-.37 E F0 3.37(,t)C .87 -(he number of fractional digits after a decimal)-3.37 F 2.525(point. A) -144 646.8 R -.25(va)2.525 G .025 -(lue of 0 causes no decimal point or fraction to be output.).25 F .026 -(At most three places after the)5.025 F .538 -(decimal point may be speci\214ed; v)144 658.8 R .538(alues of)-.25 F F4 -(p)3.038 E F0 .537(greater than 3 are changed to 3.)3.037 F(If)5.537 E -F4(p)3.037 E F0 .537(is not speci\214ed,)3.037 F(the v)144 670.8 Q -(alue 3 is used.)-.25 E .667(The optional)144 687.6 R F1(l)3.167 E F0 -.668(speci\214es a longer format, including minutes, of the form)3.168 F -F4(MM)3.168 E F0(m)A F4(SS)A F0(.)A F4(FF)A F0 3.168(s. The)B -.25(va) -3.168 G(lue).25 E(of)144 699.6 Q F4(p)2.5 E F0 -(determines whether or not the fraction is included.)2.5 E 13.365 -(If this v)144 716.4 R 13.365(ariable is not set,)-.25 F F1(bash)15.865 -E F0 13.364(acts as if it had the v)15.865 F(alue)-.25 E F1($\010\\nr) -144 728.4 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F0 9.292 -(.I)C 6.792(ft)-9.292 G 4.292(he v)-6.792 F 4.292 -(alue is null, no timing information is)-.25 F(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(18)190.95 E 0 Cg EP +(he number of fractional digits after a decimal)-3.37 F 2.526(point. A) +144 706.8 R -.25(va)2.526 G .025 +(lue of 0 causes no decimal point or fraction to be output.).25 F .025 +(At most three places after the)5.025 F .537 +(decimal point may be speci\214ed; v)144 718.8 R .537(alues of)-.25 F F4 +(p)3.037 E F0 .537(greater than 3 are changed to 3.)3.037 F(If)5.538 E +F4(p)3.038 E F0 .538(is not speci\214ed,)3.038 F(the v)144 730.8 Q +(alue 3 is used.)-.25 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(18) +199.835 E 0 Cg EP %%Page: 19 19 %%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 2.5(displayed. A) -144 84 R(trailing ne)2.5 E -(wline is added when the format string is displayed.)-.25 E/F1 10 -/Times-Bold@0 SF(TMOUT)108 96 Q F0 .941(If set to a v)144 108 R .941 -(alue greater than zero,)-.25 F/F2 9/Times-Bold@0 SF(TMOUT)3.441 E F0 -.941(is treated as the def)3.191 F .941(ault timeout for the)-.1 F F1 --.18(re)3.441 G(ad).18 E F0 -.2(bu)3.441 G(iltin.).2 E(The)144 120 Q F1 -(select)2.81 E F0 .31(command terminates if input does not arri)2.81 F -.611 -.15(ve a)-.25 H(fter).15 E F2(TMOUT)2.811 E F0 .311 -(seconds when input is com-)2.561 F .886(ing from a terminal.)144 132 R -.886(In an interacti)5.886 F 1.185 -.15(ve s)-.25 H .885(hell, the v).15 -F .885(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 -144 S 1.05(it for a line of input after issuing the primary prompt.).1 F -F1(Bash)6.05 E F0 1.05(terminates after w)3.55 F 1.05(aiting for that) --.1 F(number of seconds if a complete line of input does not arri)144 -156 Q -.15(ve)-.25 G(.).15 E F1(TMPDIR)108 168 Q F0 .391(If set,)144 180 -R F1(bash)2.891 E F0 .391(uses its v)2.891 F .391 -(alue as the name of a directory in which)-.25 F F1(bash)2.89 E F0 .39 -(creates temporary \214les for the)2.89 F(shell')144 192 Q 2.5(su)-.55 G -(se.)-2.5 E F1(auto_r)108 204 Q(esume)-.18 E F0 .53(This v)144 216 R .53 -(ariable controls ho)-.25 F 3.03(wt)-.25 G .531 -(he shell interacts with the user and job control.)-3.03 F .531 -(If this v)5.531 F .531(ariable is set,)-.25 F .539(single w)144 228 R +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .668(The optional) +144 84 R/F1 10/Times-Bold@0 SF(l)3.168 E F0 .668 +(speci\214es a longer format, including minutes, of the form)3.168 F/F2 +10/Times-Italic@0 SF(MM)3.168 E F0(m)A F2(SS)A F0(.)A F2(FF)A F0 3.167 +(s. The)B -.25(va)3.167 G(lue).25 E(of)144 96 Q F2(p)2.5 E F0 +(determines whether or not the fraction is included.)2.5 E 13.364 +(If this v)144 112.8 R 13.364(ariable is not set,)-.25 F F1(bash)15.865 +E F0 13.365(acts as if it had the v)15.865 F(alue)-.25 E F1($\010\\nr) +144 124.8 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F0 7.113 +(.I)C 4.613(ft)-7.113 G 2.113(he v)-4.613 F 2.113 +(alue is null, no timing information is dis-)-.25 F 2.5(played. A)144 +136.8 R(trailing ne)2.5 E +(wline is added when the format string is displayed.)-.25 E F1(TMOUT)108 +148.8 Q F0 .941(If set to a v)144 160.8 R .941(alue greater than zero,) +-.25 F/F3 9/Times-Bold@0 SF(TMOUT)3.441 E F0 .941(is treated as the def) +3.191 F .941(ault timeout for the)-.1 F F1 -.18(re)3.441 G(ad).18 E F0 +-.2(bu)3.441 G(iltin.).2 E(The)144 172.8 Q F1(select)2.811 E F0 .311 +(command terminates if input does not arri)2.811 F .61 -.15(ve a)-.25 H +(fter).15 E F3(TMOUT)2.81 E F0 .31(seconds when input is com-)2.56 F +.885(ing from a terminal.)144 184.8 R .885(In an interacti)5.885 F 1.185 +-.15(ve s)-.25 H .885(hell, the v).15 F .886 +(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 196.8 +S 1.05(it for a line of input after issuing the primary prompt.).1 F F1 +(Bash)6.05 E F0 1.05(terminates after w)3.55 F 1.05(aiting for that)-.1 +F(number of seconds if a complete line of input does not arri)144 208.8 +Q -.15(ve)-.25 G(.).15 E F1(TMPDIR)108 220.8 Q F0 .39(If set,)144 232.8 +R F1(bash)2.89 E F0 .39(uses its v)2.89 F .39 +(alue as the name of a directory in which)-.25 F F1(bash)2.891 E F0 .391 +(creates temporary \214les for the)2.891 F(shell')144 244.8 Q 2.5(su) +-.55 G(se.)-2.5 E F1(auto_r)108 256.8 Q(esume)-.18 E F0 .531(This v)144 +268.8 R .531(ariable controls ho)-.25 F 3.031(wt)-.25 G .531 +(he shell interacts with the user and job control.)-3.031 F .53 +(If this v)5.53 F .53(ariable is set,)-.25 F .538(single w)144 280.8 R .538(ord simple commands without redirections are treated as candidates\ - for resumption of an)-.1 F -.15(ex)144 240 S .366(isting stopped job) -.15 F 5.366(.T)-.4 G .366(here is no ambiguity allo)-5.366 F .366 -(wed; if there is more than one job be)-.25 F .367(ginning with)-.15 F -1.125(the string typed, the job most recently accessed is selected.)144 -252 R(The)6.125 E/F3 10/Times-Italic@0 SF(name)3.985 E F0 1.124 -(of a stopped job, in this)3.805 F(conte)144 264 Q 1.132 + for resumption of an)-.1 F -.15(ex)144 292.8 S .367(isting stopped job) +.15 F 5.367(.T)-.4 G .366(here is no ambiguity allo)-5.367 F .366 +(wed; if there is more than one job be)-.25 F .366(ginning with)-.15 F +1.124(the string typed, the job most recently accessed is selected.)144 +304.8 R(The)6.125 E F2(name)3.985 E F0 1.125(of a stopped job, in this) +3.805 F(conte)144 316.8 Q 1.133 (xt, is the command line used to start it.)-.15 F 1.133(If set to the v) -6.133 F(alue)-.25 E F3 -.2(ex)3.633 G(act).2 E F0 3.633(,t).68 G 1.133 -(he string supplied must)-3.633 F .606 -(match the name of a stopped job e)144 276 R .606(xactly; if set to)-.15 -F F3(substring)3.445 E F0 3.105(,t).22 G .605 -(he string supplied needs to match a)-3.105 F .884 -(substring of the name of a stopped job)144 288 R 5.884(.T)-.4 G(he) --5.884 E F3(substring)3.724 E F0 -.25(va)3.604 G .885(lue pro).25 F .885 -(vides functionality analogous to)-.15 F(the)144 300 Q F1(%?)3.334 E F0 -.834(job identi\214er \(see)5.834 F F2 .834(JOB CONTR)3.334 F(OL)-.27 E -F0(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo) --.15 G .834(ther v)-3.334 F .833(alue, the supplied string)-.25 F .315 -(must be a pre\214x of a stopped job')144 312 R 2.816(sn)-.55 G .316 -(ame; this pro)-2.816 F .316(vides functionality analogous to the)-.15 F -F1(%)2.816 E F3(string)A F0(job)2.816 E(identi\214er)144 324 Q(.)-.55 E -F1(histchars)108 336 Q F0 .546(The tw)144 348 R 3.046(oo)-.1 G 3.046(rt) --3.046 G .546(hree characters which control history e)-3.046 F .545 -(xpansion and tok)-.15 F .545(enization \(see)-.1 F F2(HIST)3.045 E(OR) --.162 E 2.795(YE)-.315 G(X-)-2.795 E -.666(PA)144 360 S(NSION).666 E F0 -(belo)2.987 E 3.237(w\). The)-.25 F .737(\214rst character is the)3.237 -F F3 .737(history e)3.237 F(xpansion)-.2 E F0(character)3.238 E 3.238 -(,t)-.4 G .738(he character which sig-)-3.238 F .761 -(nals the start of a history e)144 372 R .761(xpansion, normally `)-.15 -F F1(!)A F0 3.261('. The)B .76(second character is the)3.261 F F3(quic) -3.26 E 3.26(ks)-.2 G(ubstitution)-3.26 E F0(character)144 384 Q 3.476 -(,w)-.4 G .977(hich is used as shorthand for re-running the pre)-3.476 F -.977(vious command entered, substituting)-.25 F .131 -(one string for another in the command.)144 396 R .131(The def)5.131 F -.131(ault is `)-.1 F F1(^)A F0 2.63('. The)B .13 -(optional third character is the char)2.63 F(-)-.2 E .276(acter which i\ -ndicates that the remainder of the line is a comment when found as the \ -\214rst character)144 408 R .46(of a w)144 420 R .46(ord, normally `)-.1 -F F1(#)A F0 2.959('. The)B .459 +6.133 F(alue)-.25 E F2 -.2(ex)3.633 G(act).2 E F0 3.632(,t).68 G 1.132 +(he string supplied must)-3.632 F .605 +(match the name of a stopped job e)144 328.8 R .606(xactly; if set to) +-.15 F F2(substring)3.446 E F0 3.106(,t).22 G .606 +(he string supplied needs to match a)-3.106 F .885 +(substring of the name of a stopped job)144 340.8 R 5.884(.T)-.4 G(he) +-5.884 E F2(substring)3.724 E F0 -.25(va)3.604 G .884(lue pro).25 F .884 +(vides functionality analogous to)-.15 F(the)144 352.8 Q F1(%?)3.333 E +F0 .833(job identi\214er \(see)5.833 F F3 .834(JOB CONTR)3.334 F(OL)-.27 +E F0(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo) +-.15 G .834(ther v)-3.334 F .834(alue, the supplied string)-.25 F .316 +(must be a pre\214x of a stopped job')144 364.8 R 2.816(sn)-.55 G .316 +(ame; this pro)-2.816 F .315(vides functionality analogous to the)-.15 F +F1(%)2.815 E F2(string)A F0(job)2.815 E(identi\214er)144 376.8 Q(.)-.55 +E F1(histchars)108 388.8 Q F0 .545(The tw)144 400.8 R 3.045(oo)-.1 G +3.045(rt)-3.045 G .545(hree characters which control history e)-3.045 F +.546(xpansion and tok)-.15 F .546(enization \(see)-.1 F F3(HIST)3.046 E +(OR)-.162 E 2.796(YE)-.315 G(X-)-2.796 E -.666(PA)144 412.8 S(NSION).666 +E F0(belo)2.988 E 3.238(w\). The)-.25 F .738(\214rst character is the) +3.238 F F2 .737(history e)3.237 F(xpansion)-.2 E F0(character)3.237 E +3.237(,t)-.4 G .737(he character which sig-)-3.237 F .76 +(nals the start of a history e)144 424.8 R .761(xpansion, normally `) +-.15 F F1(!)A F0 3.261('. The)B .761(second character is the)3.261 F F2 +(quic)3.261 E 3.261(ks)-.2 G(ubstitution)-3.261 E F0(character)144 436.8 +Q 3.477(,w)-.4 G .977(hich is used as shorthand for re-running the pre) +-3.477 F .976(vious command entered, substituting)-.25 F .13 +(one string for another in the command.)144 448.8 R .131(The def)5.13 F +.131(ault is `)-.1 F F1(^)A F0 2.631('. The)B .131 +(optional third character is the char)2.631 F(-)-.2 E .276(acter which \ +indicates that the remainder of the line is a comment when found as the\ + \214rst character)144 460.8 R .459(of a w)144 472.8 R .459 +(ord, normally `)-.1 F F1(#)A F0 2.959('. The)B .459 (history comment character causes history substitution to be skipped) -2.959 F .466(for the remaining w)144 432 R .466(ords on the line.)-.1 F -.467(It does not necessarily cause the shell parser to treat the rest) -5.467 F(of the line as a comment.)144 444 Q F1(Arrays)87 460.8 Q(Bash) -108 472.8 Q F0(pro)3.391 E .891(vides one-dimensional inde)-.15 F -.15 -(xe)-.15 G 3.391(da).15 G .891(nd associati)-3.391 F 1.191 -.15(ve a) --.25 H .891(rray v).15 F 3.391(ariables. An)-.25 F 3.391(yv)-.15 G .89 -(ariable may be used as an)-3.641 F(inde)108 484.8 Q -.15(xe)-.15 G -2.573(da).15 G .073(rray; the)-2.573 F F1(declar)2.573 E(e)-.18 E F0 -.2 -(bu)2.573 G .073(iltin will e).2 F .073(xplicitly declare an array)-.15 -F 5.073(.T)-.65 G .074(here is no maximum limit on the size of)-5.073 F -.329(an array)108 496.8 R 2.829(,n)-.65 G .329(or an)-2.829 F 2.829(yr) --.15 G .329(equirement that members be inde)-2.829 F -.15(xe)-.15 G -2.829(do).15 G 2.829(ra)-2.829 G .328(ssigned contiguously)-2.829 F -5.328(.I)-.65 G(nde)-5.328 E -.15(xe)-.15 G 2.828(da).15 G .328 -(rrays are refer)-2.828 F(-)-.2 E 1.595(enced using inte)108 508.8 R +2.959 F .467(for the remaining w)144 484.8 R .467(ords on the line.)-.1 +F .466(It does not necessarily cause the shell parser to treat the rest) +5.467 F(of the line as a comment.)144 496.8 Q F1(Arrays)87 513.6 Q(Bash) +108 525.6 Q F0(pro)3.39 E .89(vides one-dimensional inde)-.15 F -.15(xe) +-.15 G 3.39(da).15 G .891(nd associati)-3.39 F 1.191 -.15(ve a)-.25 H +.891(rray v).15 F 3.391(ariables. An)-.25 F 3.391(yv)-.15 G .891 +(ariable may be used as an)-3.641 F(inde)108 537.6 Q -.15(xe)-.15 G +2.574(da).15 G .074(rray; the)-2.574 F F1(declar)2.574 E(e)-.18 E F0 -.2 +(bu)2.574 G .074(iltin will e).2 F .073(xplicitly declare an array)-.15 +F 5.073(.T)-.65 G .073(here is no maximum limit on the size of)-5.073 F +.328(an array)108 549.6 R 2.828(,n)-.65 G .328(or an)-2.828 F 2.828(yr) +-.15 G .329(equirement that members be inde)-2.828 F -.15(xe)-.15 G +2.829(do).15 G 2.829(ra)-2.829 G .329(ssigned contiguously)-2.829 F +5.329(.I)-.65 G(nde)-5.329 E -.15(xe)-.15 G 2.829(da).15 G .329 +(rrays are refer)-2.829 F(-)-.2 E 1.595(enced using inte)108 561.6 R 1.595(gers \(including arithmetic e)-.15 F 1.595 (xpressions\) and are zero-based; associati)-.15 F 1.895 -.15(ve a)-.25 H 1.595(rrays are refer).15 F(-)-.2 E(enced using arbitrary strings.)108 -520.8 Q(Unless otherwise noted, inde)5 E -.15(xe)-.15 G 2.5(da).15 G +573.6 Q(Unless otherwise noted, inde)5 E -.15(xe)-.15 G 2.5(da).15 G (rray indices must be non-ne)-2.5 E -.05(ga)-.15 G(ti).05 E .3 -.15 -(ve i)-.25 H(nte).15 E(gers.)-.15 E 2.463(An inde)108 537.6 R -.15(xe) --.15 G 4.963(da).15 G 2.463(rray is created automatically if an)-4.963 F -4.963(yv)-.15 G 2.462(ariable is assigned to using the syntax)-5.213 F -F3(name)4.962 E F0([)A F3(sub-)A(script)108 549.6 Q F0(]=)A F3(value)A -F0 5.506(.T)C(he)-5.506 E F3(subscript)3.346 E F0 .507 +(ve i)-.25 H(nte).15 E(gers.)-.15 E 2.462(An inde)108 590.4 R -.15(xe) +-.15 G 4.962(da).15 G 2.462(rray is created automatically if an)-4.962 F +4.963(yv)-.15 G 2.463(ariable is assigned to using the syntax)-5.213 F +F2(name)4.963 E F0([)A F2(sub-)A(script)108 602.4 Q F0(]=)A F2(value)A +F0 5.507(.T)C(he)-5.507 E F2(subscript)3.347 E F0 .507 (is treated as an arithmetic e)3.687 F .507(xpression that must e)-.15 F --.25(va)-.25 G .507(luate to a number).25 F 5.507(.T)-.55 G 3.007(oe) --6.307 G(x-)-3.157 E 1.193(plicitly declare an inde)108 561.6 R -.15(xe) --.15 G 3.693(da).15 G(rray)-3.693 E 3.693(,u)-.65 G(se)-3.693 E F1 -(declar)3.693 E 3.693<65ad>-.18 G(a)-3.693 E F3(name)3.693 E F0(\(see) -3.692 E F2 1.192(SHELL B)3.692 F(UIL)-.09 E 1.192(TIN COMMANDS)-.828 F -F0(belo)3.442 E(w\).)-.25 E F1(de-)6.192 E(clar)108 573.6 Q 2.5<65ad> --.18 G(a)-2.5 E F3(name)2.5 E F1([)A F3(subscript)A F1(])A F0 -(is also accepted; the)2.5 E F3(subscript)2.5 E F0(is ignored.)2.5 E -(Associati)108 590.4 Q .3 -.15(ve a)-.25 H(rrays are created using).15 E -F1(declar)2.5 E 2.5<65ad>-.18 G(A)-2.5 E F3(name)2.5 E F0(.)A(Attrib)108 -607.2 Q .94(utes may be speci\214ed for an array v)-.2 F .941 -(ariable using the)-.25 F F1(declar)3.441 E(e)-.18 E F0(and)3.441 E F1 --.18(re)3.441 G(adonly).18 E F0 -.2(bu)3.441 G 3.441(iltins. Each).2 F -(attrib)3.441 E(ute)-.2 E(applies to all members of an array)108 619.2 Q -(.)-.65 E 1.647 -(Arrays are assigned to using compound assignments of the form)108 636 R -F3(name)4.147 E F0(=)A F1(\()A F0 -.25(va)C(lue).25 E F3(1)A F0 1.647 -(... v)4.147 F(alue)-.25 E F3(n)A F1(\))A F0 4.147(,w)C 1.647(here each) --4.147 F F3(value)108 648 Q F0 1.833(is of the form [)4.332 F F3 -(subscript)A F0(]=)A F3(string)A F0 6.833(.I)C(nde)-6.833 E -.15(xe)-.15 -G 4.333(da).15 G 1.833(rray assignments do not require an)-4.333 F 1.833 -(ything b)-.15 F(ut)-.2 E F3(string)4.333 E F0(.)A .164 -(When assigning to inde)108 660 R -.15(xe)-.15 G 2.663(da).15 G .163 -(rrays, if the optional brack)-2.663 F .163 -(ets and subscript are supplied, that inde)-.1 F 2.663(xi)-.15 G 2.663 -(sa)-2.663 G(ssigned)-2.663 E .459(to; otherwise the inde)108 672 R -2.959(xo)-.15 G 2.959(ft)-2.959 G .459 -(he element assigned is the last inde)-2.959 F 2.96(xa)-.15 G .46 -(ssigned to by the statement plus one.)-2.96 F(In-)5.46 E(de)108 684 Q -(xing starts at zero.)-.15 E(When assigning to an associati)108 700.8 Q -.3 -.15(ve a)-.25 H(rray).15 E 2.5(,t)-.65 G(he subscript is required.) --2.5 E .24(This syntax is also accepted by the)108 717.6 R F1(declar) -2.74 E(e)-.18 E F0 -.2(bu)2.739 G 2.739(iltin. Indi).2 F .239 -(vidual array elements may be assigned to using the)-.25 F F3(name)108 -729.6 Q F0([)A F3(subscript)A F0(]=)A F3(value)A F0 3.72 -(syntax introduced abo)6.22 F -.15(ve)-.15 G 8.72(.W).15 G 3.72 -(hen assigning to an inde)-8.72 F -.15(xe)-.15 G 6.22(da).15 G(rray) --6.22 E 6.22(,i)-.65 G(f)-6.22 E F3(name)6.58 E F0(is)6.4 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(19)190.95 E 0 Cg EP +-.25(va)-.25 G .507(luate to a number).25 F 5.506(.T)-.55 G 3.006(oe) +-6.306 G(x-)-3.156 E 1.192(plicitly declare an inde)108 614.4 R -.15(xe) +-.15 G 3.692(da).15 G(rray)-3.692 E 3.692(,u)-.65 G(se)-3.692 E F1 +(declar)3.692 E 3.693<65ad>-.18 G(a)-3.693 E F2(name)3.693 E F0(\(see) +3.693 E F3 1.193(SHELL B)3.693 F(UIL)-.09 E 1.193(TIN COMMANDS)-.828 F +F0(belo)3.443 E(w\).)-.25 E F1(de-)6.193 E(clar)108 626.4 Q 2.5<65ad> +-.18 G(a)-2.5 E F2(name)2.5 E F1([)A F2(subscript)A F1(])A F0 +(is also accepted; the)2.5 E F2(subscript)2.5 E F0(is ignored.)2.5 E +(Associati)108 643.2 Q .3 -.15(ve a)-.25 H(rrays are created using).15 E +F1(declar)2.5 E 2.5<65ad>-.18 G(A)-2.5 E F2(name)2.5 E F0(.)A(Attrib)108 +660 Q .941(utes may be speci\214ed for an array v)-.2 F .941 +(ariable using the)-.25 F F1(declar)3.441 E(e)-.18 E F0(and)3.44 E F1 +-.18(re)3.44 G(adonly).18 E F0 -.2(bu)3.44 G 3.44(iltins. Each).2 F +(attrib)3.44 E(ute)-.2 E(applies to all members of an array)108 672 Q(.) +-.65 E 1.647 +(Arrays are assigned to using compound assignments of the form)108 688.8 +R F2(name)4.147 E F0(=)A F1(\()A F0 -.25(va)C(lue).25 E F2(1)A F0 1.647 +(... v)4.147 F(alue)-.25 E F2(n)A F1(\))A F0 4.148(,w)C 1.648(here each) +-4.148 F F2(value)108 700.8 Q F0 .212(may be of the form [)2.712 F F2 +(subscript)A F0(]=)A F2(string)A F0 5.211(.I)C(nde)-5.211 E -.15(xe)-.15 +G 2.711(da).15 G .211(rray assignments do not require an)-2.711 F .211 +(ything b)-.15 F(ut)-.2 E F2(string)2.711 E F0(.)A(Each)108 712.8 Q F2 +(value)2.529 E F0 .029(in the list is e)2.529 F .029 +(xpanded using all the shell e)-.15 F .029(xpansions described belo)-.15 +F 2.529(wu)-.25 G(nder)-2.529 E F3(EXP)2.529 E(ANSION)-.666 E/F4 9 +/Times-Roman@0 SF(.)A F0(When)4.53 E .996(assigning to inde)108 724.8 R +-.15(xe)-.15 G 3.496(da).15 G .996(rrays, if the optional brack)-3.496 F +.996(ets and subscript are supplied, that inde)-.1 F 3.495(xi)-.15 G +3.495(sa)-3.495 G .995(ssigned to;)-3.495 F(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(19)199.835 E 0 Cg EP %%Page: 20 20 %%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 .79 -(subscripted by a ne)108 84 R -.05(ga)-.15 G(ti).05 E 1.09 -.15(ve n) --.25 H(umber).15 E 3.29(,t)-.4 G .79 -(hat number is interpreted as relati)-3.29 F 1.09 -.15(ve t)-.25 H 3.29 -(oo).15 G .79(ne greater than the maximum)-3.29 F(inde)108 96 Q 2.929 -(xo)-.15 G(f)-2.929 E/F1 10/Times-Italic@0 SF(name)2.929 E F0 2.929(,s)C -2.929(on)-2.929 G -2.25 -.15(eg a)-2.929 H(ti).15 E .729 -.15(ve i)-.25 -H .429(ndices count back from the end of the array).15 F 2.929(,a)-.65 G -.429(nd an inde)-2.929 F 2.929(xo)-.15 G 2.929<66ad>-2.929 G 2.929(1r) --2.929 G .429(eferences the)-2.929 F(last element.)108 108 Q(An)108 -124.8 Q 3.576(ye)-.15 G 1.076 -(lement of an array may be referenced using ${)-3.576 F F1(name)A F0([)A -F1(subscript)A F0 3.575(]}. The)B 1.075(braces are required to a)3.575 F --.2(vo)-.2 G(id).2 E 1.541(con\215icts with pathname e)108 136.8 R 4.041 -(xpansion. If)-.15 F F1(subscript)4.041 E F0(is)4.041 E/F2 10 -/Times-Bold@0 SF(@)4.041 E F0(or)4.041 E F2(*)4.041 E F0 4.041(,t)C -1.541(he w)-4.041 F 1.541(ord e)-.1 F 1.541(xpands to all members of) --.15 F F1(name)4.042 E F0(.)A 1.057(These subscripts dif)108 148.8 R -1.057(fer only when the w)-.25 F 1.057 -(ord appears within double quotes.)-.1 F 1.056(If the w)6.056 F 1.056 -(ord is double-quoted,)-.1 F(${)108 160.8 Q F1(name)A F0 .52([*]} e)B -.52(xpands to a single w)-.15 F .52(ord with the v)-.1 F .521 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .416 +(otherwise the inde)108 84 R 2.916(xo)-.15 G 2.916(ft)-2.916 G .417 +(he element assigned is the last inde)-2.916 F 2.917(xa)-.15 G .417 +(ssigned to by the statement plus one.)-2.917 F(Inde)5.417 E(x-)-.15 E +(ing starts at zero.)108 96 Q 1.288(When assigning to an associati)108 +112.8 R 1.588 -.15(ve a)-.25 H(rray).15 E 3.788(,t)-.65 G 1.288(he w) +-3.788 F 1.288(ords in a compound assignment may be either assignment) +-.1 F .608 +(statements, for which the subscript is required, or a list of w)108 +124.8 R .608(ords that is interpreted as a sequence of alter)-.1 F(-)-.2 +E 1.957(nating k)108 136.8 R -.15(ey)-.1 G 4.457(sa).15 G 1.957(nd v) +-4.457 F(alues:)-.25 E/F1 10/Times-Italic@0 SF(name)4.457 E F0(=)A/F2 10 +/Times-Bold@0 SF(\()A F1 -.1(ke)4.457 G 1.957(y1 value1 k)-.2 F -.3(ey) +-.1 G 4.457(2v).3 G(alue2)-4.457 E F0(...)4.457 E F2(\))A F0 6.957(.T)C +1.956(hese are treated identically to)-6.957 F F1(name)4.456 E F0(=)A F2 +(\()A F0([)108 148.8 Q F1 -.1(ke)C(y1)-.2 E F0(]=)A F1(value1)A F0([) +3.132 E F1 -.1(ke)C(y2)-.2 E F0(]=)A F1(value2)A F0(...)3.132 E F2(\))A +F0 5.632(.T)C .632(he \214rst w)-5.632 F .633 +(ord in the list determines ho)-.1 F 3.133(wt)-.25 G .633 +(he remaining w)-3.133 F .633(ords are inter)-.1 F(-)-.2 E .154 +(preted; all assignments in a list must be of the same type.)108 160.8 R +.153(When using k)5.153 F -.15(ey)-.1 G(/v).15 E .153(alue pairs, the k) +-.25 F -.15(ey)-.1 G 2.653(sm).15 G .153(ay not be)-2.653 F +(missing or empty; a \214nal missing v)108 172.8 Q(alue is treated lik) +-.25 E 2.5(et)-.1 G(he empty string.)-2.5 E .239 +(This syntax is also accepted by the)108 189.6 R F2(declar)2.739 E(e) +-.18 E F0 -.2(bu)2.739 G 2.739(iltin. Indi).2 F .24 +(vidual array elements may be assigned to using the)-.25 F F1(name)108 +201.6 Q F0([)A F1(subscript)A F0(]=)A F1(value)A F0 1.917 +(syntax introduced abo)4.417 F -.15(ve)-.15 G 6.917(.W).15 G 1.917 +(hen assigning to an inde)-6.917 F -.15(xe)-.15 G 4.417(da).15 G(rray) +-4.417 E 4.417(,i)-.65 G(f)-4.417 E F1(name)4.777 E F0 1.916(is sub-) +4.597 F .115(scripted by a ne)108 213.6 R -.05(ga)-.15 G(ti).05 E .415 +-.15(ve n)-.25 H(umber).15 E 2.615(,t)-.4 G .115 +(hat number is interpreted as relati)-2.615 F .415 -.15(ve t)-.25 H +2.615(oo).15 G .116(ne greater than the maximum inde)-2.615 F(x)-.15 E +(of)108 225.6 Q F1(name)2.677 E F0 2.677(,s)C 2.677(on)-2.677 G -2.25 +-.15(eg a)-2.677 H(ti).15 E .477 -.15(ve i)-.25 H .177 +(ndices count back from the end of the array).15 F 2.677(,a)-.65 G .177 +(nd an inde)-2.677 F 2.676(xo)-.15 G 2.676<66ad>-2.676 G 2.676(1r)-2.676 +G .176(eferences the last el-)-2.676 F(ement.)108 237.6 Q(An)108 254.4 Q +3.575(ye)-.15 G 1.075(lement of an array may be referenced using ${) +-3.575 F F1(name)A F0([)A F1(subscript)A F0 3.575(]}. The)B 1.076 +(braces are required to a)3.576 F -.2(vo)-.2 G(id).2 E 1.542 +(con\215icts with pathname e)108 266.4 R 4.041(xpansion. If)-.15 F F1 +(subscript)4.041 E F0(is)4.041 E F2(@)4.041 E F0(or)4.041 E F2(*)4.041 E +F0 4.041(,t)C 1.541(he w)-4.041 F 1.541(ord e)-.1 F 1.541 +(xpands to all members of)-.15 F F1(name)4.041 E F0(.)A 1.056 +(These subscripts dif)108 278.4 R 1.056(fer only when the w)-.25 F 1.057 +(ord appears within double quotes.)-.1 F 1.057(If the w)6.057 F 1.057 +(ord is double-quoted,)-.1 F(${)108 290.4 Q F1(name)A F0 .521([*]} e)B +.521(xpands to a single w)-.15 F .521(ord with the v)-.1 F .52 (alue of each array member separated by the \214rst character)-.25 F -1.375(of the)108 172.8 R/F3 9/Times-Bold@0 SF(IFS)3.875 E F0 1.375 -(special v)3.625 F 1.375(ariable, and ${)-.25 F F1(name)A F0 1.375 -([@]} e)B 1.375(xpands each element of)-.15 F F1(name)3.875 E F0 1.374 -(to a separate w)3.875 F 3.874(ord. When)-.1 F 2.027 -(there are no array members, ${)108 184.8 R F1(name)A F0 2.028([@]} e)B -2.028(xpands to nothing.)-.15 F 2.028(If the double-quoted e)7.028 F -2.028(xpansion occurs)-.15 F .759(within a w)108 196.8 R .759 +1.374(of the)108 302.4 R/F3 9/Times-Bold@0 SF(IFS)3.874 E F0 1.374 +(special v)3.624 F 1.375(ariable, and ${)-.25 F F1(name)A F0 1.375 +([@]} e)B 1.375(xpands each element of)-.15 F F1(name)3.875 E F0 1.375 +(to a separate w)3.875 F 3.875(ord. When)-.1 F 2.028 +(there are no array members, ${)108 314.4 R F1(name)A F0 2.028([@]} e)B +2.028(xpands to nothing.)-.15 F 2.027(If the double-quoted e)7.028 F +2.027(xpansion occurs)-.15 F .758(within a w)108 326.4 R .759 (ord, the e)-.1 F .759 (xpansion of the \214rst parameter is joined with the be)-.15 F .759 -(ginning part of the original w)-.15 F(ord,)-.1 E .515(and the e)108 -208.8 R .516(xpansion of the last parameter is joined with the last par\ -t of the original w)-.15 F 3.016(ord. This)-.1 F .516(is analogous)3.016 -F .228(to the e)108 220.8 R .228(xpansion of the special parameters)-.15 +(ginning part of the original w)-.15 F(ord,)-.1 E .516(and the e)108 +338.4 R .516(xpansion of the last parameter is joined with the last par\ +t of the original w)-.15 F 3.015(ord. This)-.1 F .515(is analogous)3.015 +F .227(to the e)108 350.4 R .228(xpansion of the special parameters)-.15 F F2(*)2.728 E F0(and)2.728 E F2(@)2.728 E F0(\(see)2.728 E F2 .228 -(Special P)2.728 F(arameters)-.1 E F0(abo)2.727 E -.15(ve)-.15 G 2.727 -(\). ${#).15 F F1(name)A F0([)A F1(subscript)A F0(]})A -.15(ex)108 232.8 +(Special P)2.728 F(arameters)-.1 E F0(abo)2.728 E -.15(ve)-.15 G 2.728 +(\). ${#).15 F F1(name)A F0([)A F1(subscript)A F0(]})A -.15(ex)108 362.4 S .886(pands to the length of ${).15 F F1(name)A F0([)A F1(subscript)A F0 3.386(]}. If)B F1(subscript)3.386 E F0(is)3.386 E F2(*)3.386 E F0(or) 3.386 E F2(@)3.386 E F0 3.386(,t)C .886(he e)-3.386 F .886 -(xpansion is the number of ele-)-.15 F .295(ments in the array)108 244.8 -R 5.295(.I)-.65 G 2.795(ft)-5.295 G(he)-2.795 E F1(subscript)3.135 E F0 +(xpansion is the number of ele-)-.15 F .294(ments in the array)108 374.4 +R 5.294(.I)-.65 G 2.794(ft)-5.294 G(he)-2.794 E F1(subscript)3.135 E F0 .295(used to reference an element of an inde)3.475 F -.15(xe)-.15 G -2.794(da).15 G .294(rray e)-2.794 F -.25(va)-.25 G .294 -(luates to a number).25 F .628 -(less than zero, it is interpreted as relati)108 256.8 R .928 -.15(ve t) --.25 H 3.128(oo).15 G .629(ne greater than the maximum inde)-3.128 F -3.129(xo)-.15 G 3.129(ft)-3.129 G .629(he array)-3.129 F 3.129(,s)-.65 G -3.129(on)-3.129 G -2.25 -.15(eg a)-3.129 H(ti).15 E -.15(ve)-.25 G -(indices count back from the end of the array)108 268.8 Q 2.5(,a)-.65 G +2.795(da).15 G .295(rray e)-2.795 F -.25(va)-.25 G .295 +(luates to a number).25 F .629 +(less than zero, it is interpreted as relati)108 386.4 R .929 -.15(ve t) +-.25 H 3.128(oo).15 G .628(ne greater than the maximum inde)-3.128 F +3.128(xo)-.15 G 3.128(ft)-3.128 G .628(he array)-3.128 F 3.128(,s)-.65 G +3.128(on)-3.128 G -2.25 -.15(eg a)-3.128 H(ti).15 E -.15(ve)-.25 G +(indices count back from the end of the array)108 398.4 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 .595(Referencing an array v)108 -285.6 R .595(ariable without a subscript is equi)-.25 F -.25(va)-.25 G +415.2 R .595(ariable without a subscript is equi)-.25 F -.25(va)-.25 G .595(lent to referencing the array with a subscript of).25 F 2.5(0. An) -108 297.6 R 2.5(yr)-.15 G(eference to a v)-2.5 E(ariable using a v)-.25 +108 427.2 R 2.5(yr)-.15 G(eference to a v)-2.5 E(ariable using a v)-.25 E(alid subscript is le)-.25 E -.05(ga)-.15 G(l, and).05 E F2(bash)2.5 E -F0(will create an array if necessary)2.5 E(.)-.65 E(An array v)108 314.4 -Q(ariable is considered set if a subscript has been assigned a v)-.25 E +F0(will create an array if necessary)2.5 E(.)-.65 E(An array v)108 444 Q +(ariable is considered set if a subscript has been assigned a v)-.25 E 2.5(alue. The)-.25 F(null string is a v)2.5 E(alid v)-.25 E(alue.)-.25 E -.417(It is possible to obtain the k)108 331.2 R -.15(ey)-.1 G 2.918(s\() -.15 G .418(indices\) of an array as well as the v)-2.918 F 2.918 -(alues. ${)-.25 F F2(!)A F1(name)A F0([)A F1(@)A F0 .418(]} and ${)B F2 -(!)A F1(name)A F0([)A F1(*)A F0(]})A -.15(ex)108 343.2 S .75 +.418(It is possible to obtain the k)108 460.8 R -.15(ey)-.1 G 2.918(s\() +.15 G .418(indices\) of an array as well as the v)-2.918 F 2.917 +(alues. ${)-.25 F F2(!)A F1(name)A F0([)A F1(@)A F0 .417(]} and ${)B F2 +(!)A F1(name)A F0([)A F1(*)A F0(]})A -.15(ex)108 472.8 S .749 (pand to the indices assigned in array v).15 F(ariable)-.25 E F1(name) -3.249 E F0 5.749(.T)C .749 +3.249 E F0 5.749(.T)C .75 (he treatment when in double quotes is similar to)-5.749 F(the e)108 -355.2 Q(xpansion of the special parameters)-.15 E F1(@)2.5 E F0(and)2.5 -E F1(*)2.5 E F0(within double quotes.)2.5 E(The)108 372 Q F2(unset)2.766 -E F0 -.2(bu)2.766 G .267(iltin is used to destro).2 F 2.767(ya)-.1 G -(rrays.)-2.767 E F2(unset)5.267 E F1(name)2.767 E F0([)A F1(subscript)A +484.8 Q(xpansion of the special parameters)-.15 E F1(@)2.5 E F0(and)2.5 +E F1(*)2.5 E F0(within double quotes.)2.5 E(The)108 501.6 Q F2(unset) +2.767 E F0 -.2(bu)2.767 G .267(iltin is used to destro).2 F 2.767(ya)-.1 +G(rrays.)-2.767 E F2(unset)5.267 E F1(name)2.767 E F0([)A F1(subscript)A F0 2.767(]d)C(estro)-2.767 E .267(ys the array element at inde)-.1 F(x) --.15 E F1(sub-)2.767 E(script)108 384 Q F0 2.858(,f)C .358(or both inde) --2.858 F -.15(xe)-.15 G 2.858(da).15 G .358(nd associati)-2.858 F .658 --.15(ve a)-.25 H 2.858(rrays. Ne).15 F -.05(ga)-.15 G(ti).05 E .658 -.15 -(ve s)-.25 H .358(ubscripts to inde).15 F -.15(xe)-.15 G 2.858(da).15 G -.358(rrays are interpreted as de-)-2.858 F 1.204(scribed abo)108 396 R --.15(ve)-.15 G 6.204(.U).15 G 1.204 -(nsetting the last element of an array v)-6.204 F 1.205 -(ariable does not unset the v)-.25 F(ariable.)-.25 E F2(unset)6.205 E F1 -(name)3.705 E F0(,)A(where)108 408 Q F1(name)2.5 E F0(is an array)2.5 E -2.5(,o)-.65 G(r)-2.5 E F2(unset)2.5 E F1(name)2.5 E F0([)A F1(subscript) -A F0(], where)A F1(subscript)2.5 E F0(is)2.5 E F2(*)2.5 E F0(or)2.5 E F2 -(@)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 .029(When using a v)108 424.8 R .029 -(ariable name with a subscript as an ar)-.25 F .028 -(gument to a command, such as with)-.18 F F2(unset)2.528 E F0 2.528(,w)C -.028(ithout us-)-2.528 F .937(ing the w)108 436.8 R .937(ord e)-.1 F -.937(xpansion syntax described abo)-.15 F -.15(ve)-.15 G 3.437(,t).15 G -.937(he ar)-3.437 F .938(gument is subject to pathname e)-.18 F 3.438 -(xpansion. If)-.15 F(path-)3.438 E(name e)108 448.8 Q +-.15 E F1(sub-)2.766 E(script)108 513.6 Q F0 2.858(,f)C .358 +(or both inde)-2.858 F -.15(xe)-.15 G 2.858(da).15 G .358(nd associati) +-2.858 F .658 -.15(ve a)-.25 H 2.858(rrays. Ne).15 F -.05(ga)-.15 G(ti) +.05 E .658 -.15(ve s)-.25 H .358(ubscripts to inde).15 F -.15(xe)-.15 G +2.858(da).15 G .358(rrays are interpreted as de-)-2.858 F 1.205 +(scribed abo)108 525.6 R -.15(ve)-.15 G 6.205(.U).15 G 1.205 +(nsetting the last element of an array v)-6.205 F 1.204 +(ariable does not unset the v)-.25 F(ariable.)-.25 E F2(unset)6.204 E F1 +(name)3.704 E F0(,)A(where)108 537.6 Q F1(name)2.5 E F0(is an array)2.5 +E 2.5(,o)-.65 G(r)-2.5 E F2(unset)2.5 E F1(name)2.5 E F0([)A F1 +(subscript)A F0(], where)A F1(subscript)2.5 E F0(is)2.5 E F2(*)2.5 E F0 +(or)2.5 E F2(@)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 .028(When using a v)108 554.4 R .028 +(ariable name with a subscript as an ar)-.25 F .029 +(gument to a command, such as with)-.18 F F2(unset)2.529 E F0 2.529(,w)C +.029(ithout us-)-2.529 F .938(ing the w)108 566.4 R .938(ord e)-.1 F +.938(xpansion syntax described abo)-.15 F -.15(ve)-.15 G 3.437(,t).15 G +.937(he ar)-3.437 F .937(gument is subject to pathname e)-.18 F 3.437 +(xpansion. If)-.15 F(path-)3.437 E(name e)108 578.4 Q (xpansion is not desired, the ar)-.15 E(gument should be quoted.)-.18 E -(The)108 465.6 Q F2(declar)2.684 E(e)-.18 E F0(,)A F2(local)2.684 E F0 -2.684(,a)C(nd)-2.684 E F2 -.18(re)2.684 G(adonly).18 E F0 -.2(bu)2.684 G +(The)108 595.2 Q F2(declar)2.683 E(e)-.18 E F0(,)A F2(local)2.683 E F0 +2.683(,a)C(nd)-2.683 E F2 -.18(re)2.683 G(adonly).18 E F0 -.2(bu)2.683 G .184(iltins each accept a).2 F F22.684 E F0 .184 -(option to specify an inde)2.684 F -.15(xe)-.15 G 2.683(da).15 G .183 -(rray and a)-2.683 F F22.683 E F0(op-)2.683 E .041 -(tion to specify an associati)108 477.6 R .341 -.15(ve a)-.25 H(rray).15 +(option to specify an inde)2.684 F -.15(xe)-.15 G 2.684(da).15 G .184 +(rray and a)-2.684 F F22.684 E F0(op-)2.684 E .042 +(tion to specify an associati)108 607.2 R .341 -.15(ve a)-.25 H(rray).15 E 5.041(.I)-.65 G 2.541(fb)-5.041 G .041(oth options are supplied,) -2.541 F F22.541 E F0(tak)2.541 E .041(es precedence.)-.1 F(The) -5.041 E F2 -.18(re)2.542 G(ad).18 E F0 -.2(bu)2.542 G .042(iltin ac-).2 -F .864(cepts a)108 489.6 R F23.364 E F0 .864 -(option to assign a list of w)3.364 F .864 -(ords read from the standard input to an array)-.1 F 5.863(.T)-.65 G(he) --5.863 E F2(set)3.363 E F0(and)3.363 E F2(declar)3.363 E(e)-.18 E F0 -.2 -(bu)108 501.6 S(iltins display array v).2 E(alues in a w)-.25 E +5.041 E F2 -.18(re)2.541 G(ad).18 E F0 -.2(bu)2.541 G .041(iltin ac-).2 +F .863(cepts a)108 619.2 R F23.363 E F0 .864 +(option to assign a list of w)3.363 F .864 +(ords read from the standard input to an array)-.1 F 5.864(.T)-.65 G(he) +-5.864 E F2(set)3.364 E F0(and)3.364 E F2(declar)3.364 E(e)-.18 E F0 -.2 +(bu)108 631.2 S(iltins display array v).2 E(alues in a w)-.25 E (ay that allo)-.1 E(ws them to be reused as assignments.)-.25 E/F4 10.95 -/Times-Bold@0 SF(EXP)72 518.4 Q(ANSION)-.81 E F0 .76(Expansion is perfo\ -rmed on the command line after it has been split into w)108 530.4 R 3.26 +/Times-Bold@0 SF(EXP)72 648 Q(ANSION)-.81 E F0 .76(Expansion is perform\ +ed on the command line after it has been split into w)108 660 R 3.26 (ords. There)-.1 F .76(are se)3.26 F -.15(ve)-.25 G 3.26(nk).15 G .76 -(inds of)-3.26 F -.15(ex)108 542.4 S .201(pansion performed:).15 F F1 -(br)2.971 E .201(ace e)-.15 F(xpansion)-.2 E F0(,).24 E F1 .201(tilde e) +(inds of)-3.26 F -.15(ex)108 672 S .2(pansion performed:).15 F F1(br) +2.971 E .201(ace e)-.15 F(xpansion)-.2 E F0(,).24 E F1 .201(tilde e) 2.831 F(xpansion)-.2 E F0(,).24 E F1(par)3.951 E .201 -(ameter and variable e)-.15 F(xpansion)-.2 E F0(,).24 E F1 .2 -(command sub-)2.901 F(stitution)108 554.4 Q F0(,).24 E F1(arithmetic e) +(ameter and variable e)-.15 F(xpansion)-.2 E F0(,).24 E F1 .201 +(command sub-)2.901 F(stitution)108 684 Q F0(,).24 E F1(arithmetic e) 2.83 E(xpansion)-.2 E F0(,).24 E F1(wor)2.84 E 2.5(ds)-.37 G(plitting) -2.5 E F0 2.5(,a).22 G(nd)-2.5 E F1(pathname e)3.75 E(xpansion)-.2 E F0 -(.).24 E .418(The order of e)108 571.2 R .418(xpansions is: brace e)-.15 -F .418(xpansion; tilde e)-.15 F .419(xpansion, parameter and v)-.15 F -.419(ariable e)-.25 F .419(xpansion, arithmetic)-.15 F -.15(ex)108 583.2 -S .196(pansion, and command substitution \(done in a left-to-right f).15 -F .195(ashion\); w)-.1 F .195(ord splitting; and pathname e)-.1 F(xpan-) --.15 E(sion.)108 595.2 Q .257 -(On systems that can support it, there is an additional e)108 612 R .257 -(xpansion a)-.15 F -.25(va)-.2 G(ilable:).25 E F1(pr)2.757 E .257 -(ocess substitution)-.45 F F0 5.257(.T)C .257(his is per)-5.257 F(-)-.2 -E(formed at the same time as tilde, parameter)108 624 Q 2.5(,v)-.4 G -(ariable, and arithmetic e)-2.75 E(xpansion and command substitution.) --.15 E .003(After these e)108 640.8 R .003 -(xpansions are performed, quote characters present in the original w) --.15 F .002(ord are remo)-.1 F -.15(ve)-.15 G 2.502(du).15 G .002 -(nless the)-2.502 F(y)-.15 E(ha)108 652.8 Q .3 -.15(ve b)-.2 H -(een quoted themselv).15 E(es \()-.15 E F1(quote r)A(emo)-.37 E(val)-.1 -E F0(\).)A .171(Only brace e)108 669.6 R .171(xpansion, w)-.15 F .171 -(ord splitting, and pathname e)-.1 F .171 -(xpansion can increase the number of w)-.15 F .172(ords of the e)-.1 F -(x-)-.15 E .777(pansion; other e)108 681.6 R .776(xpansions e)-.15 F -.776(xpand a single w)-.15 F .776(ord to a single w)-.1 F 3.276 -(ord. The)-.1 F .776(only e)3.276 F .776(xceptions to this are the e) --.15 F(x-)-.15 E .695(pansions of ")108 693.6 R F2($@)A F0 3.195("a)C -.695(nd ")-3.195 F F2(${)A F1(name)A F2([@]})A F0 .696 -(", and, in most cases,)B F2($*)3.196 E F0(and)3.196 E F2(${)3.196 E F1 -(name)A F2([*]})A F0 .696(as e)3.196 F .696(xplained abo)-.15 F .996 --.15(ve \()-.15 H(see).15 E F3 -.666(PA)3.196 G(-).666 E(RAMETERS)108 -705.6 Q/F5 9/Times-Roman@0 SF(\).)A F0(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(20)190.95 E 0 Cg EP +(.).24 E .419(The order of e)108 700.8 R .419(xpansions is: brace e)-.15 +F .418(xpansion; tilde e)-.15 F .418(xpansion, parameter and v)-.15 F +.418(ariable e)-.25 F .418(xpansion, arithmetic)-.15 F -.15(ex)108 712.8 +S .195(pansion, and command substitution \(done in a left-to-right f).15 +F .196(ashion\); w)-.1 F .196(ord splitting; and pathname e)-.1 F(xpan-) +-.15 E(sion.)108 724.8 Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(20) +199.835 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/F1 10/Times-Bold@0 -SF(Brace Expansion)87 84 Q/F2 10/Times-Italic@0 SF(Br)108.58 96 Q .606 -(ace e)-.15 F(xpansion)-.2 E F0 .606 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .257 +(On systems that can support it, there is an additional e)108 84 R .257 +(xpansion a)-.15 F -.25(va)-.2 G(ilable:).25 E/F1 10/Times-Italic@0 SF +(pr)2.757 E .257(ocess substitution)-.45 F F0 5.257(.T)C .256 +(his is per)-5.257 F(-)-.2 E +(formed at the same time as tilde, parameter)108 96 Q 2.5(,v)-.4 G +(ariable, and arithmetic e)-2.75 E(xpansion and command substitution.) +-.15 E .002(After these e)108 112.8 R .003 +(xpansions are performed, quote characters present in the original w) +-.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 124.8 Q .3 -.15(ve b)-.2 H +(een quoted themselv).15 E(es \()-.15 E F1(quote r)A(emo)-.37 E(val)-.1 +E F0(\).)A .172(Only brace e)108 141.6 R .172(xpansion, w)-.15 F .171 +(ord splitting, and pathname e)-.1 F .171 +(xpansion can increase the number of w)-.15 F .171(ords of the e)-.1 F +(x-)-.15 E .776(pansion; other e)108 153.6 R .776(xpansions e)-.15 F +.776(xpand a single w)-.15 F .776(ord to a single w)-.1 F 3.276 +(ord. The)-.1 F .776(only e)3.276 F .776(xceptions to this are the e) +-.15 F(x-)-.15 E .696(pansions of ")108 165.6 R/F2 10/Times-Bold@0 SF +($@)A F0 3.196("a)C .696(nd ")-3.196 F F2(${)A F1(name)A F2([@]})A F0 +.696(", and, in most cases,)B F2($*)3.196 E F0(and)3.196 E F2(${)3.196 E +F1(name)A F2([*]})A F0 .695(as e)3.196 F .695(xplained abo)-.15 F .995 +-.15(ve \()-.15 H(see).15 E/F3 9/Times-Bold@0 SF -.666(PA)3.195 G(-).666 +E(RAMETERS)108 177.6 Q/F4 9/Times-Roman@0 SF(\).)A F2(Brace Expansion)87 +194.4 Q F1(Br)108.58 206.4 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 108 Q F2 .415(pathname e) -2.915 F(xpansion)-.2 E F0 2.915(,b)C .415 +.606(This mechanism is similar)5.606 F(to)108 218.4 Q F1 .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 .074(form of an optional)108 120 R F2(pr)3.823 E(eamble) +(he)-2.915 E .073(form of an optional)108 230.4 R F1(pr)3.823 E(eamble) -.37 E F0 2.573(,f).18 G(ollo)-2.573 E .073 (wed by either a series of comma-separated strings or a sequence e)-.25 -F(xpres-)-.15 E .489(sion between a pair of braces, follo)108 132 R .489 -(wed by an optional)-.25 F F2(postscript)4.239 E F0 5.49(.T).68 G .49 -(he preamble is pre\214x)-5.49 F .49(ed to each string)-.15 F .659(cont\ -ained within the braces, and the postscript is then appended to each re\ -sulting string, e)108 144 R .658(xpanding left to)-.15 F(right.)108 156 -Q .718(Brace e)108 172.8 R .719(xpansions may be nested.)-.15 F .719 -(The results of each e)5.719 F .719 +F(xpres-)-.15 E .49(sion between a pair of braces, follo)108 242.4 R +.489(wed by an optional)-.25 F F1(postscript)4.239 E F0 5.489(.T).68 G +.489(he preamble is pre\214x)-5.489 F .489(ed to each string)-.15 F .659 +(contained within the braces, and the postscript is then appended to ea\ +ch resulting string, e)108 254.4 R .659(xpanding left to)-.15 F(right.) +108 266.4 Q .719(Brace e)108 283.2 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 184.8 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 201.6 S .743(equence e)-3.243 F .743(xpression tak)-.15 F .743 -(es the form)-.1 F F1({)3.243 E F2(x)A F1(..)A F2(y)A F1([..)A F2(incr)A -F1(]})A F0 3.243(,w)C(here)-3.243 E F2(x)3.243 E F0(and)3.242 E F2(y) -3.242 E F0 .742(are either inte)3.242 F .742(gers or single characters,) --.15 F(and)108 213.6 Q F2(incr)3.031 E F0 3.031(,a)C 3.032(no)-3.031 G +108 295.2 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F2({)A F0 +(d,c,b)A F2(})A F0 2.5(ee)C(xpands into `ade ace abe'.)-2.65 E 3.242(As) +108 312 S .742(equence e)-3.242 F .742(xpression tak)-.15 F .742 +(es the form)-.1 F F2({)3.242 E F1(x)A F2(..)A F1(y)A F2([..)A F1(incr)A +F2(]})A F0 3.242(,w)C(here)-3.242 E F1(x)3.242 E F0(and)3.243 E F1(y) +3.243 E F0 .743(are either inte)3.243 F .743(gers or single characters,) +-.15 F(and)108 324 Q F1(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 -225.6 R F2(x)2.578 E F0(and)2.578 E F2(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 F2(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 237.6 R .014(When either)5.014 F F2(x)2.514 E F0(or) -2.514 E F2(y)2.514 E F0(be)2.514 E .015(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 249.6 R -6.143(.W)-.65 G 1.143(hen characters are supplied, the e)-6.143 F -(xpression)-.15 E -.15(ex)108 261.6 S 1.064(pands to each character le) -.15 F 1.064(xicographically between)-.15 F F2(x)3.564 E F0(and)3.564 E -F2(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 .245 -(that both)108 273.6 R F2(x)2.745 E F0(and)2.745 E F2(y)2.745 E F0 .245 -(must be of the same type.)2.745 F .244 -(When the increment is supplied, it is used as the dif)5.245 F .244 -(ference be-)-.25 F(tween each term.)108 285.6 Q(The def)5 E -(ault increment is 1 or \2551 as appropriate.)-.1 E .581(Brace e)108 -302.4 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 314.4 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 326.4 Q +(xpression e)-.15 F .531(xpands to each)-.15 F .077(number between)108 +336 R F1(x)2.577 E F0(and)2.577 E F1(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 F1(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 348 R .015(When either)5.015 F F1(x)2.515 E F0(or)2.515 +E F1(y)2.515 E F0(be)2.515 E .014(gins with a zero, the shell attempts \ +to force all generated terms to contain)-.15 F 1.143 +(the same number of digits, zero-padding where necessary)108 360 R 6.143 +(.W)-.65 G 1.143(hen characters are supplied, the e)-6.143 F(xpression) +-.15 E -.15(ex)108 372 S 1.064(pands to each character le).15 F 1.064 +(xicographically between)-.15 F F1(x)3.564 E F0(and)3.564 E F1(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 .244 +(that both)108 384 R F1(x)2.744 E F0(and)2.744 E F1(y)2.744 E F0 .244 +(must be of the same type.)2.744 F .245 +(When the increment is supplied, it is used as the dif)5.245 F .245 +(ference be-)-.25 F(tween each term.)108 396 Q(The def)5 E +(ault increment is 1 or \2551 as appropriate.)-.1 E .582(Brace e)108 +412.8 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 424.8 R .015(ed in the result.)-.15 F .015 +(It is strictly te)5.015 F(xtual.)-.15 E F2(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 436.8 Q (xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.) --.15 E 2.501(Ac)108 343.2 S .001(orrectly-formed brace e)-2.501 F .001(\ +-.15 E 2.502(Ac)108 453.6 S .002(orrectly-formed brace e)-2.502 F .001(\ xpansion must contain unquoted opening and closing braces, and at least\ - one un-)-.15 F .458(quoted comma or a v)108 355.2 R .458 + one un-)-.15 F .457(quoted comma or a v)108 465.6 R .458 (alid sequence e)-.25 F 2.958(xpression. An)-.15 F 2.958(yi)-.15 G .458 -(ncorrectly formed brace e)-2.958 F .457(xpansion is left unchanged.) --.15 F(A)108 367.2 Q F1({)2.521 E F0(or)2.521 E F1(,)2.521 E F0 .021 -(may be quoted with a backslash to pre)2.521 F -.15(ve)-.25 G .022 -(nt its being considered part of a brace e).15 F 2.522(xpression. T)-.15 -F 2.522(oa)-.8 G -.2(vo)-2.722 G(id).2 E .172 -(con\215icts with parameter e)108 379.2 R .172(xpansion, the string)-.15 -F F1(${)2.672 E F0 .172(is not considered eligible for brace e)2.672 F -.172(xpansion, and inhibits)-.15 F(brace e)108 391.2 Q -(xpansion until the closing)-.15 E F1(})2.5 E F0(.)A 1.476(This constru\ +(ncorrectly formed brace e)-2.958 F .458(xpansion is left unchanged.) +-.15 F(A)108 477.6 Q F2({)2.522 E F0(or)2.522 E F2(,)2.522 E F0 .022 +(may be quoted with a backslash to pre)2.522 F -.15(ve)-.25 G .021 +(nt its being considered part of a brace e).15 F 2.521(xpression. T)-.15 +F 2.521(oa)-.8 G -.2(vo)-2.721 G(id).2 E .172 +(con\215icts with parameter e)108 489.6 R .172(xpansion, the string)-.15 +F F2(${)2.672 E F0 .172(is not considered eligible for brace e)2.672 F +.172(xpansion, and inhibits)-.15 F(brace e)108 501.6 Q +(xpansion until the closing)-.15 E F2(})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 408 R(longer than in the abo)108 420 Q .3 -.15 -(ve ex)-.15 H(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 436.8 Q --.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 448.8 Q(cho)144 460.8 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 .618(Brace e)108 477.6 R .618 +gs to be generated is)108 518.4 R(longer than in the abo)108 530.4 Q .3 +-.15(ve ex)-.15 H(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 +547.2 Q -.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 559.2 Q(cho)144 +571.2 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 .618(Brace e)108 588 R .618 (xpansion introduces a slight incompatibility with historical v)-.15 F -.618(ersions of)-.15 F F1(sh)3.118 E F0(.)A F1(sh)5.618 E F0 .618 -(does not treat open-)3.118 F .247 -(ing or closing braces specially when the)108 489.6 R 2.747(ya)-.15 G -.247(ppear as part of a w)-2.747 F .248(ord, and preserv)-.1 F .248 -(es them in the output.)-.15 F F1(Bash)5.248 E F0(remo)108 501.6 Q -.15 +.618(ersions of)-.15 F F2(sh)3.118 E F0(.)A F2(sh)5.618 E F0 .618 +(does not treat open-)3.118 F .248 +(ing or closing braces specially when the)108 600 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 F2(Bash)5.247 E F0(remo)108 612 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(\214le{1,2})108 513.6 Q F0 .514 -(appears identically in the output.)3.014 F .515(The same w)5.515 F .515 -(ord is output as)-.1 F F2 .515(\214le1 \214le2)4.925 F F0 .515(after e) -3.035 F .515(xpansion by)-.15 F F1(bash)3.015 E F0(.)A .437 -(If strict compatibility with)108 525.6 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 .436 -(xpansion with the)-.15 F F1(+B)108 537.6 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 554.4 S(lde Expansion).18 E F0 1.086(If a w)108 566.4 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 578.4 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 590.4 R -.726(wing the tilde are treated as a possible)-.25 F F2(lo)108 602.4 Q -.523(gin name)-.1 F F0 5.523(.I)C 3.023(ft)-5.523 G .523 +(or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F2(sh) +3.53 E F0(as)3.53 E F1(\214le{1,2})108 624 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 F1 .514(\214le1 \214le2)4.925 F F0 .514(after e) +3.034 F .514(xpansion by)-.15 F F2(bash)3.014 E F0(.)A .436 +(If strict compatibility with)108 636 R F2(sh)2.936 E F0 .436 +(is desired, start)2.936 F F2(bash)2.936 E F0 .436(with the)2.936 F F2 +(+B)2.936 E F0 .436(option or disable brace e)2.936 F .437 +(xpansion with the)-.15 F F2(+B)108 648 Q F0(option to the)2.5 E F2(set) +2.5 E F0(command \(see)2.5 E F3(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS) +-.828 E F0(belo)2.25 E(w\).)-.25 E F2 -.18(Ti)87 664.8 S(lde Expansion) +.18 E F0 1.087(If a w)108 676.8 R 1.087(ord be)-.1 F 1.087 +(gins with an unquoted tilde character \(`)-.15 F F2(~)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 688.8 R F1(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 700.8 R .725 +(wing the tilde are treated as a possible)-.25 F F1(lo)108 712.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 614.4 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\ -ise, the tilde-pre\214x is replaced with the home directory associated \ -with the speci\214ed login name.)108 626.4 Q .093 -(If the tilde-pre\214x is a `~+', the v)108 643.2 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 655.2 S .903(~\255', the v)-3.403 F .903 -(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 .88 -(tilde in the tilde-pre\214x consist of a number)108 667.2 R F2(N)3.38 E -F0 3.38(,o)C .88(ptionally pre\214x)-3.38 F .879 -(ed by a `+' or a `\255', the tilde-pre\214x is re-)-.15 F .138(placed \ -with the corresponding element from the directory stack, as it w)108 -679.2 R .138(ould be displayed by the)-.1 F F1(dirs)2.639 E F0 -.2(bu) -2.639 G(iltin).2 E(in)108 691.2 Q -.2(vo)-.4 G -.1(ke).2 G 2.839(dw).1 G -.338(ith the tilde-pre\214x as an ar)-2.839 F 2.838(gument. If)-.18 F -.338(the characters follo)2.838 F .338 -(wing the tilde in the tilde-pre\214x consist)-.25 F -(of a number without a leading `+' or `\255', `+' is assumed.)108 703.2 -Q(If the login name is in)108 720 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 -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(21)190.95 E 0 Cg EP +-3.022 F .523(alue of the shell parameter)-.25 F F3(HOME)108 724.8 Q F4 +(.)A F0(If)6.736 E F3(HOME)4.736 E F0 2.236 +(is unset, the home directory of the user e)4.486 F -.15(xe)-.15 G 2.236 +(cuting the shell is substituted instead.).15 F(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(21)199.835 E 0 Cg EP %%Page: 22 22 %%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 .166(Each v)108 84 -R .167(ariable assignment is check)-.25 F .167 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(Otherwise, the ti\ +lde-pre\214x is replaced with the home directory associated with the sp\ +eci\214ed login name.)108 84 Q .092 +(If the tilde-pre\214x is a `~+', the v)108 100.8 R .092 +(alue of the shell v)-.25 F(ariable)-.25 E/F1 9/Times-Bold@0 SF(PWD) +2.592 E F0 .092(replaces the tilde-pre\214x.)2.342 F .093 +(If the tilde-pre\214x is)5.093 F 3.404(a`)108 112.8 S .904 +(~\255', the v)-3.404 F .904(alue of the shell v)-.25 F(ariable)-.25 E +F1(OLDPWD)3.404 E/F2 9/Times-Roman@0 SF(,)A F0 .904 +(if it is set, is substituted.)3.154 F .903(If the characters follo) +5.903 F .903(wing the)-.25 F .879 +(tilde in the tilde-pre\214x consist of a number)108 124.8 R/F3 10 +/Times-Italic@0 SF(N)3.379 E F0 3.379(,o)C .879(ptionally pre\214x) +-3.379 F .88(ed by a `+' or a `\255', the tilde-pre\214x is re-)-.15 F +.138(placed with the corresponding element from the directory stack, as\ + it w)108 136.8 R .138(ould be displayed by the)-.1 F/F4 10/Times-Bold@0 +SF(dirs)2.638 E F0 -.2(bu)2.638 G(iltin).2 E(in)108 148.8 Q -.2(vo)-.4 G +-.1(ke).2 G 2.838(dw).1 G .338(ith the tilde-pre\214x as an ar)-2.838 F +2.838(gument. If)-.18 F .338(the characters follo)2.838 F .338 +(wing the tilde in the tilde-pre\214x consist)-.25 F +(of a number without a leading `+' or `\255', `+' is assumed.)108 160.8 +Q(If the login name is in)108 177.6 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 .167 +(Each v)108 194.4 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 10/Times-Bold@0 SF(:)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 96 R .468(xpansion is also performed.)-.15 F -(Consequently)5.467 E 2.967(,o)-.65 G .467 -(ne may use \214lenames with tildes in assign-)-2.967 F(ments to)108 108 -Q/F2 9/Times-Bold@0 SF -.666(PA)2.5 G(TH)-.189 E/F3 9/Times-Roman@0 SF -(,)A F2(MAILP)2.25 E -.855(AT)-.666 G(H).855 E F3(,)A F0(and)2.25 E F2 -(CDP)2.5 E -.855(AT)-.666 G(H).855 E F3(,)A F0 -(and the shell assigns the e)2.25 E(xpanded v)-.15 E(alue.)-.25 E .023 -(Bash also performs tilde e)108 124.8 R .023(xpansion on w)-.15 F .024 -(ords satisfying the conditions of v)-.1 F .024 -(ariable assignments \(as described)-.25 F(abo)108 136.8 Q .77 -.15 -(ve u)-.15 H(nder).15 E F2 -.666(PA)2.97 G(RAMETERS).666 E F3(\))A F0 -.47(when the)2.72 F 2.969(ya)-.15 G .469(ppear as ar)-2.969 F .469 -(guments to simple commands.)-.18 F .469(Bash does not do this,)5.469 F --.15(ex)108 148.8 S(cept for the).15 E/F4 10/Times-Italic@0 SF(declar) -2.5 E(ation)-.15 E F0(commands listed abo)2.5 E -.15(ve)-.15 G 2.5(,w) -.15 G(hen in)-2.5 E F4(posix mode)2.5 E F0(.)A F1 -.1(Pa)87 165.6 S -(rameter Expansion).1 E F0 .199(The `)108 177.6 R F1($)A F0 2.699('c)C -.199(haracter introduces parameter e)-2.699 F .199 -(xpansion, command substitution, or arithmetic e)-.15 F 2.7 -(xpansion. The)-.15 F(pa-)2.7 E .314(rameter name or symbol to be e)108 -189.6 R .314(xpanded may be enclosed in braces, which are optional b) --.15 F .314(ut serv)-.2 F 2.813(et)-.15 G 2.813(op)-2.813 G(rotect) --2.813 E .414(the v)108 201.6 R .414(ariable to be e)-.25 F .414 -(xpanded from characters immediately follo)-.15 F .415 -(wing it which could be interpreted as part of)-.25 F(the name.)108 -213.6 Q 1.19 +.167(wing a)-.25 F F4(:)2.667 E F0 .167(or the \214rst)2.667 F F4(=) +2.666 E F0 5.166(.I)C(n)-5.166 E .467(these cases, tilde e)108 206.4 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 218.4 Q F1 -.666(PA)2.5 G(TH)-.189 E F2(,)A F1(MAILP)2.25 +E -.855(AT)-.666 G(H).855 E F2(,)A F0(and)2.25 E F1(CDP)2.5 E -.855(AT) +-.666 G(H).855 E F2(,)A F0(and the shell assigns the e)2.25 E(xpanded v) +-.15 E(alue.)-.25 E .024(Bash also performs tilde e)108 235.2 R .024 +(xpansion on w)-.15 F .023(ords satisfying the conditions of v)-.1 F +.023(ariable assignments \(as described)-.25 F(abo)108 247.2 Q .769 -.15 +(ve u)-.15 H(nder).15 E F1 -.666(PA)2.969 G(RAMETERS).666 E F2(\))A F0 +.469(when the)2.719 F 2.969(ya)-.15 G .469(ppear as ar)-2.969 F .469 +(guments to simple commands.)-.18 F .47(Bash does not do this,)5.469 F +-.15(ex)108 259.2 S(cept for the).15 E F3(declar)2.5 E(ation)-.15 E F0 +(commands listed abo)2.5 E -.15(ve)-.15 G 2.5(,w).15 G(hen in)-2.5 E F3 +(posix mode)2.5 E F0(.)A F4 -.1(Pa)87 276 S(rameter Expansion).1 E F0 .2 +(The `)108 288 R F4($)A F0 2.7('c)C .199 +(haracter introduces parameter e)-2.7 F .199 +(xpansion, command substitution, or arithmetic e)-.15 F 2.699 +(xpansion. The)-.15 F(pa-)2.699 E .314(rameter name or symbol to be e) +108 300 R .314(xpanded may be enclosed in braces, which are optional b) +-.15 F .314(ut serv)-.2 F 2.814(et)-.15 G 2.814(op)-2.814 G(rotect) +-2.814 E .415(the v)108 312 R .415(ariable to be e)-.25 F .415 +(xpanded from characters immediately follo)-.15 F .414 +(wing it which could be interpreted as part of)-.25 F(the name.)108 324 +Q 1.189 (When braces are used, the matching ending brace is the \214rst `)108 -230.4 R F1(})A F0 3.689('n)C 1.189 -(ot escaped by a backslash or within a)-3.689 F .821 -(quoted string, and not within an embedded arithmetic e)108 242.4 R .822 -(xpansion, command substitution, or parameter e)-.15 F(x-)-.15 E -(pansion.)108 254.4 Q(${)108 271.2 Q F4(par)A(ameter)-.15 E F0(})A .106 -(The v)144 283.2 R .106(alue of)-.25 F F4(par)2.606 E(ameter)-.15 E F0 -.106(is substituted.)2.606 F .106(The braces are required when)5.106 F -F4(par)3.856 E(ameter)-.15 E F0 .106(is a positional pa-)3.336 F .11 -(rameter with more than one digit, or when)144 295.2 R F4(par)3.86 E -(ameter)-.15 E F0 .111(is follo)3.341 F .111 +340.8 R F4(})A F0 3.69('n)C 1.19(ot escaped by a backslash or within a) +-3.69 F .822(quoted string, and not within an embedded arithmetic e)108 +352.8 R .821(xpansion, command substitution, or parameter e)-.15 F(x-) +-.15 E(pansion.)108 364.8 Q(${)108 381.6 Q F3(par)A(ameter)-.15 E F0(})A +.106(The v)144 393.6 R .106(alue of)-.25 F F3(par)2.606 E(ameter)-.15 E +F0 .106(is substituted.)2.606 F .106(The braces are required when)5.106 +F F3(par)3.856 E(ameter)-.15 E F0 .106(is a positional pa-)3.336 F .111 +(rameter with more than one digit, or when)144 405.6 R F3(par)3.861 E +(ameter)-.15 E F0 .111(is follo)3.341 F .11 (wed by a character which is not to be)-.25 F .208 -(interpreted as part of its name.)144 307.2 R(The)5.208 E F4(par)2.708 E +(interpreted as part of its name.)144 417.6 R(The)5.208 E F3(par)2.708 E (ameter)-.15 E F0 .208(is a shell parameter as described abo)2.708 F --.15(ve)-.15 G F1 -.74(PA)2.858 G(RAME-).74 E(TERS)144 319.2 Q 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 336 R F4(par)2.846 E +-.15(ve)-.15 G F4 -.74(PA)2.858 G(RAME-).74 E(TERS)144 429.6 Q F0 2.5 +(\)o)C 2.5(ra)-2.5 G 2.5(na)-2.5 G(rray reference \()-2.5 E F4(Arrays)A +F0(\).)A .347(If the \214rst character of)108 446.4 R F3(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 F4(par)2.846 E(ameter)-.15 E F0 .346(is not a) -2.846 F F4(namer)2.846 E(ef)-.37 E F0 2.847(,i)C 2.847(ti)-2.847 G -(ntroduces)-2.847 E 2.907(al)108 348 S -2.15 -.25(ev e)-2.907 H 2.907 -(lo).25 G 2.906(fi)-2.907 G(ndirection.)-2.906 E F1(Bash)5.406 E F0 .406 +F4(!)A F0 .346(\), and)B F3(par)2.846 E(ameter)-.15 E F0 .346(is not a) +2.846 F F3(namer)2.846 E(ef)-.37 E F0 2.846(,i)C 2.846(ti)-2.846 G +(ntroduces)-2.846 E 2.906(al)108 458.4 S -2.15 -.25(ev e)-2.906 H 2.906 +(lo).25 G 2.906(fi)-2.906 G(ndirection.)-2.906 E F4(Bash)5.406 E F0 .406 (uses the v)2.906 F .406(alue formed by e)-.25 F .406 -(xpanding the rest of)-.15 F F4(par)2.906 E(ameter)-.15 E F0 .406 -(as the ne)2.906 F(w)-.25 E F4(par)2.906 E(ame-)-.15 E(ter)108 360 Q F0 -2.578(;t)C .078(his is then e)-2.578 F .078(xpanded and that v)-.15 F -.079(alue is used in the rest of the e)-.25 F .079 -(xpansion, rather than the e)-.15 F .079(xpansion of the)-.15 F -(original)108 372 Q F4(par)2.543 E(ameter)-.15 E F0 5.043(.T)C .043 -(his is kno)-5.043 F .043(wn as)-.25 F F4(indir)2.543 E .043(ect e)-.37 -F(xpansion)-.2 E F0 5.043(.T)C .043(he v)-5.043 F .042 -(alue is subject to tilde e)-.25 F .042(xpansion, parameter)-.15 F -.15 -(ex)108 384 S .248(pansion, command substitution, and arithmetic e).15 F -2.748(xpansion. If)-.15 F F4(par)2.749 E(ameter)-.15 E F0 .249 -(is a nameref, this e)2.749 F .249(xpands to the)-.15 F 1.51 -(name of the parameter referenced by)108 396 R F4(par)4.01 E(ameter)-.15 -E F0 1.51(instead of performing the complete indirect e)4.01 F -(xpansion.)-.15 E .387(The e)108 408 R .387(xceptions to this are the e) --.15 F .387(xpansions of ${)-.15 F F1(!)A F4(pr)A(e\214x)-.37 E F1(*)A -F0 2.887(}a)C .387(nd ${)-2.887 F F1(!)A F4(name)A F0([)A F4(@)A F0 .387 -(]} described belo)B 4.188 -.65(w. T)-.25 H .388(he e).65 F(xclama-)-.15 -E(tion point must immediately follo)108 420 Q 2.5(wt)-.25 G -(he left brace in order to introduce indirection.)-2.5 E .334 -(In each of the cases belo)108 436.8 R -.65(w,)-.25 G F4(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 -448.8 Q(xpansion.)-.15 E .066(When not performing substring e)108 465.6 -R .067(xpansion, using the forms documented belo)-.15 F 2.567(w\()-.25 G -(e.g.,)-2.567 E F1(:-)2.567 E F0(\),)A F1(bash)2.567 E F0 .067 -(tests for a pa-)2.567 F(rameter that is unset or null.)108 477.6 Q(Omi\ -tting the colon results in a test only for a parameter that is unset.)5 -E(${)108 494.4 Q F4(par)A(ameter)-.15 E F1<3aad>A F4(wor)A(d)-.37 E F0 -(})A F1 .723(Use Default V)144 506.4 R(alues)-.92 E F0 5.723(.I)C(f) --5.723 E F4(par)4.473 E(ameter)-.15 E F0 .723(is unset or null, the e) -3.953 F .722(xpansion of)-.15 F F4(wor)3.562 E(d)-.37 E F0 .722 -(is substituted.)3.992 F(Other)5.722 E(-)-.2 E(wise, the v)144 518.4 Q -(alue of)-.25 E F4(par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E -(${)108 530.4 Q F4(par)A(ameter)-.15 E F1(:=)A F4(wor)A(d)-.37 E F0(})A -F1 .811(Assign Default V)144 542.4 R(alues)-.92 E F0 5.812(.I)C(f)-5.812 -E F4(par)4.562 E(ameter)-.15 E F0 .812(is unset or null, the e)4.042 F -.812(xpansion of)-.15 F F4(wor)3.652 E(d)-.37 E F0 .812(is assigned to) -4.082 F F4(pa-)4.562 E -.15(ra)144 554.4 S(meter).15 E F0 5.742(.T).73 G -.742(he v)-5.742 F .742(alue of)-.25 F F4(par)4.492 E(ameter)-.15 E F0 -.742(is then substituted.)3.972 F .741 +(xpanding the rest of)-.15 F F3(par)2.906 E(ameter)-.15 E F0 .406 +(as the ne)2.906 F(w)-.25 E F3(par)2.907 E(ame-)-.15 E(ter)108 470.4 Q +F0 2.579(;t)C .079(his is then e)-2.579 F .079(xpanded and that v)-.15 F +.079(alue is used in the rest of the e)-.25 F .078 +(xpansion, rather than the e)-.15 F .078(xpansion of the)-.15 F +(original)108 482.4 Q F3(par)2.542 E(ameter)-.15 E F0 5.042(.T)C .042 +(his is kno)-5.042 F .042(wn as)-.25 F F3(indir)2.543 E .043(ect e)-.37 +F(xpansion)-.2 E F0 5.043(.T)C .043(he v)-5.043 F .043 +(alue is subject to tilde e)-.25 F .043(xpansion, parameter)-.15 F -.15 +(ex)108 494.4 S .249(pansion, command substitution, and arithmetic e).15 +F 2.749(xpansion. If)-.15 F F3(par)2.749 E(ameter)-.15 E F0 .248 +(is a nameref, this e)2.749 F .248(xpands to the)-.15 F 1.51 +(name of the parameter referenced by)108 506.4 R F3(par)4.01 E(ameter) +-.15 E F0 1.51(instead of performing the complete indirect e)4.01 F +(xpansion.)-.15 E .388(The e)108 518.4 R .387 +(xceptions to this are the e)-.15 F .387(xpansions of ${)-.15 F F4(!)A +F3(pr)A(e\214x)-.37 E F4(*)A F0 2.887(}a)C .387(nd ${)-2.887 F F4(!)A F3 +(name)A F0([)A F3(@)A F0 .387(]} described belo)B 4.187 -.65(w. T)-.25 H +.387(he e).65 F(xclama-)-.15 E(tion point must immediately follo)108 +530.4 Q 2.5(wt)-.25 G(he left brace in order to introduce indirection.) +-2.5 E .334(In each of the cases belo)108 547.2 R -.65(w,)-.25 G F3(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 559.2 Q(xpansion.)-.15 E .067 +(When not performing substring e)108 576 R .067 +(xpansion, using the forms documented belo)-.15 F 2.567(w\()-.25 G +(e.g.,)-2.567 E F4(:-)2.567 E F0(\),)A F4(bash)2.567 E F0 .066 +(tests for a pa-)2.567 F(rameter that is unset or null.)108 588 Q(Omitt\ +ing the colon results in a test only for a parameter that is unset.)5 E +(${)108 604.8 Q F3(par)A(ameter)-.15 E F4<3aad>A F3(wor)A(d)-.37 E F0(}) +A F4 .722(Use Default V)144 616.8 R(alues)-.92 E F0 5.722(.I)C(f)-5.722 +E F3(par)4.472 E(ameter)-.15 E F0 .723(is unset or null, the e)3.952 F +.723(xpansion of)-.15 F F3(wor)3.563 E(d)-.37 E F0 .723(is substituted.) +3.993 F(Other)5.723 E(-)-.2 E(wise, the v)144 628.8 Q(alue of)-.25 E F3 +(par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E(${)108 640.8 Q F3 +(par)A(ameter)-.15 E F4(:=)A F3(wor)A(d)-.37 E F0(})A F4 .812 +(Assign Default V)144 652.8 R(alues)-.92 E F0 5.812(.I)C(f)-5.812 E F3 +(par)4.562 E(ameter)-.15 E F0 .812(is unset or null, the e)4.042 F .812 +(xpansion of)-.15 F F3(wor)3.652 E(d)-.37 E F0 .812(is assigned to)4.082 +F F3(pa-)4.561 E -.15(ra)144 664.8 S(meter).15 E F0 5.741(.T).73 G .741 +(he v)-5.741 F .741(alue of)-.25 F F3(par)4.491 E(ameter)-.15 E F0 .742 +(is then substituted.)3.972 F .742 (Positional parameters and special parame-)5.742 F -(ters may not be assigned to in this w)144 566.4 Q(ay)-.1 E(.)-.65 E(${) -108 578.4 Q F4(par)A(ameter)-.15 E F1(:?)A F4(wor)A(d)-.37 E F0(})A F1 -.535(Display Err)144 590.4 R .535(or if Null or Unset)-.18 F F0 5.535 -(.I)C(f)-5.535 E F4(par)4.285 E(ameter)-.15 E F0 .535 -(is null or unset, the e)3.765 F .535(xpansion of)-.15 F F4(wor)3.035 E -(d)-.37 E F0 .535(\(or a mes-)3.035 F .013(sage to that ef)144 602.4 R -.013(fect if)-.25 F F4(wor)2.853 E(d)-.37 E F0 .013(is not present\) is\ - written to the standard error and the shell, if it is not in-)3.283 F -(teracti)144 614.4 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 F4(par)2.5 E(ameter)-.15 E F0 -(is substituted.)2.5 E(${)108 626.4 Q F4(par)A(ameter)-.15 E F1(:+)A F4 -(wor)A(d)-.37 E F0(})A F1 .745(Use Alter)144 638.4 R .745(nate V)-.15 F -(alue)-.92 E F0 5.745(.I)C(f)-5.745 E F4(par)4.495 E(ameter)-.15 E F0 -.745(is null or unset, nothing is substituted, otherwise the e)3.975 F -(xpan-)-.15 E(sion of)144 650.4 Q F4(wor)2.84 E(d)-.37 E F0 -(is substituted.)3.27 E(${)108 662.4 Q F4(par)A(ameter)-.15 E F1(:)A F4 -(of)A(fset)-.18 E F0(})A(${)108 674.4 Q F4(par)A(ameter)-.15 E F1(:)A F4 -(of)A(fset)-.18 E F1(:)A F4(length)A F0(})A F1 .002(Substring Expansion) -144 686.4 R F0 5.002(.E)C .002(xpands to up to)-5.002 F F4(length)2.502 -E F0 .002(characters of the v)2.502 F .002(alue of)-.25 F F4(par)2.502 E -(ameter)-.15 E F0 .002(starting at the)2.502 F .235 -(character speci\214ed by)144 698.4 R F4(of)2.735 E(fset)-.18 E F0 5.235 -(.I)C(f)-5.235 E F4(par)2.735 E(ameter)-.15 E F0(is)2.735 E F1(@)2.735 E -F0 2.735(,a)C 2.735(ni)-2.735 G(nde)-2.735 E -.15(xe)-.15 G 2.735(da).15 -G .235(rray subscripted by)-2.735 F F1(@)2.735 E F0(or)2.735 E F1(*) -2.735 E F0 2.735(,o)C 2.735(ra)-2.735 G 2.735(na)-2.735 G(s-)-2.735 E -(sociati)144 710.4 Q 1.578 -.15(ve a)-.25 H 1.278 -(rray name, the results dif).15 F 1.277(fer as described belo)-.25 F -5.077 -.65(w. I)-.25 H(f).65 E F4(length)3.777 E F0 1.277(is omitted, e) -3.777 F 1.277(xpands to the)-.15 F .042(substring of the v)144 722.4 R -.042(alue of)-.25 F F4(par)2.542 E(ameter)-.15 E F0 .043 -(starting at the character speci\214ed by)2.542 F F4(of)2.543 E(fset) --.18 E F0 .043(and e)2.543 F .043(xtending to the)-.15 F(GNU Bash 5.0)72 -768 Q(2020 January 29)141.79 E(22)190.95 E 0 Cg EP +(ters may not be assigned to in this w)144 676.8 Q(ay)-.1 E(.)-.65 E(${) +108 688.8 Q F3(par)A(ameter)-.15 E F4(:?)A F3(wor)A(d)-.37 E F0(})A F4 +.535(Display Err)144 700.8 R .535(or if Null or Unset)-.18 F F0 5.535 +(.I)C(f)-5.535 E F3(par)4.285 E(ameter)-.15 E F0 .535 +(is null or unset, the e)3.765 F .535(xpansion of)-.15 F F3(wor)3.035 E +(d)-.37 E F0 .535(\(or a mes-)3.035 F .012(sage to that ef)144 712.8 R +.012(fect if)-.25 F F3(wor)2.852 E(d)-.37 E F0 .013(is not present\) is\ + written to the standard error and the shell, if it is not in-)3.282 F +(teracti)144 724.8 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 F3(par)2.5 E(ameter)-.15 E F0 +(is substituted.)2.5 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(22) +199.835 E 0 Cg EP %%Page: 23 23 %%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 .847(end of the v) -144 84 R(alue.)-.25 E/F1 10/Times-Italic@0 SF(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/F2 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 96 Q(w\).)-.25 E -(If)144 120 Q F1(of)3.028 E(fset)-.18 E F0 -.25(eva)3.029 G .529 +(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 .745(Use Alter)144 96 R .745(nate V)-.15 F +(alue)-.92 E F0 5.745(.I)C(f)-5.745 E F1(par)4.495 E(ameter)-.15 E F0 +.745(is null or unset, nothing is substituted, otherwise the e)3.975 F +(xpan-)-.15 E(sion of)144 108 Q F1(wor)2.84 E(d)-.37 E F0 +(is substituted.)3.27 E(${)108 120 Q F1(par)A(ameter)-.15 E F2(:)A F1 +(of)A(fset)-.18 E F0(})A(${)108 132 Q F1(par)A(ameter)-.15 E F2(:)A F1 +(of)A(fset)-.18 E F2(:)A F1(length)A F0(})A F2 .002(Substring Expansion) +144 144 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 .235 +(character speci\214ed by)144 156 R F1(of)2.735 E(fset)-.18 E F0 5.235 +(.I)C(f)-5.235 E F1(par)2.735 E(ameter)-.15 E F0(is)2.735 E F2(@)2.735 E +F0 2.735(,a)C 2.735(ni)-2.735 G(nde)-2.735 E -.15(xe)-.15 G 2.735(da).15 +G .235(rray subscripted by)-2.735 F F2(@)2.735 E F0(or)2.735 E F2(*) +2.735 E F0 2.735(,o)C 2.735(ra)-2.735 G 2.735(na)-2.735 G(s-)-2.735 E +(sociati)144 168 Q 1.577 -.15(ve a)-.25 H 1.277 +(rray name, the results dif).15 F 1.277(fer as described belo)-.25 F +5.077 -.65(w. I)-.25 H(f).65 E F1(length)3.777 E F0 1.278(is omitted, e) +3.778 F 1.278(xpands to the)-.15 F .043(substring of the v)144 180 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 192 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 +(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(belo)144 204 Q(w\).)-.25 E +(If)144 228 Q F1(of)3.029 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 -.046(end of the v)144 132 R .046(alue of)-.25 F F1(par)2.546 E(ameter) +.045(end of the v)144 240 R .045(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 144 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 156 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 168 Q -.2(vo) --.2 G(id being confused with the).2 E/F3 10/Times-Bold@0 SF(:-)2.5 E F0 --.15(ex)2.5 G(pansion.).15 E(If)144 192 Q F1(par)2.958 E(ameter)-.15 E -F0(is)2.958 E F3(@)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 .6 -(is tak)144 204 R .6(en relati)-.1 F .9 -.15(ve t)-.25 H 3.1(oo).15 G .6 +(of)144 252 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 264 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 +F(separated from the colon by at least one space to a)144 276 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 300 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 .6(is tak)144 312 R .6 +(en relati)-.1 F .9 -.15(ve t)-.25 H 3.1(oo).15 G .6 (ne greater than the greatest positional parameter)-3.1 F 3.1(,s)-.4 G 3.1(oa)-3.1 G 3.1(no)-3.1 G -.25(ff)-3.1 G .6(set of \2551 e).25 F -.25 -(va)-.25 G(luates).25 E .639(to the last positional parameter)144 216 R -5.639(.I)-.55 G 3.139(ti)-5.639 G 3.139(sa)-3.139 G 3.139(ne)-3.139 G -.639(xpansion error if)-3.289 F F1(length)3.14 E F0 -.25(eva)3.14 G .64 -(luates to a number less than).25 F(zero.)144 228 Q(If)144 252 Q F1(par) -3.014 E(ameter)-.15 E F0 .514(is an inde)3.014 F -.15(xe)-.15 G 3.014 +(va)-.25 G(luates).25 E .64(to the last positional parameter)144 324 R +5.64(.I)-.55 G 3.14(ti)-5.64 G 3.14(sa)-3.14 G 3.139(ne)-3.14 G .639 +(xpansion error if)-3.289 F F1(length)3.139 E F0 -.25(eva)3.139 G .639 +(luates to a number less than).25 F(zero.)144 336 Q(If)144 360 Q F1(par) +3.013 E(ameter)-.15 E F0 .514(is an inde)3.013 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 .513(members of)3.013 F 1.081(the array be)144 -264 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 276 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 288 Q(Substring e)144 312 Q +F F1(length)3.014 E F0 .514(members of)3.014 F 1.082(the array be)144 +372 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 384 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 +(number less than zero.)144 396 Q(Substring e)144 420 Q (xpansion applied to an associati)-.15 E .3 -.15(ve a)-.25 H -(rray produces unde\214ned results.).15 E .82(Substring inde)144 336 R +(rray produces unde\214ned results.).15 E .821(Substring inde)144 444 R .821(xing is zero-based unless the positional parameters are used, in w\ -hich case the in-)-.15 F(de)144 348 Q .159(xing starts at 1 by def)-.15 +hich case the in-)-.15 F(de)144 456 Q .159(xing starts at 1 by def)-.15 F 2.659(ault. If)-.1 F F1(of)2.659 E(fset)-.18 E F0 .159 -(is 0, and the positional parameters are used,)2.659 F F3($0)2.659 E F0 -.159(is pre\214x)2.659 F .158(ed to)-.15 F(the list.)144 360 Q(${)108 -376.8 Q F3(!)A F1(pr)A(e\214x)-.37 E F3(*)A F0(})A(${)108 388.8 Q F3(!)A -F1(pr)A(e\214x)-.37 E F3(@)A F0(})A F3 .084(Names matching pr)144 400.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 412.8 R F2(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 424.8 Q(ariable name e)-.25 E -(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 441.6 Q F3(!)A F1(name) -A F0([)A F1(@)A F0(]})A(${)108 453.6 Q F3(!)A F1(name)A F0([)A F1(*)A F0 -(]})A F3 1.136(List of array k)144 465.6 R(eys)-.1 E F0 6.136(.I)C(f) +(is 0, and the positional parameters are used,)2.659 F F2($0)2.659 E F0 +.159(is pre\214x)2.659 F .159(ed to)-.15 F(the list.)144 468 Q(${)108 +484.8 Q F2(!)A F1(pr)A(e\214x)-.37 E F2(*)A F0(})A(${)108 496.8 Q F2(!)A +F1(pr)A(e\214x)-.37 E F2(@)A F0(})A F2 .085(Names matching pr)144 508.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 520.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 +(within double quotes, each v)144 532.8 Q(ariable name e)-.25 E +(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 549.6 Q F2(!)A F1(name) +A F0([)A F1(@)A F0(]})A(${)108 561.6 Q F2(!)A F1(name)A F0([)A F1(*)A F0 +(]})A F2 1.137(List of array k)144 573.6 R(eys)-.1 E F0 6.136(.I)C(f) -6.136 E F1(name)3.636 E F0 1.136(is an array v)3.636 F 1.136 (ariable, e)-.25 F 1.136(xpands to the list of array indices \(k)-.15 F --.15(ey)-.1 G 1.137(s\) as-).15 F .397(signed in)144 477.6 R F1(name) +-.15(ey)-.1 G 1.136(s\) as-).15 F .397(signed in)144 585.6 R F1(name) 2.897 E F0 5.397(.I)C(f)-5.397 E F1(name)2.897 E F0 .397 (is not an array)2.897 F 2.897(,e)-.65 G .397(xpands to 0 if)-3.047 F F1 (name)2.897 E F0 .397(is set and null otherwise.)2.897 F(When)5.397 E F1 -(@)2.897 E F0(is used and the e)144 489.6 Q +(@)2.897 E F0(is used and the e)144 597.6 Q (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(${)108 506.4 Q F3(#)A F1(par)A -(ameter)-.15 E F0(})A F3 -.1(Pa)144 518.4 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 F1(par)2.971 E(ameter)-.15 E F0 .471(is substituted.)2.971 F(If) -5.471 E F1(par)4.221 E(ame-)-.15 E(ter)144 530.4 Q F0(is)3.627 E F3(*) -2.897 E F0(or)2.897 E F3(@)2.897 E F0 2.897(,t)C .397(he v)-2.897 F .397 +H(pands to a separate w).15 E(ord.)-.1 E(${)108 614.4 Q F2(#)A F1(par)A +(ameter)-.15 E F0(})A F2 -.1(Pa)144 626.4 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 F1(par)2.971 E(ameter)-.15 E F0 .47(is substituted.)2.97 F(If) +5.47 E F1(par)4.22 E(ame-)-.15 E(ter)144 638.4 Q F0(is)3.626 E F2(*) +2.896 E F0(or)2.896 E F2(@)2.896 E F0 2.896(,t)C .396(he v)-2.896 F .397 (alue substituted is the number of positional parameters.)-.25 F(If) -5.396 E F1(par)4.146 E(ameter)-.15 E F0 .396(is an ar)3.626 F(-)-.2 E -.78(ray name subscripted by)144 542.4 R F3(*)3.28 E F0(or)3.28 E F3(@) -3.28 E F0 3.28(,t)C .78(he v)-3.28 F .781 -(alue substituted is the number of elements in the array)-.25 F 5.781 -(.I)-.65 G(f)-5.781 E F1(par)145.25 554.4 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 566.4 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 F1(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 578.4 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 595.2 Q F1 -(par)A(ameter)-.15 E F3(#)A F1(wor)A(d)-.37 E F0(})A(${)108 607.2 Q F1 -(par)A(ameter)-.15 E F3(##)A F1(wor)A(d)-.37 E F0(})A F3(Remo)144 619.2 -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 F1(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 -.543(name e)144 631.2 R .544(xpansion, and matched ag)-.15 F .544 -(ainst the e)-.05 F .544(xpanded v)-.15 F .544(alue of)-.25 F F1(par) -4.294 E(ameter)-.15 E F0 .544(using the rules described)3.774 F(under) -144 643.2 Q F3 -.1(Pa)3.133 G(tter).1 E 3.133(nM)-.15 G(atching)-3.133 E -F0(belo)3.132 E 4.432 -.65(w. I)-.25 H 3.132(ft).65 G .632 -(he pattern matches the be)-3.132 F .632(ginning of the v)-.15 F .632 -(alue of)-.25 F F1(par)4.382 E(ameter)-.15 E F0(,).73 E 1.151 -(then the result of the e)144 655.2 R 1.151(xpansion is the e)-.15 F -1.151(xpanded v)-.15 F 1.151(alue of)-.25 F F1(par)4.902 E(ameter)-.15 E -F0 1.152(with the shortest matching)4.382 F .184(pattern \(the `)144 -667.2 R(`)-.74 E F3(#)A F0 1.664 -.74('' c)D .184 -(ase\) or the longest matching pattern \(the `).74 F(`)-.74 E F3(##)A F0 -1.664 -.74('' c)D .184(ase\) deleted.).74 F(If)5.183 E F1(par)3.933 E -(ameter)-.15 E F0(is)3.413 E F3(@)2.683 E F0(or)144 679.2 Q F3(*)3.018 E -F0 3.018(,t)C .518(he pattern remo)-3.018 F -.25(va)-.15 G 3.018(lo).25 -G .518 -(peration is applied to each positional parameter in turn, and the e) --3.018 F(xpan-)-.15 E .304(sion is the resultant list.)144 691.2 R(If) -5.304 E F1(par)4.054 E(ameter)-.15 E F0 .303(is an array v)3.533 F .303 -(ariable subscripted with)-.25 F F3(@)2.803 E F0(or)2.803 E F3(*)2.803 E -F0 2.803(,t)C .303(he pattern re-)-2.803 F(mo)144 703.2 Q -.25(va)-.15 G -2.987(lo).25 G .487 -(peration is applied to each member of the array in turn, and the e) --2.987 F .487(xpansion is the resultant)-.15 F(list.)144 715.2 Q -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(23)190.95 E 0 Cg EP +5.397 E F1(par)4.147 E(ameter)-.15 E F0 .397(is an ar)3.627 F(-)-.2 E +.781(ray name subscripted by)144 650.4 R F2(*)3.281 E F0(or)3.281 E F2 +(@)3.281 E F0 3.281(,t)C .781(he v)-3.281 F .78 +(alue substituted is the number of elements in the array)-.25 F 5.78(.I) +-.65 G(f)-5.78 E F1(par)145.25 662.4 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 674.4 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 F1(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 686.4 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 703.2 Q F1 +(par)A(ameter)-.15 E F2(#)A F1(wor)A(d)-.37 E F0(})A(GNU Bash 5.1)72 768 +Q(2020 June 5)150.675 E(23)199.835 E 0 Cg EP %%Page: 24 24 %%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(${)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(${)108 96 Q F1(par)A(ameter)-.15 E F2(%%)A F1(wor)A(d) --.37 E F0(})A F2(Remo)144 108 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 F1(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 120 -S .458(pansion, and matched ag).15 F .458(ainst the e)-.05 F .458 -(xpanded v)-.15 F .458(alue of)-.25 F F1(par)4.209 E(ameter)-.15 E F0 -.459(using the rules described under)3.689 F F2 -.1(Pa)144 132 S(tter).1 -E 3.314(nM)-.15 G(atching)-3.314 E F0(belo)3.314 E 4.614 -.65(w. I)-.25 -H 3.314(ft).65 G .814(he pattern matches a trailing portion of the e) --3.314 F .814(xpanded v)-.15 F .814(alue of)-.25 F F1(pa-)4.564 E -.15 -(ra)144 144 S(meter).15 E F0 3.816(,t).73 G 1.316 -(hen the result of the e)-3.816 F 1.317(xpansion is the e)-.15 F 1.317 -(xpanded v)-.15 F 1.317(alue of)-.25 F F1(par)5.067 E(ameter)-.15 E F0 -1.317(with the shortest)4.547 F 1.085(matching pattern \(the `)144 156 R -(`)-.74 E F2(%)A F0 2.565 -.74('' c)D 1.084 -(ase\) or the longest matching pattern \(the `).74 F(`)-.74 E F2(%%)A F0 -2.564 -.74('' c)D 1.084(ase\) deleted.).74 F(If)6.084 E F1(par)145.25 -168 Q(ameter)-.15 E F0(is)3.389 E F2(@)2.659 E F0(or)2.659 E F2(*)2.659 -E F0 2.659(,t)C .159(he pattern remo)-2.659 F -.25(va)-.15 G 2.659(lo) -.25 G .16(peration is applied to each positional parameter in turn,) --2.659 F .51(and the e)144 180 R .51(xpansion is the resultant list.) --.15 F(If)5.51 E F1(par)4.259 E(ameter)-.15 E F0 .509(is an array v) -3.739 F .509(ariable subscripted with)-.25 F F2(@)3.009 E F0(or)3.009 E -F2(*)3.009 E F0(,)A .422(the pattern remo)144 192 R -.25(va)-.15 G 2.922 -(lo).25 G .422 +/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(Remo)144 96 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 F1(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 .544(name e)144 +108 R .544(xpansion, and matched ag)-.15 F .544(ainst the e)-.05 F .544 +(xpanded v)-.15 F .544(alue of)-.25 F F1(par)4.294 E(ameter)-.15 E F0 +.543(using the rules described)3.774 F(under)144 120 Q F2 -.1(Pa)3.132 G +(tter).1 E 3.132(nM)-.15 G(atching)-3.132 E F0(belo)3.132 E 4.432 -.65 +(w. I)-.25 H 3.132(ft).65 G .632(he pattern matches the be)-3.132 F .632 +(ginning of the v)-.15 F .633(alue of)-.25 F F1(par)4.383 E(ameter)-.15 +E F0(,).73 E 1.152(then the result of the e)144 132 R 1.151 +(xpansion is the e)-.15 F 1.151(xpanded v)-.15 F 1.151(alue of)-.25 F F1 +(par)4.901 E(ameter)-.15 E F0 1.151(with the shortest matching)4.381 F +.183(pattern \(the `)144 144 R(`)-.74 E F2(#)A F0 1.663 -.74('' c)D .184 +(ase\) or the longest matching pattern \(the `).74 F(`)-.74 E F2(##)A F0 +1.664 -.74('' c)D .184(ase\) deleted.).74 F(If)5.184 E F1(par)3.934 E +(ameter)-.15 E F0(is)3.414 E F2(@)2.684 E F0(or)144 156 Q F2(*)3.019 E +F0 3.019(,t)C .518(he pattern remo)-3.019 F -.25(va)-.15 G 3.018(lo).25 +G .518 +(peration is applied to each positional parameter in turn, and the e) +-3.018 F(xpan-)-.15 E .303(sion is the resultant list.)144 168 R(If) +5.303 E F1(par)4.053 E(ameter)-.15 E F0 .303(is an array v)3.533 F .303 +(ariable subscripted with)-.25 F F2(@)2.804 E F0(or)2.804 E F2(*)2.804 E +F0 2.804(,t)C .304(he pattern re-)-2.804 F(mo)144 180 Q -.25(va)-.15 G +2.988(lo).25 G .487 (peration is applied to each member of the array in turn, and the e) --2.922 F .423(xpansion is)-.15 F(the resultant list.)144 204 Q(${)108 -220.8 Q F1(par)A(ameter)-.15 E F2(/)A F1(pattern)A F2(/)A F1(string)A F0 -(})A F2 -.1(Pa)144 232.8 S(tter).1 E 3.607(ns)-.15 G(ubstitution)-3.607 -E F0 6.107(.T)C(he)-6.107 E F1(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 244.8 Q F1 -.8(Pa)3.7 G -.15(ra).8 G(meter).15 E F0 1.2 +-2.988 F .487(xpansion is the resultant)-.15 F(list.)144 192 Q(${)108 +208.8 Q F1(par)A(ameter)-.15 E F2(%)A F1(wor)A(d)-.37 E F0(})A(${)108 +220.8 Q F1(par)A(ameter)-.15 E F2(%%)A F1(wor)A(d)-.37 E F0(})A F2(Remo) +144 232.8 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 F1(wor)2.646 E(d)-.37 E F0 .147(is e)2.647 F +.147(xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144 +244.8 S .459(pansion, and matched ag).15 F .459(ainst the e)-.05 F .459 +(xpanded v)-.15 F .458(alue of)-.25 F F1(par)4.208 E(ameter)-.15 E F0 +.458(using the rules described under)3.688 F F2 -.1(Pa)144 256.8 S(tter) +.1 E 3.314(nM)-.15 G(atching)-3.314 E F0(belo)3.314 E 4.614 -.65(w. I) +-.25 H 3.314(ft).65 G .814 +(he pattern matches a trailing portion of the e)-3.314 F .814(xpanded v) +-.15 F .814(alue of)-.25 F F1(pa-)4.564 E -.15(ra)144 268.8 S(meter).15 +E F0 3.817(,t).73 G 1.317(hen the result of the e)-3.817 F 1.317 +(xpansion is the e)-.15 F 1.317(xpanded v)-.15 F 1.316(alue of)-.25 F F1 +(par)5.066 E(ameter)-.15 E F0 1.316(with the shortest)4.546 F 1.084 +(matching pattern \(the `)144 280.8 R(`)-.74 E F2(%)A F0 2.564 -.74 +('' c)D 1.084(ase\) or the longest matching pattern \(the `).74 F(`)-.74 +E F2(%%)A F0 2.565 -.74('' c)D 1.085(ase\) deleted.).74 F(If)6.085 E F1 +(par)145.25 292.8 Q(ameter)-.15 E F0(is)3.39 E F2(@)2.66 E F0(or)2.66 E +F2(*)2.66 E F0 2.66(,t)C .16(he pattern remo)-2.66 F -.25(va)-.15 G +2.659(lo).25 G .159 +(peration is applied to each positional parameter in turn,)-2.659 F .509 +(and the e)144 304.8 R .509(xpansion is the resultant list.)-.15 F(If) +5.509 E F1(par)4.259 E(ameter)-.15 E F0 .51(is an array v)3.739 F .51 +(ariable subscripted with)-.25 F F2(@)3.01 E F0(or)3.01 E F2(*)3.01 E F0 +(,)A .423(the pattern remo)144 316.8 R -.25(va)-.15 G 2.923(lo).25 G +.422(peration is applied to each member of the array in turn, and the e) +-2.923 F .422(xpansion is)-.15 F(the resultant list.)144 328.8 Q(${)108 +345.6 Q F1(par)A(ameter)-.15 E F2(/)A F1(pattern)A F2(/)A F1(string)A F0 +(})A F2 -.1(Pa)144 357.6 S(tter).1 E 3.606(ns)-.15 G(ubstitution)-3.606 +E F0 6.106(.T)C(he)-6.106 E F1(pattern)3.606 E F0 1.106(is e)3.606 F +1.107(xpanded to produce a pattern just as in pathname e)-.15 F(xpan-) +-.15 E(sion,)144 369.6 Q F1 -.8(Pa)3.7 G -.15(ra).8 G(meter).15 E F0 1.2 (is e)3.7 F 1.2(xpanded and the longest match of)-.15 F F1(pattern)3.7 E F0(ag)3.7 E 1.2(ainst its v)-.05 F 1.2(alue is replaced with)-.25 F F1 -(string)144 256.8 Q F0 5.397(.T)C .397 -(he match is performed using the rules described under)-5.397 F F2 -.1 -(Pa)2.896 G(tter).1 E 2.896(nM)-.15 G(atching)-2.896 E F0(belo)2.896 E -4.196 -.65(w. I)-.25 H(f).65 E F1(pat-)2.896 E(tern)144 268.8 Q F0(be) -2.569 E .069(gins with)-.15 F F2(/)2.569 E F0 2.569(,a)C .069 -(ll matches of)-2.569 F F1(pattern)2.569 E F0 .069(are replaced with) -2.569 F F1(string)2.57 E F0 5.07(.N)C .07 -(ormally only the \214rst match is)-5.07 F 2.58(replaced. If)144 280.8 R -F1(pattern)2.58 E F0(be)2.58 E .08(gins with)-.15 F F2(#)2.58 E F0 2.58 -(,i)C 2.58(tm)-2.58 G .079(ust match at the be)-2.58 F .079 -(ginning of the e)-.15 F .079(xpanded v)-.15 F .079(alue of)-.25 F F1 -(par)2.579 E(am-)-.15 E(eter)144 292.8 Q F0 5.761(.I)C(f)-5.761 E F1 -(pattern)3.261 E F0(be)3.261 E .761(gins with)-.15 F F2(%)3.261 E F0 -3.261(,i)C 3.261(tm)-3.261 G .761(ust match at the end of the e)-3.261 F -.761(xpanded v)-.15 F .761(alue of)-.25 F F1(par)3.262 E(ameter)-.15 E -F0 5.762(.I)C(f)-5.762 E F1(string)144 304.8 Q F0 .958 -(is null, matches of)3.458 F F1(pattern)3.458 E F0 .958 -(are deleted and the)3.458 F F2(/)3.458 E F0(follo)3.458 E(wing)-.25 E -F1(pattern)3.457 E F0 .957(may be omitted.)3.457 F .957(If the)5.957 F -F2(nocasematch)144 316.8 Q F0 .492 +(string)144 381.6 Q F0 5.396(.T)C .396 +(he match is performed using the rules described under)-5.396 F F2 -.1 +(Pa)2.897 G(tter).1 E 2.897(nM)-.15 G(atching)-2.897 E F0(belo)2.897 E +4.197 -.65(w. I)-.25 H(f).65 E F1(pat-)2.897 E(tern)144 393.6 Q F0(be) +2.57 E .07(gins with)-.15 F F2(/)2.57 E F0 2.57(,a)C .07(ll matches of) +-2.57 F F1(pattern)2.57 E F0 .069(are replaced with)2.569 F F1(string) +2.569 E F0 5.069(.N)C .069(ormally only the \214rst match is)-5.069 F +2.579(replaced. If)144 405.6 R F1(pattern)2.579 E F0(be)2.579 E .079 +(gins with)-.15 F F2(#)2.579 E F0 2.579(,i)C 2.579(tm)-2.579 G .079 +(ust match at the be)-2.579 F .08(ginning of the e)-.15 F .08(xpanded v) +-.15 F .08(alue of)-.25 F F1(par)2.58 E(am-)-.15 E(eter)144 417.6 Q F0 +5.762(.I)C(f)-5.762 E F1(pattern)3.262 E F0(be)3.261 E .761(gins with) +-.15 F F2(%)3.261 E F0 3.261(,i)C 3.261(tm)-3.261 G .761 +(ust match at the end of the e)-3.261 F .761(xpanded v)-.15 F .761 +(alue of)-.25 F F1(par)3.261 E(ameter)-.15 E F0 5.761(.I)C(f)-5.761 E F1 +(string)144 429.6 Q F0 .957(is null, matches of)3.457 F F1(pattern)3.457 +E F0 .958(are deleted and the)3.457 F F2(/)3.458 E F0(follo)3.458 E +(wing)-.25 E F1(pattern)3.458 E F0 .958(may be omitted.)3.458 F .958 +(If the)5.958 F F2(nocasematch)144 441.6 Q F0 .492 (shell option is enabled, the match is performed without re)2.992 F -.05 -(ga)-.15 G .492(rd to the case of alpha-).05 F .884(betic characters.) -144 328.8 R(If)5.884 E F1(par)4.634 E(ameter)-.15 E F0(is)4.114 E F2(@) -3.384 E F0(or)3.383 E F2(*)3.383 E F0 3.383(,t)C .883 +(ga)-.15 G .492(rd to the case of alpha-).05 F .883(betic characters.) +144 453.6 R(If)5.883 E F1(par)4.633 E(ameter)-.15 E F0(is)4.113 E F2(@) +3.383 E F0(or)3.383 E F2(*)3.383 E F0 3.383(,t)C .884 (he substitution operation is applied to each positional)-3.383 F 1.002 -(parameter in turn, and the e)144 340.8 R 1.002 +(parameter in turn, and the e)144 465.6 R 1.002 (xpansion is the resultant list.)-.15 F(If)6.002 E F1(par)4.752 E -(ameter)-.15 E F0 1.002(is an array v)4.232 F 1.002(ariable sub-)-.25 F -.159(scripted with)144 352.8 R F2(@)2.659 E F0(or)2.659 E F2(*)2.659 E +(ameter)-.15 E F0 1.002(is an array v)4.232 F 1.001(ariable sub-)-.25 F +.158(scripted with)144 477.6 R F2(@)2.658 E F0(or)2.659 E F2(*)2.659 E F0 2.659(,t)C .159(he substitution operation is applied to each member \ -of the array in turn, and)-2.659 F(the e)144 364.8 Q -(xpansion is the resultant list.)-.15 E(${)108 381.6 Q F1(par)A(ameter) --.15 E F2(^)A F1(pattern)A F0(})A(${)108 393.6 Q F1(par)A(ameter)-.15 E -F2(^^)A F1(pattern)A F0(})A(${)108 405.6 Q F1(par)A(ameter)-.15 E F2(,)A -F1(pattern)A F0(})A(${)108 417.6 Q F1(par)A(ameter)-.15 E F2(,,)A F1 -(pattern)A F0(})A F2 .437(Case modi\214cation)144 429.6 R F0 5.437(.T)C -.437(his e)-5.437 F .438 +of the array in turn, and)-2.659 F(the e)144 489.6 Q +(xpansion is the resultant list.)-.15 E(${)108 506.4 Q F1(par)A(ameter) +-.15 E F2(^)A F1(pattern)A F0(})A(${)108 518.4 Q F1(par)A(ameter)-.15 E +F2(^^)A F1(pattern)A F0(})A(${)108 530.4 Q F1(par)A(ameter)-.15 E F2(,)A +F1(pattern)A F0(})A(${)108 542.4 Q F1(par)A(ameter)-.15 E F2(,,)A F1 +(pattern)A F0(})A F2 .438(Case modi\214cation)144 554.4 R F0 5.438(.T)C +.438(his e)-5.438 F .437 (xpansion modi\214es the case of alphabetic characters in)-.15 F F1(par) -2.938 E(ameter)-.15 E F0 5.438(.T)C(he)-5.438 E F1(pattern)144 441.6 Q -F0 .374(is e)2.874 F .374 +2.937 E(ameter)-.15 E F0 5.437(.T)C(he)-5.437 E F1(pattern)144 566.4 Q +F0 .373(is e)2.873 F .374 (xpanded to produce a pattern just as in pathname e)-.15 F 2.874 -(xpansion. Each)-.15 F .373(character in the e)2.873 F(x-)-.15 E .513 -(panded v)144 453.6 R .513(alue of)-.25 F F1(par)3.013 E(ameter)-.15 E -F0 .513(is tested ag)3.013 F(ainst)-.05 E F1(pattern)3.013 E F0 3.013 -(,a)C .514(nd, if it matches the pattern, its case is con-)-3.013 F -.15 -(ve)144 465.6 S 2.823(rted. The).15 F .323 -(pattern should not attempt to match more than one character)2.823 F -5.322(.T)-.55 G(he)-5.322 E F2(^)2.822 E F0 .322(operator con)2.822 F --.15(ve)-.4 G(rts).15 E(lo)144 477.6 Q .18(wercase letters matching)-.25 -F F1(pattern)2.681 E F0 .181(to uppercase; the)2.681 F F2(,)2.681 E F0 -.181(operator con)2.681 F -.15(ve)-.4 G .181 -(rts matching uppercase letters).15 F .085(to lo)144 489.6 R 2.585 +(xpansion. Each)-.15 F .374(character in the e)2.874 F(x-)-.15 E .514 +(panded v)144 578.4 R .514(alue of)-.25 F F1(par)3.014 E(ameter)-.15 E +F0 .514(is tested ag)3.014 F(ainst)-.05 E F1(pattern)3.014 E F0 3.014 +(,a)C .513(nd, if it matches the pattern, its case is con-)-3.014 F -.15 +(ve)144 590.4 S 2.822(rted. The).15 F .323 +(pattern should not attempt to match more than one character)2.822 F +5.323(.T)-.55 G(he)-5.323 E F2(^)2.823 E F0 .323(operator con)2.823 F +-.15(ve)-.4 G(rts).15 E(lo)144 602.4 Q .181(wercase letters matching) +-.25 F F1(pattern)2.681 E F0 .181(to uppercase; the)2.681 F F2(,)2.681 E +F0 .181(operator con)2.681 F -.15(ve)-.4 G .18 +(rts matching uppercase letters).15 F .085(to lo)144 614.4 R 2.585 (wercase. The)-.25 F F2(^^)2.585 E F0(and)2.585 E F2(,,)2.585 E F0 -.15 (ex)2.585 G .085(pansions con).15 F -.15(ve)-.4 G .085 (rt each matched character in the e).15 F .085(xpanded v)-.15 F .085 -(alue; the)-.25 F F2(^)2.585 E F0(and)144 501.6 Q F2(,)3.59 E F0 -.15 -(ex)3.59 G 1.09(pansions match and con).15 F -.15(ve)-.4 G 1.091 -(rt only the \214rst character in the e).15 F 1.091(xpanded v)-.15 F -3.591(alue. If)-.25 F F1(pattern)3.591 E F0(is)3.591 E 1.121 -(omitted, it is treated lik)144 513.6 R 3.621(ea)-.1 G F2(?)A F0 3.621 -(,w)C 1.121(hich matches e)-3.621 F -.15(ve)-.25 G 1.121(ry character) -.15 F 6.12(.I)-.55 G(f)-6.12 E F1(par)4.87 E(ameter)-.15 E F0(is)4.35 E -F2(@)3.62 E F0(or)3.62 E F2(*)3.62 E F0 3.62(,t)C 1.12(he case)-3.62 F -.339(modi\214cation operation is applied to each positional parameter i\ -n turn, and the e)144 525.6 R .34(xpansion is the re-)-.15 F .25 -(sultant list.)144 537.6 R(If)5.25 E F1(par)4 E(ameter)-.15 E F0 .25 -(is an array v)3.48 F .249(ariable subscripted with)-.25 F F2(@)2.749 E -F0(or)2.749 E F2(*)2.749 E F0 2.749(,t)C .249 -(he case modi\214cation oper)-2.749 F(-)-.2 E +(alue; the)-.25 F F2(^)2.585 E F0(and)144 626.4 Q F2(,)3.591 E F0 -.15 +(ex)3.591 G 1.091(pansions match and con).15 F -.15(ve)-.4 G 1.091 +(rt only the \214rst character in the e).15 F 1.09(xpanded v)-.15 F 3.59 +(alue. If)-.25 F F1(pattern)3.59 E F0(is)3.59 E 1.12 +(omitted, it is treated lik)144 638.4 R 3.62(ea)-.1 G F2(?)A F0 3.62(,w) +C 1.12(hich matches e)-3.62 F -.15(ve)-.25 G 1.121(ry character).15 F +6.121(.I)-.55 G(f)-6.121 E F1(par)4.871 E(ameter)-.15 E F0(is)4.351 E F2 +(@)3.621 E F0(or)3.621 E F2(*)3.621 E F0 3.621(,t)C 1.121(he case)-3.621 +F .339(modi\214cation operation is applied to each positional parameter\ + in turn, and the e)144 650.4 R .339(xpansion is the re-)-.15 F .249 +(sultant list.)144 662.4 R(If)5.249 E F1(par)3.999 E(ameter)-.15 E F0 +.249(is an array v)3.479 F .249(ariable subscripted with)-.25 F F2(@) +2.749 E F0(or)2.75 E F2(*)2.75 E F0 2.75(,t)C .25 +(he case modi\214cation oper)-2.75 F(-)-.2 E (ation is applied to each member of the array in turn, and the e)144 -549.6 Q(xpansion is the resultant list.)-.15 E(${)108 566.4 Q F1(par)A -(ameter)-.15 E F2(@)A F1(oper)A(ator)-.15 E F0(})A F2 -.1(Pa)144 578.4 S +674.4 Q(xpansion is the resultant list.)-.15 E(${)108 691.2 Q F1(par)A +(ameter)-.15 E F2(@)A F1(oper)A(ator)-.15 E F0(})A F2 -.1(Pa)144 703.2 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 590.4 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 -602.4 Q F2(Q)144 626.4 Q F0 1.064(The e)180 626.4 R 1.064 -(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 638.4 Q F2(E)144 650.4 Q F0 .441(The e)180 650.4 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 662.4 S(panded as with the).15 E F2($'...)2.5 E(')-.55 E F0 -(quoting mechanism.)2.5 E F2(P)144 674.4 Q F0 1.072(The e)180 674.4 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 686.4 Q F2(PR) -2.5 E(OMPTING)-.3 E F0(belo)2.5 E(w\).)-.25 E F2(A)144 698.4 Q F0 1.138 -(The e)180 698.4 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 710.4 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(GNU Bash 5.0)72 768 -Q(2020 January 29)141.79 E(24)190.95 E 0 Cg EP +F F1(par)3.36 E(ameter)-.15 E F0 .153(or information about)144 715.2 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 +727.2 Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(24)199.835 E 0 Cg EP %%Page: 25 25 %%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(a)144 84 Q F0(The e)180 84 Q -(xpansion is a string consisting of \215ag v)-.15 E(alues representing) --.25 E/F2 10/Times-Italic@0 SF(par)2.5 E(ameter)-.15 E F0 1.1 -.55('s a) -D(ttrib).55 E(utes.)-.2 E(If)144 100.8 Q F2(par)4.402 E(ameter)-.15 E F0 +SF(U)144 84 Q F0 .143(The e)180 84 R .142 +(xpansion is a string that is the v)-.15 F .142(alue of)-.25 F/F2 10 +/Times-Italic@0 SF(par)2.642 E(ameter)-.15 E F0 .142(with lo)2.642 F +.142(wercase alphabetic charac-)-.25 F(ters con)180 96 Q -.15(ve)-.4 G +(rted to uppercase.).15 E F1(u)144 108 Q F0 .429(The e)180 108 R .429 +(xpansion is a string that is the v)-.15 F .429(alue of)-.25 F F2(par) +2.929 E(ameter)-.15 E F0 .43(with the \214rst character con)2.93 F -.15 +(ve)-.4 G(rted).15 E(to uppercase, if it is alphabetic.)180 120 Q F1(L) +144 132 Q F0 .125(The e)180 132 R .124 +(xpansion is a string that is the v)-.15 F .124(alue of)-.25 F F2(par) +2.624 E(ameter)-.15 E F0 .124(with uppercase alphabetic charac-)2.624 F +(ters con)180 144 Q -.15(ve)-.4 G(rted to lo).15 E(wercase.)-.25 E F1(Q) +144 156 Q F0 1.064(The e)180 156 R 1.064 +(xpansion is a string that is the v)-.15 F 1.065(alue of)-.25 F F2(par) +3.565 E(ameter)-.15 E F0 1.065(quoted in a format that can be)3.565 F +(reused as input.)180 168 Q F1(E)144 180 Q F0 .441(The e)180 180 R .441 +(xpansion is a string that is the v)-.15 F .441(alue of)-.25 F F2(par) +2.941 E(ameter)-.15 E F0 .44(with backslash escape sequences)2.94 F -.15 +(ex)180 192 S(panded as with the).15 E F1($'...)2.5 E(')-.55 E F0 +(quoting mechanism.)2.5 E F1(P)144 204 Q F0 1.072(The e)180 204 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 F2(par)3.573 E(ameter)-.15 E +F0 1.073(as if it)3.573 F(were a prompt string \(see)180 216 Q F1(PR)2.5 +E(OMPTING)-.3 E F0(belo)2.5 E(w\).)-.25 E F1(A)144 228 Q F0 1.138(The e) +180 228 R 1.138 +(xpansion is a string in the form of an assignment statement or)-.15 F +F1(declar)3.637 E(e)-.18 E F0(command)3.637 E(that, if e)180 240 Q -.25 +(va)-.25 G(luated, will recreate).25 E F2(par)2.5 E(ameter)-.15 E F0 +(with its attrib)2.5 E(utes and v)-.2 E(alue.)-.25 E F1(K)144 252 Q F0 +1.339(Produces a possibly-quoted v)180 252 R 1.339(ersion of the v)-.15 +F 1.339(alue of)-.25 F F2(par)3.839 E(ameter)-.15 E F0 3.839(,e)C 1.34 +(xcept that it prints the)-3.989 F -.25(va)180 264 S .258(lues of inde) +.25 F -.15(xe)-.15 G 2.757(da).15 G .257(nd associati)-2.757 F .557 -.15 +(ve a)-.25 H .257(rrays as a sequence of quoted k).15 F -.15(ey)-.1 G +(-v).15 E .257(alue pairs \(see)-.25 F F1(Ar)2.757 E(-)-.37 E(rays)180 +276 Q F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F1(a)144 288 Q F0(The e)180 +288 Q(xpansion is a string consisting of \215ag v)-.15 E +(alues representing)-.25 E F2(par)2.5 E(ameter)-.15 E F0 1.1 -.55('s a)D +(ttrib).55 E(utes.)-.2 E(If)144 304.8 Q F2(par)4.402 E(ameter)-.15 E F0 (is)3.882 E F1(@)3.152 E F0(or)3.152 E F1(*)3.153 E F0 3.153(,t)C .653(\ he operation is applied to each positional parameter in turn, and the e) --3.153 F(x-)-.15 E .403(pansion is the resultant list.)144 112.8 R(If) +-3.153 F(x-)-.15 E .403(pansion is the resultant list.)144 316.8 R(If) 5.403 E F2(par)4.153 E(ameter)-.15 E F0 .403(is an array v)3.633 F .403 (ariable subscripted with)-.25 F F1(@)2.903 E F0(or)2.903 E F1(*)2.903 E F0 2.903(,t)C .402(he opera-)-2.903 F (tion is applied to each member of the array in turn, and the e)144 -124.8 Q(xpansion is the resultant list.)-.15 E .708(The result of the e) -144 148.8 R .708(xpansion is subject to w)-.15 F .708 +328.8 Q(xpansion is the resultant list.)-.15 E .708(The result of the e) +144 352.8 R .708(xpansion is subject to w)-.15 F .708 (ord splitting and pathname e)-.1 F .708(xpansion as described be-)-.15 -F(lo)144 160.8 Q -.65(w.)-.25 G F1(Command Substitution)87 177.6 Q F2 -1.698(Command substitution)108 189.6 R F0(allo)4.198 E 1.697 +F(lo)144 364.8 Q -.65(w.)-.25 G F1(Command Substitution)87 381.6 Q F2 +1.698(Command substitution)108 393.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 201.6 Q F1($\()144 218.4 Q F2 -(command)A F1(\))1.666 E F0(or)108 230.4 Q F1<92>144 242.4 Q F2(command) -A F1<92>A(Bash)108 259.2 Q F0 .088(performs the e)2.588 F .088 +(There are tw)6.697 F(o)-.1 E(forms:)108 405.6 Q F1($\()144 422.4 Q F2 +(command)A F1(\))1.666 E F0(or)108 434.4 Q F1<92>144 446.4 Q F2(command) +A F1<92>A(Bash)108 463.2 Q F0 .088(performs the e)2.588 F .088 (xpansion by e)-.15 F -.15(xe)-.15 G(cuting).15 E F2(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 271.2 R 2.91(yt)-.15 G .41(railing ne)-2.91 F .41(wlines deleted.) +108 475.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 .191(lines are not deleted, b) -108 283.2 R .192(ut the)-.2 F 2.692(ym)-.15 G .192(ay be remo)-2.692 F +108 487.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 F1($\(cat)2.692 E F2(\214le) -2.692 E F1(\))A F0(can be replaced by the equi)108 295.2 Q -.25(va)-.25 +2.692 E F1(\))A F0(can be replaced by the equi)108 499.2 Q -.25(va)-.25 G(lent b).25 E(ut f)-.2 E(aster)-.1 E F1($\(<)2.5 E F2(\214le)2.5 E F1 (\))A F0(.)A 1.724(When the old-style backquote form of substitution is\ - used, backslash retains its literal meaning e)108 312 R(xcept)-.15 E -.314(when follo)108 324 R .314(wed by)-.25 F F1($)2.814 E F0(,)A F1<92> + used, backslash retains its literal meaning e)108 516 R(xcept)-.15 E +.314(when follo)108 528 R .314(wed by)-.25 F F1($)2.814 E F0(,)A F1<92> 2.814 E F0 2.814(,o)C(r)-2.814 E F1(\\)2.814 E F0 5.314(.T)C .315(he \ \214rst backquote not preceded by a backslash terminates the command su\ -b-)-5.314 F 3.887(stitution. When)108 336 R 1.387(using the $\()3.887 F +b-)-5.314 F 3.887(stitution. When)108 540 R 1.387(using the $\()3.887 F F2(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 348 Q(.)-.65 E .894 -(Command substitutions may be nested.)108 364.8 R 2.494 -.8(To n)5.894 H +(mand; none are treated specially)108 552 Q(.)-.65 E .894 +(Command substitutions may be nested.)108 568.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 376.8 Q .422 -(If the substitution appears within double quotes, w)108 393.6 R .422 +(quotes with backslashes.)108 580.8 Q .422 +(If the substitution appears within double quotes, w)108 597.6 R .422 (ord splitting and pathname e)-.1 F .422(xpansion are not performed)-.15 -F(on the results.)108 405.6 Q F1(Arithmetic Expansion)87 422.4 Q F0 -1.034(Arithmetic e)108 434.4 R 1.034(xpansion allo)-.15 F 1.034 +F(on the results.)108 609.6 Q F1(Arithmetic Expansion)87 626.4 Q F0 +1.034(Arithmetic e)108 638.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.035(xpression and the substitution of the result.)-.15 F -(The format for arithmetic e)108 446.4 Q(xpansion is:)-.15 E F1($\(\() -144 463.2 Q F2 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A F0(The)108 480 Q +(The format for arithmetic e)108 650.4 Q(xpansion is:)-.15 E F1($\(\() +144 667.2 Q F2 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A F0(The)108 684 Q F2 -.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 492 R 5.23(.A)-.65 G .23(ll tok)-5.23 F .231 +(treated specially)108 696 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 .231(ariable e)-.25 F .231(xpansion, command substi-)-.15 F .049 -(tution, and quote remo)108 504 R -.25(va)-.15 G 2.548(l. The).25 F .048 +(tution, and quote remo)108 708 R -.25(va)-.15 G 2.548(l. The).25 F .048 (result is treated as the arithmetic e)2.548 F .048(xpression to be e) -.15 F -.25(va)-.25 G 2.548(luated. Arithmetic).25 F -.15(ex)2.548 G(-) -.15 E(pansions may be nested.)108 516 Q 1.378(The e)108 532.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 F2 -.2(ex)108 544.8 S(pr).2 E -(ession)-.37 E F0(is in)2.74 E -.25(va)-.4 G(lid,).25 E F1(bash)2.5 E F0 -(prints a message indicating f)2.5 E(ailure and no substitution occurs.) --.1 E F1(Pr)87 561.6 Q(ocess Substitution)-.18 E F2(Pr)108 573.6 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 585.6 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 .148 -(This \214lename is passed as an ar)108 597.6 R .148 -(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 609.6 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.06 E F2(list)A F1(\)).833 E F0 .56 -(form is used, the \214le passed as an)3.06 F(ar)108 621.6 Q .309 -(gument should be read to obtain the output of)-.18 F F2(list)2.808 E F0 -5.308(.P)C .308(rocess substitution is supported on systems that sup-) --5.308 F(port named pipes \()108 633.6 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 .896(When a)108 650.4 R -.25(va) --.2 G .896(ilable, process substitution is performed simultaneously wit\ -h parameter and v).25 F .897(ariable e)-.25 F(xpansion,)-.15 E -(command substitution, and arithmetic e)108 662.4 Q(xpansion.)-.15 E F1 --.75(Wo)87 679.2 S(rd Splitting).75 E F0 1.143 -(The shell scans the results of parameter e)108 691.2 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 703.2 Q -F2(wor)2.84 E 2.5(ds)-.37 G(plitting)-2.5 E F0(.).22 E .063 -(The shell treats each character of)108 720 R F3(IFS)2.563 E F0 .063 -(as a delimiter)2.313 F 2.563(,a)-.4 G .063 -(nd splits the results of the other e)-2.563 F .063(xpansions into w) --.15 F(ords)-.1 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(25) -190.95 E 0 Cg EP +.15 E(pansions may be nested.)108 720 Q(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(25)199.835 E 0 Cg EP %%Page: 26 26 %%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 .207 -(using these characters as \214eld terminators.)108 84 R(If)5.207 E/F1 9 -/Times-Bold@0 SF(IFS)2.707 E F0 .207(is unset, or its v)2.457 F .207 -(alue is e)-.25 F(xactly)-.15 E/F2 10/Times-Bold@0 SF -()2.707 E F0(,)A .836(the def)108 96 R .836 -(ault, then sequences of)-.1 F F2()3.336 E F0(,)A F2()3.336 -E F0 3.336(,a)C(nd)-3.336 E F2()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 108 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 F1(IFS)2.845 E F0 .345 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.378(The e)108 84 +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/F1 9/Times-Bold@0 SF 1.378(ARITHMETIC EV)3.878 F +(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F2 9/Times-Roman@0 SF(.)A F0 +(If)5.879 E/F3 10/Times-Italic@0 SF -.2(ex)108 96 S(pr).2 E(ession)-.37 +E F0(is in)2.74 E -.25(va)-.4 G(lid,).25 E/F4 10/Times-Bold@0 SF(bash) +2.5 E F0(prints a message indicating f)2.5 E +(ailure and no substitution occurs.)-.1 E F4(Pr)87 112.8 Q +(ocess Substitution)-.18 E F3(Pr)108 124.8 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 136.8 Q F4(<\()3.25 E F3 +(list)A F4(\)).833 E F0(or)3.25 E F4(>\()3.25 E F3(list)A F4(\)).833 E +F0 5.75(.T)C .751(he process)-5.75 F F3(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 .148 +(This \214lename is passed as an ar)108 148.8 R .148 +(gument to the current command as the result of the e)-.18 F 2.647 +(xpansion. If)-.15 F(the)2.647 E F4(>\()2.647 E F3(list)A F4(\)).833 E +F0 .559(form is used, writing to the \214le will pro)108 160.8 R .559 +(vide input for)-.15 F F3(list)3.059 E F0 5.559(.I)C 3.059(ft)-5.559 G +(he)-3.059 E F4(<\()3.06 E F3(list)A F4(\)).833 E F0 .56 +(form is used, the \214le passed as an)3.06 F(ar)108 172.8 Q .309 +(gument should be read to obtain the output of)-.18 F F3(list)2.808 E F0 +5.308(.P)C .308(rocess substitution is supported on systems that sup-) +-5.308 F(port named pipes \()108 184.8 Q F3(FIFOs)A F0 2.5(\)o)C 2.5(rt) +-2.5 G(he)-2.5 E F4(/de)2.5 E(v/fd)-.15 E F0 +(method of naming open \214les.)2.5 E .896(When a)108 201.6 R -.25(va) +-.2 G .896(ilable, process substitution is performed simultaneously wit\ +h parameter and v).25 F .897(ariable e)-.25 F(xpansion,)-.15 E +(command substitution, and arithmetic e)108 213.6 Q(xpansion.)-.15 E F4 +-.75(Wo)87 230.4 S(rd Splitting).75 E F0 1.143 +(The shell scans the results of parameter e)108 242.4 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 254.4 Q +F3(wor)2.84 E 2.5(ds)-.37 G(plitting)-2.5 E F0(.).22 E .063 +(The shell treats each character of)108 271.2 R F1(IFS)2.563 E F0 .063 +(as a delimiter)2.313 F 2.563(,a)-.4 G .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 283.2 R(If)5.207 E F1(IFS)2.707 E F0 .207(is unset, or its v)2.457 F +.207(alue is e)-.25 F(xactly)-.15 E F4()2.707 E F0 +(,)A .836(the def)108 295.2 R .836(ault, then sequences of)-.1 F F4 +()3.336 E F0(,)A F4()3.336 E F0 3.336(,a)C(nd)-3.336 E F4 +()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 307.2 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 F1(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.236(to delimit w)108 120 R 3.736(ords. If)-.1 F F1(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 F2(space)108 -132 Q F0(,)A F2(tab)2.507 E F0 2.507(,a)C(nd)-2.507 E F2(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 144 R .92(alue of)-.25 F F1(IFS)3.42 E F0(\(an)3.17 E F1(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 F1(IFS)3.42 E F0 .921(that is not)3.17 F F1(IFS) -3.421 E F0(whitespace,)3.171 E .429(along with an)108 156 R 2.928(ya) --.15 G(djacent)-2.928 E F1(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 F1(IFS)2.928 E F0 .428(whitespace charac-)2.678 -F(ters is also treated as a delimiter)108 168 Q 5(.I)-.55 G 2.5(ft)-5 G -(he v)-2.5 E(alue of)-.25 E F1(IFS)2.5 E F0(is null, no w)2.25 E -(ord splitting occurs.)-.1 E .782(Explicit null ar)108 184.8 R .782 -(guments \()-.18 F F2 .833("").833 G F0(or)2.449 E F2 .833<0808>4.115 G -F0 3.282(\)a)C .782 +-.15 E 1.236(to delimit w)108 319.2 R 3.736(ords. If)-.1 F F1(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 F4(space)108 +331.2 Q F0(,)A F4(tab)2.507 E F0 2.507(,a)C(nd)-2.507 E F4(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 343.2 R .92(alue of)-.25 F F1(IFS)3.42 E F0(\(an) +3.17 E F1(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 F1(IFS)3.42 E F0 .921 +(that is not)3.17 F F1(IFS)3.421 E F0(whitespace,)3.171 E .429 +(along with an)108 355.2 R 2.928(ya)-.15 G(djacent)-2.928 E F1(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 F1(IFS)2.928 E F0 .428 +(whitespace charac-)2.678 F(ters is also treated as a delimiter)108 +367.2 Q 5(.I)-.55 G 2.5(ft)-5 G(he v)-2.5 E(alue of)-.25 E F1(IFS)2.5 E +F0(is null, no w)2.25 E(ord splitting occurs.)-.1 E .782 +(Explicit null ar)108 384 R .782(guments \()-.18 F F4 .833("").833 G F0 +(or)2.449 E F4 .833<0808>4.115 G F0 3.282(\)a)C .782 (re retained and passed to commands as empty strings.)-3.282 F .783 -(Unquoted im-)5.783 F .179(plicit null ar)108 196.8 R .179 +(Unquoted im-)5.783 F .179(plicit null ar)108 396 R .179 (guments, resulting from the e)-.18 F .179 (xpansion of parameters that ha)-.15 F .479 -.15(ve n)-.2 H 2.679(ov).15 G .179(alues, are remo)-2.929 F -.15(ve)-.15 G 2.678(d. If).15 F 2.678 -(ap)2.678 G(a-)-2.678 E .318(rameter with no v)108 208.8 R .319 -(alue is e)-.25 F .319(xpanded within double quotes, a null ar)-.15 F -.319(gument results and is retained and passed)-.18 F .001 -(to a command as an empty string.)108 220.8 R .001 -(When a quoted null ar)5.001 F(gument appears as part of a w)-.18 E -(ord whose e)-.1 E(xpansion)-.15 E .983(is non-null, the null ar)108 -232.8 R .983(gument is remo)-.18 F -.15(ve)-.15 G 3.483(d. That).15 F -.983(is, the w)3.483 F(ord)-.1 E/F3 10/Courier@0 SF -5.167 -3.483 F F0(becomes)3.484 E F33.484 E F0 .984(after w)3.484 F .984 -(ord splitting and)-.1 F(null ar)108 244.8 Q(gument remo)-.18 E -.25(va) --.15 G(l.).25 E(Note that if no e)108 261.6 Q -(xpansion occurs, no splitting is performed.)-.15 E F2 -.1(Pa)87 278.4 S -(thname Expansion).1 E F0 .371(After w)108 290.4 R .371 -(ord splitting, unless the)-.1 F F22.871 E F0 .371 -(option has been set,)2.871 F F2(bash)2.871 E F0 .37(scans each w)2.87 F -.37(ord for the characters)-.1 F F2(*)2.87 E F0(,)A F2(?)2.87 E F0 2.87 -(,a)C(nd)-2.87 E F2([)2.87 E F0(.)A .633 +(ap)2.678 G(a-)-2.678 E .318(rameter with no v)108 408 R .319(alue is e) +-.25 F .319(xpanded within double quotes, a null ar)-.15 F .319 +(gument results and is retained and passed)-.18 F .001 +(to a command as an empty string.)108 420 R .001(When a quoted null ar) +5.001 F(gument appears as part of a w)-.18 E(ord whose e)-.1 E(xpansion) +-.15 E .983(is non-null, the null ar)108 432 R .983(gument is remo)-.18 +F -.15(ve)-.15 G 3.483(d. That).15 F .983(is, the w)3.483 F(ord)-.1 E/F5 +10/Courier@0 SF -5.1673.483 F F0(becomes)3.484 E F5 +3.484 E F0 .984(after w)3.484 F .984(ord splitting and)-.1 F(null ar)108 +444 Q(gument remo)-.18 E -.25(va)-.15 G(l.).25 E(Note that if no e)108 +460.8 Q(xpansion occurs, no splitting is performed.)-.15 E F4 -.1(Pa)87 +477.6 S(thname Expansion).1 E F0 .371(After w)108 489.6 R .371 +(ord splitting, unless the)-.1 F F42.871 E F0 .371 +(option has been set,)2.871 F F4(bash)2.871 E F0 .37(scans each w)2.87 F +.37(ord for the characters)-.1 F F4(*)2.87 E F0(,)A F4(?)2.87 E F0 2.87 +(,a)C(nd)-2.87 E F4([)2.87 E F0(.)A .633 (If one of these characters appears, and is not quoted, then the w)108 -302.4 R .634(ord is re)-.1 F -.05(ga)-.15 G .634(rded as a).05 F/F4 10 -/Times-Italic@0 SF(pattern)4.384 E F0 3.134(,a).24 G .634(nd replaced) --3.134 F 1.34(with an alphabetically sorted list of \214lenames matchin\ -g the pattern \(see)108 314.4 R F1 -.09(Pa)3.84 G(tter).09 E 3.59(nM) --.135 G(atching)-3.59 E F0(belo)3.589 E 3.839(w\). If)-.25 F(no)3.839 E -.534(matching \214lenames are found, and the shell option)108 326.4 R F2 +501.6 R .634(ord is re)-.1 F -.05(ga)-.15 G .634(rded as a).05 F F3 +(pattern)4.384 E F0 3.134(,a).24 G .634(nd replaced)-3.134 F 1.34(with \ +an alphabetically sorted list of \214lenames matching the pattern \(see) +108 513.6 R F1 -.09(Pa)3.84 G(tter).09 E 3.59(nM)-.135 G(atching)-3.59 E +F0(belo)3.589 E 3.839(w\). If)-.25 F(no)3.839 E .534 +(matching \214lenames are found, and the shell option)108 525.6 R F4 (nullglob)3.034 E F0 .534(is not enabled, the w)3.034 F .534 -(ord is left unchanged.)-.1 F(If)5.535 E(the)108 338.4 Q F2(nullglob) +(ord is left unchanged.)-.1 F(If)5.535 E(the)108 537.6 Q F4(nullglob) 3.285 E F0 .785(option is set, and no matches are found, the w)3.285 F -.785(ord is remo)-.1 F -.15(ve)-.15 G 3.285(d. If).15 F(the)3.284 E F2 +.785(ord is remo)-.1 F -.15(ve)-.15 G 3.285(d. If).15 F(the)3.284 E F4 (failglob)3.284 E F0 .784(shell option is)3.284 F .754(set, and no matc\ hes are found, an error message is printed and the command is not e)108 -350.4 R -.15(xe)-.15 G 3.255(cuted. If).15 F .755(the shell)3.255 F -(option)108 362.4 Q F2(nocaseglob)3.264 E F0 .763 +549.6 R -.15(xe)-.15 G 3.255(cuted. If).15 F .755(the shell)3.255 F +(option)108 561.6 Q F4(nocaseglob)3.264 E F0 .763 (is enabled, the match is performed without re)3.264 F -.05(ga)-.15 G .763(rd to the case of alphabetic characters.).05 F .039 -(When a pattern is used for pathname e)108 374.4 R .039 -(xpansion, the character)-.15 F F2 -.63(``)2.539 G -.55(.').63 G(')-.08 +(When a pattern is used for pathname e)108 573.6 R .039 +(xpansion, the character)-.15 F F4 -.63(``)2.539 G -.55(.').63 G(')-.08 E F0 .039(at the start of a name or immediately fol-)5.039 F(lo)108 -386.4 Q .81(wing a slash must be matched e)-.25 F(xplicitly)-.15 E 3.31 -(,u)-.65 G .81(nless the shell option)-3.31 F F2(dotglob)3.31 E F0 .81 -(is set.)3.31 F .81(The \214lenames)5.81 F F2 -.63(``)3.31 G -.55(.').63 -G(')-.08 E F0(and)5.81 E F2 -.63(``)108 398.4 S(..).63 E -.63('')-.55 G +585.6 Q .81(wing a slash must be matched e)-.25 F(xplicitly)-.15 E 3.31 +(,u)-.65 G .81(nless the shell option)-3.31 F F4(dotglob)3.31 E F0 .81 +(is set.)3.31 F .81(The \214lenames)5.81 F F4 -.63(``)3.31 G -.55(.').63 +G(')-.08 E F0(and)5.81 E F4 -.63(``)108 597.6 S(..).63 E -.63('')-.55 G F0 1.181(must al)6.811 F -.1(wa)-.1 G 1.181(ys be matched e).1 F (xplicitly)-.15 E 3.681(,e)-.65 G -.15(ve)-3.931 G 3.682(ni).15 G(f) --3.682 E F2(dotglob)3.682 E F0 1.182(is set.)3.682 F 1.182 -(In other cases, the)6.182 F F2 -.63(``)3.682 G -.55(.').63 G(')-.08 E -F0 1.182(character is not)6.182 F .614(treated specially)108 410.4 R +-3.682 E F4(dotglob)3.682 E F0 1.182(is set.)3.682 F 1.182 +(In other cases, the)6.182 F F4 -.63(``)3.682 G -.55(.').63 G(')-.08 E +F0 1.182(character is not)6.182 F .614(treated specially)108 609.6 R 5.614(.W)-.65 G .613 (hen matching a pathname, the slash character must al)-5.614 F -.1(wa) -.1 G .613(ys be matched e).1 F .613(xplicitly by a)-.15 F .654 -(slash in the pattern, b)108 422.4 R .655(ut in other matching conte)-.2 +(slash in the pattern, b)108 621.6 R .655(ut in other matching conte)-.2 F .655(xts it can be matched by a special pattern character as de-)-.15 -F .72(scribed belo)108 434.4 R 3.22(wu)-.25 G(nder)-3.22 E F1 -.09(Pa) -3.22 G(tter).09 E 2.97(nM)-.135 G(atching)-2.97 E/F5 9/Times-Roman@0 SF -(.)A F0 .719(See the description of)5.219 F F2(shopt)3.219 E F0(belo) -3.219 E 3.219(wu)-.25 G(nder)-3.219 E F1 .719(SHELL B)3.219 F(UIL)-.09 E -.719(TIN COM-)-.828 F(MANDS)108 446.4 Q F0(for a description of the)2.25 -E F2(nocaseglob)2.5 E F0(,)A F2(nullglob)2.5 E F0(,)A F2(failglob)2.5 E -F0 2.5(,a)C(nd)-2.5 E F2(dotglob)2.5 E F0(shell options.)2.5 E(The)108 -463.2 Q F1(GLOBIGNORE)2.561 E F0 .061(shell v)2.311 F .061 +F .72(scribed belo)108 633.6 R 3.22(wu)-.25 G(nder)-3.22 E F1 -.09(Pa) +3.22 G(tter).09 E 2.97(nM)-.135 G(atching)-2.97 E F2(.)A F0 .719 +(See the description of)5.219 F F4(shopt)3.219 E F0(belo)3.219 E 3.219 +(wu)-.25 G(nder)-3.219 E F1 .719(SHELL B)3.219 F(UIL)-.09 E .719 +(TIN COM-)-.828 F(MANDS)108 645.6 Q F0(for a description of the)2.25 E +F4(nocaseglob)2.5 E F0(,)A F4(nullglob)2.5 E F0(,)A F4(failglob)2.5 E F0 +2.5(,a)C(nd)-2.5 E F4(dotglob)2.5 E F0(shell options.)2.5 E(The)108 +662.4 Q F1(GLOBIGNORE)2.561 E F0 .061(shell v)2.311 F .061 (ariable may be used to restrict the set of \214le names matching a)-.25 -F F4(pattern)3.812 E F0 5.062(.I).24 G(f)-5.062 E F1(GLO-)2.562 E -(BIGNORE)108 475.2 Q F0 1.096(is set, each matching \214le name that al\ +F F3(pattern)3.812 E F0 5.062(.I).24 G(f)-5.062 E F1(GLO-)2.562 E +(BIGNORE)108 674.4 Q F0 1.096(is set, each matching \214le name that al\ so matches one of the patterns in)3.347 F F1(GLOBIGNORE)3.596 E F0 1.096 -(is re-)3.346 F(mo)108 487.2 Q -.15(ve)-.15 G 2.85(df).15 G .351 -(rom the list of matches.)-2.85 F .351(If the)5.351 F F2(nocaseglob) +(is re-)3.346 F(mo)108 686.4 Q -.15(ve)-.15 G 2.85(df).15 G .351 +(rom the list of matches.)-2.85 F .351(If the)5.351 F F4(nocaseglob) 2.851 E F0 .351(option is set, the matching ag)2.851 F .351 -(ainst the patterns in)-.05 F F1(GLO-)2.851 E(BIGNORE)108 499.2 Q F0 +(ainst the patterns in)-.05 F F1(GLO-)2.851 E(BIGNORE)108 698.4 Q F0 1.481(is performed without re)3.731 F -.05(ga)-.15 G 1.48(rd to case.) -.05 F 1.48(The \214lenames)6.48 F F2 -.63(``)3.98 G -.55(.').63 G(')-.08 -E F0(and)6.48 E F2 -.63(``)3.98 G(..).63 E -.63('')-.55 G F0 1.48 +.05 F 1.48(The \214lenames)6.48 F F4 -.63(``)3.98 G -.55(.').63 G(')-.08 +E F0(and)6.48 E F4 -.63(``)3.98 G(..).63 E -.63('')-.55 G F0 1.48 (are al)7.11 F -.1(wa)-.1 G 1.48(ys ignored when).1 F F1(GLOBIGNORE)108 -511.2 Q F0 .827(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15 +710.4 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 F1(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 523.2 R F2(dotglob)3.183 E F0 .682 +-.25 F .683(enabling the)108 722.4 R F4(dotglob)3.183 E F0 .682 (shell option, so all other \214lenames be)3.183 F .682(ginning with a) --.15 F F2 -.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 535.2 Q -1.184(vior of ignoring \214lenames be)-.2 F 1.184(ginning with a)-.15 F -F2 -.63(``)3.684 G -.55(.').63 G(')-.08 E F0 3.684(,m)C(ak)-3.684 E(e) --.1 E F2 -.63(``)3.684 G(.*').63 E(')-.63 E F0 1.185 -(one of the patterns in)6.185 F F1(GLOBIGNORE)3.685 E F5(.)A F0(The)108 -547.2 Q F2(dotglob)3.132 E F0 .632(option is disabled when)3.132 F F1 -(GLOBIGNORE)3.132 E F0 .632(is unset.)2.882 F .631 -(The pattern matching honors the setting of)5.632 F(the)108 559.2 Q F2 -(extglob)2.5 E F0(shell option.)2.5 E F2 -.1(Pa)108 576 S(tter).1 E 2.5 -(nM)-.15 G(atching)-2.5 E F0(An)108 592.8 Q 3.138(yc)-.15 G .638(haract\ -er that appears in a pattern, other than the special pattern characters\ - described belo)-3.138 F 1.938 -.65(w, m)-.25 H(atches).65 E 2.722 -(itself. The)108 604.8 R .221(NUL character may not occur in a pattern.) -2.722 F 2.721(Ab)5.221 G .221(ackslash escapes the follo)-2.721 F .221 -(wing character; the es-)-.25 F .418 -(caping backslash is discarded when matching.)108 616.8 R .418 -(The special pattern characters must be quoted if the)5.418 F 2.919(ya) --.15 G .419(re to)-2.919 F(be matched literally)108 628.8 Q(.)-.65 E -(The special pattern characters ha)108 645.6 Q .3 -.15(ve t)-.2 H -(he follo).15 E(wing meanings:)-.25 E F2(*)144 662.4 Q F0 .377 -(Matches an)180 662.4 R 2.877(ys)-.15 G .376 -(tring, including the null string.)-2.877 F .376(When the)5.376 F F2 -(globstar)2.876 E F0 .376(shell option is enabled,)2.876 F(and)180 674.4 -Q F2(*)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 F2(*)3.275 E F0 3.275(su)C .775(sed as a single pattern)-3.275 F 1.058 -(will match all \214les and zero or more directories and subdirectories\ -.)180 686.4 R 1.058(If follo)6.058 F 1.058(wed by a)-.25 F F2(/)3.558 E -F0(,)A(tw)180 698.4 Q 2.5(oa)-.1 G(djacent)-2.5 E F2(*)2.5 E F0 2.5(sw)C -(ill match only directories and subdirectories.)-2.5 E F2(?)144 710.4 Q -F0(Matches an)180 710.4 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(26)190.95 E 0 Cg EP +-.15 F F4 -.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(GNU Bash 5.1)72 768 +Q(2020 June 5)150.675 E(26)199.835 E 0 Cg EP %%Page: 27 27 %%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 F0 .578(Matches an)180 84 R 3.078(yo)-.15 G .578 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(beha)108 84 Q +1.184(vior of ignoring \214lenames be)-.2 F 1.184(ginning with a)-.15 F +/F1 10/Times-Bold@0 SF -.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/F2 9/Times-Bold@0 SF(GLOBIGNORE)3.685 E +/F3 9/Times-Roman@0 SF(.)A F0(The)108 96 Q F1(dotglob)3.132 E F0 .632 +(option is disabled when)3.132 F F2(GLOBIGNORE)3.132 E F0 .632 +(is unset.)2.882 F .631(The pattern matching honors the setting of)5.632 +F(the)108 108 Q F1(extglob)2.5 E F0(shell option.)2.5 E F1 -.1(Pa)108 +124.8 S(tter).1 E 2.5(nM)-.15 G(atching)-2.5 E F0(An)108 141.6 Q 3.138 +(yc)-.15 G .638(haracter that appears in a pattern, other than the spec\ +ial pattern characters described belo)-3.138 F 1.938 -.65(w, m)-.25 H +(atches).65 E 2.722(itself. The)108 153.6 R .221 +(NUL character may not occur in a pattern.)2.722 F 2.721(Ab)5.221 G .221 +(ackslash escapes the follo)-2.721 F .221(wing character; the es-)-.25 F +.418(caping backslash is discarded when matching.)108 165.6 R .418 +(The special pattern characters must be quoted if the)5.418 F 2.919(ya) +-.15 G .419(re to)-2.919 F(be matched literally)108 177.6 Q(.)-.65 E +(The special pattern characters ha)108 194.4 Q .3 -.15(ve t)-.2 H +(he follo).15 E(wing meanings:)-.25 E F1(*)144 211.2 Q F0 .377 +(Matches an)180 211.2 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 223.2 +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 +(will match all \214les and zero or more directories and subdirectories\ +.)180 235.2 R 1.058(If follo)6.058 F 1.058(wed by a)-.25 F F1(/)3.558 E +F0(,)A(tw)180 247.2 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 259.2 Q +F0(Matches an)180 259.2 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E +F1([...])144 271.2 Q F0 .578(Matches an)180 271.2 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 96 R/F2 10/Times-Italic@0 SF -.15(ra)3.185 G(ng).15 E +(denotes a)180 283.2 R/F4 10/Times-Italic@0 SF -.15(ra)3.185 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 108 Q -.15(ve)-.25 -G 3.712(,u).15 G 1.212(sing the current locale')-3.712 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 120 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 132 R .895 +3.184(oc)-.1 G .684(haracters, inclu-)-3.184 F(si)180 295.2 Q -.15(ve) +-.25 G 3.712(,u).15 G 1.212(sing the current locale')-3.712 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 307.2 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 319.2 R .895 (xpressions is determined by the current locale)-.15 F .376(and the v) -180 144 R .376(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 +180 331.2 R .376(alues of the)-.25 F F2(LC_COLLA)2.875 E(TE)-.855 E F0 +(or)2.625 E F2(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 156 R .067 +F .067(ditional interpretation of range e)180 343.2 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 168 R F1(LC_ALL)2.657 E F0 +(et v)-2.568 F(alue)-.25 E .157(of the)180 355.2 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 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(\ be matched by including it as the \214rst or last character in the set.) -180 180 R(A)5.193 E F1(])2.693 E F0 .194(may be matched by)2.693 F -(including it as the \214rst character in the set.)180 192 Q -.4(Wi)180 -210 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 222 Q(wing classes de\214ned in the POSIX standard:)-.25 E F1 5.889 -(alnum alpha ascii blank cntrl digit graph lo)180 234 R 5.889 -(wer print punct space up-)-.1 F 5(per w)180 246 R 5(ord xdigit)-.1 F F0 -4.29(Ac)180 258 S 1.789(haracter class matches an)-4.29 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 -(class matches letters, digits, and the character _.)180 270 Q -.4(Wi) -180 288 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(=]) +180 367.2 R(A)5.193 E F1(])2.693 E F0 .194(may be matched by)2.693 F +(including it as the \214rst character in the set.)180 379.2 Q -.4(Wi) +180 397.2 S(thin).4 E F1([)3.071 E F0(and)3.071 E F1(])3.071 E F0(,)A F4 +-.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 F4(class)A F1 +(:])A F0 3.07(,w)C(here)-3.07 E F4(class)3.07 E F0(is one of the follo) +180 409.2 Q(wing classes de\214ned in the POSIX standard:)-.25 E F1 +5.889(alnum alpha ascii blank cntrl digit graph lo)180 421.2 R 5.889 +(wer print punct space up-)-.1 F 5(per w)180 433.2 R 5(ord xdigit)-.1 F +F0 4.29(Ac)180 445.2 S 1.789(haracter class matches an)-4.29 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 +(class matches letters, digits, and the character _.)180 457.2 Q -.4(Wi) +180 475.2 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 F4 2.036(equivalence class)4.536 F F0 2.037 +(can be speci\214ed using the syntax)4.536 F F1([=)4.537 E F4(c)A F1(=]) A F0 4.537(,w)C(hich)-4.537 E .125(matches all characters with the same\ - collation weight \(as de\214ned by the current locale\) as)180 300 R -(the character)180 312 Q F2(c)2.5 E F0(.)A -.4(Wi)180 330 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 346.8 R F1(extglob)3.204 E F0 .705 + collation weight \(as de\214ned by the current locale\) as)180 487.2 R +(the character)180 499.2 Q F4(c)2.5 E F0(.)A -.4(Wi)180 517.2 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 F4(symbol)A F1(.])A F0(matches the collating symbol)2.5 E F4 +(symbol)2.5 E F0(.)A .704(If the)108 534 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 -358.8 R .256(In the follo)5.256 F .256(wing description, a)-.25 F F2 +(xtended pattern matching operators)-.15 F .256(are recognized.)108 546 +R .256(In the follo)5.256 F .256(wing description, a)-.25 F F4 (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 F0(.)A(Composite patterns may be formed using one or more of the follo) -108 370.8 Q(wing sub-patterns:)-.25 E F1(?\()144 394.8 Q F2 +108 558 Q(wing sub-patterns:)-.25 E F1(?\()144 582 Q F4(pattern-list) +.833 E F1(\)).833 E F0(Matches zero or one occurrence of the gi)180 594 +Q -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(*\()144 606 Q F4 (pattern-list).833 E F1(\)).833 E F0 -(Matches zero or one occurrence of the gi)180 406.8 Q -.15(ve)-.25 G 2.5 -(np).15 G(atterns)-2.5 E F1(*\()144 418.8 Q F2(pattern-list).833 E F1 -(\)).833 E F0(Matches zero or more occurrences of the gi)180 430.8 Q --.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(+\()144 442.8 Q F2 -(pattern-list).833 E F1(\)).833 E F0 -(Matches one or more occurrences of the gi)180 454.8 Q -.15(ve)-.25 G -2.5(np).15 G(atterns)-2.5 E F1(@\()144 466.8 Q F2(pattern-list).833 E F1 -(\)).833 E F0(Matches one of the gi)180 478.8 Q -.15(ve)-.25 G 2.5(np) -.15 G(atterns)-2.5 E F1(!\()144 490.8 Q F2(pattern-list).833 E F1(\)) -.833 E F0(Matches an)180 502.8 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 -519.6 R .968(xtended pattern matching ag)-.15 F .968 +(Matches zero or more occurrences of the gi)180 618 Q -.15(ve)-.25 G 2.5 +(np).15 G(atterns)-2.5 E F1(+\()144 630 Q F4(pattern-list).833 E F1(\)) +.833 E F0(Matches one or more occurrences of the gi)180 642 Q -.15(ve) +-.25 G 2.5(np).15 G(atterns)-2.5 E F1(@\()144 654 Q F4(pattern-list).833 +E F1(\)).833 E F0(Matches one of the gi)180 666 Q -.15(ve)-.25 G 2.5(np) +.15 G(atterns)-2.5 E F1(!\()144 678 Q F4(pattern-list).833 E F1(\)).833 +E F0(Matches an)180 690 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 706.8 +R .968(xtended pattern matching ag)-.15 F .968 (ainst long strings is slo)-.05 F 2.269 -.65(w, e)-.25 H .969 (specially when the patterns contain).65 F .091 -(alternations and the strings contain multiple matches.)108 531.6 R .091 +(alternations and the strings contain multiple matches.)108 718.8 R .091 (Using separate matches ag)5.091 F .09(ainst shorter strings, or us-) -.05 F(ing arrays of strings instead of a single long string, may be f) -108 543.6 Q(aster)-.1 E(.)-.55 E F1(Quote Remo)87 560.4 Q -.1(va)-.1 G -(l).1 E F0 1.112(After the preceding e)108 572.4 R 1.112 -(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 584.4 Q .3 --.15(ve ex)-.15 H(pansions are remo).15 E -.15(ve)-.15 G(d.).15 E/F4 -10.95/Times-Bold@0 SF(REDIRECTION)72 601.2 Q F0 .545 -(Before a command is e)108 613.2 R -.15(xe)-.15 G .545 -(cuted, its input and output may be).15 F F2 -.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 625.2 R .405(Redirection allo)5.405 F .405(ws comman\ -ds' \214le handles to be duplicated, opened, closed, made to refer to) --.25 F(dif)108 637.2 Q 1.02(ferent \214les, and can change the \214les \ -the command reads from and writes to.)-.25 F 1.019 -(Redirection may also be)6.019 F .215 -(used to modify \214le handles in the current shell e)108 649.2 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 .862(may precede or appear an)108 -661.2 R .862(ywhere within a)-.15 F F2 .862(simple command)3.702 F F0 -.862(or may follo)4.132 F 3.362(wa)-.25 G F2(command).2 E F0 5.862(.R) -.77 G .862(edirections are)-5.862 F(processed in the order the)108 673.2 -Q 2.5(ya)-.15 G(ppear)-2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .771 -(Each redirection that may be preceded by a \214le descriptor number ma\ -y instead be preceded by a w)108 690 R .772(ord of)-.1 F .293 -(the form {)108 702 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 714 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 -(&- or <&- is preceded by {)-3.179 F F2(var)A(-)-.2 E(name)108 726 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(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(27)190.95 E 0 Cg EP +108 730.8 Q(aster)-.1 E(.)-.55 E(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(27)199.835 E 0 Cg EP %%Page: 28 28 %%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 1.238(persists be) -108 84 R 1.238(yond the scope of the command, allo)-.15 F 1.238 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(Quote Remo)87 84 Q -.1(va)-.1 G(l).1 E F0 1.112 +(After the preceding e)108 96 R 1.112 +(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 108 Q .3 -.15 +(ve ex)-.15 H(pansions are remo).15 E -.15(ve)-.15 G(d.).15 E/F2 10.95 +/Times-Bold@0 SF(REDIRECTION)72 124.8 Q F0 .545(Before a command is e) +108 136.8 R -.15(xe)-.15 G .545(cuted, its input and output may be).15 F +/F3 10/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 +148.8 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 160.8 +Q 1.02(ferent \214les, and can change the \214les the command reads fro\ +m and writes to.)-.25 F 1.019(Redirection may also be)6.019 F .215 +(used to modify \214le handles in the current shell e)108 172.8 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 .862(may precede or appear an)108 +184.8 R .862(ywhere within a)-.15 F F3 .862(simple command)3.702 F F0 +.862(or may follo)4.132 F 3.362(wa)-.25 G F3(command).2 E F0 5.862(.R) +.77 G .862(edirections are)-5.862 F(processed in the order the)108 196.8 +Q 2.5(ya)-.15 G(ppear)-2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .771 +(Each redirection that may be preceded by a \214le descriptor number ma\ +y instead be preceded by a w)108 213.6 R .772(ord of)-.1 F .293 +(the form {)108 225.6 R F3(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 237.6 +S .679(le descriptor greater than or equal to 10 and assign it to)-3.179 +F F3(varname)3.179 E F0 5.679(.I)C 3.179(f>)-5.679 G .679 +(&- or <&- is preceded by {)-3.179 F F3(var)A(-)-.2 E(name)108 249.6 Q +F0 .6(}, the v)B .6(alue of)-.25 F F3(varname)3.1 E F0 .599 +(de\214nes the \214le descriptor to close.)3.1 F .599(If {)5.599 F F3 +(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 261.6 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 96 Q .284(In the follo)108 112.8 R .283(wing descriptions\ -, if the \214le descriptor number is omitted, and the \214rst character\ - of the redirect-)-.25 F .512(ion operator is)108 124.8 R/F1 10 -/Times-Bold@0 SF(<)3.012 E F0 3.012(,t)C .512 +(himself.)108 273.6 Q .284(In the follo)108 290.4 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 302.4 R F1(<)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 136.8 Q F1(>)2.5 E F0 2.5(,t)C +(redirection operator is)108 314.4 Q F1(>)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 153.6 R .825(ord follo)-.1 F .824 +-2.5 E .825(The w)108 331.2 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 165.6 R .462(xpansion, tilde e)-.15 F .463 +(jected to brace e)108 343.2 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 177.6 R +(xpansion, command substitution, arith-)-.15 F .867(metic e)108 355.2 R .867(xpansion, quote remo)-.15 F -.25(va)-.15 G .867(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 189.6 S(rd,).1 E F1 +F .866(xpands to more than one)-.15 F -.1(wo)108 367.2 S(rd,).1 E F1 (bash)2.5 E F0(reports an error)2.5 E(.)-.55 E -(Note that the order of redirections is signi\214cant.)108 206.4 Q -.15 -(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 223.2 Q F1(>)2.5 +(Note that the order of redirections is signi\214cant.)108 384 Q -.15 +(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 400.8 Q F1(>)2.5 E F0(dirlist 2)2.5 E F1(>&)A F0(1)A -(directs both standard output and standard error to the \214le)108 240 Q -/F2 10/Times-Italic@0 SF(dirlist)2.85 E F0 2.5(,w).68 G -(hile the command)-2.5 E(ls 2)144 256.8 Q F1(>&)A F0(1)A F1(>)2.5 E F0 -(dirlist)2.5 E .505(directs only the standard output to \214le)108 273.6 -R F2(dirlist)3.355 E F0 3.005(,b).68 G .505(ecause the standard error w) --3.005 F .505(as duplicated from the standard)-.1 F -(output before the standard output w)108 285.6 Q(as redirected to)-.1 E -F2(dirlist)2.85 E F0(.).68 E F1(Bash)108 302.4 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 314.4 R .977 +(directs both standard output and standard error to the \214le)108 417.6 +Q F3(dirlist)2.85 E F0 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144 +434.4 Q F1(>&)A F0(1)A F1(>)2.5 E F0(dirlist)2.5 E .505 +(directs only the standard output to \214le)108 451.2 R F3(dirlist)3.355 +E F0 3.005(,b).68 G .505(ecause the standard error w)-3.005 F .505 +(as duplicated from the standard)-.1 F +(output before the standard output w)108 463.2 Q(as redirected to)-.1 E +F3(dirlist)2.85 E F0(.).68 E F1(Bash)108 480 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 492 R .977 (the operating system on which)3.477 F F1(bash)3.478 E F0 .978 (is running pro)3.478 F .978 (vides these special \214les, bash will use them;)-.15 F -(otherwise it will emulate them internally with the beha)108 326.4 Q -(vior described belo)-.2 E -.65(w.)-.25 G F1(/de)144 343.2 Q(v/fd/)-.15 -E F2(fd)A F0(If)180 355.2 Q F2(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E -(ger)-.15 E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F2(fd)2.5 E F0 -(is duplicated.)2.5 E F1(/de)144 367.2 Q(v/stdin)-.15 E F0 -(File descriptor 0 is duplicated.)180 379.2 Q F1(/de)144 391.2 Q -(v/stdout)-.15 E F0(File descriptor 1 is duplicated.)180 403.2 Q F1(/de) -144 415.2 Q(v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 -427.2 Q F1(/de)144 439.2 Q(v/tcp/)-.15 E F2(host)A F1(/)A F2(port)A F0 -(If)180 451.2 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 +(otherwise it will emulate them internally with the beha)108 504 Q +(vior described belo)-.2 E -.65(w.)-.25 G F1(/de)144 520.8 Q(v/fd/)-.15 +E F3(fd)A F0(If)180 532.8 Q F3(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E +(ger)-.15 E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F3(fd)2.5 E F0 +(is duplicated.)2.5 E F1(/de)144 544.8 Q(v/stdin)-.15 E F0 +(File descriptor 0 is duplicated.)180 556.8 Q F1(/de)144 568.8 Q +(v/stdout)-.15 E F0(File descriptor 1 is duplicated.)180 580.8 Q F1(/de) +144 592.8 Q(v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 +604.8 Q F1(/de)144 616.8 Q(v/tcp/)-.15 E F3(host)A F1(/)A F3(port)A F0 +(If)180 628.8 Q F3(host)2.997 E F0 .497(is a v)2.997 F .497 +(alid hostname or Internet address, and)-.25 F F3(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 463.2 Q F1(bash)2.5 E F0 +(vice name,)180 640.8 Q F1(bash)2.5 E F0 (attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E F1(/de)144 -475.2 Q(v/udp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)180 487.2 Q F2 +652.8 Q(v/udp/)-.15 E F3(host)A F1(/)A F3(port)A F0(If)180 664.8 Q F3 (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 +(alid hostname or Internet address, and)-.25 F F3(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 499.2 Q F1(bash)2.5 E F0 +(vice name,)180 676.8 Q F1(bash)2.5 E F0 (attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af)108 -516 S(ailure to open or create a \214le causes the redirection to f)-2.6 -E(ail.)-.1 E .046(Redirections using \214le descriptors greater than 9 \ -should be used with care, as the)108 532.8 R 2.545(ym)-.15 G .045 +693.6 S(ailure to open or create a \214le causes the redirection to f) +-2.6 E(ail.)-.1 E .046(Redirections using \214le descriptors greater th\ +an 9 should be used with care, as the)108 710.4 R 2.545(ym)-.15 G .045 (ay con\215ict with \214le de-)-2.545 F -(scriptors the shell uses internally)108 544.8 Q(.)-.65 E F1(Redir)87 -561.6 Q(ecting Input)-.18 E F0 .391 -(Redirection of input causes the \214le whose name results from the e) -108 573.6 R .391(xpansion of)-.15 F F2(wor)3.231 E(d)-.37 E F0 .391 -(to be opened for read-)3.661 F(ing on \214le descriptor)108 585.6 Q F2 -(n)2.86 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 -(The general format for redirecting input is:)108 602.4 Q([)144 619.2 Q -F2(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F1(Redir)87 636 Q(ecting Output) --.18 E F0 .175 -(Redirection of output causes the \214le whose name results from the e) -108 648 R .174(xpansion of)-.15 F F2(wor)3.014 E(d)-.37 E F0 .174 -(to be opened for writ-)3.444 F .083(ing on \214le descriptor)108 660 R -F2(n)2.943 E F0 2.583(,o).24 G 2.583(rt)-2.583 G .083 -(he standard output \(\214le descriptor 1\) if)-2.583 F F2(n)2.943 E F0 -.083(is not speci\214ed.)2.823 F .084(If the \214le does not e)5.083 F -(x-)-.15 E(ist it is created; if it does e)108 672 Q -(xist it is truncated to zero size.)-.15 E -(The general format for redirecting output is:)108 688.8 Q([)144 705.6 Q -F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .155 -(If the redirection operator is)108 722.4 R F1(>)2.655 E F0 2.655(,a)C -.155(nd the)-2.655 F F1(noclob)2.655 E(ber)-.1 E F0 .154(option to the) -2.654 F F1(set)2.654 E F0 -.2(bu)2.654 G .154 -(iltin has been enabled, the redirection).2 F(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(28)190.95 E 0 Cg EP +(scriptors the shell uses internally)108 722.4 Q(.)-.65 E(GNU Bash 5.1) +72 768 Q(2020 June 5)150.675 E(28)199.835 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 .657(will f)108 84 -R .657(ail if the \214le whose name results from the e)-.1 F .658 -(xpansion of)-.15 F/F1 10/Times-Italic@0 SF(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(rection operator is)108 96 R/F2 10 -/Times-Bold@0 SF(>|)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 -(is not enabled, the redirection is attempted e)108 108 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 124.8 S(pending Redir).25 E -(ected Output)-.18 E F0 .641(Redirection of output in this f)108 136.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 .455 -(opened for appending on \214le descriptor)108 148.8 R F1(n)3.315 E F0 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(Redir)87 84 Q(ecting Input)-.18 E F0 .391 +(Redirection of input causes the \214le whose name results from the e) +108 96 R .391(xpansion of)-.15 F/F2 10/Times-Italic@0 SF(wor)3.231 E(d) +-.37 E F0 .391(to be opened for read-)3.661 F(ing on \214le descriptor) +108 108 Q F2(n)2.86 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 +(The general format for redirecting input is:)108 124.8 Q([)144 141.6 Q +F2(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F1(Redir)87 158.4 Q +(ecting Output)-.18 E F0 .175 +(Redirection of output causes the \214le whose name results from the e) +108 170.4 R .174(xpansion of)-.15 F F2(wor)3.014 E(d)-.37 E F0 .174 +(to be opened for writ-)3.444 F .083(ing on \214le descriptor)108 182.4 +R F2(n)2.943 E F0 2.583(,o).24 G 2.583(rt)-2.583 G .083 +(he standard output \(\214le descriptor 1\) if)-2.583 F F2(n)2.943 E F0 +.083(is not speci\214ed.)2.823 F .084(If the \214le does not e)5.083 F +(x-)-.15 E(ist it is created; if it does e)108 194.4 Q +(xist it is truncated to zero size.)-.15 E +(The general format for redirecting output is:)108 211.2 Q([)144 228 Q +F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .155 +(If the redirection operator is)108 244.8 R F1(>)2.655 E F0 2.655(,a)C +.155(nd the)-2.655 F F1(noclob)2.655 E(ber)-.1 E F0 .154(option to the) +2.654 F F1(set)2.654 E F0 -.2(bu)2.654 G .154 +(iltin has been enabled, the redirection).2 F .657(will f)108 256.8 R +.657(ail if the \214le whose name results from the e)-.1 F .658 +(xpansion of)-.15 F F2(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(rection operator is)108 268.8 R F1(>|)2.909 E F0 2.909(,o)C +2.909(rt)-2.909 G .409(he redirection operator is)-2.909 F F1(>)2.909 E +F0 .409(and the)2.909 F F1(noclob)2.909 E(ber)-.1 E F0 .409 +(option to the)2.909 F F1(set)2.909 E F0 -.2(bu)2.908 G .408 +(iltin command).2 F(is not enabled, the redirection is attempted e)108 +280.8 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by) +-2.5 E F2(wor)2.5 E(d)-.37 E F0 -.15(ex)2.5 G(ists.).15 E F1 -.25(Ap)87 +297.6 S(pending Redir).25 E(ected Output)-.18 E F0 .641 +(Redirection of output in this f)108 309.6 R .642 +(ashion causes the \214le whose name results from the e)-.1 F .642 +(xpansion of)-.15 F F2(wor)3.482 E(d)-.37 E F0 .642(to be)3.912 F .455 +(opened for appending on \214le descriptor)108 321.6 R F2(n)3.315 E F0 2.955(,o).24 G 2.955(rt)-2.955 G .455 -(he standard output \(\214le descriptor 1\) if)-2.955 F F1(n)3.314 E F0 +(he standard output \(\214le descriptor 1\) if)-2.955 F F2(n)3.314 E F0 .454(is not speci\214ed.)3.194 F(If)5.454 E(the \214le does not e)108 -160.8 Q(xist it is created.)-.15 E -(The general format for appending output is:)108 177.6 Q([)144 194.4 Q -F1(n)A F0(])A F2(>>)A F1(wor)A(d)-.37 E F2(Redir)87 211.2 Q +333.6 Q(xist it is created.)-.15 E +(The general format for appending output is:)108 350.4 Q([)144 367.2 Q +F2(n)A F0(])A F1(>>)A F2(wor)A(d)-.37 E F1(Redir)87 384 Q (ecting Standard Output and Standard Err)-.18 E(or)-.18 E F0 .248 -(This construct allo)108 223.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 -235.2 Q(xpansion of)-.15 E F1(wor)2.84 E(d)-.37 E F0(.).77 E -(There are tw)108 252 Q 2.5(of)-.1 G -(ormats for redirecting standard output and standard error:)-2.5 E F2 -(&>)144 268.8 Q F1(wor)A(d)-.37 E F0(and)108 280.8 Q F2(>&)144 292.8 Q -F1(wor)A(d)-.37 E F0(Of the tw)108 309.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 326.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 343.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 355.2 Q -F2(Duplicating File Descriptors)2.5 E F0(belo)2.5 E -(w\) for compatibility reasons.)-.25 E F2 -.25(Ap)87 372 S -(pending Standard Output and Standard Err).25 E(or)-.18 E F0 .248 -(This construct allo)108 384 R .249(ws both the standard output \(\214l\ +(This construct allo)108 396 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 396 Q -(xpansion of)-.15 E F1(wor)2.84 E(d)-.37 E F0(.).77 E +(tor 2\) to be redirected to the \214le whose name is the e)108 408 Q +(xpansion of)-.15 E F2(wor)2.84 E(d)-.37 E F0(.).77 E(There are tw)108 +424.8 Q 2.5(of)-.1 G +(ormats for redirecting standard output and standard error:)-2.5 E F1 +(&>)144 441.6 Q F2(wor)A(d)-.37 E F0(and)108 453.6 Q F1(>&)144 465.6 Q +F2(wor)A(d)-.37 E F0(Of the tw)108 482.4 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 F1(>)144 499.2 Q F2(wor)A(d)-.37 E F0(2)2.5 +E F1(>&)A F0(1)A .115(When using the second form,)108 516 R F2(wor)2.614 +E(d)-.37 E F0 .114(may not e)2.614 F .114(xpand to a number or)-.15 F F1 +2.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 528 Q F1 +(Duplicating File Descriptors)2.5 E F0(belo)2.5 E +(w\) for compatibility reasons.)-.25 E F1 -.25(Ap)87 544.8 S +(pending Standard Output and Standard Err).25 E(or)-.18 E F0 .248 +(This construct allo)108 556.8 R .249(ws both the standard output \(\ +\214le 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 +568.8 Q(xpansion of)-.15 E F2(wor)2.84 E(d)-.37 E F0(.).77 E (The format for appending standard output and standard error is:)108 -412.8 Q F2(&>>)144 429.6 Q F1(wor)A(d)-.37 E F0 -(This is semantically equi)108 446.4 Q -.25(va)-.25 G(lent to).25 E F2 -(>>)144 463.2 Q F1(wor)A(d)-.37 E F0(2)2.5 E F2(>&)A F0(1)A(\(see)108 -480 Q F2(Duplicating File Descriptors)2.5 E F0(belo)2.5 E(w\).)-.25 E F2 -(Her)87 496.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 508.8 R F1(delimiter)108.35 520.8 Q F0 .614 +585.6 Q F1(&>>)144 602.4 Q F2(wor)A(d)-.37 E F0 +(This is semantically equi)108 619.2 Q -.25(va)-.25 G(lent to).25 E F1 +(>>)144 636 Q F2(wor)A(d)-.37 E F0(2)2.5 E F1(>&)A F0(1)A(\(see)108 +652.8 Q F1(Duplicating File Descriptors)2.5 E F0(belo)2.5 E(w\).)-.25 E +F1(Her)87 669.6 Q 2.5(eD)-.18 G(ocuments)-2.5 E F0 .33(This type of red\ +irection instructs the shell to read input from the current source unti\ +l a line containing only)108 681.6 R F2(delimiter)108.35 693.6 Q F0 .614 (\(with no trailing blanks\) is seen.)3.844 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 532.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 549.6 Q([)144 566.4 Q F1(n)A F0(]) -A F2(<<)A F0([)A F2A F0(])A F1(wor)A(d)-.37 E(her)164 578.4 Q -(e-document)-.37 E(delimiter)144 590.4 Q F0 .302(No parameter and v)108 -607.2 R .302(ariable e)-.25 F .302 -(xpansion, command substitution, arithmetic e)-.15 F .301 -(xpansion, or pathname e)-.15 F(xpansion)-.15 E .381(is performed on)108 -619.2 R F1(wor)3.221 E(d)-.37 E F0 5.381(.I).77 G 2.881(fa)-5.381 G .681 --.15(ny p)-2.881 H .381(art of).15 F F1(wor)3.221 E(d)-.37 E F0 .381 -(is quoted, the)3.651 F F1(delimiter)3.231 E F0 .381 -(is the result of quote remo)3.611 F -.25(va)-.15 G 2.881(lo).25 G(n) --2.881 E F1(wor)3.221 E(d)-.37 E F0(,).77 E .774 -(and the lines in the here-document are not e)108 631.2 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 1.194 -(are subjected to parameter e)108 643.2 R 1.194 -(xpansion, command substitution, and arithmetic e)-.15 F 1.195 -(xpansion, the character se-)-.15 F(quence)108 655.2 Q F2(\\) -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 -(If the redirection operator is)108 672 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 684 Q F1(delimiter)2.85 E F0 5(.T).73 -G(his allo)-5 E -(ws here-documents within shell scripts to be indented in a natural f) --.25 E(ashion.)-.1 E F2(Her)87 700.8 Q 2.5(eS)-.18 G(trings)-2.5 E F0 -2.5(Av)108 712.8 S(ariant of here documents, the format is:)-2.75 E([) -144 729.6 Q F1(n)A F0(])A F2(<<<)A F1(wor)A(d)-.37 E F0(GNU Bash 5.0)72 -768 Q(2020 January 29)141.79 E(29)190.95 E 0 Cg EP +F(dard input \(or \214le descriptor)108 705.6 Q F2(n)2.5 E F0(if)2.5 E +F2(n)2.5 E F0(is speci\214ed\) for a command.)2.5 E +(The format of here-documents is:)108 722.4 Q(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(29)199.835 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(The)108 84 Q/F1 10 -/Times-Italic@0 SF(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(xpansion, command substitution, arithmetic)-.15 F --.15(ex)108 96 S 1.188(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 108 R .375(wline append\ -ed, to the command on its standard input \(or \214le descrip-)-.25 F -(tor)108 120 Q F1(n)2.5 E F0(if)2.5 E F1(n)2.5 E F0(is speci\214ed\).) -2.5 E/F2 10/Times-Bold@0 SF(Duplicating File Descriptors)87 136.8 Q F0 -(The redirection operator)108 148.8 Q([)144 165.6 Q F1(n)A F0(])A F2(<&) -A F1(wor)A(d)-.37 E F0 .127 -(is used to duplicate input \214le descriptors.)108 182.4 R(If)5.127 E +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E([)144 84 Q/F1 10 +/Times-Italic@0 SF(n)A F0(])A/F2 10/Times-Bold@0 SF(<<)A F0([)A F2A +F0(])A F1(wor)A(d)-.37 E(her)164 96 Q(e-document)-.37 E(delimiter)144 +108 Q F0 .302(No parameter and v)108 124.8 R .302(ariable e)-.25 F .302 +(xpansion, command substitution, arithmetic e)-.15 F .301 +(xpansion, or pathname e)-.15 F(xpansion)-.15 E .381(is performed on)108 +136.8 R F1(wor)3.221 E(d)-.37 E F0 5.381(.I).77 G 2.881(fa)-5.381 G .681 +-.15(ny p)-2.881 H .381(art of).15 F F1(wor)3.221 E(d)-.37 E F0 .381 +(is quoted, the)3.651 F F1(delimiter)3.231 E F0 .381 +(is the result of quote remo)3.611 F -.25(va)-.15 G 2.881(lo).25 G(n) +-2.881 E F1(wor)3.221 E(d)-.37 E F0(,).77 E .774 +(and the lines in the here-document are not e)108 148.8 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 1.194 +(are subjected to parameter e)108 160.8 R 1.194 +(xpansion, command substitution, and arithmetic e)-.15 F 1.195 +(xpansion, the character se-)-.15 F(quence)108 172.8 Q F2(\\) +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 +(If the redirection operator is)108 189.6 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 201.6 Q F1(delimiter)2.85 E F0 5 +(.T).73 G(his allo)-5 E +(ws here-documents within shell scripts to be indented in a natural f) +-.25 E(ashion.)-.1 E F2(Her)87 218.4 Q 2.5(eS)-.18 G(trings)-2.5 E F0 +2.5(Av)108 230.4 S(ariant of here documents, the format is:)-2.75 E([) +144 247.2 Q F1(n)A F0(])A F2(<<<)A F1(wor)A(d)-.37 E F0(The)108 264 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 +(xpansion, command substitution, arithmetic)-.15 F -.15(ex)108 276 S +1.188(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 288 R .375(wline appended, \ +to the command on its standard input \(or \214le descrip-)-.25 F(tor)108 +300 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 316.8 Q F0(The redirection operator)108 +328.8 Q([)144 345.6 Q F1(n)A F0(])A F2(<&)A F1(wor)A(d)-.37 E F0 .127 +(is used to duplicate input \214le descriptors.)108 362.4 R(If)5.127 E F1(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .126 (pands to one or more digits, the \214le descriptor denoted).15 F(by)108 -194.4 Q F1(n)3.317 E F0 .457(is made to be a cop)3.197 F 2.957(yo)-.1 G +374.4 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 206.4 R(If)5.15 E F1(wor) +(for input, a redirection error occurs.)108 386.4 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 218.4 Q -(The operator)108 235.2 Q([)144 252 Q F1(n)A F0(])A F2(>&)A F1(wor)A(d) +2.889 F(the standard input \(\214le descriptor 0\) is used.)108 398.4 Q +(The operator)108 415.2 Q([)144 432 Q F1(n)A F0(])A F2(>&)A F1(wor)A(d) -.37 E F0 .443 -(is used similarly to duplicate output \214le descriptors.)108 268.8 R +(is used similarly to duplicate output \214le descriptors.)108 448.8 R (If)5.443 E F1(n)3.304 E F0 .444 (is not speci\214ed, the standard output \(\214le descrip-)3.184 F .566 -(tor 1\) is used.)108 280.8 R .566(If the digits in)5.566 F F1(wor)3.406 +(tor 1\) is used.)108 460.8 R .566(If the digits in)5.566 F F1(wor)3.406 E(d)-.37 E F0 .566(do not specify a \214le descriptor open for output, \ -a redirection error oc-)3.836 F 3.203(curs. If)108 292.8 R F1(wor)3.543 +a redirection error oc-)3.836 F 3.203(curs. If)108 472.8 R F1(wor)3.543 E(d)-.37 E F0 -.25(eva)3.973 G .703(luates to).25 F F23.203 E F0 3.203<2c8c>C .703(le descriptor)-3.203 F F1(n)3.563 E F0 .703 (is closed.)3.443 F .703(As a special case, if)5.703 F F1(n)3.204 E F0 .704(is omitted, and)3.204 F F1(wor)3.204 E(d)-.37 E F0(does)3.204 E -.966(not e)108 304.8 R .966(xpand to one or more digits or)-.15 F F2 +.966(not e)108 484.8 R .966(xpand to one or more digits or)-.15 F F2 3.466 E F0 3.466(,t)C .965 (he standard output and standard error are redirected as described) --3.466 F(pre)108 316.8 Q(viously)-.25 E(.)-.65 E F2(Mo)87 333.6 Q -(ving File Descriptors)-.1 E F0(The redirection operator)108 345.6 Q([) -144 362.4 Q F1(n)A F0(])A F2(<&)A F1(digit)A F2A F0(mo)108 379.2 Q +-3.466 F(pre)108 496.8 Q(viously)-.25 E(.)-.65 E F2(Mo)87 513.6 Q +(ving File Descriptors)-.1 E F0(The redirection operator)108 525.6 Q([) +144 542.4 Q F1(n)A F0(])A F2(<&)A F1(digit)A F2A F0(mo)108 559.2 Q -.15(ve)-.15 G 3.017(st).15 G .517(he \214le descriptor)-3.017 F F1 (digit)3.017 E F0 .517(to \214le descriptor)3.017 F F1(n)3.377 E F0 3.017(,o).24 G 3.017(rt)-3.017 G .518 (he standard input \(\214le descriptor 0\) if)-3.017 F F1(n)3.018 E F0 -.518(is not speci-)3.018 F(\214ed.)108 391.2 Q F1(digit)5 E F0 +.518(is not speci-)3.018 F(\214ed.)108 571.2 Q F1(digit)5 E F0 (is closed after being duplicated to)2.5 E F1(n)2.5 E F0(.)A(Similarly) -108 408 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)144 424.8 Q F1 -(n)A F0(])A F2(>&)A F1(digit)A F2A F0(mo)108 441.6 Q -.15(ve)-.15 G +108 588 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)144 604.8 Q F1 +(n)A F0(])A F2(>&)A F1(digit)A F2A F0(mo)108 621.6 Q -.15(ve)-.15 G 2.768(st).15 G .268(he \214le descriptor)-2.768 F F1(digit)2.768 E F0 .268(to \214le descriptor)2.768 F F1(n)3.128 E F0 2.768(,o).24 G 2.768 (rt)-2.768 G .267(he standard output \(\214le descriptor 1\) if)-2.768 F -F1(n)2.767 E F0 .267(is not speci-)2.767 F(\214ed.)108 453.6 Q F2 -(Opening File Descriptors f)87 470.4 Q(or Reading and Writing)-.25 E F0 -(The redirection operator)108 482.4 Q([)144 499.2 Q F1(n)A F0(])A F2(<>) +F1(n)2.767 E F0 .267(is not speci-)2.767 F(\214ed.)108 633.6 Q F2 +(Opening File Descriptors f)87 650.4 Q(or Reading and Writing)-.25 E F0 +(The redirection operator)108 662.4 Q([)144 679.2 Q F1(n)A F0(])A F2(<>) A F1(wor)A(d)-.37 E F0 .518(causes the \214le whose name is the e)108 -516 R .518(xpansion of)-.15 F F1(wor)3.358 E(d)-.37 E F0 .518 +696 R .518(xpansion of)-.15 F F1(wor)3.358 E(d)-.37 E F0 .518 (to be opened for both reading and writing on \214le de-)3.788 F -(scriptor)108 528 Q F1(n)2.86 E F0 2.5(,o).24 G 2.5(ro)-2.5 G 2.5<6e8c> +(scriptor)108 708 Q F1(n)2.86 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 544.8 Q F1(Aliases)108 556.8 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 -(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 568.8 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 580.8 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(check)108 592.8 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 F2(/)2.973 E F0(,)A -F2($)2.973 E F0(,)A F2<92>2.973 E F0(,)A(and)108 604.8 Q F2(=)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 F F1(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 616.8 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 628.8 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 640.8 R .295(xpanded a second time.)-.15 F .296 -(This means that one may alias)5.295 F F2(ls)2.796 E F0(to)2.796 E F2 -.296(ls \255F)2.796 F F0 2.796(,f)C .296(or instance, and)-2.796 F F2 -(bash)2.796 E F0 .296(does not try)2.796 F .529(to recursi)108 652.8 R --.15(ve)-.25 G .529(ly e).15 F .529(xpand the replacement te)-.15 F -3.029(xt. If)-.15 F .528(the last character of the alias v)3.029 F .528 -(alue is a)-.25 F F1(blank)3.298 E F0 3.028(,t).67 G .528(hen the ne) --3.028 F(xt)-.15 E(command w)108 664.8 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 681.6 Q F2(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 F2 -(unalias)2.5 E F0(command.)2.5 E .284 -(There is no mechanism for using ar)108 698.4 R .284 -(guments in the replacement te)-.18 F 2.784(xt. If)-.15 F(ar)2.784 E -.284(guments are needed, a shell func-)-.18 F(tion should be used \(see) -108 710.4 Q F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.22 -(Aliases are not e)108 727.2 R 1.22 -(xpanded when the shell is not interacti)-.15 F -.15(ve)-.25 G 3.72(,u) -.15 G 1.22(nless the)-3.72 F F2(expand_aliases)3.72 E F0 1.22 -(shell option is set)3.72 F(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 -E(30)190.95 E 0 Cg EP +E(If the \214le does not e)5 E(xist, it is created.)-.15 E(GNU Bash 5.1) +72 768 Q(2020 June 5)150.675 E(30)199.835 E 0 Cg EP %%Page: 31 31 %%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(using)108 84 Q/F1 -10/Times-Bold@0 SF(shopt)2.5 E F0(\(see the description of)2.5 E F1 -(shopt)2.5 E F0(under)2.5 E/F2 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 .435 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10.95 +/Times-Bold@0 SF(ALIASES)72 84 Q/F2 10/Times-Italic@0 SF(Aliases)108 96 +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 +(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 108 R/F3 10/Times-Bold@0 SF +(alias)2.894 E F0(and)2.894 E F3(unalias)2.894 E F0 -.2(bu)2.894 G .394 +(iltin commands).2 F(\(see)108 120 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(check)108 132 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 F3(/)2.973 E F0(,)A F3($)2.973 E F0(,)A F3<92> +2.973 E F0(,)A(and)108 144 Q F3(=)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 F F2(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 156 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 168 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 180 R .295(xpanded a second time.)-.15 F .296 +(This means that one may alias)5.295 F F3(ls)2.796 E F0(to)2.796 E F3 +.296(ls \255F)2.796 F F0 2.796(,f)C .296(or instance, and)-2.796 F F3 +(bash)2.796 E F0 .296(does not try)2.796 F .529(to recursi)108 192 R +-.15(ve)-.25 G .529(ly e).15 F .529(xpand the replacement te)-.15 F +3.029(xt. If)-.15 F .528(the last character of the alias v)3.029 F .528 +(alue is a)-.25 F F2(blank)3.298 E F0 3.028(,t).67 G .528(hen the ne) +-3.028 F(xt)-.15 E(command w)108 204 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 220.8 Q F3(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 F3 +(unalias)2.5 E F0(command.)2.5 E .284 +(There is no mechanism for using ar)108 237.6 R .284 +(guments in the replacement te)-.18 F 2.784(xt. If)-.15 F(ar)2.784 E +.284(guments are needed, a shell func-)-.18 F(tion should be used \(see) +108 249.6 Q F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E .283 +(Aliases are not e)108 266.4 R .283 +(xpanded when the shell is not interacti)-.15 F -.15(ve)-.25 G 2.782(,u) +.15 G .282(nless the)-2.782 F F3(expand_aliases)2.782 E F0 .282 +(shell option is set us-)2.782 F(ing)108 278.4 Q F3(shopt)2.5 E F0 +(\(see the description of)2.5 E F3(shopt)2.5 E F0(under)2.5 E F4 +(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 +E .435 (The rules concerning the de\214nition and use of aliases are some)108 -100.8 R .436(what confusing.)-.25 F F1(Bash)5.436 E F0(al)2.936 E -.1 +295.2 R .436(what confusing.)-.25 F F3(Bash)5.436 E F0(al)2.936 E -.1 (wa)-.1 G .436(ys reads at least).1 F .67 -(one complete line of input, and all lines that mak)108 112.8 R 3.17(eu) +(one complete line of input, and all lines that mak)108 307.2 R 3.17(eu) -.1 G 3.17(pac)-3.17 G .67(ompound command, before e)-3.17 F -.15(xe) -.15 G .67(cuting an).15 F 3.17(yo)-.15 G 3.17(ft)-3.17 G(he)-3.17 E -1.058(commands on that line or the compound command.)108 124.8 R 1.059 +1.058(commands on that line or the compound command.)108 319.2 R 1.059 (Aliases are e)6.059 F 1.059(xpanded when a command is read, not)-.15 F -.075(when it is e)108 136.8 R -.15(xe)-.15 G 2.575(cuted. Therefore,).15 +.075(when it is e)108 331.2 R -.15(xe)-.15 G 2.575(cuted. Therefore,).15 F .075(an alias de\214nition appearing on the same line as another comm\ -and does not)2.575 F(tak)108 148.8 Q 2.837(ee)-.1 G -.25(ff)-2.837 G +and does not)2.575 F(tak)108 343.2 Q 2.837(ee)-.1 G -.25(ff)-2.837 G .337(ect until the ne).25 F .337(xt line of input is read.)-.15 F .337 (The commands follo)5.337 F .338 (wing the alias de\214nition on that line are)-.25 F .552(not af)108 -160.8 R .551(fected by the ne)-.25 F 3.051(wa)-.25 G 3.051(lias. This) +355.2 R .551(fected by the ne)-.25 F 3.051(wa)-.25 G 3.051(lias. This) -3.051 F(beha)3.051 E .551(vior is also an issue when functions are e) -.2 F -.15(xe)-.15 G 3.051(cuted. Aliases).15 F .551(are e)3.051 F(x-) -.15 E .425(panded when a function de\214nition is read, not when the f\ -unction is e)108 172.8 R -.15(xe)-.15 G .426 +unction is e)108 367.2 R -.15(xe)-.15 G .426 (cuted, because a function de\214nition).15 F .404(is itself a command.) -108 184.8 R .403 +108 379.2 R .403 (As a consequence, aliases de\214ned in a function are not a)5.404 F -.25(va)-.2 G .403(ilable until after that func-).25 F .862(tion is e) -108 196.8 R -.15(xe)-.15 G 3.362(cuted. T).15 F 3.362(ob)-.8 G 3.362(es) +108 391.2 R -.15(xe)-.15 G 3.362(cuted. T).15 F 3.362(ob)-.8 G 3.362(es) -3.362 G .862(afe, al)-3.362 F -.1(wa)-.1 G .862 -(ys put alias de\214nitions on a separate line, and do not use).1 F F1 -(alias)3.362 E F0 .862(in com-)3.362 F(pound commands.)108 208.8 Q -.15 -(Fo)108 225.6 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/F3 10.95 -/Times-Bold@0 SF(FUNCTIONS)72 242.4 Q F0 3.468(As)108 254.4 S .968 +(ys put alias de\214nitions on a separate line, and do not use).1 F F3 +(alias)3.362 E F0 .862(in com-)3.362 F(pound commands.)108 403.2 Q -.15 +(Fo)108 420 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 F1 +(FUNCTIONS)72 436.8 Q F0 3.468(As)108 448.8 S .968 (hell function, de\214ned as described abo)-3.468 F 1.267 -.15(ve u)-.15 -H(nder).15 E F2 .967(SHELL GRAMMAR)3.467 F/F4 9/Times-Roman@0 SF(,)A F0 -.967(stores a series of commands for)3.217 F 1.001(later e)108 266.4 R +H(nder).15 E F4 .967(SHELL GRAMMAR)3.467 F/F5 9/Times-Roman@0 SF(,)A F0 +.967(stores a series of commands for)3.217 F 1.001(later e)108 460.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 278.4 R -.15(xe)-.15 +(mands associated with that function name is e)108 472.8 R -.15(xe)-.15 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 290.4 R 2.535(wp)-.25 G .036 +(shell; no ne)108 484.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 302.4 R -.15(xe)-.15 G .64(cuted, the ar).15 F +F .64(function is e)108 496.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 .532(The special parameter)108 314.4 -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 326.4 Q F2(FUNCN)2.5 E +-.18 F -.15(xe)-.15 G(cution.).15 E .532(The special parameter)108 508.8 +R F3(#)3.032 E F0 .532(is updated to re\215ect the change.)3.032 F .532 +(Special parameter)5.532 F F3(0)3.033 E F0 .533(is unchanged.)3.033 F +.533(The \214rst ele-)5.533 F(ment of the)108 520.8 Q F4(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 -343.2 R -.15(xe)-.15 G 1.25(cution en).15 F 1.25 +537.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.214(these e)108 355.2 R 1.214(xceptions: the)-.15 F F2(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 F2(SHELL)3.715 E -.09(BU)108 367.2 S(IL) +1.214(these e)108 549.6 R 1.214(xceptions: the)-.15 F F4(DEB)3.714 E(UG) +-.09 E F0(and)3.464 E F3(RETURN)3.715 E F0 1.215 +(traps \(see the description of the)3.715 F F3(trap)3.715 E F0 -.2(bu) +3.715 G 1.215(iltin under).2 F F4(SHELL)3.715 E -.09(BU)108 561.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.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 379.2 R F2(declar) +-.25 G 2.978(nt).15 G(he)-2.978 E F3(trace)2.978 E F0(attrib)2.978 E +.478(ute \(see)-.2 F .42(the description of the)108 573.6 R F4(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.921 E F0 -.2(bu) -108 391.2 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 F2(ERR)2.571 E F0 .071(trap is not inher)2.321 -F(-)-.2 E(ited unless the)108 403.2 Q F1(\255o errtrace)2.5 E F0 -(shell option has been enabled.)2.5 E -1.11(Va)108 420 S .655 -(riables local to the function may be declared with the)1.11 F F1(local) +-.25 F F3 .42(\255o functrace)2.92 F F0 .42 +(shell option has been enabled with the)2.92 F F3(set)2.921 E F0 -.2(bu) +108 585.6 S .072(iltin \(in which case all functions inherit the).2 F F3 +(DEB)2.572 E(UG)-.1 E F0(and)2.572 E F3(RETURN)2.572 E F0 .072 +(traps\), and the)2.572 F F4(ERR)2.571 E F0 .071(trap is not inher)2.321 +F(-)-.2 E(ited unless the)108 597.6 Q F3(\255o errtrace)2.5 E F0 +(shell option has been enabled.)2.5 E -1.11(Va)108 614.4 S .655 +(riables local to the function may be declared with the)1.11 F F3(local) 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 432 R .051 +3.156(,v)-.65 G .656(ariables and)-3.406 F .051(their v)108 626.4 R .051 (alues are shared between the function and its caller)-.25 F 5.051(.I) --.55 G 2.55(fav)-5.051 G .05(ariable is declared)-2.8 F F1(local)2.55 E +-.55 G 2.55(fav)-5.051 G .05(ariable is declared)-2.8 F F3(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 444 R 1.186(Local v)6.186 F -(ariables)-.25 E("shado)108 456 Q .155(w" v)-.25 F .155 +luding the functions it calls\).)108 638.4 R 1.186(Local v)6.186 F +(ariables)-.25 E("shado)108 650.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.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 468 -R .67(ariable of the same name: references and assignments refer to the\ - local v)-.25 F(ari-)-.25 E .688(able, lea)108 480 R .688 +.154(ariable declared)-.25 F .669(in a function hides a global v)108 +662.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 674.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 492 Q .726 -(The shell uses)108 508.8 R/F5 10/Times-Italic@0 SF .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 520.8 R .008 +(ariable is once ag)-.25 F(ain)-.05 E(visible.)108 686.4 Q .726 +(The shell uses)108 703.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 715.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 .007(cution to reach).15 F .813(the current function.) -108 532.8 R .813(The v)5.813 F .813(alue of a v)-.25 F .813 +108 727.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 544.8 Q -2.117 -.65(y, w)-.15 H .817 -(hether that caller is the "global" scope or another shell function.).65 -F .816(This is also the v)5.816 F .816(alue that a local)-.25 F -.25(va) -108 556.8 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 -573.6 S 2.723(re).15 G .223(xample, if a v)-2.873 F(ariable)-.25 E F5 -(var)2.723 E F0 .223(is declared as local in function)2.723 F F5(func1) -2.723 E F0 2.724(,a)C(nd)-2.724 E F5(func1)2.724 E F0 .224 -(calls another function)2.724 F F5(func2)2.724 E F0(,)A .464 -(references to)108 585.6 R F5(var)2.964 E F0 .464(made from within)2.964 -F F5(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 F5(var)2.963 E F0(from) -2.963 E F5(func1)2.963 E F0 2.963(,s)C(hado)-2.963 E .463(wing an)-.25 F -(y)-.15 E(global v)108 597.6 Q(ariable named)-.25 E F5(var)2.5 E F0(.)A -(The)108 614.4 Q F1(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 F1(unset)2.983 E F0 .19 -(will unset it; otherwise the unset will refer to the v)108 626.4 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 2.72(av)108 638.4 S .221(ariable at the current local scope is \ -unset, it will remain so until it is reset in that scope or until the f\ -unc-)-2.97 F .014(tion returns.)108 650.4 R .014 -(Once the function returns, an)5.014 F 2.514(yi)-.15 G .014 -(nstance of the v)-2.514 F .013(ariable at a pre)-.25 F .013 -(vious scope will become visible.)-.25 F .566(If the unset acts on a v) -108 662.4 R .566(ariable at a pre)-.25 F .566(vious scope, an)-.25 F -3.066(yi)-.15 G .566(nstance of a v)-3.066 F .567 -(ariable with that name that had been)-.25 F(shado)108 674.4 Q -(wed will become visible.)-.25 E(The)108 691.2 Q F1(FUNCNEST)3.529 E F0 --.25(va)3.529 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 -703.2 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 720 R .043(uiltin command)-.2 F F1 -.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(GNU Bash 5.0)72 768 Q(2020 January 29) -141.79 E(31)190.95 E 0 Cg EP +(alue within its caller)-.25 F 3.314(,i)-.4 G(f)-3.314 E(GNU Bash 5.1)72 +768 Q(2020 June 5)150.675 E(31)199.835 E 0 Cg EP %%Page: 32 32 %%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 1.012(the ne)108 -84 R 1.012(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/F1 10/Times-Bold@0 -SF(RETURN)3.511 E F0 1.011(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E -.213(before e)108 96 R -.15(xe)-.15 G .213(cution resumes.).15 F .213 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(an)108 84 Q 2.117 +-.65(y, w)-.15 H .817 +(hether that caller is the "global" scope or another shell function.).65 +F .816(This is also the v)5.816 F .816(alue that a local)-.25 F -.25(va) +108 96 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 +112.8 S 2.723(re).15 G .223(xample, if a v)-2.873 F(ariable)-.25 E/F1 10 +/Times-Italic@0 SF(var)2.723 E F0 .223(is declared as local in function) +2.723 F F1(func1)2.723 E F0 2.724(,a)C(nd)-2.724 E F1(func1)2.724 E F0 +.224(calls another function)2.724 F F1(func2)2.724 E F0(,)A .464 +(references to)108 124.8 R F1(var)2.964 E F0 .464(made from within)2.964 +F F1(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 F1(var)2.963 E F0(from) +2.963 E F1(func1)2.963 E F0 2.963(,s)C(hado)-2.963 E .463(wing an)-.25 F +(y)-.15 E(global v)108 136.8 Q(ariable named)-.25 E F1(var)2.5 E F0(.)A +(The)108 153.6 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 165.6 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 2.72(av)108 177.6 S .221(ariable at the current local scope is \ +unset, it will remain so until it is reset in that scope or until the f\ +unc-)-2.97 F .014(tion returns.)108 189.6 R .014 +(Once the function returns, an)5.014 F 2.514(yi)-.15 G .014 +(nstance of the v)-2.514 F .013(ariable at a pre)-.25 F .013 +(vious scope will become visible.)-.25 F .566(If the unset acts on a v) +108 201.6 R .566(ariable at a pre)-.25 F .566(vious scope, an)-.25 F +3.066(yi)-.15 G .566(nstance of a v)-3.066 F .567 +(ariable with that name that had been)-.25 F(shado)108 213.6 Q +(wed will become visible.)-.25 E(The)108 230.4 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 +(alue greater than 0, de\214nes a maximum function nesting)-.25 F(le)108 +242.4 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 259.2 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 271.2 R 1.012 +(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 283.2 R +-.15(xe)-.15 G .213(cution resumes.).15 F .213 (When a function completes, the v)5.213 F .214 (alues of the positional parameters and the spe-)-.25 F(cial parameter) -108 108 Q F1(#)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 -(Function names and de\214nitions may be listed with the)108 124.8 R F1 -3.858 E F0 1.358(option to the)3.858 F F1(declar)3.858 E(e)-.18 E -F0(or)3.858 E F1(typeset)3.858 E F0 -.2(bu)3.858 G 1.358(iltin com-).2 F -3.39(mands. The)108 136.8 R F13.39 E F0 .89(option to)3.39 F F1 -(declar)3.39 E(e)-.18 E F0(or)3.39 E F1(typeset)3.39 E F0 .89 +108 295.2 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 +(Function names and de\214nitions may be listed with the)108 312 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 +3.39(mands. The)108 324 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 148.8 R 2.827(,i)-.4 G 2.827(ft)-2.827 G -(he)-2.827 E F1(extdeb)2.827 E(ug)-.2 E F0 .326 +.327(\214le and line number)108 336 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 160.8 R -1.597 -.15(ve t)-.2 H 1.297(hem de\214ned with the).15 F F13.797 E -F0 1.297(option to the)3.797 F F1(export)3.798 E F0 -.2(bu)3.798 G 3.798 +(xported so that subshells)-.15 F 1.297(automatically ha)108 348 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 -(deleted using the)108 172.8 Q F12.5 E F0(option to the)2.5 E F1 +(deleted using the)108 360 Q F22.5 E F0(option to the)2.5 E F2 (unset)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .372(Functions may be recursi) -108 189.6 R -.15(ve)-.25 G 5.371(.T).15 G(he)-5.371 E F1(FUNCNEST)2.871 +108 376.8 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 .322 -(stack and restrict the number of function in)108 201.6 R -.2(vo)-.4 G +(stack and restrict the number of function in)108 388.8 R -.2(vo)-.4 G 2.822(cations. By).2 F(def)2.822 E .322 -(ault, no limit is imposed on the number of re-)-.1 F(cursi)108 213.6 Q -.3 -.15(ve c)-.25 H(alls.).15 E/F2 10.95/Times-Bold@0 SF(ARITHMETIC EV) -72 230.4 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 1.089 -(The shell allo)108 242.4 R 1.089(ws arithmetic e)-.25 F 1.089 +(ault, no limit is imposed on the number of re-)-.1 F(cursi)108 400.8 Q +.3 -.15(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV) +72 417.6 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 1.089 +(The shell allo)108 429.6 R 1.089(ws arithmetic e)-.25 F 1.089 (xpressions to be e)-.15 F -.25(va)-.25 G 1.089 -(luated, under certain circumstances \(see the).25 F F1(let)3.588 E F0 -(and)3.588 E F1(de-)3.588 E(clar)108 254.4 Q(e)-.18 E F0 -.2(bu)3.452 G -.952(iltin commands, the).2 F F1(\(\()3.452 E F0 .952 -(compound command, and)3.452 F F1 .952(Arithmetic Expansion)3.452 F F0 -3.453(\). Ev)B .953(aluation is done in)-.25 F<8c78>108 266.4 Q 1.058 +(luated, under certain circumstances \(see the).25 F F2(let)3.588 E F0 +(and)3.588 E F2(de-)3.588 E(clar)108 441.6 Q(e)-.18 E F0 -.2(bu)3.452 G +.952(iltin commands, the).2 F F2(\(\()3.452 E F0 .952 +(compound command, and)3.452 F F2 .952(Arithmetic Expansion)3.452 F F0 +3.453(\). Ev)B .953(aluation is done in)-.25 F<8c78>108 453.6 Q 1.058 (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 -(The operators and their precedence, associati)108 278.4 R(vity)-.25 E +(The operators and their precedence, associati)108 465.6 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 290.4 Q .44(wing list of operators is grouped into le)-.25 F +(lo)108 477.6 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 -(of decreasing precedence.)108 302.4 Q/F3 10/Times-Italic@0 SF(id)108 -319.2 Q F1(++)A F3(id)2.5 E F1A F0 -.25(va)144 331.2 S -(riable post-increment and post-decrement).25 E F1 2.5108 343.2 S -F0(unary minus and plus)144 343.2 Q F1(++)108 355.2 Q F3(id)A F1 -2.5 E F3(id)A F0 -.25(va)144 367.2 S -(riable pre-increment and pre-decrement).25 E F1 2.5(!~)108 379.2 S F0 -(logical and bitwise ne)144 379.2 Q -.05(ga)-.15 G(tion).05 E F1(**)108 -391.2 Q F0 -.15(ex)144 391.2 S(ponentiation).15 E F1 2.5(*/%)108 403.2 S -F0(multiplication, di)144 403.2 Q(vision, remainder)-.25 E F1 2.5<2bad> -108 415.2 S F0(addition, subtraction)144 415.2 Q F1(<< >>)108 427.2 Q F0 -(left and right bitwise shifts)144 427.2 Q F1(<= >= < >)108 439.2 Q F0 -(comparison)144 451.2 Q F1(== !=)108 463.2 Q F0(equality and inequality) -144 463.2 Q F1(&)108 475.2 Q F0(bitwise AND)144 475.2 Q F1(^)108 487.2 Q -F0(bitwise e)144 487.2 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F1(|) -108 499.2 Q F0(bitwise OR)144 499.2 Q F1(&&)108 511.2 Q F0(logical AND) -144 511.2 Q F1(||)108 523.2 Q F0(logical OR)144 523.2 Q F3 -.2(ex)108 -535.2 S(pr).2 E F1(?)A F3 -.2(ex)C(pr).2 E F1(:)A F3 -.2(ex)C(pr).2 E F0 -(conditional operator)144 547.2 Q F1 2.5(=*)108 559.2 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 571.2 Q F3 -.2(ex)108 583.2 S -(pr1).2 E F1(,)2.5 E F3 -.2(ex)2.5 G(pr2).2 E F0(comma)144 595.2 Q .68 -(Shell v)108 612 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 624 R 1.008(ithin an e)-.4 F -1.008(xpression, shell v)-.15 F 1.007 -(ariables may also be referenced by name without using the parameter) --.25 F -.15(ex)108 636 S .165(pansion syntax.).15 F 2.665(As)5.165 G -.165(hell v)-2.665 F .165(ariable that is null or unset e)-.25 F -.25 -(va)-.25 G .165(luates to 0 when referenced by name without us-).25 F -.421(ing the parameter e)108 648 R .421(xpansion syntax.)-.15 F .421 -(The v)5.421 F .421(alue of a v)-.25 F .421(ariable is e)-.25 F -.25(va) --.25 G .42(luated as an arithmetic e).25 F .42(xpression when)-.15 F -.153(it is referenced, or when a v)108 660 R .154 -(ariable which has been gi)-.25 F -.15(ve)-.25 G 2.654(nt).15 G(he) --2.654 E F3(inte)2.654 E -.1(ge)-.4 G(r).1 E F0(attrib)2.654 E .154 -(ute using)-.2 F F1(declar)2.654 E 2.654<65ad>-.18 G(i)-2.654 E F0 .154 -(is assigned a)2.654 F -.25(va)108 672 S 2.857(lue. A).25 F .357(null v) -2.857 F .357(alue e)-.25 F -.25(va)-.25 G .357(luates to 0.).25 F 2.857 -(As)5.357 G .357(hell v)-2.857 F .357(ariable need not ha)-.25 F .657 --.15(ve i)-.2 H(ts).15 E F3(inte)2.857 E -.1(ge)-.4 G(r).1 E F0(attrib) -2.857 E .357(ute turned on to be used)-.2 F(in an e)108 684 Q -(xpression.)-.15 E(Inte)108 700.8 Q .517(ger constants follo)-.15 F -3.017(wt)-.25 G .518(he C language de\214nition, without suf)-3.017 F -<8c78>-.25 E .518(es or character constants.)-.15 F .518(Constants with) -5.518 F 3.283(al)108 712.8 S .783 -(eading 0 are interpreted as octal numbers.)-3.283 F 3.282(Al)5.783 G -.782(eading 0x or 0X denotes he)-3.282 F 3.282(xadecimal. Otherwise,) --.15 F(num-)3.282 E .815(bers tak)108 724.8 R 3.315(et)-.1 G .815 -(he form [)-3.315 F F3(base#)A F0 .815(]n, where the optional)B F3(base) -3.315 E F0 .816(is a decimal number between 2 and 64 representing)3.315 -F(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(32)190.95 E 0 Cg EP +(of decreasing precedence.)108 489.6 Q F1(id)108 506.4 Q F2(++)A F1(id) +2.5 E F2A F0 -.25(va)144 518.4 S +(riable post-increment and post-decrement).25 E F2 2.5108 530.4 S +F0(unary minus and plus)144 530.4 Q F2(++)108 542.4 Q F1(id)A F2 +2.5 E F1(id)A F0 -.25(va)144 554.4 S +(riable pre-increment and pre-decrement).25 E F2 2.5(!~)108 566.4 S F0 +(logical and bitwise ne)144 566.4 Q -.05(ga)-.15 G(tion).05 E F2(**)108 +578.4 Q F0 -.15(ex)144 578.4 S(ponentiation).15 E F2 2.5(*/%)108 590.4 S +F0(multiplication, di)144 590.4 Q(vision, remainder)-.25 E F2 2.5<2bad> +108 602.4 S F0(addition, subtraction)144 602.4 Q F2(<< >>)108 614.4 Q F0 +(left and right bitwise shifts)144 614.4 Q F2(<= >= < >)108 626.4 Q F0 +(comparison)144 638.4 Q F2(== !=)108 650.4 Q F0(equality and inequality) +144 650.4 Q F2(&)108 662.4 Q F0(bitwise AND)144 662.4 Q F2(^)108 674.4 Q +F0(bitwise e)144 674.4 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2(|) +108 686.4 Q F0(bitwise OR)144 686.4 Q F2(&&)108 698.4 Q F0(logical AND) +144 698.4 Q F2(||)108 710.4 Q F0(logical OR)144 710.4 Q(GNU Bash 5.1)72 +768 Q(2020 June 5)150.675 E(32)199.835 E 0 Cg EP %%Page: 33 33 %%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 .35 -(the arithmetic base, and)108 84 R/F1 10/Times-Italic@0 SF(n)2.85 E F0 -.35(is a number in that base.)2.85 F(If)5.35 E F1(base#)2.849 E F0 .349 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10 +/Times-Italic@0 SF -.2(ex)108 84 S(pr).2 E/F2 10/Times-Bold@0 SF(?)A F1 +-.2(ex)C(pr).2 E F2(:)A F1 -.2(ex)C(pr).2 E F0(conditional operator)144 +96 Q F2 2.5(=*)108 108 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 120 +Q F1 -.2(ex)108 132 S(pr1).2 E F2(,)2.5 E F1 -.2(ex)2.5 G(pr2).2 E F0 +(comma)144 144 Q .68(Shell v)108 160.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 172.8 R 1.008(ithin an e)-.4 +F 1.008(xpression, shell v)-.15 F 1.007 +(ariables may also be referenced by name without using the parameter) +-.25 F -.15(ex)108 184.8 S .165(pansion syntax.).15 F 2.665(As)5.165 G +.165(hell v)-2.665 F .165(ariable that is null or unset e)-.25 F -.25 +(va)-.25 G .165(luates to 0 when referenced by name without us-).25 F +.421(ing the parameter e)108 196.8 R .421(xpansion syntax.)-.15 F .421 +(The v)5.421 F .421(alue of a v)-.25 F .421(ariable is e)-.25 F -.25(va) +-.25 G .42(luated as an arithmetic e).25 F .42(xpression when)-.15 F +.153(it is referenced, or when a v)108 208.8 R .154 +(ariable which has been gi)-.25 F -.15(ve)-.25 G 2.654(nt).15 G(he) +-2.654 E F1(inte)2.654 E -.1(ge)-.4 G(r).1 E F0(attrib)2.654 E .154 +(ute using)-.2 F F2(declar)2.654 E 2.654<65ad>-.18 G(i)-2.654 E F0 .154 +(is assigned a)2.654 F -.25(va)108 220.8 S 2.857(lue. A).25 F .357 +(null v)2.857 F .357(alue e)-.25 F -.25(va)-.25 G .357(luates to 0.).25 +F 2.857(As)5.357 G .357(hell v)-2.857 F .357(ariable need not ha)-.25 F +.657 -.15(ve i)-.2 H(ts).15 E F1(inte)2.857 E -.1(ge)-.4 G(r).1 E F0 +(attrib)2.857 E .357(ute turned on to be used)-.2 F(in an e)108 232.8 Q +(xpression.)-.15 E(Inte)108 249.6 Q .517(ger constants follo)-.15 F +3.017(wt)-.25 G .518(he C language de\214nition, without suf)-3.017 F +<8c78>-.25 E .518(es or character constants.)-.15 F .518(Constants with) +5.518 F 3.283(al)108 261.6 S .783 +(eading 0 are interpreted as octal numbers.)-3.283 F 3.282(Al)5.783 G +.782(eading 0x or 0X denotes he)-3.282 F 3.282(xadecimal. Otherwise,) +-.15 F(num-)3.282 E .815(bers tak)108 273.6 R 3.315(et)-.1 G .815 +(he form [)-3.315 F F1(base#)A F0 .815(]n, where the optional)B F1(base) +3.315 E F0 .816(is a decimal number between 2 and 64 representing)3.315 +F .35(the arithmetic base, and)108 285.6 R F1(n)2.85 E F0 .35 +(is a number in that base.)2.85 F(If)5.35 E F1(base#)2.849 E F0 .349 (is omitted, then base 10 is used.)2.849 F .349(When speci-)5.349 F -(fying)108 96 Q F1(n)2.974 E F0 2.974(,i)C 2.974(fan)-2.974 G .474(on-d\ -igit is required, the digits greater than 9 are represented by the lo) --2.974 F .475(wercase letters, the up-)-.25 F .518 -(percase letters, @, and _, in that order)108 108 R 5.518(.I)-.55 G(f) +(fying)108 297.6 Q F1(n)2.974 E F0 2.974(,i)C 2.974(fan)-2.974 G .474(o\ +n-digit is required, the digits greater than 9 are represented by the l\ +o)-2.974 F .475(wercase letters, the up-)-.25 F .518 +(percase letters, @, and _, in that order)108 309.6 R 5.518(.I)-.55 G(f) -5.518 E F1(base)3.018 E F0 .518(is less than or equal to 36, lo)3.018 F .518(wercase and uppercase letters)-.25 F (may be used interchangeably to represent numbers between 10 and 35.)108 -120 Q .234(Operators are e)108 136.8 R -.25(va)-.25 G .234 +321.6 Q .234(Operators are e)108 338.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 .235 -(luated \214rst and may).25 F -.15(ove)108 148.8 S -(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F2 10.95 -/Times-Bold@0 SF(CONDITION)72 165.6 Q(AL EXPRESSIONS)-.219 E F0 .256 -(Conditional e)108 177.6 R .256(xpressions are used by the)-.15 F/F3 10 -/Times-Bold@0 SF([[)2.755 E F0 .255(compound command and the)2.755 F F3 -(test)2.755 E F0(and)2.755 E F3([)2.755 E F0 -.2(bu)2.755 G .255 -(iltin commands to test).2 F .133(\214le attrib)108 189.6 R .133 +(luated \214rst and may).25 F -.15(ove)108 350.4 S +(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F3 10.95 +/Times-Bold@0 SF(CONDITION)72 367.2 Q(AL EXPRESSIONS)-.219 E F0 .256 +(Conditional e)108 379.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.755 E F0 -.2(bu)2.755 G .255(iltin commands to test).2 F +.133(\214le attrib)108 391.2 R .133 (utes and perform string and arithmetic comparisons.)-.2 F(The)5.133 E -F3(test)2.633 E F0(and)2.633 E F3([)2.634 E F0 .134 -(commands determine their be-)2.634 F(ha)108 201.6 Q .198 +F2(test)2.633 E F0(and)2.633 E F2([)2.634 E F0 .134 +(commands determine their be-)2.634 F(ha)108 403.2 Q .198 (vior based on the number of ar)-.2 F .197 (guments; see the descriptions of those commands for an)-.18 F 2.697(yo) --.15 G .197(ther command-)-2.697 F(speci\214c actions.)108 213.6 Q .234 -(Expressions are formed from the follo)108 230.4 R .234 -(wing unary or binary primaries.)-.25 F F3(Bash)5.234 E F0 .235 +-.15 G .197(ther command-)-2.697 F(speci\214c actions.)108 415.2 Q .234 +(Expressions are formed from the follo)108 432 R .234 +(wing unary or binary primaries.)-.25 F F2(Bash)5.234 E F0 .235 (handles se)2.735 F -.15(ve)-.25 G .235(ral \214lenames spe-).15 F .425 -(cially when the)108 242.4 R 2.925(ya)-.15 G .425(re used in e)-2.925 F +(cially when the)108 444 R 2.925(ya)-.15 G .425(re used in e)-2.925 F 2.925(xpressions. If)-.15 F .425(the operating system on which)2.925 F -F3(bash)2.924 E F0 .424(is running pro)2.924 F .424(vides these)-.15 F +F2(bash)2.924 E F0 .424(is running pro)2.924 F .424(vides these)-.15 F .344(special \214les, bash will use them; otherwise it will emulate the\ -m internally with this beha)108 254.4 R .345(vior: If an)-.2 F(y)-.15 E -F1(\214le)2.845 E F0(ar)2.845 E(-)-.2 E .806 -(gument to one of the primaries is of the form)108 266.4 R F1(/de)3.306 -E(v/fd/n)-.15 E F0 3.305(,t)C .805(hen \214le descriptor)-3.305 F F1(n) +m internally with this beha)108 456 R .345(vior: If an)-.2 F(y)-.15 E F1 +(\214le)2.845 E F0(ar)2.845 E(-)-.2 E .806 +(gument to one of the primaries is of the form)108 468 R F1(/de)3.306 E +(v/fd/n)-.15 E F0 3.305(,t)C .805(hen \214le descriptor)-3.305 F F1(n) 3.305 E F0 .805(is check)3.305 F 3.305(ed. If)-.1 F(the)3.305 E F1 (\214le)3.305 E F0(ar)3.305 E(gu-)-.18 E .029 -(ment to one of the primaries is one of)108 278.4 R F1(/de)2.529 E +(ment to one of the primaries is one of)108 480 R F1(/de)2.529 E (v/stdin)-.15 E F0(,)A F1(/de)2.529 E(v/stdout)-.15 E F0 2.53(,o)C(r) -2.53 E F1(/de)2.53 E(v/stderr)-.15 E F0 2.53<2c8c>C .03 -(le descriptor 0, 1, or 2, respec-)-2.53 F(ti)108 290.4 Q -.15(ve)-.25 G +(le descriptor 0, 1, or 2, respec-)-2.53 F(ti)108 492 Q -.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 .722 (Unless otherwise speci\214ed, primaries that operate on \214les follo) -108 307.2 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 319.2 -Q 1.095(When used with)108 337.2 R F3([[)3.595 E F0 3.595(,t)C(he)-3.595 -E F3(<)3.595 E F0(and)3.595 E F3(>)3.595 E F0 1.095(operators sort le) +108 508.8 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 520.8 +Q 1.095(When used with)108 538.8 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 F3(test)3.596 E F0(com-)3.596 E(mand sorts using ASCII ordering.)108 -349.2 Q F3108 373.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 373.2 S -(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F3108 -385.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 385.2 S(ue if).35 E F1(\214le)2.5 -E F0 -.15(ex)2.5 G(ists and is a block special \214le.).15 E F3108 -397.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 397.2 S(ue if).35 E F1(\214le)2.5 -E F0 -.15(ex)2.5 G(ists and is a character special \214le.).15 E F3 -108 409.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 409.2 S(ue if).35 E F1 -(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F3 -108 421.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 421.2 S(ue if).35 E F1 -(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F3108 433.2 Q F1 -(\214le)2.5 E F0 -.35(Tr)144 433.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15 -(ex)2.5 G(ists and is a re).15 E(gular \214le.)-.15 E F3108 445.2 -Q F1(\214le)2.5 E F0 -.35(Tr)144 445.2 S(ue if).35 E F1(\214le)2.5 E F0 --.15(ex)2.5 G(ists and is set-group-id.).15 E F3108 457.2 Q F1 -(\214le)2.5 E F0 -.35(Tr)144 457.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15 -(ex)2.5 G(ists and is a symbolic link.).15 E F3108 469.2 Q F1 -(\214le)2.5 E F0 -.35(Tr)144 469.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15 +E F2(test)3.596 E F0(com-)3.596 E(mand sorts using ASCII ordering.)108 +550.8 Q F2108 574.8 Q F1(\214le)2.5 E F0 -.35(Tr)144 574.8 S +(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F2108 +586.8 Q F1(\214le)2.5 E F0 -.35(Tr)144 586.8 S(ue if).35 E F1(\214le)2.5 +E F0 -.15(ex)2.5 G(ists and is a block special \214le.).15 E F2108 +598.8 Q F1(\214le)2.5 E F0 -.35(Tr)144 598.8 S(ue if).35 E F1(\214le)2.5 +E F0 -.15(ex)2.5 G(ists and is a character special \214le.).15 E F2 +108 610.8 Q F1(\214le)2.5 E F0 -.35(Tr)144 610.8 S(ue if).35 E F1 +(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F2 +108 622.8 Q F1(\214le)2.5 E F0 -.35(Tr)144 622.8 S(ue if).35 E F1 +(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F2108 634.8 Q F1 +(\214le)2.5 E F0 -.35(Tr)144 634.8 S(ue if).35 E F1(\214le)2.5 E F0 -.15 +(ex)2.5 G(ists and is a re).15 E(gular \214le.)-.15 E F2108 646.8 +Q F1(\214le)2.5 E F0 -.35(Tr)144 646.8 S(ue if).35 E F1(\214le)2.5 E F0 +-.15(ex)2.5 G(ists and is set-group-id.).15 E F2108 658.8 Q F1 +(\214le)2.5 E F0 -.35(Tr)144 658.8 S(ue if).35 E F1(\214le)2.5 E F0 -.15 +(ex)2.5 G(ists and is a symbolic link.).15 E F2108 670.8 Q F1 +(\214le)2.5 E F0 -.35(Tr)144 670.8 S(ue if).35 E F1(\214le)2.5 E F0 -.15 (ex)2.5 G(ists and its `).15 E(`stick)-.74 E(y')-.15 E 2.5('b)-.74 G -(it is set.)-2.5 E F3108 481.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 -481.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and is a named pipe \(FIFO\).).15 E F3108 493.2 Q F1(\214le) -2.5 E F0 -.35(Tr)144 493.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 -G(ists and is readable.).15 E F3108 505.2 Q F1(\214le)2.5 E F0 --.35(Tr)144 505.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and has a size greater than zero.).15 E F3108 517.2 Q F1(fd) -2.5 E F0 -.35(Tr)144 517.2 S(ue if \214le descriptor).35 E F1(fd)4.47 E -F0(is open and refers to a terminal.)3.27 E F3108 529.2 Q F1 -(\214le)2.5 E F0 -.35(Tr)144 529.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15 -(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F3108 -541.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 541.2 S(ue if).35 E F1(\214le)2.5 -E F0 -.15(ex)2.5 G(ists and is writable.).15 E F3108 553.2 Q F1 -(\214le)2.5 E F0 -.35(Tr)144 553.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15 -(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F3108 -565.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 565.2 S(ue if).35 E F1(\214le)2.5 -E F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E(fecti)-.25 -E .3 -.15(ve g)-.25 H(roup id.).15 E F3108 577.2 Q F1(\214le)2.5 E -F0 -.35(Tr)144 577.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and is a symbolic link.).15 E F3108 589.2 Q F1(\214le)2.5 E -F0 -.35(Tr)144 589.2 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and has been modi\214ed since it w).15 E(as last read.)-.1 E F3 -108 601.2 Q F1(\214le)2.5 E F0 -.35(Tr)144 601.2 S(ue if).35 E F1 -(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E -(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F3108 613.2 Q F1 -(\214le)2.5 E F0 -.35(Tr)144 613.2 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 F1(\214le1)108 625.2 Q F3 -(\255ef)2.5 E F1(\214le2)2.5 E F0 -.35(Tr)144 637.2 S(ue if).35 E F1 -(\214le1)2.5 E F0(and)2.5 E F1(\214le2)2.5 E F0(refer to the same de)2.5 -E(vice and inode numbers.)-.25 E F1(\214le1)108 649.2 Q F02.5 E F3 -(nt)A F1(\214le2)2.5 E F0 -.35(Tr)144 661.2 S(ue if).35 E F1(\214le1)2.5 -E F0(is ne)2.5 E(wer \(according to modi\214cation date\) than)-.25 E F1 -(\214le2)2.5 E F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F1(\214le1)2.5 E F0 --.15(ex)2.5 G(ists and).15 E F1(\214le2)2.5 E F0(does not.)2.5 E F1 -(\214le1)108 673.2 Q F02.5 E F3(ot)A F1(\214le2)2.5 E F0 -.35(Tr)144 -685.2 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 F3108 697.2 Q -F1(optname)2.5 E F0 -.35(Tr)144 709.2 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 F3 -2.762 E F0(option to the)144 721.2 Q F3(set)2.5 E F0 -.2(bu)2.5 G -(iltin belo).2 E -.65(w.)-.25 G(GNU Bash 5.0)72 768 Q(2020 January 29) -141.79 E(33)190.95 E 0 Cg EP +(it is set.)-2.5 E F2108 682.8 Q F1(\214le)2.5 E F0 -.35(Tr)144 +682.8 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G +(ists and is a named pipe \(FIFO\).).15 E F2108 694.8 Q F1(\214le) +2.5 E F0 -.35(Tr)144 694.8 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 +G(ists and is readable.).15 E F2108 706.8 Q F1(\214le)2.5 E F0 +-.35(Tr)144 706.8 S(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G +(ists and has a size greater than zero.).15 E F2108 718.8 Q F1(fd) +2.5 E F0 -.35(Tr)144 718.8 S(ue if \214le descriptor).35 E F1(fd)4.47 E +F0(is open and refers to a terminal.)3.27 E(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(33)199.835 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/F1 10/Times-Bold@0 -SF108 84 Q/F2 10/Times-Italic@0 SF(varname)2.5 E F0 -.35(Tr)144 96 -S(ue if the shell v).35 E(ariable)-.25 E F2(varname)2.79 E F0 -(is set \(has been assigned a v)2.68 E(alue\).)-.25 E F1108 108 Q -F2(varname)2.5 E F0 -.35(Tr)144 120 S(ue if the shell v).35 E(ariable) --.25 E F2(varname)2.79 E F0(is set and is a name reference.)2.68 E F1 -108 132 Q F2(string)2.5 E F0 -.35(Tr)144 144 S +SF108 84 Q/F2 10/Times-Italic@0 SF(\214le)2.5 E F0 -.35(Tr)144 84 +S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and its set-user).15 +E(-id bit is set.)-.2 E F1108 96 Q F2(\214le)2.5 E F0 -.35(Tr)144 +96 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is writable.) +.15 E F1108 108 Q F2(\214le)2.5 E F0 -.35(Tr)144 108 S(ue if).35 E +F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G +(cutable.).15 E F1108 120 Q F2(\214le)2.5 E F0 -.35(Tr)144 120 S +(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E +(wned by the ef)-.25 E(fecti)-.25 E .3 -.15(ve g)-.25 H(roup id.).15 E +F1108 132 Q F2(\214le)2.5 E F0 -.35(Tr)144 132 S(ue if).35 E F2 +(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a symbolic link.).15 E F1 +108 144 Q F2(\214le)2.5 E F0 -.35(Tr)144 144 S(ue if).35 E F2 +(\214le)2.5 E F0 -.15(ex)2.5 G(ists and has been modi\214ed since it w) +.15 E(as last read.)-.1 E F1108 156 Q F2(\214le)2.5 E F0 -.35(Tr) +144 156 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 +E(wned by the ef)-.25 E(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E +F1108 168 Q F2(\214le)2.5 E F0 -.35(Tr)144 168 S(ue if).35 E F2 +(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a sock).15 E(et.)-.1 E F2 +(\214le1)108 180 Q F1(\255ef)2.5 E F2(\214le2)2.5 E F0 -.35(Tr)144 192 S +(ue if).35 E F2(\214le1)2.5 E F0(and)2.5 E F2(\214le2)2.5 E F0 +(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F2(\214le1) +108 204 Q F02.5 E F1(nt)A F2(\214le2)2.5 E F0 -.35(Tr)144 216 S +(ue if).35 E F2(\214le1)2.5 E F0(is ne)2.5 E +(wer \(according to modi\214cation date\) than)-.25 E F2(\214le2)2.5 E +F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F2(\214le1)2.5 E F0 -.15(ex)2.5 G +(ists and).15 E F2(\214le2)2.5 E F0(does not.)2.5 E F2(\214le1)108 228 Q +F02.5 E F1(ot)A F2(\214le2)2.5 E F0 -.35(Tr)144 240 S(ue if).35 E F2 +(\214le1)2.5 E F0(is older than)2.5 E F2(\214le2)2.5 E F0 2.5(,o)C 2.5 +(ri)-2.5 G(f)-2.5 E F2(\214le2)2.5 E F0 -.15(ex)2.5 G(ists and).15 E F2 +(\214le1)2.5 E F0(does not.)2.5 E F1108 252 Q F2(optname)2.5 E F0 +-.35(Tr)144 264 S .263(ue if the shell option).35 F F2(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 F1 +2.762 E F0(option to the)144 276 Q F1(set)2.5 E F0 -.2(bu)2.5 G +(iltin belo).2 E -.65(w.)-.25 G F1108 288 Q F2(varname)2.5 E F0 +-.35(Tr)144 300 S(ue if the shell v).35 E(ariable)-.25 E F2(varname)2.79 +E F0(is set \(has been assigned a v)2.68 E(alue\).)-.25 E F1108 +312 Q F2(varname)2.5 E F0 -.35(Tr)144 324 S(ue if the shell v).35 E +(ariable)-.25 E F2(varname)2.79 E F0(is set and is a name reference.) +2.68 E F1108 336 Q F2(string)2.5 E F0 -.35(Tr)144 348 S (ue if the length of).35 E F2(string)2.5 E F0(is zero.)2.5 E F2(string) -108 156 Q F1108 168 Q F2(string)2.5 E F0 -.35(Tr)144 180 S +108 360 Q F1108 372 Q F2(string)2.5 E F0 -.35(Tr)144 384 S (ue if the length of).35 E F2(string)2.84 E F0(is non-zero.)2.72 E F2 -(string1)108 196.8 Q F1(==)2.5 E F2(string2)2.5 E(string1)108 208.8 Q F1 -(=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 220.8 S .861 +(string1)108 400.8 Q F1(==)2.5 E F2(string2)2.5 E(string1)108 412.8 Q F1 +(=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 424.8 S .861 (ue if the strings are equal.).35 F F1(=)5.861 E F0 .861 (should be used with the)3.361 F F1(test)3.361 E F0 .862 (command for POSIX conformance.)3.362 F .447(When used with the)144 -232.8 R F1([[)2.946 E F0 .446 +436.8 R F1([[)2.946 E F0 .446 (command, this performs pattern matching as described abo)2.946 F .746 --.15(ve \()-.15 H F1(Compound).15 E(Commands)144 244.8 Q F0(\).)A F2 -(string1)108 261.6 Q F1(!=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 273.6 S -(ue if the strings are not equal.).35 E F2(string1)108 290.4 Q F1(<)2.5 -E F2(string2)2.5 E F0 -.35(Tr)144 302.4 S(ue if).35 E F2(string1)2.5 E +-.15(ve \()-.15 H F1(Compound).15 E(Commands)144 448.8 Q F0(\).)A F2 +(string1)108 465.6 Q F1(!=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 477.6 S +(ue if the strings are not equal.).35 E F2(string1)108 494.4 Q F1(<)2.5 +E F2(string2)2.5 E F0 -.35(Tr)144 506.4 S(ue if).35 E F2(string1)2.5 E F0(sorts before)2.5 E F2(string2)2.5 E F0(le)2.5 E(xicographically)-.15 -E(.)-.65 E F2(string1)108 319.2 Q F1(>)2.5 E F2(string2)2.5 E F0 -.35 -(Tr)144 331.2 S(ue if).35 E F2(string1)2.5 E F0(sorts after)2.5 E F2 +E(.)-.65 E F2(string1)108 523.2 Q F1(>)2.5 E F2(string2)2.5 E F0 -.35 +(Tr)144 535.2 S(ue if).35 E F2(string1)2.5 E F0(sorts after)2.5 E F2 (string2)2.5 E F0(le)2.5 E(xicographically)-.15 E(.)-.65 E F2(ar)108.33 -348 Q(g1)-.37 E F1(OP)2.5 E F2(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF -(OP)144 360 Q F0 .385(is one of)2.634 F F1(\255eq)2.885 E F0(,)A F1 +552 Q(g1)-.37 E F1(OP)2.5 E F2(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF +(OP)144 564 Q F0 .385(is one of)2.634 F F1(\255eq)2.885 E F0(,)A F1 (\255ne)2.885 E F0(,)A F1(\255lt)2.885 E F0(,)A F1(\255le)2.885 E F0(,)A F1(\255gt)2.885 E F0 2.885(,o)C(r)-2.885 E F1(\255ge)2.885 E F0 5.385 (.T)C .385(hese arithmetic binary operators return true if)-5.385 F F2 (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 372 R -F2(ar)144 384 Q(g2)-.37 E F0 3.589(,r)C(especti)-3.589 E -.15(ve)-.25 G +s than or equal to, greater than, or greater than or equal to)144 576 R +F2(ar)144 588 Q(g2)-.37 E F0 3.589(,r)C(especti)-3.589 E -.15(ve)-.25 G (ly).15 E(.)-.65 E F2(Ar)7.099 E(g1)-.37 E F0(and)3.589 E F2(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 F1([[)3.59 E F0 -(command,)144 396 Q F2(Ar)4.22 E(g1)-.37 E F0(and)3.21 E F2(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.209(xpressions \(see)-.15 F F3 .709 -(ARITHMETIC EV)3.209 F(ALU)-1.215 E(A-)-.54 E(TION)144 408 Q F0(abo)2.25 +(command,)144 600 Q F2(Ar)4.447 E(g1)-.37 E F0(and)3.437 E F2(Ar)4.447 E +(g2)-.37 E F0 .937(are e)3.457 F -.25(va)-.25 G .937 +(luated as arithmetic e).25 F .937(xpressions \(see)-.15 F F3 .937 +(ARITHMETIC EV)3.437 F(ALU)-1.215 E(A-)-.54 E(TION)144 612 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E/F4 10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP) -72 424.8 Q(ANSION)-.81 E F0 .613(When a simple command is e)108 436.8 R +72 628.8 Q(ANSION)-.81 E F0 .613(When a simple command is e)108 640.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, in the follo)108 448.8 Q(wing order)-.25 -E(.)-.55 E(1.)108 465.6 Q 1.849(The w)144 465.6 R 1.849 +(rections, from left to right, in the follo)108 652.8 Q(wing order)-.25 +E(.)-.55 E(1.)108 669.6 Q 1.849(The w)144 669.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 477.6 Q -.15(ve)-.2 G 2.5(df).15 G -(or later processing.)-2.5 E(2.)108 494.4 Q .179(The w)144 494.4 R .179 +(name\) and redirections are sa)144 681.6 Q -.15(ve)-.2 G 2.5(df).15 G +(or later processing.)-2.5 E(2.)108 698.4 Q .179(The w)144 698.4 R .179 (ords that are not v)-.1 F .179 (ariable assignments or redirections are e)-.25 F 2.68(xpanded. If)-.15 F(an)2.68 E 2.68(yw)-.15 G .18(ords remain af-)-2.78 F .347(ter e)144 -506.4 R .347(xpansion, the \214rst w)-.15 F .347(ord is tak)-.1 F .347 +710.4 R .347(xpansion, the \214rst w)-.15 F .347(ord is tak)-.1 F .347 (en to be the name of the command and the remaining w)-.1 F .346 -(ords are)-.1 F(the ar)144 518.4 Q(guments.)-.18 E(3.)108 535.2 Q -(Redirections are performed as described abo)144 535.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 552 Q .716(The te)144 552 R .717(xt after the)-.15 F F1(=)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 -.34(command substitution, arithmetic e)144 564 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 576 Q .332 -(If no command name results, the v)108 592.8 R .332 -(ariable assignments af)-.25 F .332(fect the current shell en)-.25 F -2.833(vironment. Otherwise,)-.4 F(the)2.833 E -.25(va)108 604.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.176(ronment. If)108 616.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 -(the command e)108 628.8 Q(xits with a non-zero status.)-.15 E .15 -(If no command name results, redirections are performed, b)108 645.6 R -.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 657.6 -Q(xit with a non-zero status.)-.15 E 1.064 -(If there is a command name left after e)108 674.4 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 .069(command e)108 -686.4 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 698.4 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 710.4 -Q(xits with a status of zero.)-.15 E(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(34)190.95 E 0 Cg EP +(ords are)-.1 F(the ar)144 722.4 Q(guments.)-.18 E(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(34)199.835 E 0 Cg EP %%Page: 35 35 %%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(COMMAND EXECUTION)72 84 Q F0 .547 -(After a command has been split into w)108 96 R .546 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(3.)108 84 Q +(Redirections are performed as described abo)144 84 Q .3 -.15(ve u)-.15 +H(nder).15 E/F1 9/Times-Bold@0 SF(REDIRECTION)2.5 E/F2 9/Times-Roman@0 +SF(.)A F0(4.)108 100.8 Q .716(The te)144 100.8 R .717(xt after the)-.15 +F/F3 10/Times-Bold@0 SF(=)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 .34 +(command substitution, arithmetic e)144 112.8 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 124.8 Q +.332(If no command name results, the v)108 141.6 R .332 +(ariable assignments af)-.25 F .332(fect the current shell en)-.25 F +2.833(vironment. Otherwise,)-.4 F(the)2.833 E -.25(va)108 153.6 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.176(ronment. If)108 165.6 +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 +(the command e)108 177.6 Q(xits with a non-zero status.)-.15 E .15 +(If no command name results, redirections are performed, b)108 194.4 R +.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 206.4 +Q(xit with a non-zero status.)-.15 E 1.064 +(If there is a command name left after e)108 223.2 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 .069(command e)108 +235.2 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 247.2 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 259.2 +Q(xits with a status of zero.)-.15 E/F4 10.95/Times-Bold@0 SF +(COMMAND EXECUTION)72 276 Q F0 .547 +(After a command has been split into w)108 288 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 108 Q(wing actions are tak)-.25 E(en.) +F(gu-)-.18 E(ments, the follo)108 300 Q(wing actions are tak)-.25 E(en.) -.1 E .379(If the command name contains no slashes, the shell attempts \ -to locate it.)108 124.8 R .379(If there e)5.379 F .379 +to locate it.)108 316.8 R .379(If there e)5.379 F .379 (xists a shell function by)-.15 F .246(that name, that function is in) -108 136.8 R -.2(vo)-.4 G -.1(ke).2 G 2.746(da).1 G 2.746(sd)-2.746 G -.246(escribed abo)-2.746 F .546 -.15(ve i)-.15 H(n).15 E/F2 9 -/Times-Bold@0 SF(FUNCTIONS)2.746 E/F3 9/Times-Roman@0 SF(.)A F0 .246 -(If the name does not match a func-)4.746 F -(tion, the shell searches for it in the list of shell b)108 148.8 Q 2.5 +108 328.8 R -.2(vo)-.4 G -.1(ke).2 G 2.746(da).1 G 2.746(sd)-2.746 G +.246(escribed abo)-2.746 F .546 -.15(ve i)-.15 H(n).15 E F1(FUNCTIONS) +2.746 E F2(.)A F0 .246(If the name does not match a func-)4.746 F +(tion, the shell searches for it in the list of shell b)108 340.8 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 .309 -(If the name is neither a shell function nor a b)108 165.6 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 177.6 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 189.6 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 -201.6 R F2 -.666(PA)3.22 G(TH)-.189 E F0 .719 +(If the name is neither a shell function nor a b)108 357.6 R .31 +(uiltin, and contains no slashes,)-.2 F F3(bash)2.81 E F0 .31 +(searches each element of)2.81 F(the)108 369.6 Q F1 -.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 F3(Bash)5.662 E F0 .662 +(uses a hash table to remember)3.162 F 1.914(the full pathnames of e)108 +381.6 R -.15(xe)-.15 G 1.915(cutable \214les \(see).15 F F3(hash)4.415 E +F0(under)4.415 E F1 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 393.6 R F1 -.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 searches for\ - a de\214ned shell function named)108 213.6 R F4(command_not_f)3.456 E -(ound_han-)-.25 E(dle)108 225.6 Q F0 6.006(.I)C 3.506(ft)-6.006 G 1.006 + a de\214ned shell function named)108 405.6 R F3(command_not_f)3.456 E +(ound_han-)-.25 E(dle)108 417.6 Q F0 6.006(.I)C 3.506(ft)-6.006 G 1.006 (hat function e)-3.506 F 1.006(xists, it is in)-.15 F -.2(vo)-.4 G -.1 (ke).2 G 3.506(di).1 G 3.506(nas)-3.506 G 1.005(eparate e)-3.506 F -.15 (xe)-.15 G 1.005(cution en).15 F 1.005 (vironment with the original command)-.4 F .255 -(and the original command')108 237.6 R 2.755(sa)-.55 G -.18(rg)-2.755 G +(and the original command')108 429.6 R 2.755(sa)-.55 G -.18(rg)-2.755 G .255(uments as its ar).18 F .256(guments, and the function')-.18 F 2.756 (se)-.55 G .256(xit status becomes the e)-2.906 F .256(xit sta-)-.15 F -.263(tus of that subshell.)108 249.6 R .263(If that function is not de\ +.263(tus of that subshell.)108 441.6 R .263(If that function is not de\ \214ned, the shell prints an error message and returns an e)5.263 F .263 -(xit sta-)-.15 F(tus of 127.)108 261.6 Q 1.089(If the search is success\ +(xit sta-)-.15 F(tus of 127.)108 453.6 Q 1.089(If the search is success\ ful, or if the command name contains one or more slashes, the shell e) -108 278.4 R -.15(xe)-.15 G 1.09(cutes the).15 F .198 -(named program in a separate e)108 290.4 R -.15(xe)-.15 G .198 +108 470.4 R -.15(xe)-.15 G 1.09(cutes the).15 F .198 +(named program in a separate e)108 482.4 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 -(n, and the remain-).15 F(ing ar)108 302.4 Q +(n, and the remain-).15 F(ing ar)108 494.4 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.048(If this e)108 319.2 R +(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.048(If this e)108 511.2 R -.15(xe)-.15 G 1.048(cution f).15 F 1.048 (ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.049 (cutable format, and the \214le is not a directory).15 F 3.549(,i)-.65 G 3.549(ti)-3.549 G 3.549(sa)-3.549 G(s-)-3.549 E .043(sumed to be a)108 -331.2 R/F5 10/Times-Italic@0 SF .043(shell script)2.543 F F0 2.543 +523.2 R/F5 10/Times-Italic@0 SF .043(shell script)2.543 F F0 2.543 (,a\214)C .043(le containing shell commands.)-2.543 F 2.543(As)5.043 G .042(ubshell is spa)-2.543 F .042(wned to e)-.15 F -.15(xe)-.15 G .042 (cute it.).15 F .042(This sub-)5.042 F .274 -(shell reinitializes itself, so that the ef)108 343.2 R .274 +(shell reinitializes itself, so that the ef)108 535.2 R .274 (fect is as if a ne)-.25 F 2.774(ws)-.25 G .274(hell had been in)-2.774 F -.2(vo)-.4 G -.1(ke).2 G 2.775(dt).1 G 2.775(oh)-2.775 G .275 -(andle the script, with the)-2.775 F -.15(ex)108 355.2 S 2.358 +(andle the script, with the)-2.775 F -.15(ex)108 547.2 S 2.358 (ception that the locations of commands remembered by the parent \(see) -.15 F F4(hash)4.857 E F0(belo)4.857 E 4.857(wu)-.25 G(nder)-4.857 E F2 -(SHELL)4.857 E -.09(BU)108 367.2 S(IL).09 E(TIN COMMANDS)-.828 E F3(\))A +.15 F F3(hash)4.857 E F0(belo)4.857 E 4.857(wu)-.25 G(nder)-4.857 E F1 +(SHELL)4.857 E -.09(BU)108 559.2 S(IL).09 E(TIN COMMANDS)-.828 E F2(\))A F0(are retained by the child.)2.25 E .347(If the program is a \214le be) -108 384 R .347(ginning with)-.15 F F4(#!)2.847 E F0 2.847(,t)C .348(he \ +108 576 R .347(ginning with)-.15 F F3(#!)2.847 E F0 2.847(,t)C .348(he \ remainder of the \214rst line speci\214es an interpreter for the pro-) --2.847 F 3.178(gram. The)108 396 R .678(shell e)3.178 F -.15(xe)-.15 G +-2.847 F 3.178(gram. The)108 588 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 .206(format themselv) -108 408 R 2.706(es. The)-.15 F(ar)2.706 E .206 +108 600 R 2.706(es. The)-.15 F(ar)2.706 E .206 (guments to the interpreter consist of a single optional ar)-.18 F .206 (gument follo)-.18 F .206(wing the in-)-.25 F .268 -(terpreter name on the \214rst line of the program, follo)108 420 R .267 +(terpreter name on the \214rst line of the program, follo)108 612 R .267 (wed by the name of the program, follo)-.25 F .267(wed by the com-)-.25 -F(mand ar)108 432 Q(guments, if an)-.18 E -.65(y.)-.15 G F1 -(COMMAND EXECUTION ENVIR)72 448.8 Q(ONMENT)-.329 E F0(The shell has an) -108 460.8 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 477.6 Q -1.405(open \214les inherited by the shell at in)144 477.6 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 489.6 S(iltin).2 E<83>108 506.4 Q -(the current w)144 506.4 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 +F(mand ar)108 624 Q(guments, if an)-.18 E -.65(y.)-.15 G F4 +(COMMAND EXECUTION ENVIR)72 640.8 Q(ONMENT)-.329 E F0(The shell has an) +108 652.8 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 669.6 Q +1.405(open \214les inherited by the shell at in)144 669.6 R -.2(vo)-.4 G +1.406(cation, as modi\214ed by redirections supplied to the).2 F F3 +(exec)3.906 E F0 -.2(bu)144 681.6 S(iltin).2 E<83>108 698.4 Q +(the current w)144 698.4 Q(orking directory as set by)-.1 E F3(cd)2.5 E +F0(,)A F3(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F3(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 523.2 Q(the \214le creation mode mask as set by)144 523.2 Q F4 +<83>108 715.2 Q(the \214le creation mode mask as set by)144 715.2 Q F3 (umask)2.5 E F0(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent) --2.5 E<83>108 540 Q(current traps set by)144 540 Q F4(trap)2.5 E F0<83> -108 556.8 Q .257(shell parameters that are set by v)144 556.8 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 -(in the en)144 568.8 Q(vironment)-.4 E<83>108 585.6 Q -(shell functions de\214ned during e)144 585.6 Q -.15(xe)-.15 G -(cution or inherited from the shell').15 E 2.5(sp)-.55 G -(arent in the en)-2.5 E(vironment)-.4 E<83>108 602.4 Q -(options enabled at in)144 602.4 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 619.2 Q(options enabled by)144 619.2 Q F4(shopt)2.5 E F0 -<83>108 636 Q(shell aliases de\214ned with)144 636 Q F4(alias)2.5 E F0 -<83>108 652.8 Q -.25(va)144 652.8 S -(rious process IDs, including those of background jobs, the v).25 E -(alue of)-.25 E F4($$)2.5 E F0 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E -F2(PPID)2.5 E F0 .426(When a simple command other than a b)108 669.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 681.6 S .134(cution en).15 F .134 -(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 693.6 Q<83>108 710.4 Q 1.055(the shell')144 710.4 R -3.555(so)-.55 G 1.055(pen \214les, plus an)-3.555 F 3.556(ym)-.15 G -1.056 -(odi\214cations and additions speci\214ed by redirections to the com-) --3.556 F(mand)144 722.4 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E -(35)190.95 E 0 Cg EP +-2.5 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(35)199.835 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<83>108 84 Q -(the current w)144 84 Q(orking directory)-.1 E<83>108 100.8 Q -(the \214le creation mode mask)144 100.8 Q<83>108 117.6 Q .857(shell v) -144 117.6 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 129.6 Q(vironment) --.4 E<83>108 146.4 Q .306(traps caught by the shell are reset to the v) -144 146.4 R .307(alues inherited from the shell')-.25 F 2.807(sp)-.55 G +(current traps set by)144 84 Q/F1 10/Times-Bold@0 SF(trap)2.5 E F0<83> +108 100.8 Q .257(shell parameters that are set by v)144 100.8 R .256 +(ariable assignment or with)-.25 F F1(set)2.756 E F0 .256 +(or inherited from the shell')2.756 F 2.756(sp)-.55 G(arent)-2.756 E +(in the en)144 112.8 Q(vironment)-.4 E<83>108 129.6 Q +(shell functions de\214ned during e)144 129.6 Q -.15(xe)-.15 G +(cution or inherited from the shell').15 E 2.5(sp)-.55 G +(arent in the en)-2.5 E(vironment)-.4 E<83>108 146.4 Q +(options enabled at in)144 146.4 Q -.2(vo)-.4 G(cation \(either by def) +.2 E(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F1(set) +2.5 E F0<83>108 163.2 Q(options enabled by)144 163.2 Q F1(shopt)2.5 E F0 +<83>108 180 Q(shell aliases de\214ned with)144 180 Q F1(alias)2.5 E F0 +<83>108 196.8 Q -.25(va)144 196.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 213.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 225.6 S .134(cution en).15 F .134 +(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 237.6 Q<83>108 254.4 Q 1.055(the shell')144 254.4 R +3.555(so)-.55 G 1.055(pen \214les, plus an)-3.555 F 3.556(ym)-.15 G +1.056 +(odi\214cations and additions speci\214ed by redirections to the com-) +-3.556 F(mand)144 266.4 Q<83>108 283.2 Q(the current w)144 283.2 Q +(orking directory)-.1 E<83>108 300 Q(the \214le creation mode mask)144 +300 Q<83>108 316.8 Q .857(shell v)144 316.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 328.8 Q(vironment) +-.4 E<83>108 345.6 Q .306(traps caught by the shell are reset to the v) +144 345.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 -158.4 Q 2.5(Ac)108 175.2 S(ommand in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5 +357.6 Q 2.5(Ac)108 374.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 192 R -.2(vo)-.4 G -.1(ke) -.2 G 3.077(di).1 G(n)-3.077 E 2.744(as)108 204 S .244(ubshell en)-2.744 -F .244(vironment that is a duplicate of the shell en)-.4 F .245 +ntheses, and asynchronous commands are in)108 391.2 R -.2(vo)-.4 G -.1 +(ke).2 G 3.077(di).1 G(n)-3.077 E 2.744(as)108 403.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 216 R .358 +.359(reset to the v)108 415.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 228 R --.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.357 +-.4 G -.1(ke).2 G(d).1 E .856(as part of a pipeline are also e)108 427.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-) --.4 E(ment cannot af)108 240 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 -256.8 R 1.377(wned to e)-.15 F -.15(xe)-.15 G 1.377 +-.4 E(ment cannot af)108 439.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 +456 R 1.377(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 -/F1 10/Times-Bold@0 SF3.876 E F0 1.376(option from the parent) -3.876 F 2.5(shell. When)108 268.8 R(not in)2.5 E/F2 10/Times-Italic@0 SF -(posix mode)2.5 E F0(,)A 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 285.6 -R .404(wed by a)-.25 F F1(&)2.904 E F0 .405(and job control is not acti) +F13.876 E F0 1.376(option from the parent)3.876 F 2.5(shell. When) +108 468 R(not in)2.5 E/F3 10/Times-Italic@0 SF(posix mode)2.5 E F0(,)A +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 484.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 -297.6 R F2(/de)2.698 E(v/null)-.15 E F0 5.198(.O)C .198 +496.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 -(as modi\214ed by redirections.)108 309.6 Q/F3 10.95/Times-Bold@0 SF -(ENVIR)72 326.4 Q(ONMENT)-.329 E F0 2.343(When a program is in)108 338.4 +(as modi\214ed by redirections.)108 508.8 Q/F4 10.95/Times-Bold@0 SF +(ENVIR)72 525.6 Q(ONMENT)-.329 E F0 2.343(When a program is in)108 537.6 R -.2(vo)-.4 G -.1(ke).2 G 4.843(di).1 G 4.843(ti)-4.843 G 4.843(sg) -4.843 G -2.15 -.25(iv e)-4.843 H 4.843(na).25 G 4.843(na)-4.843 G 2.343 -(rray of strings called the)-4.843 F F2(en)5.033 E(vir)-.4 E(onment)-.45 -E F0 7.343(.T).68 G 2.344(his is a list of)-7.343 F F2(name)108 350.4 Q -F0A F2(value)A F0(pairs, of the form)2.5 E F2(name)2.86 E F0(=)A F2 -(value)A F0(.).18 E .439(The shell pro)108 367.2 R .438(vides se)-.15 F +(rray of strings called the)-4.843 F F3(en)5.033 E(vir)-.4 E(onment)-.45 +E F0 7.343(.T).68 G 2.344(his is a list of)-7.343 F F3(name)108 549.6 Q +F0A F3(value)A F0(pairs, of the form)2.5 E F3(name)2.86 E F0(=)A F3 +(value)A F0(.).18 E .439(The shell pro)108 566.4 R .438(vides se)-.15 F -.15(ve)-.25 G .438(ral w).15 F .438(ays to manipulate the en)-.1 F 2.938(vironment. On)-.4 F(in)2.938 E -.2(vo)-.4 G .438 (cation, the shell scans its o).2 F .438(wn en-)-.25 F .709(vironment a\ nd creates a parameter for each name found, automatically marking it fo\ -r)108 379.2 R F2 -.2(ex)3.209 G(port).2 E F0 .709(to child pro-)3.889 F -2.704(cesses. Ex)108 391.2 R .203(ecuted commands inherit the en)-.15 F +r)108 578.4 R F3 -.2(ex)3.209 G(port).2 E F0 .709(to child pro-)3.889 F +2.704(cesses. Ex)108 590.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 .332 -(eters and functions to be added to and deleted from the en)108 403.2 R +(eters and functions to be added to and deleted from the en)108 602.4 R 2.832(vironment. If)-.4 F .332(the v)2.832 F .332 (alue of a parameter in the en-)-.25 F .132 -(vironment is modi\214ed, the ne)108 415.2 R 2.632(wv)-.25 G .131 +(vironment is modi\214ed, the ne)108 614.4 R 2.632(wv)-.25 G .131 (alue becomes part of the en)-2.882 F .131 (vironment, replacing the old.)-.4 F .131(The en)5.131 F(vironment)-.4 E -.32(inherited by an)108 427.2 R 2.82(ye)-.15 G -.15(xe)-2.97 G .321 +.32(inherited by an)108 626.4 R 2.82(ye)-.15 G -.15(xe)-2.97 G .321 (cuted command consists of the shell').15 F 2.821(si)-.55 G .321 (nitial en)-2.821 F .321(vironment, whose v)-.4 F .321 -(alues may be modi-)-.25 F .534(\214ed in the shell, less an)108 439.2 R +(alues may be modi-)-.25 F .534(\214ed in the shell, less an)108 638.4 R 3.034(yp)-.15 G .534(airs remo)-3.034 F -.15(ve)-.15 G 3.034(db).15 G 3.034(yt)-3.034 G(he)-3.034 E F1(unset)3.034 E F0 .534(command, plus an) 3.034 F 3.033(ya)-.15 G .533(dditions via the)-3.033 F F1(export)3.033 E -F0(and)3.033 E F1(de-)3.033 E(clar)108 451.2 Q 2.5<65ad>-.18 G(x)-2.5 E -F0(commands.)2.5 E .562(The en)108 468 R .562(vironment for an)-.4 F(y) --.15 E F2 .562(simple command)3.402 F F0 .563 +F0(and)3.033 E F1(de-)3.033 E(clar)108 650.4 Q 2.5<65ad>-.18 G(x)-2.5 E +F0(commands.)2.5 E .562(The en)108 667.2 R .562(vironment for an)-.4 F +(y)-.15 E F3 .562(simple command)3.402 F F0 .563 (or function may be augmented temporarily by pre\214xing it with)3.833 F -.203(parameter assignments, as described abo)108 480 R .502 -.15(ve i) --.15 H(n).15 E/F4 9/Times-Bold@0 SF -.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)-.25 F(en)108 492 Q(vironment seen by that command.) --.4 E .81(If the)108 508.8 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 F2(all)3.64 E F0 .81 -(parameter assignments are placed in)3.82 F(the en)108 520.8 Q +.203(parameter assignments, as described abo)108 679.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) +-.25 F(en)108 691.2 Q(vironment seen by that command.)-.4 E .81(If the) +108 708 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 720 Q (vironment for a command, not just those that precede the command name.) --.4 E(When)108 537.6 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 -(is set to the full \214lename of the command and)3.586 F -(passed to that command in its en)108 549.6 Q(vironment.)-.4 E F3 -(EXIT ST)72 566.4 Q -1.04(AT)-.986 G(US)1.04 E F0 .15(The e)108 578.4 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 F2(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 590.4 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 602.4 Q 5.506(.E)-.65 G -.506(xit statuses from shell b)-5.506 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 -614.4 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15 -(Fo)108 631.2 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 643.2 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 655.2 Q F2(N)2.5 E F0(,)A F1(bash) -2.5 E F0(uses the v)2.5 E(alue of 128+)-.25 E F2(N)A F0(as the e)2.5 E -(xit status.)-.15 E .405 -(If a command is not found, the child process created to e)108 672 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 684 Q(ut is not e)-.2 E -.15(xe) --.15 G(cutable, the return status is 126.).15 E(If a command f)108 700.8 -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 717.6 R .08 -(uiltin commands return a status of 0 \()-.2 F F2(true)A F0 2.581(\)i)C -2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F2(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 729.6 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 -(xit status of 2 to indicate incorrect usage, generally in)-.15 F -.25 -(va)-.4 G .467(lid options or).25 F(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(36)190.95 E 0 Cg EP +-.4 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(36)199.835 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(missing ar)108 84 -Q(guments.)-.18 E/F1 10/Times-Bold@0 SF(Bash)108 100.8 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 -(cuted, unless a syntax error occurs, in which case).15 F(it e)108 112.8 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(When)108 84 Q/F1 +10/Times-Bold@0 SF(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 +(is set to the full \214lename of the command and)3.586 F +(passed to that command in its en)108 96 Q(vironment.)-.4 E/F2 10.95 +/Times-Bold@0 SF(EXIT ST)72 112.8 Q -1.04(AT)-.986 G(US)1.04 E F0 .15 +(The e)108 124.8 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 10 +/Times-Italic@0 SF(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 136.8 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 +148.8 Q 5.506(.E)-.65 G .506(xit statuses from shell b)-5.506 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 +160.8 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15 +(Fo)108 177.6 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 189.6 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 201.6 Q F3(N)2.5 E F0(,)A F1(bash) +2.5 E F0(uses the v)2.5 E(alue of 128+)-.25 E F3(N)A F0(as the e)2.5 E +(xit status.)-.15 E .405 +(If a command is not found, the child process created to e)108 218.4 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 230.4 Q(ut is not e)-.2 E -.15(xe) +-.15 G(cutable, the return status is 126.).15 E(If a command f)108 247.2 +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 264 R .08 +(uiltin commands return a status of 0 \()-.2 F F3(true)A F0 2.581(\)i)C +2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F3(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 276 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 +(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 288 Q(guments.)-.18 E +F1(Bash)108 304.8 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 +(cuted, unless a syntax error occurs, in which case).15 F(it e)108 316.8 Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F1 -(exit)2.5 E F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G/F2 -10.95/Times-Bold@0 SF(SIGN)72 129.6 Q(ALS)-.219 E F0(When)108 141.6 Q F1 -(bash)2.503 E F0 .002(is interacti)2.502 F -.15(ve)-.25 G 2.502(,i).15 G -2.502(nt)-2.502 G .002(he absence of an)-2.502 F 2.502(yt)-.15 G .002 -(raps, it ignores)-2.502 F/F3 9/Times-Bold@0 SF(SIGTERM)2.502 E F0 .002 -(\(so that)2.252 F F1 .002(kill 0)2.502 F F0 .002(does not kill an in-) -2.502 F(teracti)108 153.6 Q 1.215 -.15(ve s)-.25 H .915(hell\), and).15 -F F3(SIGINT)3.415 E F0 .915(is caught and handled \(so that the)3.165 F -F1(wait)3.415 E F0 -.2(bu)3.416 G .916(iltin is interruptible\).).2 F -.916(In all cases,)5.916 F F1(bash)108 165.6 Q F0(ignores)2.5 E F3(SIGQ) -2.5 E(UIT)-.09 E/F4 9/Times-Roman@0 SF(.)A F0(If job control is in ef) -4.5 E(fect,)-.25 E F1(bash)2.5 E F0(ignores)2.5 E F3(SIGTTIN)2.5 E F4(,) -A F3(SIGTT)2.25 E(OU)-.162 E F4(,)A F0(and)2.25 E F3(SIGTSTP)2.5 E F4(.) -A F0(Non-b)108 182.4 Q 1.065(uiltin commands run by)-.2 F F1(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 194.4 R .747(job control is not in ef)3.247 F .747 -(fect, asynchronous commands ignore)-.25 F F3(SIGINT)3.248 E F0(and) -2.998 E F3(SIGQ)3.248 E(UIT)-.09 E F0 .748(in addi-)2.998 F .653 -(tion to these inherited handlers.)108 206.4 R .653 +(exit)2.5 E F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G F2 +(SIGN)72 333.6 Q(ALS)-.219 E F0(When)108 345.6 Q F1(bash)2.503 E F0 .002 +(is interacti)2.502 F -.15(ve)-.25 G 2.502(,i).15 G 2.502(nt)-2.502 G +.002(he absence of an)-2.502 F 2.502(yt)-.15 G .002(raps, it ignores) +-2.502 F/F4 9/Times-Bold@0 SF(SIGTERM)2.502 E F0 .002(\(so that)2.252 F +F1 .002(kill 0)2.502 F F0 .002(does not kill an in-)2.502 F(teracti)108 +357.6 Q 1.215 -.15(ve s)-.25 H .915(hell\), and).15 F F4(SIGINT)3.415 E +F0 .915(is caught and handled \(so that the)3.165 F F1(wait)3.415 E F0 +-.2(bu)3.416 G .916(iltin is interruptible\).).2 F .916(In all cases,) +5.916 F F1(bash)108 369.6 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 F1 +(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 386.4 +Q 1.065(uiltin commands run by)-.2 F F1(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 +398.4 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 +(tion to these inherited handlers.)108 410.4 R .653 (Commands run as a result of command substitution ignore the k)5.653 F --.15(ey)-.1 G(board-).15 E(generated job control signals)108 218.4 Q F3 -(SIGTTIN)2.5 E F4(,)A F3(SIGTT)2.25 E(OU)-.162 E F4(,)A F0(and)2.25 E F3 -(SIGTSTP)2.5 E F4(.)A F0 2.045(The shell e)108 235.2 R 2.045 -(xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F3(SIGHUP)4.545 E -F4(.)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 F3(SIGHUP)108 247.2 Q F0 +-.15(ey)-.1 G(board-).15 E(generated job control signals)108 422.4 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 439.2 R 2.045 +(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 451.2 Q F0 1.005(to all jobs, running or stopped.)3.255 F 1.004 -(Stopped jobs are sent)6.005 F F3(SIGCONT)3.504 E F0 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 F3(SIGHUP)108 259.2 Q F4(.)A F0 2.529 -.8(To p) +(ve t)-.25 H(he).15 E F4(SIGHUP)108 463.2 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 271.2 R F1(diso) -3.857 E(wn)-.1 E F0 -.2(bu)3.857 G 1.357(iltin \(see).2 F F3 1.356 +G .93(rom the)-3.43 F 1.357(jobs table with the)108 475.2 R F1(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 F3 -(SIGHUP)108 283.2 Q F0(using)2.25 E F1(diso)2.5 E(wn \255h)-.1 E F0(.)A -.166(If the)108 300 R F1(huponexit)2.666 E F0 .166 +1.356(w\) or mark)-.25 F 1.356(ed to not recei)-.1 F -.15(ve)-.25 G F4 +(SIGHUP)108 487.2 Q F0(using)2.25 E F1(diso)2.5 E(wn \255h)-.1 E F0(.)A +.166(If the)108 504 R F1(huponexit)2.666 E F0 .166 (shell option has been set with)2.666 F F1(shopt)2.666 E F0(,)A F1(bash) -2.666 E F0 .166(sends a)2.666 F F3(SIGHUP)2.666 E F0 .166 +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 -312 Q(xits.)-.15 E(If)108 328.8 Q F1(bash)3.047 E F0 .547(is w)3.047 F +516 Q(xits.)-.15 E(If)108 532.8 Q F1(bash)3.047 E F0 .547(is w)3.047 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 340.8 R -.15(xe)-.15 G .662 +-3.046 F .662(will not be e)108 544.8 R -.15(xe)-.15 G .662 (cuted until the command completes.).15 F(When)5.663 E F1(bash)3.163 E F0 .663(is w)3.163 F .663(aiting for an asynchronous command)-.1 F .327 -(via the)108 352.8 R F1(wait)2.827 E F0 -.2(bu)2.827 G .327(iltin, the \ +(via the)108 556.8 R F1(wait)2.827 E F0 -.2(bu)2.827 G .327(iltin, the \ reception of a signal for which a trap has been set will cause the).2 F F1(wait)2.826 E F0 -.2(bu)2.826 G .326(iltin to re-).2 F -(turn immediately with an e)108 364.8 Q +(turn immediately with an e)108 568.8 Q (xit status greater than 128, immediately after which the trap is e)-.15 -E -.15(xe)-.15 G(cuted.).15 E F2(JOB CONTR)72 381.6 Q(OL)-.329 E/F5 10 -/Times-Italic@0 SF -.25(Jo)108 393.6 S 3.368(bc).25 G(ontr)-3.368 E(ol) --.45 E F0 .868(refers to the ability to selecti)3.878 F -.15(ve)-.25 G -.868(ly stop \().15 F F5(suspend)A F0 3.368(\)t)C .868(he e)-3.368 F --.15(xe)-.15 G .868(cution of processes and continue \().15 F F5 -.37 -(re)C(-).37 E(sume)108 405.6 Q F0 2.665(\)t)C .165(heir e)-2.665 F -.15 -(xe)-.15 G .165(cution at a later point.).15 F 2.665(Au)5.165 G .165 +E -.15(xe)-.15 G(cuted.).15 E F2(JOB CONTR)72 585.6 Q(OL)-.329 E F3 -.25 +(Jo)108 597.6 S 3.368(bc).25 G(ontr)-3.368 E(ol)-.45 E F0 .868 +(refers to the ability to selecti)3.878 F -.15(ve)-.25 G .868 +(ly stop \().15 F F3(suspend)A F0 3.368(\)t)C .868(he e)-3.368 F -.15 +(xe)-.15 G .868(cution of processes and continue \().15 F F3 -.37(re)C +(-).37 E(sume)108 609.6 Q F0 2.665(\)t)C .165(heir e)-2.665 F -.15(xe) +-.15 G .165(cution at a later point.).15 F 2.665(Au)5.165 G .165 (ser typically emplo)-2.665 F .165(ys this f)-.1 F .164 (acility via an interacti)-.1 F .464 -.15(ve i)-.25 H(nterf).15 E .164 -(ace sup-)-.1 F(plied jointly by the operating system k)108 417.6 Q +(ace sup-)-.1 F(plied jointly by the operating system k)108 621.6 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 F1(bash)2.5 E F0(.)A .784(The shell associates a)108 434.4 R -F5(job)5.024 E F0 .784(with each pipeline.)3.514 F .784(It k)5.784 F +G(nd)-2.5 E F1(bash)2.5 E F0(.)A .784(The shell associates a)108 638.4 R +F3(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 .325(listed with the)108 446.4 R F1 +(cuting jobs, which may be).15 F .325(listed with the)108 650.4 R F1 (jobs)2.825 E F0 2.825(command. When)2.825 F F1(bash)2.825 E F0 .325 -(starts a job asynchronously \(in the)2.825 F F5(bac)3.094 E(kgr)-.2 E -(ound)-.45 E F0 .324(\), it prints a line).77 F(that looks lik)108 458.4 -Q(e:)-.1 E([1] 25647)144 475.2 Q .241(indicating that this job is job n\ +(starts a job asynchronously \(in the)2.825 F F3(bac)3.094 E(kgr)-.2 E +(ound)-.45 E F0 .324(\), it prints a line).77 F(that looks lik)108 662.4 +Q(e:)-.1 E([1] 25647)144 679.2 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 492 R .733(with this job is 25647.)108 504 R .732 +ociated)108 696 R .733(with this job is 25647.)108 708 R .732 (All of the processes in a single pipeline are members of the same job) -5.733 F(.)-.4 E F1(Bash)5.732 E F0(uses)3.232 E(the)108 516 Q F5(job) -4.24 E F0(abstraction as the basis for job control.)2.73 E 1.981 -.8 -(To f)108 532.8 T .382(acilitate the implementation of the user interf) -.7 F .382(ace to job control, the operating system maintains the no-)-.1 -F 1.538(tion of a)108 544.8 R F5(curr)4.038 E 1.538(ent terminal pr)-.37 -F 1.537(ocess gr)-.45 F 1.537(oup ID)-.45 F F0 6.537(.M)C 1.537 -(embers of this process group \(processes whose process)-6.537 F .023 -(group ID is equal to the current terminal process group ID\) recei)108 -556.8 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023 -(board-generated signals such as).15 F F3(SIG-)2.523 E(INT)108 568.8 Q -F4(.)A F0 1.215(These processes are said to be in the)5.716 F F5(for) -5.685 E -.4(eg)-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F5(Bac)6.795 E -(kgr)-.2 E(ound)-.45 E F0 1.215(processes are those whose process)4.485 -F .145(group ID dif)108 580.8 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 -(ground processes are allo)108 592.8 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 604.8 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 -.718(terminal are sent a)108 616.8 R F3 .718(SIGTTIN \(SIGTT)3.218 F -(OU\))-.162 E F0 .718(signal by the k)2.968 F(ernel')-.1 E 3.217(st)-.55 -G .717(erminal dri)-3.217 F -.15(ve)-.25 G 1.517 -.4(r, w).15 H .717 -(hich, unless caught, sus-).4 F(pends the process.)108 628.8 Q 1.087 -(If the operating system on which)108 645.6 R F1(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 657.6 S -.302(ping the).8 F F5(suspend)3.142 E F0 .302(character \(typically) -3.572 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 669.6 R F1(bash)4.642 E F0 -7.142(.T)C 2.142(yping the)-7.942 F F5 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\ -mpts to read input from the terminal, and control to be returned)108 -681.6 R(to)108 693.6 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 .17 -(background, the)108 705.6 R F1(fg)2.67 E F0 .17 -(command to continue it in the fore)2.67 F .17(ground, or the)-.15 F F1 -(kill)2.67 E F0 .17(command to kill it.)2.67 F(A)5.17 E F1(^Z)2.67 E F0 -(tak)2.67 E .17(es ef-)-.1 F 1.418(fect immediately)108 717.6 R 3.918 -(,a)-.65 G 1.418(nd has the additional side ef)-3.918 F 1.418 -(fect of causing pending output and typeahead to be dis-)-.25 F(carded.) -108 729.6 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(37)190.95 E 0 -Cg EP +5.733 F(.)-.4 E F1(Bash)5.732 E F0(uses)3.232 E(the)108 720 Q F3(job) +4.24 E F0(abstraction as the basis for job control.)2.73 E(GNU Bash 5.1) +72 768 Q(2020 June 5)150.675 E(37)199.835 E 0 Cg EP %%Page: 38 38 %%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 .777 -(There are a number of w)108 84 R .777 -(ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F/F1 -10/Times-Bold@0 SF(%)3.277 E F0 .777(introduces a job speci\214cation) -3.277 F(\()108 96 Q/F2 10/Times-Italic@0 SF(jobspec)A F0 3.457(\). Job)B -(number)3.457 E F2(n)3.817 E F0 .957(may be referred to as)3.697 F F1 -(%n)3.457 E F0 5.957(.A)C .957 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.981 -.8(To f)108 +84 T .382(acilitate the implementation of the user interf).7 F .382 +(ace to job control, the operating system maintains the no-)-.1 F 1.538 +(tion of a)108 96 R/F1 10/Times-Italic@0 SF(curr)4.038 E 1.538 +(ent terminal pr)-.37 F 1.537(ocess gr)-.45 F 1.537(oup ID)-.45 F F0 +6.537(.M)C 1.537(embers of this process group \(processes whose process) +-6.537 F .023 +(group ID is equal to the current terminal process group ID\) recei)108 +108 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023 +(board-generated signals such as).15 F/F2 9/Times-Bold@0 SF(SIG-)2.523 E +(INT)108 120 Q/F3 9/Times-Roman@0 SF(.)A F0 1.215 +(These processes are said to be in the)5.716 F F1(for)5.685 E -.4(eg) +-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F1(Bac)6.795 E(kgr)-.2 E(ound) +-.45 E F0 1.215(processes are those whose process)4.485 F .145 +(group ID dif)108 132 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 +(ground processes are allo)108 144 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/F4 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 156 R .551 +(processes which attempt to read from \(write to when)3.051 F F4 .551 +(stty tostop)3.051 F F0 .552(is in ef)3.052 F .552(fect\) the)-.25 F +.718(terminal are sent a)108 168 R F2 .718(SIGTTIN \(SIGTT)3.218 F(OU\)) +-.162 E F0 .718(signal by the k)2.968 F(ernel')-.1 E 3.217(st)-.55 G +.717(erminal dri)-3.217 F -.15(ve)-.25 G 1.517 -.4(r, w).15 H .717 +(hich, unless caught, sus-).4 F(pends the process.)108 180 Q 1.087 +(If the operating system on which)108 196.8 R/F5 10/Times-Bold@0 SF +(bash)3.587 E F0 1.088(is running supports job control,)3.588 F F5(bash) +3.588 E F0 1.088(contains f)3.588 F 1.088(acilities to use it.)-.1 F -.8 +(Ty)108 208.8 S .302(ping the).8 F F1(suspend)3.142 E F0 .302 +(character \(typically)3.572 F F5(^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 220.8 R F5(bash)4.642 E F0 +7.142(.T)C 2.142(yping the)-7.942 F F1 2.142(delayed suspend)4.992 F F0 +2.143(character \(typically)5.413 F F5(^Y)4.643 E F0 4.643(,C)C +(ontrol-Y\))-4.643 E .021(causes the process to be stopped when it atte\ +mpts to read input from the terminal, and control to be returned)108 +232.8 R(to)108 244.8 Q F5(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 +F5(bg)3.392 E F0 .892(command to continue it in the)3.392 F .17 +(background, the)108 256.8 R F5(fg)2.67 E F0 .17 +(command to continue it in the fore)2.67 F .17(ground, or the)-.15 F F5 +(kill)2.67 E F0 .17(command to kill it.)2.67 F(A)5.17 E F5(^Z)2.67 E F0 +(tak)2.67 E .17(es ef-)-.1 F 1.418(fect immediately)108 268.8 R 3.918 +(,a)-.65 G 1.418(nd has the additional side ef)-3.918 F 1.418 +(fect of causing pending output and typeahead to be dis-)-.25 F(carded.) +108 280.8 Q .777(There are a number of w)108 297.6 R .777 +(ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F F5 +(%)3.277 E F0 .777(introduces a job speci\214cation)3.277 F(\()108 309.6 +Q F1(jobspec)A F0 3.457(\). Job)B(number)3.457 E F1(n)3.817 E F0 .957 +(may be referred to as)3.697 F F5(%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 108 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 120 Q F1(ce)3.463 E F0(job)3.463 E -5.963(.I)-.4 G 3.463(fap)-5.963 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 -(hand, refers to an)108 132 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 -(If the substring matches more than one)5.087 F(job,)108 144 Q F1(bash) -2.508 E F0 .008(reports an error)2.508 F 5.008(.T)-.55 G .008 -(he symbols)-5.008 F F1(%%)2.508 E F0(and)2.508 E F1(%+)2.508 E F0 .008 -(refer to the shell')2.508 F 2.508(sn)-.55 G .008(otion of the)-2.508 F -F2(curr)2.708 E .008(ent job)-.37 F F0 2.508(,w).23 G .008(hich is) --2.508 F .495(the last job stopped while it w)108 156 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 168 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 180 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 192 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 -(ying job speci\214cation\) also refers to the cur)-.15 F(-)-.2 E -(rent job)108 204 Q(.)-.4 E .444 -(Simply naming a job can be used to bring it into the fore)108 220.8 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 +108 321.6 R -.15(Fo)5.59 G 3.09(re).15 G(xample,)-3.24 E F5(%ce)3.09 E +F0 .59(refers to a)3.09 F .385(stopped job whose command name be)108 +333.6 R .385(gins with)-.15 F F5(ce)2.885 E F0 5.385(.I)C 2.885(fap) +-5.385 G .385(re\214x matches more than one job,)-2.885 F F5(bash)2.885 +E F0 .385(reports an)2.885 F(error)108 345.6 Q 5.194(.U)-.55 G(sing) +-5.194 E F5(%?ce)2.694 E F0 2.694(,o)C 2.694(nt)-2.694 G .194 +(he other hand, refers to an)-2.694 F 2.694(yj)-.15 G .194 +(ob containing the string)-2.694 F F5(ce)2.694 E F0 .194 +(in its command line.)2.694 F .194(If the)5.194 F .306 +(substring matches more than one job,)108 357.6 R F5(bash)2.806 E F0 +.306(reports an error)2.806 F 5.306(.T)-.55 G .306(he symbols)-5.306 F +F5(%%)2.806 E F0(and)2.806 E F5(%+)2.806 E F0 .307(refer to the shell') +2.806 F(s)-.55 E .133(notion of the)108 369.6 R F1(curr)2.833 E .133 +(ent job)-.37 F F0 2.633(,w).23 G .133 +(hich is the last job stopped while it w)-2.633 F .133(as in the fore) +-.1 F .132(ground or started in the back-)-.15 F 2.575(ground. The)108 +381.6 R F1(pr)3.825 E -.15(ev)-.37 G .075(ious job).15 F F0 .075 +(may be referenced using)2.805 F F5<25ad>2.575 E F0 5.075(.I)C 2.575(ft) +-5.075 G .076(here is only a single job,)-2.575 F F5(%+)2.576 E F0(and) +2.576 E F5<25ad>2.576 E F0 .076(can both)2.576 F .317 +(be used to refer to that job)108 393.6 R 5.317(.I)-.4 G 2.817(no)-5.317 +G .317(utput pertaining to jobs \(e.g., the output of the)-2.817 F F5 +(jobs)2.817 E F0 .317(command\), the current)2.817 F .032(job is al)108 +405.6 R -.1(wa)-.1 G .033(ys \215agged with a).1 F F5(+)2.533 E F0 2.533 +(,a)C .033(nd the pre)-2.533 F .033(vious job with a)-.25 F F52.533 +E F0 5.033(.A)C .033(single % \(with no accompan)-2.5 F .033 +(ying job speci-)-.15 F(\214cation\) also refers to the current job)108 +417.6 Q(.)-.4 E .444 +(Simply naming a job can be used to bring it into the fore)108 434.4 R +(ground:)-.15 E F5(%1)2.943 E F0 .443(is a synon)2.943 F .443(ym for) +-.15 F F5 -.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 -232.8 R 3.972(ground. Similarly)-.15 F(,)-.65 E F1 -.63(``)3.973 G 1.473 +446.4 R 3.972(ground. Similarly)-.15 F(,)-.65 E F5 -.63(``)3.973 G 1.473 (%1 &').63 F(')-.63 E F0 1.473(resumes job 1 in the background,)3.973 F -(equi)108 244.8 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 261.6 +(equi)108 458.4 Q -.25(va)-.25 G(lent to).25 E F5 -.63(``)2.5 G(bg %1') +.63 E(')-.63 E F0(.)A .131(The shell learns immediately whene)108 475.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 +(Normally)5.131 E(,)-.65 E F5(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 273.6 R 2.657(ss)-.55 G +(prompt before reporting changes in a job')108 487.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 285.6 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 +(ther output.)-2.658 F .158(If the)5.158 F F52.658 E F0 .158 +(option to)2.658 F(the)108 499.2 Q F5(set)2.648 E F0 -.2(bu)2.648 G .148 +(iltin command is enabled,).2 F F5(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 -297.6 Q(xits.)-.15 E .032(If an attempt to e)108 314.4 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 1.003(using the)108 326.4 R F1 +(ny t)-5.147 H .147(rap on).15 F F2(SIGCHLD)2.647 E F0 .147(is e)2.397 F +-.15(xe)-.15 G(-).15 E(cuted for each child that e)108 511.2 Q(xits.) +-.15 E .032(If an attempt to e)108 528 R(xit)-.15 E F5(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 F5(checkjobs)2.533 E F0 .033 +(shell option has been enabled)2.533 F 1.003(using the)108 540 R F5 (shopt)3.503 E F0 -.2(bu)3.503 G 1.003 (iltin, running\), the shell prints a w).2 F 1.002 -(arning message, and, if the)-.1 F F1(checkjobs)3.502 E F0 1.002 +(arning message, and, if the)-.1 F F5(checkjobs)3.502 E F0 1.002 (option is en-)3.502 F .955(abled, lists the jobs and their statuses.) -108 338.4 R(The)5.955 E F1(jobs)3.455 E F0 .955 +108 552 R(The)5.955 E F5(jobs)3.455 E F0 .955 (command may then be used to inspect their status.)3.455 F .956(If a) -5.956 F .604(second attempt to e)108 350.4 R .604 +5.956 F .604(second attempt to e)108 564 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 362.4 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E -.644(When the shell is w)108 379.2 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 .282(return when the job changes state. The)108 391.2 R F1 -2.782 E F0 .282(option causes)2.782 F F1(wait)2.782 E F0 .282 +(and an)108 576 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E .644 +(When the shell is w)108 592.8 R .644 +(aiting for a job or process using the)-.1 F F5(wait)3.145 E F0 -.2(bu) +3.145 G .645(iltin, and job control is enabled,).2 F F5(wait)3.145 E F0 +(will)3.145 E .282(return when the job changes state. The)108 604.8 R F5 +2.782 E F0 .282(option causes)2.782 F F5(wait)2.782 E F0 .282 (to w)2.782 F .282(ait until the job or process terminates be-)-.1 F -(fore returning.)108 403.2 Q/F4 10.95/Times-Bold@0 SF(PR)72 420 Q -(OMPTING)-.329 E F0 .644(When e)108 432 R -.15(xe)-.15 G .644 -(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F1(bash)3.144 E -F0 .645(displays the primary prompt)3.145 F F3(PS1)3.145 E F0 .645 +(fore returning.)108 616.8 Q/F6 10.95/Times-Bold@0 SF(PR)72 633.6 Q +(OMPTING)-.329 E F0 .644(When e)108 645.6 R -.15(xe)-.15 G .644 +(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F5(bash)3.144 E +F0 .645(displays the primary prompt)3.145 F F2(PS1)3.145 E F0 .645 (when it is ready to read a command,)2.895 F .428 -(and the secondary prompt)108 444 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 456 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 +(and the secondary prompt)108 657.6 R F2(PS2)2.928 E F0 .427 +(when it needs more input to complete a command.)2.678 F F5(Bash)5.427 E +F0(displays)2.927 E F2(PS0)2.927 E F0(after)2.677 E .037 +(it reads a command b)108 669.6 R .037(ut before e)-.2 F -.15(xe)-.15 G +.037(cuting it.).15 F F5(Bash)5.037 E F0(displays)2.537 E F2(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 468 R F1 -3.622 E F0 1.122(option is enabled.)3.622 F F1(Bash)6.122 E F0(allo) +(efore tracing each com-).15 F 1.122(mand when the)108 681.6 R F5 +3.622 E F0 1.122(option is enabled.)3.622 F F5(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 480 Q(ws:)-.25 E F1(\\a)144 492 Q F0 -(an ASCII bell character \(07\))180 492 Q F1(\\d)144 504 Q F0 -(the date in "W)180 504 Q(eekday Month Date" format \(e.g., "T)-.8 E -(ue May 26"\))-.45 E F1(\\D{)144 516 Q F2(format)A F1(})A F0(the)180 528 -Q F2(format)3.926 E F0 1.426(is passed to)3.926 F F2(strftime)3.926 E F0 -1.427(\(3\) and the result is inserted into the prompt string; an)B -(empty)180 540 Q F2(format)2.5 E F0 -(results in a locale-speci\214c time representation.)2.5 E -(The braces are required)5 E F1(\\e)144 552 Q F0 -(an ASCII escape character \(033\))180 552 Q F1(\\h)144 564 Q F0 -(the hostname up to the \214rst `.)180 564 Q(')-.7 E F1(\\H)144 576 Q F0 -(the hostname)180 576 Q F1(\\j)144 588 Q F0 -(the number of jobs currently managed by the shell)180 588 Q F1(\\l)144 -600 Q F0(the basename of the shell')180 600 Q 2.5(st)-.55 G(erminal de) --2.5 E(vice name)-.25 E F1(\\n)144 612 Q F0(ne)180 612 Q(wline)-.25 E F1 -(\\r)144 624 Q F0(carriage return)180 624 Q F1(\\s)144 636 Q F0 -(the name of the shell, the basename of)180 636 Q F1($0)2.5 E F0 -(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F1(\\t)144 -648 Q F0(the current time in 24-hour HH:MM:SS format)180 648 Q F1(\\T) -144 660 Q F0(the current time in 12-hour HH:MM:SS format)180 660 Q F1 -(\\@)144 672 Q F0(the current time in 12-hour am/pm format)180 672 Q F1 -(\\A)144 684 Q F0(the current time in 24-hour HH:MM format)180 684 Q F1 -(\\u)144 696 Q F0(the username of the current user)180 696 Q F1(\\v)144 -708 Q F0(the v)180 708 Q(ersion of)-.15 E F1(bash)2.5 E F0 -(\(e.g., 2.00\))2.5 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(38) -190.95 E 0 Cg EP +as follo)108 693.6 Q(ws:)-.25 E F5(\\a)144 705.6 Q F0 +(an ASCII bell character \(07\))180 705.6 Q F5(\\d)144 717.6 Q F0 +(the date in "W)180 717.6 Q(eekday Month Date" format \(e.g., "T)-.8 E +(ue May 26"\))-.45 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(38) +199.835 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/F1 10/Times-Bold@0 -SF(\\V)144 84 Q F0(the release of)180 84 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 96 Q F0 .116(the current w)180 96 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)180 108 Q(OMPT_DIR)-.27 E(TRIM)-.36 -E F0 -.25(va)2.25 G(riable\)).25 E F1(\\W)144 120 Q F0 -(the basename of the current w)180 120 Q(orking directory)-.1 E 2.5(,w) --.65 G(ith)-2.5 E F2($HOME)2.5 E F0(abbre)2.25 E(viated with a tilde) --.25 E F1(\\!)144 132 Q F0(the history number of this command)180 132 Q -F1(\\#)144 144 Q F0(the command number of this command)180 144 Q F1(\\$) -144 156 Q F0(if the ef)180 156 Q(fecti)-.25 E .3 -.15(ve U)-.25 H -(ID is 0, a).15 E F1(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E -(\\)144 168 Q/F3 10/Times-Italic@0 SF(nnn)A F0 -(the character corresponding to the octal number)180 168 Q F3(nnn)2.5 E -F1(\\\\)144 180 Q F0 2.5(ab)180 180 S(ackslash)-2.5 E F1(\\[)144 192 Q -F0(be)180 192 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 204 Q F1(\\])144 216 Q F0 -(end a sequence of non-printing characters)180 216 Q .12 -(The command number and the history number are usually dif)108 232.8 R +SF(\\D{)144 84 Q/F2 10/Times-Italic@0 SF(format)A F1(})A F0(the)180 96 Q +F2(format)3.926 E F0 1.426(is passed to)3.926 F F2(strftime)3.926 E F0 +1.427(\(3\) and the result is inserted into the prompt string; an)B +(empty)180 108 Q F2(format)2.5 E F0 +(results in a locale-speci\214c time representation.)2.5 E +(The braces are required)5 E F1(\\e)144 120 Q F0 +(an ASCII escape character \(033\))180 120 Q F1(\\h)144 132 Q F0 +(the hostname up to the \214rst `.)180 132 Q(')-.7 E F1(\\H)144 144 Q F0 +(the hostname)180 144 Q F1(\\j)144 156 Q F0 +(the number of jobs currently managed by the shell)180 156 Q F1(\\l)144 +168 Q F0(the basename of the shell')180 168 Q 2.5(st)-.55 G(erminal de) +-2.5 E(vice name)-.25 E F1(\\n)144 180 Q F0(ne)180 180 Q(wline)-.25 E F1 +(\\r)144 192 Q F0(carriage return)180 192 Q F1(\\s)144 204 Q F0 +(the name of the shell, the basename of)180 204 Q F1($0)2.5 E F0 +(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F1(\\t)144 +216 Q F0(the current time in 24-hour HH:MM:SS format)180 216 Q F1(\\T) +144 228 Q F0(the current time in 12-hour HH:MM:SS format)180 228 Q F1 +(\\@)144 240 Q F0(the current time in 12-hour am/pm format)180 240 Q F1 +(\\A)144 252 Q F0(the current time in 24-hour HH:MM format)180 252 Q F1 +(\\u)144 264 Q F0(the username of the current user)180 264 Q F1(\\v)144 +276 Q F0(the v)180 276 Q(ersion of)-.15 E F1(bash)2.5 E F0 +(\(e.g., 2.00\))2.5 E F1(\\V)144 288 Q F0(the release of)180 288 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 300 Q F0 .116(the current w) +180 300 R .116(orking directory)-.1 F 2.616(,w)-.65 G(ith)-2.616 E/F3 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 F3(PR) +180 312 Q(OMPT_DIR)-.27 E(TRIM)-.36 E F0 -.25(va)2.25 G(riable\)).25 E +F1(\\W)144 324 Q F0(the basename of the current w)180 324 Q +(orking directory)-.1 E 2.5(,w)-.65 G(ith)-2.5 E F3($HOME)2.5 E F0 +(abbre)2.25 E(viated with a tilde)-.25 E F1(\\!)144 336 Q F0 +(the history number of this command)180 336 Q F1(\\#)144 348 Q F0 +(the command number of this command)180 348 Q F1(\\$)144 360 Q F0 +(if the ef)180 360 Q(fecti)-.25 E .3 -.15(ve U)-.25 H(ID is 0, a).15 E +F1(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E(\\)144 372 Q F2(nnn) +A F0(the character corresponding to the octal number)180 372 Q F2(nnn) +2.5 E F1(\\\\)144 384 Q F0 2.5(ab)180 384 S(ackslash)-2.5 E F1(\\[)144 +396 Q F0(be)180 396 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 408 Q F1(\\])144 420 Q F0 +(end a sequence of non-printing characters)180 420 Q .12 +(The command number and the history number are usually dif)108 436.8 R .119(ferent: the history number of a command is its)-.25 F .547(positio\ n in the history list, which may include commands restored from the his\ -tory \214le \(see)108 244.8 R F2(HIST)3.047 E(OR)-.162 E(Y)-.315 E F0 -(be-)2.797 E(lo)108 256.8 Q .354(w\), while the command number is the p\ +tory \214le \(see)108 448.8 R F3(HIST)3.047 E(OR)-.162 E(Y)-.315 E F0 +(be-)2.797 E(lo)108 460.8 Q .354(w\), while the command number is the p\ osition in the sequence of commands e)-.25 F -.15(xe)-.15 G .354 -(cuted during the current).15 F .822(shell session.)108 268.8 R .822 +(cuted during the current).15 F .822(shell session.)108 472.8 R .822 (After the string is decoded, it is e)5.822 F .822 (xpanded via parameter e)-.15 F .823(xpansion, command substitution,) --.15 F .683(arithmetic e)108 280.8 R .683(xpansion, and quote remo)-.15 +-.15 F .683(arithmetic e)108 484.8 R .683(xpansion, and quote remo)-.15 F -.25(va)-.15 G .683(l, subject to the v).25 F .682(alue of the)-.25 F F1(pr)3.182 E(omptv)-.18 E(ars)-.1 E F0 .682(shell option \(see the de-) -3.182 F 1.197(scription of the)108 292.8 R F1(shopt)3.697 E F0 1.197 -(command under)3.697 F F2 1.197(SHELL B)3.697 F(UIL)-.09 E 1.197 +3.182 F 1.197(scription of the)108 496.8 R F1(shopt)3.697 E F0 1.197 +(command under)3.697 F F3 1.197(SHELL B)3.697 F(UIL)-.09 E 1.197 (TIN COMMANDS)-.828 F F0(belo)3.448 E 3.698(w\). This)-.25 F 1.198 (can ha)3.698 F 1.498 -.15(ve u)-.2 H(nw).15 E(anted)-.1 E .322(side ef) -108 304.8 R .322(fects if escaped portions of the string appear within \ +108 508.8 R .322(fects if escaped portions of the string appear within \ command substitution or contain characters spe-)-.25 F(cial to w)108 -316.8 Q(ord e)-.1 E(xpansion.)-.15 E/F4 10.95/Times-Bold@0 SF(READLINE) -72 333.6 Q F0 .15 +520.8 Q(ord e)-.1 E(xpansion.)-.15 E/F4 10.95/Times-Bold@0 SF(READLINE) +72 537.6 Q F0 .15 (This is the library that handles reading input when using an interacti) -108 345.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 .385(is gi)108 357.6 R -.15 +108 549.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 .385(is gi)108 561.6 R -.15 (ve)-.25 G 2.885(na).15 G 2.885(ts)-2.885 G .385(hell in)-2.885 F -.2 (vo)-.4 G 2.885(cation. Line).2 F .385 (editing is also used when using the)2.885 F F12.884 E F0 .384 (option to the)2.884 F F1 -.18(re)2.884 G(ad).18 E F0 -.2(bu)2.884 G -2.884(iltin. By).2 F(de-)2.884 E -.1(fa)108 369.6 S 1.406 +2.884(iltin. By).2 F(de-)2.884 E -.1(fa)108 573.6 S 1.406 (ult, the line editing commands are similar to those of Emacs.).1 F 3.907(Av)6.407 G 1.407(i-style line editing interf)-3.907 F 1.407 -(ace is also)-.1 F -.2(av)108 381.6 S 3.35(ailable. Line)-.05 F .85 +(ace is also)-.1 F -.2(av)108 585.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 393.6 Q F2 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS) +(\(see)108 597.6 Q F3 .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) -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 -(emacs)108 405.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 422.4 Q +(emacs)108 609.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 626.4 Q F0 .463(In this section, the Emacs-style notation is used to denote k) -108 434.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 446.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 458.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 +108 638.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 F2 -.1(ke)C(y)-.2 E F0(,)A +1.152(e.g., C\255n means Control\255N.)108 650.4 R(Similarly)6.152 E(,) +-.65 E F2(meta)4.032 E F0 -.1(ke)3.913 G 1.153(ys are denoted by M\255) +-.05 F F2 -.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 662.4 S .831 +(yboards without a)-.05 F F2(meta)3.711 E F0 -.1(ke)3.591 G 2.131 -.65 +(y, M)-.05 H.65 E F2(x)A F0 .831(means ESC)3.331 F F2(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 470.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 +(hen the).15 F F2(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 674.4 R F2 .599(meta pr)3.099 F +(e\214x)-.37 E F0 5.599(.T)C .599(he combination M\255C\255)-5.599 F F2 +(x)A F0 .599(means ESC\255Control\255)3.099 F F2(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 -(hen hold).15 F(the Control k)108 482.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 .596(Readline commands may be gi)108 499.2 R -.15(ve)-.25 G 3.096 -(nn).15 G(umeric)-3.096 E F3(ar)3.426 E(guments)-.37 E F0 3.096(,w).27 G +(hen hold).15 F(the Control k)108 686.4 Q .3 -.15(ey w)-.1 H +(hile pressing the).15 E F2(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\)) +.65 E .596(Readline commands may be gi)108 703.2 R -.15(ve)-.25 G 3.096 +(nn).15 G(umeric)-3.096 E F2(ar)3.426 E(guments)-.37 E F0 3.096(,w).27 G .596(hich normally act as a repeat count.)-3.096 F(Sometimes,)5.595 E -(ho)108 511.2 Q(we)-.25 E -.15(ve)-.25 G 1.418 -.4(r, i).15 H 3.118(ti) +(ho)108 715.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 (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 523.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 535.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 552 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 564 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,) --.15 F .567(which can be yank)108 576 R .567(ed all at once.)-.1 F .567 -(Commands which do not kill te)5.567 F .567 -(xt separate the chunks of te)-.15 F .567(xt on the kill)-.15 F(ring.) -108 588 Q F1(Readline Initialization)87 604.8 Q F0 .091(Readline is cus\ -tomized by putting commands in an initialization \214le \(the)108 616.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 .222(is tak)108 628.8 R .222(en from the v) --.1 F .222(alue of the)-.25 F F2(INPUTRC)2.722 E F0 -.25(va)2.472 G -2.722(riable. If).25 F .222(that v)2.722 F .223 -(ariable is unset, the def)-.25 F .223(ault is)-.1 F F3(~/.inputr)2.223 -E(c)-.37 E F0 5.223(.W).31 G .223(hen a)-5.223 F 1.034(program which us\ -es the readline library starts up, the initialization \214le is read, a\ -nd the k)108 640.8 R 1.334 -.15(ey b)-.1 H 1.034(indings and).15 F -.25 -(va)108 652.8 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 -(lines are ignored.)108 664.8 R .737(Lines be)5.737 F .737 -(ginning with a)-.15 F F1(#)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 676.8 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 693.6 R .986(ault k)-.1 F --.15(ey)-.1 G .987(-bindings may be changed with an).15 F F3(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 705.6 Q -(wn commands and bindings.)-.25 E -.15(Fo)108 722.4 S 2.5(re).15 G -(xample, placing)-2.65 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E -(39)190.95 E 0 Cg EP +(ument to a command that).18 F 2.938(acts in the forw)108 727.2 R 2.938 +(ard direction \(e.g.,)-.1 F F1(kill\255line)5.438 E F0 5.438(\)c)C +2.938(auses that command to act in a backw)-5.438 F 2.938 +(ard direction.)-.1 F(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(39) +199.835 E 0 Cg EP %%Page: 40 40 %%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 -(M\255Control\255u: uni)144 84 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument) --.18 E(or)108 96 Q(C\255Meta\255u: uni)144 108 Q -.15(ve)-.25 G -(rsal\255ar).15 E(gument)-.18 E(into the)108 120 Q/F1 10/Times-Italic@0 -SF(inputr)2.51 E(c)-.37 E F0 -.1(wo)2.81 G(uld mak).1 E 2.5(eM)-.1 G +(Commands whose beha)108 84 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 100.8 R/F1 10/Times-Italic@0 SF +(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 F1 +(yank-)-3.312 E(ing)108 112.8 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 F1 +.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,) +-.15 F .567(which can be yank)108 124.8 R .567(ed all at once.)-.1 F +.567(Commands which do not kill te)5.567 F .567 +(xt separate the chunks of te)-.15 F .567(xt on the kill)-.15 F(ring.) +108 136.8 Q/F2 10/Times-Bold@0 SF(Readline Initialization)87 153.6 Q F0 +.091(Readline is customized by putting commands in an initialization \ +\214le \(the)108 165.6 R F1(inputr)2.591 E(c)-.37 E F0 2.591 +(\214le\). The)2.591 F .091(name of this \214le)2.591 F .572(is tak)108 +177.6 R .573(en from the v)-.1 F .573(alue of the)-.25 F/F3 9 +/Times-Bold@0 SF(INPUTRC)3.073 E F0 -.25(va)2.823 G 3.073(riable. If).25 +F .573(that v)3.073 F .573(ariable is unset, the def)-.25 F .573 +(ault is)-.1 F F1(~/.inputr)2.573 E(c)-.37 E F0 5.573(.I).31 G 3.073(ft) +-5.573 G(hat)-3.073 E 3.062(\214le does)108 189.6 R .562(not e)3.062 F +.562(xist or cannot be read, the ultimate def)-.15 F .562(ault is)-.1 F +F1(/etc/inputr)4.212 E(c)-.37 E F0 5.561(.W).31 G .561 +(hen a program which uses the)-5.561 F .174(readline library starts up,\ + the initialization \214le is read, and the k)108 201.6 R .475 -.15 +(ey b)-.1 H .175(indings and v).15 F .175(ariables are set.)-.25 F .175 +(There are)5.175 F .239(only a fe)108 213.6 R 2.739(wb)-.25 G .239 +(asic constructs allo)-2.739 F .239 +(wed in the readline initialization \214le.)-.25 F .238 +(Blank lines are ignored.)5.239 F .238(Lines be)5.238 F(gin-)-.15 E .553 +(ning with a)108 225.6 R F2(#)3.053 E F0 .554(are comments.)3.053 F .554 +(Lines be)5.554 F .554(ginning with a)-.15 F F2($)3.054 E F0 .554 +(indicate conditional constructs.)3.054 F .554(Other lines denote)5.554 +F -.1(ke)108 237.6 S 2.5(yb)-.05 G(indings and v)-2.5 E +(ariable settings.)-.25 E .987(The def)108 254.4 R .987(ault k)-.1 F +-.15(ey)-.1 G .987(-bindings may be changed with an).15 F F1(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 266.4 Q +(wn commands and bindings.)-.25 E -.15(Fo)108 283.2 S 2.5(re).15 G +(xample, placing)-2.65 E(M\255Control\255u: uni)144 300 Q -.15(ve)-.25 G +(rsal\255ar).15 E(gument)-.18 E(or)108 312 Q(C\255Meta\255u: uni)144 324 +Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 336 Q F1 +(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 F1 -(univer)2.58 E(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.011(The follo) -108 136.8 R 1.011(wing symbolic character names are recognized:)-.25 F +(univer)2.58 E(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.01(The follo) +108 352.8 R 1.011(wing symbolic character names are recognized:)-.25 F F1 -.4(RU)3.511 G(BOUT).4 E F0(,)1.27 E F1(DEL)4.091 E F0(,).53 E F1 -(ESC)4.021 E F0(,).72 E F1(LFD)4.091 E F0(,).28 E F1(NEWLINE)4.21 E F0 -(,).73 E F1(RET)4.14 E F0(,)1.27 E F1(RETURN)108.63 148.8 Q F0(,)1.1 E +(ESC)4.021 E F0(,).72 E F1(LFD)4.091 E F0(,).28 E F1(NEWLINE)4.211 E F0 +(,).73 E F1(RET)4.141 E F0(,)1.27 E F1(RETURN)108.63 364.8 Q F0(,)1.1 E F1(SPC)2.83 E F0(,).72 E F1(SP)2.83 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G(nd)-2.5 E F1 -.5(TA)2.5 G(B).5 E F0(.).27 E .209 -(In addition to command names, readline allo)108 165.6 R .209(ws k)-.25 +(In addition to command names, readline allo)108 381.6 R .209(ws k)-.25 F -.15(ey)-.1 G 2.709(st).15 G 2.709(ob)-2.709 G 2.709(eb)-2.709 G .209 (ound to a string that is inserted when the k)-2.709 F .509 -.15(ey i) --.1 H(s).15 E(pressed \(a)108 177.6 Q F1(macr)2.5 E(o)-.45 E F0(\).)A/F2 -10/Times-Bold@0 SF(Readline K)87 194.4 Q(ey Bindings)-.25 E F0 .366 -(The syntax for controlling k)108 206.4 R .666 -.15(ey b)-.1 H .366 +-.1 H(s).15 E(pressed \(a)108 393.6 Q F1(macr)2.5 E(o)-.45 E F0(\).)A F2 +(Readline K)87 410.4 Q(ey Bindings)-.25 E F0 .366 +(The syntax for controlling k)108 422.4 R .666 -.15(ey b)-.1 H .366 (indings in the).15 F F1(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 218.4 R .264(xt of a macro and a k) +5.366 F .264(command or the te)108 434.4 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 .139(\214ed in one of tw)108 -230.4 R 2.638(ow)-.1 G .138(ays: as a symbolic k)-2.738 F .438 -.15 +.15 F .263(The name may be speci-)5.264 F .138(\214ed in one of tw)108 +446.4 R 2.638(ow)-.1 G .138(ays: as a symbolic k)-2.738 F .438 -.15 (ey n)-.1 H .138(ame, possibly with).15 F F1(Meta\255)2.638 E F0(or) 2.638 E F1(Contr)2.638 E(ol\255)-.45 E F0(pre\214x)2.638 E .138 -(es, or as a k)-.15 F .438 -.15(ey s)-.1 H(e-).15 E(quence.)108 242.4 Q -.16(When using the form)108 259.2 R F2 -.1(ke)2.66 G(yname).1 E F0(:)A -F1(function\255name).833 E F0(or)2.66 E F1(macr)2.66 E(o)-.45 E F0(,)A -F1 -.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 271.2 R(or e) --.15 E(xample:)-.15 E(Control-u: uni)144 295.2 Q -.15(ve)-.25 G -(rsal\255ar).15 E(gument)-.18 E(Meta-Rubout: backw)144 307.2 Q -(ard-kill-w)-.1 E(ord)-.1 E(Control-o: "> output")144 319.2 Q .699 -(In the abo)108 336 R .998 -.15(ve ex)-.15 H(ample,).15 E F1(C\255u) +(es, or as a k)-.15 F .439 -.15(ey s)-.1 H(e-).15 E(quence.)108 458.4 Q +.161(When using the form)108 475.2 R F2 -.1(ke)2.661 G(yname).1 E F0(:)A +F1(function\255name).833 E F0(or)2.661 E F1(macr)2.661 E(o)-.45 E F0(,)A +F1 -.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 487.2 R(or e) +-.15 E(xample:)-.15 E(Control-u: uni)144 511.2 Q -.15(ve)-.25 G +(rsal\255ar).15 E(gument)-.18 E(Meta-Rubout: backw)144 523.2 Q +(ard-kill-w)-.1 E(ord)-.1 E(Control-o: "> output")144 535.2 Q .698 +(In the abo)108 552 R .998 -.15(ve ex)-.15 H(ample,).15 E F1(C\255u) 3.038 E F0 .698(is bound to the function)3.448 F F2(uni)3.198 E -.1(ve) -.1 G(rsal\255ar).1 E(gument)-.1 E F0(,)A F1(M\255DEL)3.878 E F0 .698 -(is bound to the func-)3.728 F(tion)108 348 Q F2(backward\255kill\255w) -2.758 E(ord)-.1 E F0 2.758(,a)C(nd)-2.758 E F1(C\255o)2.598 E F0 .258 -(is bound to run the macro e)2.938 F .259 +(is bound to the func-)3.728 F(tion)108 564 Q F2(backward\255kill\255w) +2.759 E(ord)-.1 E F0 2.759(,a)C(nd)-2.759 E F1(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 -360 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 376.8 R F2("k)2.556 -E(eyseq")-.1 E F0(:)A F1(function\255name).833 E F0(or)2.556 E F1(macr) -2.556 E(o)-.45 E F0(,)A F2 -.1(ke)2.556 G(yseq).1 E F0(dif)2.555 E .055 -(fers from)-.25 F F2 -.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 -(denoting an entire k)108 388.8 R 1.584 -.15(ey s)-.1 H 1.284(equence m\ +576 Q(xt)-.15 E/F4 10/Courier@0 SF 6(>o)2.5 G(utput)-6 E F0 +(into the line\).)2.5 E .055(In the second form,)108 592.8 R F2("k)2.555 +E(eyseq")-.1 E F0(:)A F1(function\255name).833 E F0(or)2.555 E F1(macr) +2.555 E(o)-.45 E F0(,)A F2 -.1(ke)2.555 G(yseq).1 E F0(dif)2.556 E .056 +(fers from)-.25 F F2 -.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 604.8 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 400.8 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 -(are not recognized.)108 412.8 Q("\\C\255u": uni)144 436.8 Q -.15(ve) +(Some)6.284 E .385(GNU Emacs style k)108 616.8 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 628.8 Q("\\C\255u": uni)144 652.8 Q -.15(ve) -.25 G(rsal\255ar).15 E(gument)-.18 E -("\\C\255x\\C\255r": re\255read\255init\255\214le)144 448.8 Q -("\\e[11~": "Function K)144 460.8 Q .3 -.15(ey 1)-.25 H(").15 E .314 -(In this e)108 477.6 R(xample,)-.15 E F1(C\255u)2.654 E F0 .314(is ag) -3.064 F .315(ain bound to the function)-.05 F F2(uni)2.815 E -.1(ve)-.1 +("\\C\255x\\C\255r": re\255read\255init\255\214le)144 664.8 Q +("\\e[11~": "Function K)144 676.8 Q .3 -.15(ey 1)-.25 H(").15 E .315 +(In this e)108 693.6 R(xample,)-.15 E F1(C\255u)2.655 E F0 .315(is ag) +3.065 F .315(ain bound to the function)-.05 F F2(uni)2.815 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0(.)A F1 .315(C\255x C\255r)5.155 F F0 -.315(is bound to the func-)3.545 F(tion)108 489.6 Q F2 -.18(re)2.5 G +.314(is bound to the func-)3.544 F(tion)108 705.6 Q F2 -.18(re)2.5 G .18 E(ead\255init\255\214le)-.18 E F0 2.5(,a)C(nd)-2.5 E F1 -(ESC [ 1 1 ~)3.01 E F0(is bound to insert the te)3.94 E(xt)-.15 E F3 +(ESC [ 1 1 ~)3.01 E F0(is bound to insert the te)3.94 E(xt)-.15 E F4 (Function Key 1)2.5 E F0(.)A -(The full set of GNU Emacs style escape sequences is)108 506.4 Q F2 -<5c43ad>144 518.4 Q F0(control pre\214x)180 518.4 Q F2<5c4dad>144 530.4 -Q F0(meta pre\214x)180 530.4 Q F2(\\e)144 542.4 Q F0 -(an escape character)180 542.4 Q F2(\\\\)144 554.4 Q F0(backslash)180 -554.4 Q F2(\\")144 566.4 Q F0(literal ")180 566.4 Q F2<5c08>144 578.4 Q -F0(literal \010)180 578.4 Q(In addition to the GNU Emacs style escape s\ -equences, a second set of backslash escapes is a)108 595.2 Q -.25(va)-.2 -G(ilable:).25 E F2(\\a)144 607.2 Q F0(alert \(bell\))180 607.2 Q F2(\\b) -144 619.2 Q F0(backspace)180 619.2 Q F2(\\d)144 631.2 Q F0(delete)180 -631.2 Q F2(\\f)144 643.2 Q F0(form feed)180 643.2 Q F2(\\n)144 655.2 Q -F0(ne)180 655.2 Q(wline)-.25 E F2(\\r)144 667.2 Q F0(carriage return)180 -667.2 Q F2(\\t)144 679.2 Q F0(horizontal tab)180 679.2 Q F2(\\v)144 -691.2 Q F0 -.15(ve)180 691.2 S(rtical tab).15 E F2(\\)144 703.2 Q F1 -(nnn)A F0(the eight-bit character whose v)180 703.2 Q -(alue is the octal v)-.25 E(alue)-.25 E F1(nnn)2.5 E F0 -(\(one to three digits\))2.5 E F2(\\x)144 715.2 Q F1(HH)A F0 -(the eight-bit character whose v)180 715.2 Q(alue is the he)-.25 E -(xadecimal v)-.15 E(alue)-.25 E F1(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(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(40)190.95 E 0 Cg EP +(The full set of GNU Emacs style escape sequences is)108 722.4 Q +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(40)199.835 E 0 Cg EP %%Page: 41 41 %%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 1.142 -(When entering the te)108 84 R 1.141(xt of a macro, single or double qu\ -otes must be used to indicate a macro de\214nition.)-.15 F .089 -(Unquoted te)108 96 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 108 -Q 2.5(xpanded. Backslash)-.15 F(will quote an)2.5 E 2.5(yo)-.15 G +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF<5c43ad>144 84 Q F0(control pre\214x)180 84 Q F1<5c4dad>144 96 Q F0 +(meta pre\214x)180 96 Q F1(\\e)144 108 Q F0(an escape character)180 108 +Q F1(\\\\)144 120 Q F0(backslash)180 120 Q F1(\\")144 132 Q F0 +(literal ")180 132 Q F1<5c08>144 144 Q F0(literal \010)180 144 Q(In add\ +ition to the GNU Emacs style escape sequences, a second set of backslas\ +h escapes is a)108 160.8 Q -.25(va)-.2 G(ilable:).25 E F1(\\a)144 172.8 +Q F0(alert \(bell\))180 172.8 Q F1(\\b)144 184.8 Q F0(backspace)180 +184.8 Q F1(\\d)144 196.8 Q F0(delete)180 196.8 Q F1(\\f)144 208.8 Q F0 +(form feed)180 208.8 Q F1(\\n)144 220.8 Q F0(ne)180 220.8 Q(wline)-.25 E +F1(\\r)144 232.8 Q F0(carriage return)180 232.8 Q F1(\\t)144 244.8 Q F0 +(horizontal tab)180 244.8 Q F1(\\v)144 256.8 Q F0 -.15(ve)180 256.8 S +(rtical tab).15 E F1(\\)144 268.8 Q/F2 10/Times-Italic@0 SF(nnn)A F0 +(the eight-bit character whose v)180 268.8 Q(alue is the octal v)-.25 E +(alue)-.25 E F2(nnn)2.5 E F0(\(one to three digits\))2.5 E F1(\\x)144 +280.8 Q F2(HH)A F0(the eight-bit character whose v)180 280.8 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.141 +(When entering the te)108 297.6 R 1.141(xt of a macro, single or double\ + quotes must be used to indicate a macro de\214nition.)-.15 F .09 +(Unquoted te)108 309.6 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 +321.6 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 10/Times-Bold@0 SF(Bash)108 124.8 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 136.8 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 -(iltin command).2 F(\(see)108 148.8 Q/F2 9/Times-Bold@0 SF(SHELL B)2.5 E +F1(Bash)108 338.4 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 350.4 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 362.4 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 165.6 Q(ariables)-.92 E F0 .044(Readline has v)108 177.6 +(Readline V)87 379.2 Q(ariables)-.92 E F0 .043(Readline has v)108 391.2 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/F3 10/Times-Italic@0 SF(inpu-)2.553 E -(tr)108 189.6 Q(c)-.37 E F0(\214le with a statement of the form)2.81 E -F1(set)144 206.4 Q F3(variable\255name value)2.5 E F0(or using the)108 -218.4 Q F1(bind)2.5 E F0 -.2(bu)2.5 G(iltin command \(see).2 E F2 -(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 -E .79(Except where noted, readline v)108 235.2 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)108 247.2 R .448 +(riable may be set in the).25 F F2(inpu-)2.554 E(tr)108 403.2 Q(c)-.37 E +F0(\214le with a statement of the form)2.81 E F1(set)144 420 Q F2 +(variable\255name value)2.5 E F0(or using the)108 432 Q F1(bind)2.5 E F0 +-.2(bu)2.5 G(iltin command \(see).2 E F3(SHELL B)2.5 E(UIL)-.09 E +(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E .79 +(Except where noted, readline v)108 448.8 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 .448(nized v)108 460.8 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 259.2 Q -.15(ve)-.25 G .467 +-.25 F .448(alue is read, empty or null v)-.25 F .449 +(alues, "on" \(case-insensi-)-.25 F(ti)108 472.8 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 -271.2 S(lues are:).25 E F1(bell\255style \(audible\))108 288 Q F0 .011 -(Controls what happens when readline w)144 300 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 312 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 324 Q 2.5(sb)-.55 G(ell.) --2.5 E F1(bind\255tty\255special\255chars \(On\))108 336 Q F0 .056 -(If set to)144 348 R F1(On)2.556 E F0 2.556(,r)C .056(eadline attempts \ -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 360 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 372 Q(en \(Off\))-.18 E -F0 .21(If set to)144 384 R F1(On)2.71 E F0 2.71(,r)C .21 +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 +484.8 S(lues are:).25 E F1(bell\255style \(audible\))108 501.6 Q F0 .01 +(Controls what happens when readline w)144 513.6 R .011 +(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 525.6 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 537.6 Q 2.5(sb)-.55 G +(ell.)-2.5 E F1(bind\255tty\255special\255chars \(On\))108 549.6 Q F0 +.055(If set to)144 561.6 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 573.6 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 585.6 Q(en \(Off\)) +-.18 E F0 .21(If set to)144 597.6 R F1(On)2.71 E F0 2.71(,r)C .21 (eadline attempts to brie\215y mo)-2.71 F .51 -.15(ve t)-.15 H .21 (he cursor to an opening parenthesis when a closing).15 F -(parenthesis is inserted.)144 396 Q F1(color)108 408 Q +(parenthesis is inserted.)144 609.6 Q F1(color)108 621.6 Q (ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F0 .515(If set to) -144 420 R F1(On)3.015 E F0 3.015(,w)C .515(hen listing completions, rea\ -dline displays the common pre\214x of the set of possible)-3.015 F 2.935 -(completions using a dif)144 432 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 444 Q F0 -(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F1(color)108 456 Q -(ed\255stats \(Off\))-.18 E F0 1.58(If set to)144 468 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 -480 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 492 Q(`#')-.63 E('\))-.63 E F0 .884 -(The string that is inserted when the readline)144 504 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 516 Q F1 +144 633.6 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.936(completions using a dif)144 645.6 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 657.6 Q +F0(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F1(color)108 669.6 Q +(ed\255stats \(Off\))-.18 E F0 1.579(If set to)144 681.6 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 693.6 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 705.6 Q(`#')-.63 E('\)) +-.63 E F0 .885(The string that is inserted when the readline)144 717.6 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 729.6 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 \(\2551\)) -108 528 Q F0 1.453(The number of screen columns used to display possibl\ -e matches when performing completion.)144 540 R .193(The v)144 552 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 -(cause matches to be displayed one per line.)144 564 Q(The def)5 E -(ault v)-.1 E(alue is \2551.)-.25 E F1(completion\255ignor)108 576 Q -(e\255case \(Off\))-.18 E F0(If set to)144 588 Q F1(On)2.5 E F0 2.5(,r)C -(eadline performs \214lename matching and completion in a case\255insen\ -siti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1 -(completion\255map\255case \(Off\))108 600 Q F0 .094(If set to)144 612 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 F3A F0 2.593(\)a)C .093(nd underscores)-2.593 F -(\()144 624 Q F3(_)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 F1(completion\255pr)108 636 Q -(e\214x\255display\255length \(0\))-.18 E F0 .829(The length in charact\ -ers of the common pre\214x of a list of possible completions that is di\ -splayed)144 648 R 1.275(without modi\214cation.)144 660 R 1.275 -(When set to a v)6.275 F 1.274(alue greater than zero, common pre\214x) --.25 F 1.274(es longer than this)-.15 F -.25(va)144 672 S(lue are repla\ -ced with an ellipsis when displaying possible completions.).25 E F1 -(completion\255query\255items \(100\))108 684 Q F0 .529 -(This determines when the user is queried about vie)144 696 R .53 -(wing the number of possible completions gen-)-.25 F .561(erated by the) -144 708 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 720 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(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(41)190.95 E 0 Cg EP +(in vi command mode.)2.5 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(41)199.835 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 -.25(va)144 84 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 96 Q/F1 10/Times-Bold@0 SF(con)108 108 Q --.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .612(If set to)144 120 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 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(completion\255display\255width \(\2551\))108 84 Q F0 1.453(The numbe\ +r of screen columns used to display possible matches when performing co\ +mpletion.)144 96 R .194(The v)144 108 R .193(alue is ignored if it is l\ +ess than 0 or greater than the terminal 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 120 Q(The def)5 E +(ault v)-.1 E(alue is \2551.)-.25 E F1(completion\255ignor)108 132 Q +(e\255case \(Off\))-.18 E F0(If set to)144 144 Q F1(On)2.5 E F0 2.5(,r)C +(eadline performs \214lename matching and completion in a case\255insen\ +siti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1 +(completion\255map\255case \(Off\))108 156 Q F0 .093(If set to)144 168 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/F2 10/Times-Italic@0 SFA F0 2.593(\)a)C .094 +(nd underscores)-2.593 F(\()144 180 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 F1 +(completion\255pr)108 192 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 204 R 1.274 +(without modi\214cation.)144 216 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 228 S(lue are replaced with an \ +ellipsis when displaying possible completions.).25 E F1 +(completion\255query\255items \(100\))108 240 Q F0 .53 +(This determines when the user is queried about vie)144 252 R .529 +(wing the number of possible completions gen-)-.25 F .56(erated by the) +144 264 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 276 R +.783(If the number of possible completions is greater than or equal to \ +the v)5.783 F .782(alue of this)-.25 F -.25(va)144 288 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 300 Q F1(con)108 312 +Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .613(If set to)144 324 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 132 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 144 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 156 Q F0 .038(If set to)144 168 R -F1(On)2.538 E F0 2.538(,r)C .038(eadline will inhibit w)-2.538 F .038 +144 336 R .541(fect, using escape as the)-.25 F F2 .542(meta pr)3.042 F +(e-)-.37 E<8c78>144 348 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 360 Q F0 .038(If set to)144 372 R 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 180 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 192 Q(ol\255characters \(On\))-.18 E F0 1.211 -(When set to)144 204 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 +144 384 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 396 Q(ol\255characters \(On\))-.18 E F0 1.21 +(When set to)144 408 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 216 Q -.15(ey)-.1 G -(board.).15 E F1(editing\255mode \(emacs\))108 228 Q F0 .141 -(Controls whether readline be)144 240 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 -(can be set to either)144 252 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E -F0(.)A F1(emacs\255mode\255string \(@\))108 264 Q F0 .518(If the)144 276 -R F2(show\255mode\255in\255pr)3.018 E(ompt)-.45 E F0 -.25(va)3.018 G -.517(riable is enabled, this string is displayed immediately before the) +(corresponding to a signal generated from the k)144 420 Q -.15(ey)-.1 G +(board.).15 E F1(editing\255mode \(emacs\))108 432 Q F0 .142 +(Controls whether readline be)144 444 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.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 456 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E +F0(.)A F1(emacs\255mode\255string \(@\))108 468 Q F0 .517(If the)144 480 +R F2(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F0 -.25(va)3.017 G +.518(riable is enabled, this string is displayed immediately before the) .25 F .622 -(last line of the primary prompt when emacs editing mode is acti)144 288 -R -.15(ve)-.25 G 5.622(.T).15 G .622(he v)-5.622 F .622(alue is e)-.25 F -.622(xpanded lik)-.15 F 3.122(ea)-.1 G -.1(ke)144 300 S 3.34(yb)-.05 G -.839(inding, so the standard set of meta- and control pre\214x)-3.34 F -.839(es and backslash escape sequences is)-.15 F -.2(av)144 312 S 2.798 +(last line of the primary prompt when emacs editing mode is acti)144 492 +R -.15(ve)-.25 G 5.622(.T).15 G .622(he v)-5.622 F .621(alue is e)-.25 F +.621(xpanded lik)-.15 F 3.121(ea)-.1 G -.1(ke)144 504 S 3.339(yb)-.05 G +.839(inding, so the standard set of meta- and control pre\214x)-3.339 F +.84(es and backslash escape sequences is)-.15 F -.2(av)144 516 S 2.798 (ailable. Use)-.05 F .298(the \\1 and \\2 escapes to be)2.798 F .298 (gin and end sequences of non-printing characters, which)-.15 F (can be used to embed a terminal control sequence into the mode string.) -144 324 Q F1(enable\255brack)108 336 Q(eted\255paste \(Off\))-.1 E F0 -1.222(When set to)144 348 R F1(On)3.721 E F0 3.721(,r)C 1.221 +144 528 Q F1(enable\255brack)108 540 Q(eted\255paste \(Off\))-.1 E F0 +1.221(When set to)144 552 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 360 R(uf)-.2 E .353(fer as a single strin\ -g of characters, instead of treating each character as if)-.25 F .544 -(it had been read from the k)144 372 R -.15(ey)-.1 G 3.043(board. This) -.15 F .543(can pre)3.043 F -.15(ve)-.25 G .543 +(paste into the editing b)144 564 R(uf)-.2 E .353(fer as a single strin\ +g of characters, instead of treating each character as if)-.25 F .543 +(it had been read from the k)144 576 R -.15(ey)-.1 G 3.043(board. This) +.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 384 Q F1(enable\255k)108 396 Q(eypad \(Off\))-.1 E F0 .892 -(When set to)144 408 R F1(On)3.393 E F0 3.393(,r)C .893 +144 588 Q F1(enable\255k)108 600 Q(eypad \(Off\))-.1 E F0 .893 +(When set to)144 612 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 -(tems need this to enable the arro)144 420 Q 2.5(wk)-.25 G -.15(ey)-2.6 -G(s.).15 E F1(enable\255meta\255k)108 432 Q(ey \(On\))-.1 E F0 .64 -(When set to)144 444 R F1(On)3.14 E F0 3.14(,r)C .64 +.893(pad when it is called.).15 F .892(Some sys-)5.893 F +(tems need this to enable the arro)144 624 Q 2.5(wk)-.25 G -.15(ey)-2.6 +G(s.).15 E F1(enable\255meta\255k)108 636 Q(ey \(On\))-.1 E F0 .64 +(When set to)144 648 R F1(On)3.14 E F0 3.14(,r)C .64 (eadline will try to enable an)-3.14 F 3.14(ym)-.15 G .64 (eta modi\214er k)-3.14 F .94 -.15(ey t)-.1 H .64 -(he terminal claims to support).15 F(when it is called.)144 456 Q +(he terminal claims to support).15 F(when it is called.)144 660 Q (On man)5 E 2.5(yt)-.15 G(erminals, the meta k)-2.5 E .3 -.15(ey i)-.1 H 2.5(su).15 G(sed to send eight-bit characters.)-2.5 E F1 -(expand\255tilde \(Off\))108 468 Q F0(If set to)144 480 Q F1(On)2.5 E F0 +(expand\255tilde \(Off\))108 672 Q F0(If set to)144 684 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 492 Q(eser)-.18 E -.1 -(ve)-.1 G(\255point \(Off\)).1 E F0 .552(If set to)144 504 R F1(On)3.052 +-.15 E(ord completion.)-.1 E F1(history\255pr)108 696 Q(eser)-.18 E -.1 +(ve)-.1 G(\255point \(Off\)).1 E F0 .553(If set to)144 708 R F1(On)3.052 E F0 3.052(,t)C .552(he history code attempts to place point at the sam\ -e location on each history line re-)-3.052 F(trie)144 516 Q -.15(ve)-.25 +e location on each history line re-)-3.052 F(trie)144 720 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 528 Q F0 .949(Set the maximum number of history entries sa)144 540 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 552 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 564 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 576 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 -(the maximum number of history entries will be set to 500.)144 588 Q F1 -(horizontal\255scr)108 600 Q(oll\255mode \(Off\))-.18 E F0 .449 -(When set to)144 612 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 -(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 624 R(w)-.25 E 2.5(line. This)144 636 R -(setting is automatically enabled for terminals of height 1.)2.5 E F1 -(input\255meta \(Off\))108 648 Q F0 1.062(If set to)144 660 R F1(On) -3.562 E F0 3.562(,r)C 1.061(eadline will enable eight-bit input \(that \ -is, it will not strip the eighth bit from the)-3.562 F .335 -(characters it reads\), re)144 672 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 684 S(ynon) --2.865 E .365(ym for this v)-.15 F 2.864(ariable. The)-.25 F(def)2.864 E -.364(ault is)-.1 F F2(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 696 Q -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(42)190.95 E 0 Cg EP +F0(or)2.5 E F1(next-history)2.5 E F0(.)A(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(42)199.835 E 0 Cg EP %%Page: 43 43 %%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(isear)108 84 Q(ch\255terminators \(`)-.18 E(`C\255[C\255J')-.63 E -('\))-.63 E F0 .439(The string of characters that should terminate an i\ -ncremental search without subsequently e)144 96 R -.15(xe)-.15 G(cut-) -.15 E .935(ing the character as a command.)144 108 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 10/Times-Italic@0 SF(ESC)3.434 E -F0(and)144 120 Q F2(C\255J)2.5 E F0 -(will terminate an incremental search.)2.5 E F1 -.1(ke)108 132 S -(ymap \(emacs\)).1 E F0 2.02(Set the current readline k)144 144 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 .042 -(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 156 R F0 2.542(,a)C +SF(history\255size \(unset\))108 84 Q F0 .948 +(Set the maximum number of history entries sa)144 96 R -.15(ve)-.2 G +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 108 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 120 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 132 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 10 +/Times-Italic@0 SF(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 144 Q F1 +(horizontal\255scr)108 156 Q(oll\255mode \(Off\))-.18 E F0 .448 +(When set to)144 168 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 180 R(w)-.25 E 2.5(line. This)144 192 R +(setting is automatically enabled for terminals of height 1.)2.5 E F1 +(input\255meta \(Off\))108 204 Q F0 1.061(If set to)144 216 R F1(On) +3.561 E F0 3.561(,r)C 1.062(eadline will enable eight-bit input \(that \ +is, it will not strip the eighth bit from the)-3.561 F .336 +(characters it reads\), re)144 228 R -.05(ga)-.15 G .335 +(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 240 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(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 .365 +(if the locale contains)2.865 F(eight-bit characters.)144 252 Q F1 +(isear)108 264 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 276 R -.15(xe)-.15 G(cut-).15 E +.934(ing the character as a command.)144 288 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 300 Q F2 +(C\255J)2.5 E F0(will terminate an incremental search.)2.5 E F1 -.1(ke) +108 312 S(ymap \(emacs\)).1 E F0 2.021(Set the current readline k)144 +324 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 .041 +(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 336 R F0 2.542(,a)C (nd)-2.542 E F2(vi\255insert)2.832 E F0(.).68 E F2(vi)5.042 E F0 .042 (is equi)2.542 F -.25(va)-.25 G .042(lent to).25 F F2(vi\255command) -2.541 E F0(;)A F2(emacs)2.541 E F0 .448(is equi)144 168 R -.25(va)-.25 G -.448(lent to).25 F F2(emacs\255standar)2.948 E(d)-.37 E F0 5.448(.T)C -.448(he def)-5.448 F .448(ault v)-.1 F .449(alue is)-.25 F F2(emacs) -3.139 E F0 2.949(;t).27 G .449(he v)-2.949 F .449(alue of)-.25 F F1 -(editing\255mode)2.949 E F0 .449(also af-)2.949 F(fects the def)144 180 -Q(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1 -.1(ke)108 192 S -(yseq\255timeout \(500\)).1 E F0 .368(Speci\214es the duration)144 204 R +2.542 E F0(;)A F2(emacs)2.542 E F0 .449(is equi)144 348 R -.25(va)-.25 G +.449(lent to).25 F F2(emacs\255standar)2.949 E(d)-.37 E F0 5.449(.T)C +.449(he def)-5.449 F .449(ault v)-.1 F .449(alue is)-.25 F F2(emacs) +3.139 E F0 2.948(;t).27 G .448(he v)-2.948 F .448(alue of)-.25 F F1 +(editing\255mode)2.948 E F0 .448(also af-)2.948 F(fects the def)144 360 +Q(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1 -.1(ke)108 372 S +(yseq\255timeout \(500\)).1 E F0 .367(Speci\214es the duration)144 384 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) --.1 H(equence).15 E .524(\(one that can form a complete k)144 216 R .824 +(ait for a character when reading an ambiguous k)-.1 F .668 -.15(ey s) +-.1 H(equence).15 E .525(\(one that can form a complete k)144 396 R .825 -.15(ey s)-.1 H .524(equence using the input read so f).15 F(ar)-.1 E -3.025(,o)-.4 G 3.025(rc)-3.025 G .525(an tak)-3.025 F 3.025(ea)-.1 G -.525(dditional in-)-3.025 F .807(put to complete a longer k)144 228 R +3.024(,o)-.4 G 3.024(rc)-3.024 G .524(an tak)-3.024 F 3.024(ea)-.1 G +.524(dditional in-)-3.024 F .806(put to complete a longer k)144 408 R 1.106 -.15(ey s)-.1 H 3.306(equence\). If).15 F .806(no input is recei) -3.306 F -.15(ve)-.25 G 3.306(dw).15 G .806(ithin the timeout,)-3.306 F -F2 -.37(re)3.306 G(adline).37 E F0(will)3.306 E .906(use the shorter b) -144 240 R .907(ut complete k)-.2 F 1.207 -.15(ey s)-.1 H 3.407 +3.306 F -.15(ve)-.25 G 3.306(dw).15 G .807(ithin the timeout,)-3.306 F +F2 -.37(re)3.307 G(adline).37 E F0(will)3.307 E .907(use the shorter b) +144 420 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(alue of)-.25 F -.05(1000 means that)144 252 R F2 -.37(re)2.55 G(adline).37 E F0 .05 +(lue is speci\214ed in milliseconds, so a v).25 F .906(alue of)-.25 F +.05(1000 means that)144 432 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 264 R(alue,)-.25 +(less than or equal to zero, or to a non-numeric v)144 444 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 276 Q .3 -.15(ey s)-.1 H -(equence to complete.).15 E F1(mark\255dir)108 288 Q(ectories \(On\)) --.18 E F0(If set to)144 300 Q F1(On)2.5 E F0 2.5(,c)C +(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 456 Q .3 -.15(ey s)-.1 H +(equence to complete.).15 E F1(mark\255dir)108 468 Q(ectories \(On\)) +-.18 E F0(If set to)144 480 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.) -.15 E F1(mark\255modi\214ed\255lines \(Off\))108 312 Q F0(If set to)144 -324 Q F1(On)2.5 E F0 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b) +.15 E F1(mark\255modi\214ed\255lines \(Off\))108 492 Q F0(If set to)144 +504 Q F1(On)2.5 E F0 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b) -.2 H(een modi\214ed are displayed with a preceding asterisk \().15 E F1 -(*)A F0(\).)A F1(mark\255symlink)108 336 Q(ed\255dir)-.1 E -(ectories \(Off\))-.18 E F0 .175(If set to)144 348 R F1(On)2.675 E F0 +(*)A F0(\).)A F1(mark\255symlink)108 516 Q(ed\255dir)-.1 E +(ectories \(Off\))-.18 E F0 .175(If set to)144 528 R F1(On)2.675 E F0 2.675(,c)C .175 (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 360 +-.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 540 Q(alue of)-.25 E F1(mark\255dir)2.5 E(ectories)-.18 E F0(\).)A F1 -(match\255hidden\255\214les \(On\))108 372 Q F0 .192(This v)144 384 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 -(\214les\) when performing \214lename completion.)144 396 R .456 +(match\255hidden\255\214les \(On\))108 552 Q F0 .193(This v)144 564 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 576 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 -(user in the \214lename to be completed.)144 408 Q F1 -(menu\255complete\255display\255pr)108 420 Q(e\214x \(Off\))-.18 E F0 -1.585(If set to)144 432 R F1(On)4.085 E F0 4.085(,m)C 1.585(enu complet\ +-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 588 Q F1 +(menu\255complete\255display\255pr)108 600 Q(e\214x \(Off\))-.18 E F0 +1.586(If set to)144 612 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 444 Q -(ycling through the list.)-.15 E F1(output\255meta \(Off\))108 456 Q F0 -.507(If set to)144 468 R F1(On)3.007 E F0 3.007(,r)C .507(eadline will \ +-4.086 F(\(which may be empty\) before c)144 624 Q +(ycling through the list.)-.15 E F1(output\255meta \(Off\))108 636 Q F0 +.506(If set to)144 648 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 480 Q .884(ed escape sequence.)-.15 F .884 +ta-)-3.006 F(pre\214x)144 660 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 -(if the locale contains)3.384 F(eight-bit characters.)144 492 Q F1 -(page\255completions \(On\))108 504 Q F0 .809(If set to)144 516 R F1(On) +.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 672 Q F1 +(page\255completions \(On\))108 684 Q F0 .808(If set to)144 696 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 528 Q F1 -(print\255completions\255horizontally \(Off\))108 540 Q F0 .227 -(If set to)144 552 R F1(On)2.727 E F0 2.727(,r)C .227(eadline will disp\ -lay completions with matches sorted horizontally in alphabetical or) --2.727 F(-)-.2 E(der)144 564 Q 2.5(,r)-.4 G(ather than do)-2.5 E -(wn the screen.)-.25 E F1 -2.29 -.18(re v)108 576 T -(ert\255all\255at\255newline \(Off\)).08 E F0 .699(If set to)144 588 R -F1(On)3.199 E F0 3.199(,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 600 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 612 S(adline) -.18 E F0(.)A F1(sho)108 624 Q(w\255all\255if\255ambiguous \(Off\))-.1 E -F0 .304(This alters the def)144 636 R .304(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 -(ore).15 E 1.264(than one possible completion cause the matches to be l\ -isted immediately instead of ringing the)144 648 R(bell.)144 660 Q F1 -(sho)108 672 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.346 -(This alters the def)144 684 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 696 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 -(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 708 R 3.54 -(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 720 Q -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(43)190.95 E 0 Cg EP +(tions at a time.)144 708 Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(43)199.835 E 0 Cg EP %%Page: 44 44 %%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(sho)108 84 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.021 -(If set to)144 96 R F1(On)3.521 E F0 3.521(,a)C 1.022 -(dd a string to the be)-3.521 F 1.022 +SF(print\255completions\255horizontally \(Off\))108 84 Q F0 .228 +(If set to)144 96 R F1(On)2.727 E F0 2.727(,r)C .227(eadline will displ\ +ay completions with matches sorted horizontally in alphabetical or) +-2.727 F(-)-.2 E(der)144 108 Q 2.5(,r)-.4 G(ather than do)-2.5 E +(wn the screen.)-.25 E F1 -2.29 -.18(re v)108 120 T +(ert\255all\255at\255newline \(Off\)).08 E F0 .698(If set to)144 132 R +F1(On)3.198 E F0 3.198(,r)C .699 +(eadline will undo all changes to history lines before returning when) +-3.198 F F1(accept\255line)3.199 E F0(is)3.199 E -.15(exe)144 144 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 156 S(adline) +.18 E F0(.)A F1(sho)108 168 Q(w\255all\255if\255ambiguous \(Off\))-.1 E +F0 .303(This alters the def)144 180 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.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 192 R(bell.)144 204 Q F1 +(sho)108 216 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.345 +(This alters the def)144 228 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 240 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.039(without an)144 252 R 3.539 +(yp)-.15 G 1.039 +(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 264 Q F1 +(sho)108 276 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.022 +(If set to)144 288 R F1(On)3.522 E F0 3.522(,a)C 1.022 +(dd a string to the be)-3.522 F 1.021 (ginning of the prompt indicating the editing mode: emacs, vi)-.15 F -(command, or vi insertion.)144 108 Q(The mode strings are user)5 E +(command, or vi insertion.)144 300 Q(The mode strings are user)5 E (-settable \(e.g.,)-.2 E/F2 10/Times-Italic@0 SF (emacs\255mode\255string)2.5 E F0(\).)A F1 -(skip\255completed\255text \(Off\))108 120 Q F0 .095(If set to)144 132 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 -(vior when inserting a single match into the line.)-.2 F(It')144 144 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 \ -the completion that match characters after point in the w)144 156 R -1.394(ord being com-)-.1 F(pleted, so portions of the w)144 168 Q +(skip\255completed\255text \(Off\))108 312 Q F0 .094(If set to)144 324 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 336 Q +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 348 R +1.395(ord being com-)-.1 F(pleted, so portions of the w)144 360 Q (ord follo)-.1 E(wing the cursor are not duplicated.)-.25 E F1 -(vi\255cmd\255mode\255string \(\(cmd\)\))108 180 Q F0 .517(If the)144 -192 R F2(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F0 -.25(va)3.017 G -.518(riable is enabled, this string is displayed immediately before the) +(vi\255cmd\255mode\255string \(\(cmd\)\))108 372 Q F0 .518(If the)144 +384 R F2(show\255mode\255in\255pr)3.018 E(ompt)-.45 E F0 -.25(va)3.018 G +.517(riable is enabled, this string is displayed immediately before the) .25 F .475(last line of the primary prompt when vi editing mode is acti) -144 204 R .775 -.15(ve a)-.25 H .475(nd in command mode.).15 F .475 -(The v)5.475 F(alue)-.25 E .33(is e)144 216 R .33(xpanded lik)-.15 F +144 396 R .775 -.15(ve a)-.25 H .476(nd in command mode.).15 F .476 +(The v)5.476 F(alue)-.25 E .33(is e)144 408 R .33(xpanded lik)-.15 F 2.83(eak)-.1 G .63 -.15(ey b)-2.93 H .33 (inding, so the standard set of meta- and control pre\214x).15 F .33 -(es and backslash es-)-.15 F .245(cape sequences is a)144 228 R -.25(va) --.2 G 2.745(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.745 F -.244(gin and end sequences of non-printing)-.15 F(characters, which can\ +(es and backslash es-)-.15 F .244(cape sequences is a)144 420 R -.25(va) +-.2 G 2.744(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.744 F +.245(gin and end sequences of non-printing)-.15 F(characters, which can\ be used to embed a terminal control sequence into the mode string.)144 -240 Q F1(vi\255ins\255mode\255string \(\(ins\)\))108 252 Q F0 .517 -(If the)144 264 R F2(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F0 --.25(va)3.017 G .518 +432 Q F1(vi\255ins\255mode\255string \(\(ins\)\))108 444 Q F0 .518 +(If the)144 456 R F2(show\255mode\255in\255pr)3.018 E(ompt)-.45 E F0 +-.25(va)3.018 G .517 (riable is enabled, this string is displayed immediately before the).25 F .186(last line of the primary prompt when vi editing mode is acti)144 -276 R .486 -.15(ve a)-.25 H .186(nd in insertion mode.).15 F .186(The v) -5.186 F .186(alue is)-.25 F -.15(ex)144 288 S .923(panded lik).15 F -3.423(eak)-.1 G 1.223 -.15(ey b)-3.523 H .924 -(inding, so the standard set of meta- and control pre\214x).15 F .924 -(es and backslash es-)-.15 F .245(cape sequences is a)144 300 R -.25(va) --.2 G 2.745(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.745 F -.244(gin and end sequences of non-printing)-.15 F(characters, which can\ +468 R .486 -.15(ve a)-.25 H .186(nd in insertion mode.).15 F .187(The v) +5.186 F .187(alue is)-.25 F -.15(ex)144 480 S .924(panded lik).15 F +3.424(eak)-.1 G 1.224 -.15(ey b)-3.524 H .924 +(inding, so the standard set of meta- and control pre\214x).15 F .923 +(es and backslash es-)-.15 F .244(cape sequences is a)144 492 R -.25(va) +-.2 G 2.744(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.744 F +.245(gin and end sequences of non-printing)-.15 F(characters, which can\ be used to embed a terminal control sequence into the mode string.)144 -312 Q F1(visible\255stats \(Off\))108 324 Q F0 .846(If set to)144 336 R +504 Q F1(visible\255stats \(Off\))108 516 Q F0 .847(If set to)144 528 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(stat)3.346 E F0 .846 (\(2\) is appended to the \214lename)B -(when listing possible completions.)144 348 Q F1 -(Readline Conditional Constructs)87 364.8 Q F0 .05 -(Readline implements a f)108 376.8 R .05(acility similar in spirit to t\ -he conditional compilation features of the C preprocessor)-.1 F .096 -(which allo)108 388.8 R .096(ws k)-.25 F .396 -.15(ey b)-.1 H .096 +(when listing possible completions.)144 540 Q F1 +(Readline Conditional Constructs)87 556.8 Q F0 .05 +(Readline implements a f)108 568.8 R .05(acility similar in spirit to t\ +he conditional compilation features of the C preprocessor)-.1 F .097 +(which allo)108 580.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 -(There are four parser)5.096 F(directi)108 400.8 Q -.15(ve)-.25 G 2.5 -(su).15 G(sed.)-2.5 E F1($if)108 417.6 Q F0(The)144 417.6 Q F1($if)2.963 -E F0 .463(construct allo)2.963 F .462(ws bindings to be made based on t\ +(ariable settings to be performed as the result of tests.)-.25 F .096 +(There are four parser)5.096 F(directi)108 592.8 Q -.15(ve)-.25 G 2.5 +(su).15 G(sed.)-2.5 E F1($if)108 609.6 Q F0(The)144 609.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 -(or the application using readline.)144 429.6 Q(The te)5 E +(or the application using readline.)144 621.6 Q(The te)5 E (xt of the test, after an)-.15 E 2.5(yc)-.15 G(omparison operator)-2.5 E -(,)-.4 E -.15(ex)146.5 441.6 S(tends to the end of the line; unless oth\ +(,)-.4 E -.15(ex)146.5 633.6 S(tends to the end of the line; unless oth\ erwise noted, no characters are required to isolate it.).15 E F1(mode) -144 458.4 Q F0(The)180 458.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 +144 650.4 Q F0(The)180 650.4 Q F1(mode=)3.712 E F0 1.212(form of the) +3.712 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 470.4 R .565(may be used in conjunction with the) +3.065(mode. This)180 662.4 R .565(may be used in conjunction with the) 3.065 F 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 482.4 R +(command, for instance, to)3.065 F .735(set bindings in the)180 674.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 494.4 Q F1(term)144 511.2 Q F0(The)180 511.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 523.2 R +(out in emacs mode.)180 686.4 Q F1(term)144 703.2 Q F0(The)180 703.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 715.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 535.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 -547.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.84 E -F0 2.5(,f).77 G(or instance.)-2.5 E F1 -.1(ve)144 564 S(rsion).1 E F0 -(The)180 576 Q F1 -.1(ve)3.108 G(rsion).1 E F0 .608 -(test may be used to perform comparisons ag)3.108 F .609 -(ainst speci\214c readline v)-.05 F(ersions.)-.15 E(The)180 588 Q F1 -.1 -(ve)2.772 G(rsion).1 E F0 -.15(ex)2.772 G .272 -(pands to the current readline v).15 F 2.771(ersion. The)-.15 F .271 -(set of comparison operators in-)2.771 F(cludes)180 600 Q F1(=)3.063 E -F0 3.063(,\()C(and)-3.063 E F1(==)3.063 E F0(\),)A F1(!=)3.063 E F0(,)A -F1(<=)3.063 E F0(,)A F1(>=)3.063 E F0(,)A F1(<)3.063 E F0 3.063(,a)C(nd) --3.063 E F1(>)3.064 E F0 5.564(.T)C .564(he v)-5.564 F .564 -(ersion number supplied on the right side)-.15 F .318 -(of the operator consists of a major v)180 612 R .318(ersion number)-.15 -F 2.818(,a)-.4 G 2.818(no)-2.818 G .318 -(ptional decimal point, and an op-)-2.818 F .1(tional minor v)180 624 R -.1(ersion \(e.g.,)-.15 F F1(7.1)2.6 E F0 .1(\). If the minor v)B .101 -(ersion is omitted, it is assumed to be)-.15 F F1(0)2.601 E F0 5.101(.T) -C(he)-5.101 E .06(operator may be separated from the string)180 636 R F1 --.1(ve)2.56 G(rsion).1 E F0 .06(and from the v)2.56 F .06 -(ersion number ar)-.15 F(gument)-.18 E(by whitespace.)180 648 Q F1 -(application)144 664.8 Q F0(The)180 676.8 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 -688.8 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 .5(particular v)180 -700.8 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 712.8 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 .396(equence that quotes the).15 F(current or pre)180 724.8 -Q(vious w)-.25 E(ord in)-.1 E F1(bash)2.5 E F0(:)A(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(44)190.95 E 0 Cg EP +(wo)3.154 G .654(rd on the right side of).1 F(the)180 727.2 Q F1(=)3.231 +E F0 .731(is tested ag)3.231 F .732(ainst both the full name of the ter\ +minal and the portion of the terminal)-.05 F(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(44)199.835 E 0 Cg EP %%Page: 45 45 %%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($if)180 84 Q F0(Bash)2.5 E 2.5(#Q)180 96 S(uote the current or pre) --2.5 E(vious w)-.25 E(ord)-.1 E("\\C\255xq": "\\eb\\"\\ef\\"")180 108 Q -F1($endif)180 120 Q/F2 10/Times-Italic@0 SF(variable)144 136.8 Q F0(The) -180 148.8 Q F2(variable)3.776 E F0 1.276(construct pro)3.776 F 1.276 -(vides simple equality tests for readline v)-.15 F 1.277(ariables and v) --.25 F(alues.)-.25 E .08(The permitted comparison operators are)180 -160.8 R F2(=)2.579 E F0(,)A F2(==)2.579 E F0 2.579(,a)C(nd)-2.579 E F2 -(!=)2.579 E F0 5.079(.T)C .079(he v)-5.079 F .079 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(name before the \214rst)180 84 Q/F1 10/Times-Bold@0 SF2.5 E F0 5 +(.T)C(his allo)-5 E(ws)-.25 E/F2 10/Times-Italic@0 SF(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.84 E +F0 2.5(,f).77 G(or instance.)-2.5 E F1 -.1(ve)144 100.8 S(rsion).1 E F0 +(The)180 112.8 Q F1 -.1(ve)3.109 G(rsion).1 E F0 .608 +(test may be used to perform comparisons ag)3.109 F .608 +(ainst speci\214c readline v)-.05 F(ersions.)-.15 E(The)180 124.8 Q F1 +-.1(ve)2.771 G(rsion).1 E F0 -.15(ex)2.771 G .271 +(pands to the current readline v).15 F 2.772(ersion. The)-.15 F .272 +(set of comparison operators in-)2.772 F(cludes)180 136.8 Q F1(=)3.064 E +F0 3.064(,\()C(and)-3.064 E F1(==)3.064 E F0(\),)A F1(!=)3.064 E F0(,)A +F1(<=)3.064 E F0(,)A F1(>=)3.064 E F0(,)A F1(<)3.064 E F0 3.064(,a)C(nd) +-3.064 E F1(>)3.064 E F0 5.563(.T)C .563(he v)-5.563 F .563 +(ersion number supplied on the right side)-.15 F .318 +(of the operator consists of a major v)180 148.8 R .318(ersion number) +-.15 F 2.818(,a)-.4 G 2.818(no)-2.818 G .318 +(ptional decimal point, and an op-)-2.818 F .101(tional minor v)180 +160.8 R .101(ersion \(e.g.,)-.15 F F1(7.1)2.601 E F0 .101 +(\). If the minor v)B .1(ersion is omitted, it is assumed to be)-.15 F +F1(0)2.6 E F0 5.1(.T)C(he)-5.1 E .06 +(operator may be separated from the string)180 172.8 R F1 -.1(ve)2.56 G +(rsion).1 E F0 .06(and from the v)2.56 F .06(ersion number ar)-.15 F +(gument)-.18 E(by whitespace.)180 184.8 Q F1(application)144 201.6 Q F0 +(The)180 213.6 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 +225.6 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 237.6 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 249.6 R -.15(Fo)5.396 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 261.6 +Q(vious w)-.25 E(ord in)-.1 E F1(bash)2.5 E F0(:)A F1($if)180 285.6 Q F0 +(Bash)2.5 E 2.5(#Q)180 297.6 S(uote the current or pre)-2.5 E(vious w) +-.25 E(ord)-.1 E("\\C\255xq": "\\eb\\"\\ef\\"")180 309.6 Q F1($endif)180 +321.6 Q F2(variable)144 338.4 Q F0(The)180 350.4 Q F2(variable)3.777 E +F0 1.277(construct pro)3.777 F 1.276 +(vides simple equality tests for readline v)-.15 F 1.276(ariables and v) +-.25 F(alues.)-.25 E .079(The permitted comparison operators are)180 +362.4 R F2(=)2.579 E F0(,)A F2(==)2.579 E F0 2.579(,a)C(nd)-2.579 E F2 +(!=)2.579 E F0 5.079(.T)C .079(he v)-5.079 F .08 (ariable name must be sepa-)-.25 F .98(rated from the comparison operat\ -or by whitespace; the operator may be separated from)180 172.8 R .13 -(the v)180 184.8 R .13(alue on the right hand side by whitespace.)-.25 F -.129(Both string and boolean v)5.129 F .129(ariables may be)-.25 F -(tested. Boolean v)180 196.8 Q(ariables must be tested ag)-.25 E +or by whitespace; the operator may be separated from)180 374.4 R .129 +(the v)180 386.4 R .129(alue on the right hand side by whitespace.)-.25 +F .13(Both string and boolean v)5.129 F .13(ariables may be)-.25 F +(tested. Boolean v)180 398.4 Q(ariables must be tested ag)-.25 E (ainst the v)-.05 E(alues)-.25 E F2(on)2.5 E F0(and)2.5 E F2(of)2.5 E(f) --.18 E F0(.)A F1($endif)108 213.6 Q F0(This command, as seen in the pre) -144 213.6 Q(vious e)-.25 E(xample, terminates an)-.15 E F1($if)2.5 E F0 -(command.)2.5 E F1($else)108 230.4 Q F0(Commands in this branch of the) -144 230.4 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 -247.2 Q F0 .356(This directi)144 259.2 R .656 -.15(ve t)-.25 H(ak).15 E -.356(es a single \214lename as an ar)-.1 F .357 +-.18 E F0(.)A F1($endif)108 415.2 Q F0(This command, as seen in the pre) +144 415.2 Q(vious e)-.25 E(xample, terminates an)-.15 E F1($if)2.5 E F0 +(command.)2.5 E F1($else)108 432 Q F0(Commands in this branch of the)144 +432 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 448.8 Q +F0 .357(This directi)144 460.8 R .657 -.15(ve t)-.25 H(ak).15 E .357 +(es a single \214lename as an ar)-.1 F .356 (gument and reads commands and bindings from that)-.18 F 2.5(\214le. F) -144 271.2 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3 +144 472.8 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(/etc/inputr)2.5 E(c)-.37 E F0(:)A F1 -($include)144 295.2 Q F2(/etc/inputr)5.833 E(c)-.37 E F1(Sear)87 312 Q -(ching)-.18 E F0 .835(Readline pro)108 324 R .835 +($include)144 496.8 Q F2(/etc/inputr)5.833 E(c)-.37 E F1(Sear)87 513.6 Q +(ching)-.18 E F0 .834(Readline pro)108 525.6 R .834 (vides commands for searching through the command history \(see)-.15 F -/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 336 Q +/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 537.6 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.86 E(emental)-.37 E F0(.).51 -E .697(Incremental searches be)108 352.8 R .697 +E .698(Incremental searches be)108 554.4 R .698 (gin before the user has \214nished typing the search string.)-.15 F -.698(As each character of the)5.698 F .113 -(search string is typed, readline displays the ne)108 364.8 R .112 +.697(As each character of the)5.697 F .112 +(search string is typed, readline displays the ne)108 566.4 R .112 (xt entry from the history matching the string typed so f)-.15 F(ar)-.1 -E 5.112(.A)-.55 G(n)-5.112 E .542 -(incremental search requires only as man)108 376.8 R 3.042(yc)-.15 G +E 5.113(.A)-.55 G(n)-5.113 E .542 +(incremental search requires only as man)108 578.4 R 3.042(yc)-.15 G .542(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 388.8 R .224(alue of the)-.25 F F1(isear) +5.541(.T)-.65 G .541(he char)-5.541 F(-)-.2 E .224 +(acters present in the v)108 590.4 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 400.8 R .66(ariable has not been assigned a v)-.25 F .66 +(If that v)108 602.4 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 .097(mental search.)108 412.8 R .096(Control-G will abort an incremen\ -tal search and restore the original line.)5.097 F .096 -(When the search is)5.096 F(terminated, the history entry containing th\ -e search string becomes the current line.)108 424.8 Q 2.938 -.8(To \214) -108 441.6 T 1.339(nd other matching entries in the history list, type C\ -ontrol-S or Control-R as appropriate.).8 F 1.339(This will)6.339 F .675 -(search backw)108 453.6 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 465.6 R .474 -.15(ey s)-.1 +F .096(mental search.)108 614.4 R .096(Control-G will abort an incremen\ +tal search and restore the original line.)5.096 F .097 +(When the search is)5.097 F(terminated, the history entry containing th\ +e search string becomes the current line.)108 626.4 Q 2.939 -.8(To \214) +108 643.2 T 1.339(nd other matching entries in the history list, type C\ +ontrol-S or Control-R as appropriate.).8 F 1.338(This will)6.338 F .674 +(search backw)108 655.2 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 667.2 R .475 -.15(ey s)-.1 H .174 (equence bound to a readline command will terminate the search and e).15 -F -.15(xe)-.15 G .175(cute that command.).15 F -.15(Fo)5.175 G(r).15 E -.541(instance, a)108 477.6 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 489.6 -Q .653(Readline remembers the last incremental search string.)108 506.4 -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 518.4 Q 2.5(ws)-.25 G +F -.15(xe)-.15 G .174(cute that command.).15 F -.15(Fo)5.174 G(r).15 E +.54(instance, a)108 679.2 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 +691.2 Q .653(Readline remembers the last incremental search string.)108 +708 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 720 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 535.2 R(The searc\ -h string may be typed by the user or be part of the contents of the cur\ -rent line.)108 547.2 Q F1(Readline Command Names)87 564 Q F0 1.391 -(The follo)108 576 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.892(ya)-.15 G(re)-3.892 E 2.622(bound. Command)108 588 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 600 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 612 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 628.8 Q(or Mo)-.25 E(ving)-.1 -E(beginning\255of\255line \(C\255a\))108 640.8 Q F0(Mo)144 652.8 Q .3 --.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F1 -(end\255of\255line \(C\255e\))108 664.8 Q F0(Mo)144 676.8 Q .3 -.15 -(ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F1 -.25(fo)108 -688.8 S(rward\255char \(C\255f\)).25 E F0(Mo)144 700.8 Q .3 -.15(ve f) --.15 H(orw).15 E(ard a character)-.1 E(.)-.55 E(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(45)190.95 E 0 Cg EP +-2.5 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(45)199.835 E 0 Cg EP %%Page: 46 46 %%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(backward\255char \(C\255b\))108 84 Q F0(Mo)144 96 Q .3 -.15(ve b)-.15 -H(ack a character).15 E(.)-.55 E F1 -.25(fo)108 108 S(rward\255w).25 E -(ord \(M\255f\))-.1 E F0(Mo)144 120 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 132 Q F1(backward\255w)108 144 Q(ord \(M\255b\)) --.1 E F0(Mo)144 156 Q 1.71 -.15(ve b)-.15 H 1.41 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .567(Non-incremen\ +tal searches read the entire search string before starting to search fo\ +r matching history lines.)108 84 R(The search string may be typed by th\ +e user or be part of the contents of the current line.)108 96 Q/F1 10 +/Times-Bold@0 SF(Readline Command Names)87 112.8 Q F0 1.392(The follo) +108 124.8 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 136.8 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 148.8 Q/F2 10 +/Times-Italic@0 SF(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 160.8 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 177.6 Q(or Mo)-.25 E(ving)-.1 +E(beginning\255of\255line \(C\255a\))108 189.6 Q F0(Mo)144 201.6 Q .3 +-.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F1 +(end\255of\255line \(C\255e\))108 213.6 Q F0(Mo)144 225.6 Q .3 -.15 +(ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F1 -.25(fo)108 +237.6 S(rward\255char \(C\255f\)).25 E F0(Mo)144 249.6 Q .3 -.15(ve f) +-.15 H(orw).15 E(ard a character)-.1 E(.)-.55 E F1 +(backward\255char \(C\255b\))108 261.6 Q F0(Mo)144 273.6 Q .3 -.15(ve b) +-.15 H(ack a character).15 E(.)-.55 E F1 -.25(fo)108 285.6 S(rward\255w) +.25 E(ord \(M\255f\))-.1 E F0(Mo)144 297.6 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(ords are composed of alphanumeric characters \(let-)-.8 F +(ters and digits\).)144 309.6 Q F1(backward\255w)108 321.6 Q +(ord \(M\255b\))-.1 E F0(Mo)144 333.6 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 168 Q F1(shell\255f)108 180 Q -(orward\255w)-.25 E(ord)-.1 E F0(Mo)144 192 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 204 Q F1(shell\255backward\255w)108 216 Q(ord)-.1 E F0(Mo)144 -228 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 .609 -(ords are delimited by non-quoted shell)-.8 F(metacharacters.)144 240 Q -F1(pr)108 252 Q -.15(ev)-.18 G(ious\255scr).15 E(een\255line)-.18 E F0 -.891(Attempt to mo)144 264 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 -.89(vious ph)-.25 F .89(ysical screen line.)-.05 F .87(This will not ha) -144 276 R 1.17 -.15(ve t)-.2 H .87(he desired ef).15 F .87 +(characters \(letters and digits\).)144 345.6 Q F1(shell\255f)108 357.6 +Q(orward\255w)-.25 E(ord)-.1 E F0(Mo)144 369.6 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 381.6 Q F1(shell\255backward\255w)108 393.6 Q(ord)-.1 E +F0(Mo)144 405.6 Q .909 -.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(ords are delimited by non-quoted shell)-.8 F +(metacharacters.)144 417.6 Q F1(pr)108 429.6 Q -.15(ev)-.18 G +(ious\255scr).15 E(een\255line)-.18 E F0 .89(Attempt to mo)144 441.6 R +1.19 -.15(ve p)-.15 H .89(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 453.6 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 288 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 300 Q(een\255line)-.18 E F0 .638 -(Attempt to mo)144 312 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 324 R .309 -.15 -(ve t)-.2 H .009(he desired ef).15 F .009 +3.37(pm)-3.37 G .87(ore than one)-3.37 F(ph)144 465.6 Q(ysical line or \ +if point is not greater than the length of the prompt plus the screen w\ +idth.)-.05 E F1(next\255scr)108 477.6 Q(een\255line)-.18 E F0 .637 +(Attempt to mo)144 489.6 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 501.6 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 .009(ore than one ph)-2.509 F(ysical)-.05 E .772(line\ +2.509(pm)-2.509 G .008(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 336 R(the screen width.)144 348 Q F1 -(clear\255scr)108 360 Q(een \(C\255l\))-.18 E F0 .993 -(Clear the screen lea)144 372 R .993 -(ving the current line at the top of the screen.)-.2 F -.4(Wi)5.993 G -.993(th an ar).4 F .993(gument, refresh the)-.18 F -(current line without clearing the screen.)144 384 Q F1 -.18(re)108 396 -S(draw\255curr).18 E(ent\255line)-.18 E F0(Refresh the current line.)144 -408 Q F1(Commands f)87 424.8 Q(or Manipulating the History)-.25 E -(accept\255line \(Newline, Retur)108 436.8 Q(n\))-.15 E F0 .159 -(Accept the line re)144 448.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.658(,a)-.65 G .158(dd it to the history list)-2.658 F .699 -(according to the state of the)144 460.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 -(restore the history line to its original state.)144 472.8 Q F1(pr)108 -484.8 Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F0 -(Fetch the pre)144 496.8 Q(vious command from the history list, mo)-.25 -E(ving back in the list.)-.15 E F1(next\255history \(C\255n\))108 508.8 -Q F0(Fetch the ne)144 520.8 Q(xt command from the history list, mo)-.15 -E(ving forw)-.15 E(ard in the list.)-.1 E F1 -(beginning\255of\255history \(M\255<\))108 532.8 Q F0(Mo)144 544.8 Q .3 --.15(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.) --.65 E F1(end\255of\255history \(M\255>\))108 556.8 Q F0(Mo)144 568.8 Q -.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 580.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 -1.471(Search backw)144 592.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 604.8 Q F1 -.25(fo)108 616.8 S -(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.131 -(Search forw)144 628.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 640.8 Q F1 -(non\255incr)108 652.8 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H -(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F0 .165(Search backw) -144 664.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 676.8 S -(tring supplied by the user)-2.5 E(.)-.55 E F1(non\255incr)108 688.8 Q -(emental\255f)-.18 E(orward\255sear)-.25 E(ch\255history \(M\255n\))-.18 -E F0 1.353(Search forw)144 700.8 R 1.354(ard through the history using \ -a non-incremental search for a string supplied by the)-.1 F(user)144 -712.8 Q(.)-.55 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(46) -190.95 E 0 Cg EP +length of the prompt plus)144 513.6 R(the screen width.)144 525.6 Q F1 +(clear\255display \(M\255C\255l\))108 537.6 Q F0 1.499 +(Clear the screen and, if possible, the terminal')144 549.6 R 3.999(ss) +-.55 G 1.498(crollback b)-3.999 F(uf)-.2 E(fer)-.25 E 3.998(,t)-.4 G +1.498(hen redra)-3.998 F 3.998(wt)-.15 G 1.498(he current line,)-3.998 F +(lea)144 561.6 Q(ving the current line at the top of the screen.)-.2 E +F1(clear\255scr)108 573.6 Q(een \(C\255l\))-.18 E F0 1.36 +(Clear the screen, then redra)144 585.6 R 3.86(wt)-.15 G 1.36 +(he current line, lea)-3.86 F 1.36 +(ving the current line at the top of the screen.)-.2 F -.4(Wi)144 597.6 +S(th an ar).4 E +(gument, refresh the current line without clearing the screen.)-.18 E F1 +-.18(re)108 609.6 S(draw\255curr).18 E(ent\255line)-.18 E F0 +(Refresh the current line.)144 621.6 Q F1(Commands f)87 638.4 Q +(or Manipulating the History)-.25 E(accept\255line \(Newline, Retur)108 +650.4 Q(n\))-.15 E F0 .159(Accept the line re)144 662.4 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.658(,a)-.65 G .158 +(dd it to the history list)-2.658 F .699(according to the state of the) +144 674.4 R/F3 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 +(restore the history line to its original state.)144 686.4 Q F1(pr)108 +698.4 Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F0 +(Fetch the pre)144 710.4 Q(vious command from the history list, mo)-.25 +E(ving back in the list.)-.15 E(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(46)199.835 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(history\255sear)108 84 Q(ch\255f)-.18 E(orward)-.25 E F0 .249 -(Search forw)144 96 R .249(ard through the history for the string of ch\ -aracters between the start of the current line)-.1 F(and the point.)144 -108 Q(This is a non-incremental search.)5 E F1(history\255sear)108 120 Q -(ch\255backward)-.18 E F0 .95(Search backw)144 132 R .951(ard through t\ +SF(next\255history \(C\255n\))108 84 Q F0(Fetch the ne)144 96 Q +(xt command from the history list, mo)-.15 E(ving forw)-.15 E +(ard in the list.)-.1 E F1(beginning\255of\255history \(M\255<\))108 108 +Q F0(Mo)144 120 Q .3 -.15(ve t)-.15 H 2.5(ot).15 G +(he \214rst line in the history)-2.5 E(.)-.65 E F1 +(end\255of\255history \(M\255>\))108 132 Q F0(Mo)144 144 Q .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 +156 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 1.471 +(Search backw)144 168 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 180 Q F1 -.25(fo)108 192 S +(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.131 +(Search forw)144 204 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 216 Q F1(non\255incr)108 +228 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H(rse\255sear).15 E +(ch\255history \(M\255p\))-.18 E F0 .165(Search backw)144 240 R .164(ar\ +d through the history starting at the current line using a non-incremen\ +tal search for)-.1 F 2.5(as)144 252 S(tring supplied by the user)-2.5 E +(.)-.55 E F1(non\255incr)108 264 Q(emental\255f)-.18 E(orward\255sear) +-.25 E(ch\255history \(M\255n\))-.18 E F0 1.353(Search forw)144 276 R +1.354(ard through the history using a non-incremental search for a stri\ +ng supplied by the)-.1 F(user)144 288 Q(.)-.55 E F1(history\255sear)108 +300 Q(ch\255f)-.18 E(orward)-.25 E F0 .249(Search forw)144 312 R .249(a\ +rd through the history for the string of characters between the start o\ +f the current line)-.1 F(and the point.)144 324 Q +(This is a non-incremental search.)5 E F1(history\255sear)108 336 Q +(ch\255backward)-.18 E F0 .95(Search backw)144 348 R .951(ard through t\ he history for the string of characters between the start of the curren\ -t)-.1 F(line and the point.)144 144 Q(This is a non-incremental search.) -5 E F1(history\255substring\255sear)108 156 Q(ch\255backward)-.18 E F0 -.951(Search backw)144 168 R .951(ard through the history for the string\ +t)-.1 F(line and the point.)144 360 Q(This is a non-incremental search.) +5 E F1(history\255substring\255sear)108 372 Q(ch\255backward)-.18 E F0 +.951(Search backw)144 384 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 180 R/F2 10 +(line and the current cursor position \(the)144 396 R/F2 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 2.5 -(line. This)144 192 R(is a non-incremental search.)2.5 E F1 -(history\255substring\255sear)108 204 Q(ch\255f)-.18 E(orward)-.25 E F0 -.249(Search forw)144 216 R .249(ard through the history for the string \ +(line. This)144 408 R(is a non-incremental search.)2.5 E F1 +(history\255substring\255sear)108 420 Q(ch\255f)-.18 E(orward)-.25 E F0 +.249(Search forw)144 432 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 228 R .319(The search string may match an)5.318 F +(and the point.)144 444 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 240 Q F1(yank\255nth\255ar)108 252 Q 2.5(g\()-.1 G -<4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 264 R .622 +5.319 F(search.)144 456 Q F1(yank\255nth\255ar)108 468 Q 2.5(g\()-.1 G +<4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 480 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 .772(at point.)144 -276 R -.4(Wi)5.773 G .773(th an ar).4 F(gument)-.18 E F2(n)3.633 E F0 +492 R -.4(Wi)5.773 G .773(th an ar).4 F(gument)-.18 E F2(n)3.633 E F0 3.273(,i).24 G .773(nsert the)-3.273 F F2(n)3.273 E F0 .773(th w)B .773 (ord from the pre)-.1 F .773(vious command \(the w)-.25 F .773 -(ords in the)-.1 F(pre)144 288 Q .292(vious command be)-.25 F .292 +(ords in the)-.1 F(pre)144 504 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 .291 -(ord from the end of)-.1 F .281(the pre)144 300 R .281(vious command.) +(ord from the end of)-.1 F .281(the pre)144 516 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 312 Q -(xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 324 Q +(xtracted as if the "!)-.15 F F2(n)A F0(")A(history e)144 528 Q +(xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 540 Q 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 336 R 1.308(gument to the pre)-.18 F 1.307 +(Insert the last ar)144 552 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 348 S .203(th a numeric ar).4 +(vious history entry\).)-.25 F -.4(Wi)144 564 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 360 Q .807 -.15(ve b)-.15 H .507 +(g)-.1 E F0(mo)144 576 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 -.416(to the \214rst call\) of each line in turn.)144 372 R(An)5.416 E +.416(to the \214rst call\) of each line in turn.)144 588 R(An)5.416 E 2.916(yn)-.15 G .416(umeric ar)-2.916 F .416 (gument supplied to these successi)-.18 F .716 -.15(ve c)-.25 H .416 -(alls de-).15 F 1.218(termines the direction to mo)144 384 R 1.518 -.15 +(alls de-).15 F 1.218(termines the direction to mo)144 600 R 1.518 -.15 (ve t)-.15 H 1.218(hrough the history).15 F 6.218(.A)-.65 G(ne)-2.5 E -.05(ga)-.15 G(ti).05 E 1.517 -.15(ve a)-.25 H -.18(rg).15 G 1.217 (ument switches the direction).18 F .494 -(through the history \(back or forw)144 396 R 2.994(ard\). The)-.1 F +(through the history \(back or forw)144 612 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 -408 S(rd, as if the "!$" history e).1 E(xpansion had been speci\214ed.) --.15 E F1(shell\255expand\255line \(M\255C\255e\))108 420 Q F0 .623 -(Expand the line as the shell does.)144 432 R .622 +624 S(rd, as if the "!$" history e).1 E(xpansion had been speci\214ed.) +-.15 E F1(shell\255expand\255line \(M\255C\255e\))108 636 Q F0 .623 +(Expand the line as the shell does.)144 648 R .622 (This performs alias and history e)5.622 F .622 -(xpansion as well as all of the)-.15 F(shell w)144 444 Q(ord e)-.1 E 2.5 +(xpansion as well as all of the)-.15 F(shell w)144 660 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 456 Q F0 .938 -(Perform history e)144 468 R .939(xpansion on the current line.)-.15 F +(history\255expand\255line \(M\255^\))108 672 Q F0 .938 +(Perform history e)144 684 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.439(wf)-.25 G .939(or a descrip-) --3.439 F(tion of history e)144 480 Q(xpansion.)-.15 E F1(magic\255space) -108 492 Q F0 .438(Perform history e)144 504 R .438 -(xpansion on the current line and insert a space.)-.15 F(See)5.437 E F3 -(HIST)2.937 E(OR)-.162 E 2.687(YE)-.315 G(XP)-2.687 E(ANSION)-.666 E F0 -(be-)2.687 E(lo)144 516 Q 2.5(wf)-.25 G(or a description of history e) --2.5 E(xpansion.)-.15 E F1(alias\255expand\255line)108 528 Q F0 .394 -(Perform alias e)144 540 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 552 Q F1 -(history\255and\255alias\255expand\255line)108 564 Q F0 -(Perform history and alias e)144 576 Q(xpansion on the current line.) --.15 E F1(insert\255last\255ar)108 588 Q(gument \(M\255.)-.1 E 2.5(,M) -.833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 600 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 612 Q F0 .948 -(Accept the current line for e)144 624 R -.15(xe)-.15 G .948 -(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 .729 -(history for editing.)144 636 R 3.229(An)5.729 G .729(umeric ar)-3.229 F -.729 -(gument, if supplied, speci\214es the history entry to use instead of) --.18 F(the current line.)144 648 Q F1 -(edit\255and\255execute\255command \(C\255x C\255e\))108 660 Q F0(In)144 -672 Q -.2(vo)-.4 G .347 -.1(ke a).2 H 2.647(ne).1 G .146 -(ditor on the current command line, and e)-2.647 F -.15(xe)-.15 G .146 -(cute the result as shell commands.).15 F F1(Bash)5.146 E F0(at-)2.646 E -(tempts to in)144 684 Q -.2(vo)-.4 G -.1(ke).2 G F3($VISU)2.6 E(AL)-.54 -E/F4 9/Times-Roman@0 SF(,)A F3($EDIT)2.25 E(OR)-.162 E F4(,)A F0(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 700.8 Q(or Changing T)-.25 E -(ext)-.92 E F0(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(47)190.95 -E 0 Cg EP +-3.439 F(tion of history e)144 696 Q(xpansion.)-.15 E(GNU Bash 5.1)72 +768 Q(2020 June 5)150.675 E(47)199.835 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-Italic@0 SF(end\255of\255\214le)108 84 Q/F2 10/Times-Bold@0 SF +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(magic\255space)108 84 Q F0 .438(Perform history e)144 96 R .438 +(xpansion on the current line and insert a space.)-.15 F(See)5.437 E/F2 +9/Times-Bold@0 SF(HIST)2.937 E(OR)-.162 E 2.687(YE)-.315 G(XP)-2.687 E +(ANSION)-.666 E F0(be-)2.687 E(lo)144 108 Q 2.5(wf)-.25 G +(or a description of history e)-2.5 E(xpansion.)-.15 E F1 +(alias\255expand\255line)108 120 Q F0 .394(Perform alias e)144 132 R +.394(xpansion on the current line.)-.15 F(See)5.395 E F2(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 144 Q F1 +(history\255and\255alias\255expand\255line)108 156 Q F0 +(Perform history and alias e)144 168 Q(xpansion on the current line.) +-.15 E F1(insert\255last\255ar)108 180 Q(gument \(M\255.)-.1 E 2.5(,M) +.833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 192 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 204 Q F0 .948 +(Accept the current line for e)144 216 R -.15(xe)-.15 G .948 +(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 .729 +(history for editing.)144 228 R 3.229(An)5.729 G .729(umeric ar)-3.229 F +.729 +(gument, if supplied, speci\214es the history entry to use instead of) +-.18 F(the current line.)144 240 Q F1 +(edit\255and\255execute\255command \(C\255x C\255e\))108 252 Q F0(In)144 +264 Q -.2(vo)-.4 G .347 -.1(ke a).2 H 2.647(ne).1 G .146 +(ditor on the current command line, and e)-2.647 F -.15(xe)-.15 G .146 +(cute the result as shell commands.).15 F F1(Bash)5.146 E F0(at-)2.646 E +(tempts to in)144 276 Q -.2(vo)-.4 G -.1(ke).2 G F2($VISU)2.6 E(AL)-.54 +E/F3 9/Times-Roman@0 SF(,)A F2($EDIT)2.25 E(OR)-.162 E F3(,)A F0(and) +2.25 E/F4 10/Times-Italic@0 SF(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 292.8 +Q(or Changing T)-.25 E(ext)-.92 E F4(end\255of\255\214le)108 304.8 Q F1 (\(usually C\255d\))2.5 E F0 .798 -(The character indicating end-of-\214le as set, for e)144 96 R .799 -(xample, by)-.15 F/F3 10/Courier@0 SF(stty)3.299 E F0 5.799(.I)C 3.299 +(The character indicating end-of-\214le as set, for e)144 316.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 -(there are no characters on the line, and point is at the be)144 108 R +(there are no characters on the line, and point is at the be)144 328.8 R .592(ginning of the line, Readline interprets it)-.15 F -(as the end of input and returns)144 120 Q/F4 9/Times-Bold@0 SF(EOF)2.5 -E/F5 9/Times-Roman@0 SF(.)A F2(delete\255char \(C\255d\))108 132 Q F0 -.441(Delete the character at point.)144 144 R .442 -(If this function is bound to the same character as the tty)5.441 F F2 -(EOF)2.942 E F0(char)2.942 E(-)-.2 E(acter)144 156 Q 2.5(,a)-.4 G(s)-2.5 -E F2(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 F2(backward\255delete\255char \(Rubout\)) -108 168 Q F0 .553(Delete the character behind the cursor)144 180 R 5.553 -(.W)-.55 G .553(hen gi)-5.553 F -.15(ve)-.25 G 3.053(nan).15 G .553 +(as the end of input and returns)144 340.8 Q F2(EOF)2.5 E F3(.)A F1 +(delete\255char \(C\255d\))108 352.8 Q F0 .441 +(Delete the character at point.)144 364.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 376.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 388.8 Q F0 .553(Delete the character behind the cursor)144 400.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 192 Q F2 -.25 -(fo)108 204 S(rward\255backward\255delete\255char).25 E F0 .473 -(Delete the character under the cursor)144 216 R 2.973(,u)-.4 G .474 +(he deleted te).15 F .552(xt on)-.15 F(the kill ring.)144 412.8 Q F1 +-.25(fo)108 424.8 S(rward\255backward\255delete\255char).25 E F0 .473 +(Delete the character under the cursor)144 436.8 R 2.973(,u)-.4 G .474 (nless the cursor is at the end of the line, in which case the)-2.973 F -(character behind the cursor is deleted.)144 228 Q F2 -(quoted\255insert \(C\255q, C\255v\))108 240 Q F0 .779(Add the ne)144 -252 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 F2(C\255q)3.278 E F0 3.278(,f)C -(or)-3.278 E -.15(ex)144 264 S(ample.).15 E F2(tab\255insert \(C\255v T) -108 276 Q(AB\))-.9 E F0(Insert a tab character)144 288 Q(.)-.55 E F2 -(self\255insert \(a, b, A, 1, !, ...\))108 300 Q F0 -(Insert the character typed.)144 312 Q F2(transpose\255chars \(C\255t\)) -108 324 Q F0 .321(Drag the character before point forw)144 336 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 -(ard as well.)-.1 F .372 -(If point is at the end of the line, then this transposes the tw)144 348 -R 2.872(oc)-.1 G .372(haracters before point.)-2.872 F(Ne)5.372 E -.05 -(ga)-.15 G(ti).05 E .672 -.15(ve a)-.25 H -.2(r-).15 G(guments ha)144 -360 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F2 -(transpose\255w)108 372 Q(ords \(M\255t\))-.1 E F0 .023(Drag the w)144 -384 R .023(ord before point past the w)-.1 F .023(ord after point, mo) +(character behind the cursor is deleted.)144 448.8 Q F1 +(quoted\255insert \(C\255q, C\255v\))108 460.8 Q F0 .779(Add the ne)144 +472.8 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 484.8 S(ample.).15 E F1 +(tab\255insert \(C\255v T)108 496.8 Q(AB\))-.9 E F0 +(Insert a tab character)144 508.8 Q(.)-.55 E F1 +(self\255insert \(a, b, A, 1, !, ...\))108 520.8 Q F0 +(Insert the character typed.)144 532.8 Q F1 +(transpose\255chars \(C\255t\))108 544.8 Q F0 .321 +(Drag the character before point forw)144 556.8 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(ard as well.)-.1 F .372 +(If point is at the end of the line, then this transposes the tw)144 +568.8 R 2.872(oc)-.1 G .372(haracters before point.)-2.872 F(Ne)5.372 E +-.05(ga)-.15 G(ti).05 E .672 -.15(ve a)-.25 H -.2(r-).15 G(guments ha) +144 580.8 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F1 +(transpose\255w)108 592.8 Q(ords \(M\255t\))-.1 E F0 .023(Drag the w)144 +604.8 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 -(is at the end of the line, this transposes the last tw)144 396 Q 2.5 -(ow)-.1 G(ords on the line.)-2.6 E F2(upcase\255w)108 408 Q -(ord \(M\255u\))-.1 E F0 1.699(Uppercase the current \(or follo)144 420 -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 -(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 432 S(rd, b).1 E -(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2(do)108 444 Q -(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 456 Q 1.647 +(is at the end of the line, this transposes the last tw)144 616.8 Q 2.5 +(ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 628.8 Q +(ord \(M\255u\))-.1 E F0 1.699(Uppercase the current \(or follo)144 +640.8 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 +(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 652.8 S(rd, b).1 +E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(do)108 664.8 Q +(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 676.8 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) --.25 F(vious)-.25 E -.1(wo)144 468 S(rd, b).1 E(ut do not mo)-.2 E .3 --.15(ve p)-.15 H(oint.).15 E F2(capitalize\255w)108 480 Q -(ord \(M\255c\))-.1 E F0 1.975(Capitalize the current \(or follo)144 492 -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 -(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 504 S(rd, b).1 -E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2 -.1(ove)108 516 -S(rwrite\255mode).1 E F0 -.8(To)144 528 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 540 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 552 Q F2(emacs)4.394 E F0(mode;)4.394 E F2(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 F1 -.37(re) -4.395 G(adline\(\)).37 E F0 1.895(starts in insert)4.395 F 3.969 -(mode. In)144 564 R -.15(ove)3.969 G 1.469 -(rwrite mode, characters bound to).15 F F2(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 576 R .957(xt to the right.)-.15 F .958 -(Characters bound to)5.957 F F2(backward\255delete\255char)3.458 E F0 -.958(replace the character)3.458 F(before point with a space.)144 588 Q -(By def)5 E(ault, this command is unbound.)-.1 E F2(Killing and Y)87 -604.8 Q(anking)-.85 E(kill\255line \(C\255k\))108 616.8 Q F0 -(Kill the te)144 628.8 Q(xt from point to the end of the line.)-.15 E F2 -(backward\255kill\255line \(C\255x Rubout\))108 640.8 Q F0(Kill backw) -144 652.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F2 -(unix\255line\255discard \(C\255u\))108 664.8 Q F0(Kill backw)144 676.8 -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 F2(kill\255whole\255line)108 688.8 Q F0 -(Kill all characters on the current line, no matter where point is.)144 -700.8 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(48)190.95 E 0 Cg -EP +-.25 F(vious)-.25 E -.1(wo)144 688.8 S(rd, b).1 E(ut do not mo)-.2 E .3 +-.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 700.8 Q +(ord \(M\255c\))-.1 E F0 1.975(Capitalize the current \(or follo)144 +712.8 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 +(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 724.8 S(rd, b) +.1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E(GNU Bash 5.1)72 +768 Q(2020 June 5)150.675 E(48)199.835 E 0 Cg EP %%Page: 49 49 %%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(kill\255w)108 84 Q(ord \(M\255d\))-.1 E F0 .729 -(Kill from point to the end of the current w)144 96 R .728 +SF -.1(ove)108 84 S(rwrite\255mode).1 E F0 -.8(To)144 96 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 108 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 120 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 132 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 144 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 156 Q +(By def)5 E(ault, this command is unbound.)-.1 E F1(Killing and Y)87 +172.8 Q(anking)-.85 E(kill\255line \(C\255k\))108 184.8 Q F0 +(Kill the te)144 196.8 Q(xt from point to the end of the line.)-.15 E F1 +(backward\255kill\255line \(C\255x Rubout\))108 208.8 Q F0(Kill backw) +144 220.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F1 +(unix\255line\255discard \(C\255u\))108 232.8 Q F0(Kill backw)144 244.8 +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 256.8 Q F0 +(Kill all characters on the current line, no matter where point is.)144 +268.8 Q F1(kill\255w)108 280.8 Q(ord \(M\255d\))-.1 E F0 .729 +(Kill from point to the end of the current w)144 292.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 108 S +(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 304.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 120 Q -(ord \(M\255Rubout\))-.1 E F0(Kill the w)144 132 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 144 Q -(ord)-.1 E F0 .728(Kill from point to the end of the current w)144 156 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 168 S +(rward\255w).25 E(ord)-.1 E F0(.)A F1(backward\255kill\255w)108 316.8 Q +(ord \(M\255Rubout\))-.1 E F0(Kill the w)144 328.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 340.8 Q +(ord)-.1 E F0 .728(Kill from point to the end of the current w)144 352.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 364.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 180 Q(ord)-.1 E F0 3.025(Kill the w)144 192 R 3.025 +108 376.8 Q(ord)-.1 E F0 3.025(Kill the w)144 388.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 204 Q(ord)-.1 E F0(.)A F1(unix\255w)108 216 Q -(ord\255rubout \(C\255w\))-.1 E F0 .364(Kill the w)144 228 R .364 +5.525 E(ward\255w)144 400.8 Q(ord)-.1 E F0(.)A F1(unix\255w)108 412.8 Q +(ord\255rubout \(C\255w\))-.1 E F0 .364(Kill the w)144 424.8 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 -240 Q F1(unix\255\214lename\255rubout)108 252 Q F0 .167(Kill the w)144 -264 R .166 +436.8 Q F1(unix\255\214lename\255rubout)108 448.8 Q F0 .167(Kill the w) +144 460.8 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 276 Q +-.1 F .166(ord boundaries.)-.1 F(The)5.166 E(killed te)144 472.8 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 288 Q F0 -(Delete all spaces and tabs around point.)144 300 Q F1(kill\255r)108 312 -Q(egion)-.18 E F0(Kill the te)144 324 Q(xt in the current re)-.15 E -(gion.)-.15 E F1(copy\255r)108 336 Q(egion\255as\255kill)-.18 E F0(Cop) -144 348 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E +-2.5 E F1(delete\255horizontal\255space \(M\255\\\))108 484.8 Q F0 +(Delete all spaces and tabs around point.)144 496.8 Q F1(kill\255r)108 +508.8 Q(egion)-.18 E F0(Kill the te)144 520.8 Q(xt in the current re) +-.15 E(gion.)-.15 E F1(copy\255r)108 532.8 Q(egion\255as\255kill)-.18 E +F0(Cop)144 544.8 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 360 Q(ord)-.1 E F0(Cop)144 372 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 384 -Q(ord)-.1 E F0(.)A F1(copy\255f)108 396 Q(orward\255w)-.25 E(ord)-.1 E -F0(Cop)144 408 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 420 Q(ord)-.1 E F0(.)A F1 -(yank \(C\255y\))108 432 Q F0 -1(Ya)144 444 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 456 Q F0 -(Rotate the kill ring, and yank the ne)144 468 Q 2.5(wt)-.25 G 2.5 +(copy\255backward\255w)108 556.8 Q(ord)-.1 E F0(Cop)144 568.8 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 +580.8 Q(ord)-.1 E F0(.)A F1(copy\255f)108 592.8 Q(orward\255w)-.25 E +(ord)-.1 E F0(Cop)144 604.8 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 616.8 Q(ord)-.1 E F0(.)A F1(yank \(C\255y\))108 628.8 Q +F0 -1(Ya)144 640.8 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 652.8 Q F0 +(Rotate the kill ring, and yank the ne)144 664.8 Q 2.5(wt)-.25 G 2.5 (op. Only)-2.5 F -.1(wo)2.5 G(rks follo).1 E(wing)-.25 E F1(yank)2.5 E -F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 484.8 Q -(guments)-.1 E(digit\255ar)108 496.8 Q +F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 681.6 Q +(guments)-.1 E(digit\255ar)108 693.6 Q (gument \(M\2550, M\2551, ..., M\255\255\))-.1 E F0 .367 -(Add this digit to the ar)144 508.8 R .367 +(Add this digit to the ar)144 705.6 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 -(ga)-.15 G(-).05 E(ti)144 520.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G -(ument.).18 E F1(uni)108 532.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 -E F0 .779(This is another w)144 544.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 -(wed by one or more digits,)-.25 F 1.376 -(optionally with a leading minus sign, those digits de\214ne the ar)144 -556.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144 -568.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 580.8 R .898 -(As a special case, if this command is immediately follo)5.898 F .898 -(wed by a character that is)-.25 F 1.23 -(neither a digit nor minus sign, the ar)144 592.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 604.8 R .822 -(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 -(gument)-.18 E(count four)144 616.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 633.6 Q(complete \(T)108 645.6 Q(AB\))-.9 E F0 1.137 -(Attempt to perform completion on the te)144 657.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 669.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 681.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 -(If none of these pro-)5.701 F -(duces a match, \214lename completion is attempted.)144 693.6 Q F1 -(possible\255completions \(M\255?\))108 705.6 Q F0 -(List the possible completions of the te)144 717.6 Q(xt before point.) --.15 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(49)190.95 E 0 Cg -EP +(ga)-.15 G(-).05 E(ti)144 717.6 Q .3 -.15(ve a)-.25 H -.18(rg).15 G +(ument.).18 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(49)199.835 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(insert\255completions \(M\255*\))108 84 Q F0 .783 -(Insert all completions of the te)144 96 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 108 Q F0(.)A F1 -(menu\255complete)108 120 Q F0 .929(Similar to)144 132 R F1(complete) -3.429 E F0 3.429(,b)C .929(ut replaces the w)-3.629 F .929 -(ord to be completed with a single match from the list of)-.1 F 1.193 -(possible completions.)144 144 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 +SF(uni)108 84 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0 .779 +(This is another w)144 96 R .779(ay to specify an ar)-.1 F 3.279 +(gument. If)-.18 F .779(this command is follo)3.279 F .778 +(wed by one or more digits,)-.25 F 1.376 +(optionally with a leading minus sign, those digits de\214ne the ar)144 +108 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144 +120 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 132 R .898 +(As a special case, if this command is immediately follo)5.898 F .898 +(wed by a character that is)-.25 F 1.23 +(neither a digit nor minus sign, the ar)144 144 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 156 R .822 +(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 +(gument)-.18 E(count four)144 168 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 184.8 Q(complete \(T)108 196.8 Q(AB\))-.9 E F0 1.137 +(Attempt to perform completion on the te)144 208.8 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 220.8 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 232.8 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 +(If none of these pro-)5.701 F +(duces a match, \214lename completion is attempted.)144 244.8 Q F1 +(possible\255completions \(M\255?\))108 256.8 Q F0 +(List the possible completions of the te)144 268.8 Q(xt before point.) +-.15 E F1(insert\255completions \(M\255*\))108 280.8 Q F0 .783 +(Insert all completions of the te)144 292.8 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 +304.8 Q F0(.)A F1(menu\255complete)108 316.8 Q F0 .929(Similar to)144 +328.8 R F1(complete)3.429 E F0 3.429(,b)C .929(ut replaces the w)-3.629 +F .929(ord to be completed with a single match from the list of)-.1 F +1.193(possible completions.)144 340.8 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 -(completions, inserting each match in turn.)144 156 R .828 +(completions, inserting each match in turn.)144 352.8 R .828 (At the end of the list of completions, the bell is rung)5.828 F .727 -(\(subject to the setting of)144 168 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 -(positions forw)144 180 R 1.73(ard in the list of matches; a ne)-.1 F +(\(subject to the setting of)144 364.8 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 +(positions forw)144 376.8 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 192 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 F1(menu\255complete\255backward)108 204 Q F0 .82(Identical to)144 -216 R F1(menu\255complete)3.32 E F0 3.32(,b)C .82(ut mo)-3.52 F -.15(ve) --.15 G 3.32(sb).15 G(ackw)-3.32 E .82 +E(through the list.)144 388.8 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 F1(menu\255complete\255backward)108 400.8 Q F0 .82 +(Identical to)144 412.8 R F1(menu\255complete)3.32 E F0 3.32(,b)C .82 +(ut mo)-3.52 F -.15(ve)-.15 G 3.32(sb).15 G(ackw)-3.32 E .82 (ard through the list of possible completions, as if)-.1 F F1 -(menu\255complete)144 228 Q F0(had been gi)2.5 E -.15(ve)-.25 G 2.5(nan) -.15 G -2.25 -.15(eg a)-2.5 H(ti).15 E .3 -.15(ve a)-.25 H -.18(rg).15 G -2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E F1 -(delete\255char\255or\255list)108 240 Q F0 .234 -(Deletes the character under the cursor if not at the be)144 252 R .234 -(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char)2.734 -E F0(\).)A .425(If at the end of the line, beha)144 264 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 -276 Q(ault.)-.1 E F1(complete\255\214lename \(M\255/\))108 288 Q F0 -(Attempt \214lename completion on the te)144 300 Q(xt before point.)-.15 -E F1(possible\255\214lename\255completions \(C\255x /\))108 312 Q F0 -(List the possible completions of the te)144 324 Q +(menu\255complete)144 424.8 Q F0(had been gi)2.5 E -.15(ve)-.25 G 2.5 +(nan).15 G -2.25 -.15(eg a)-2.5 H(ti).15 E .3 -.15(ve a)-.25 H -.18(rg) +.15 G 2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E +F1(delete\255char\255or\255list)108 436.8 Q F0 .234 +(Deletes the character under the cursor if not at the be)144 448.8 R +.234(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char) +2.734 E F0(\).)A .425(If at the end of the line, beha)144 460.8 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 472.8 Q(ault.)-.1 E F1 +(complete\255\214lename \(M\255/\))108 484.8 Q F0 +(Attempt \214lename completion on the te)144 496.8 Q(xt before point.) +-.15 E F1(possible\255\214lename\255completions \(C\255x /\))108 508.8 Q +F0(List the possible completions of the te)144 520.8 Q (xt before point, treating it as a \214lename.)-.15 E F1 -(complete\255user)108 336 Q(name \(M\255~\))-.15 E F0 -(Attempt completion on the te)144 348 Q +(complete\255user)108 532.8 Q(name \(M\255~\))-.15 E F0 +(Attempt completion on the te)144 544.8 Q (xt before point, treating it as a username.)-.15 E F1(possible\255user) -108 360 Q(name\255completions \(C\255x ~\))-.15 E F0 -(List the possible completions of the te)144 372 Q +108 556.8 Q(name\255completions \(C\255x ~\))-.15 E F0 +(List the possible completions of the te)144 568.8 Q (xt before point, treating it as a username.)-.15 E F1(complete\255v)108 -384 Q(ariable \(M\255$\))-.1 E F0(Attempt completion on the te)144 396 Q +580.8 Q(ariable \(M\255$\))-.1 E F0(Attempt completion on the te)144 +592.8 Q(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E +F1(possible\255v)108 604.8 Q(ariable\255completions \(C\255x $\))-.1 E +F0(List the possible completions of the te)144 616.8 Q (xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F1 -(possible\255v)108 408 Q(ariable\255completions \(C\255x $\))-.1 E F0 -(List the possible completions of the te)144 420 Q -(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F1 -(complete\255hostname \(M\255@\))108 432 Q F0 -(Attempt completion on the te)144 444 Q +(complete\255hostname \(M\255@\))108 628.8 Q F0 +(Attempt completion on the te)144 640.8 Q (xt before point, treating it as a hostname.)-.15 E F1 -(possible\255hostname\255completions \(C\255x @\))108 456 Q F0 -(List the possible completions of the te)144 468 Q +(possible\255hostname\255completions \(C\255x @\))108 652.8 Q F0 +(List the possible completions of the te)144 664.8 Q (xt before point, treating it as a hostname.)-.15 E F1 -(complete\255command \(M\255!\))108 480 Q F0 .581 -(Attempt completion on the te)144 492 R .581 +(complete\255command \(M\255!\))108 676.8 Q F0 .581 +(Attempt completion on the te)144 688.8 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 504 R +(Command comple-)5.58 F .715(tion attempts to match the te)144 700.8 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 516 Q -.15(xe)-.15 G -(cutable \214lenames, in that order).15 E(.)-.55 E F1 -(possible\255command\255completions \(C\255x !\))108 528 Q F0 -(List the possible completions of the te)144 540 Q -(xt before point, treating it as a command name.)-.15 E F1 -(dynamic\255complete\255history \(M\255T)108 552 Q(AB\))-.9 E F0 .425 -(Attempt completion on the te)144 564 R .425 -(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .424 -(ainst lines from the history list)-.05 F -(for possible completion matches.)144 576 Q F1(dab)108 588 Q(br)-.1 E --.15(ev)-.18 G(\255expand).15 E F0 .61 -(Attempt menu completion on the te)144 600 R .611 -(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611 -(ainst lines from the his-)-.05 F -(tory list for possible completion matches.)144 612 Q F1 -(complete\255into\255braces \(M\255{\))108 624 Q F0 .4(Perform \214lena\ -me completion and insert the list of possible completions enclosed with\ -in braces so)144 636 R(the list is a)144 648 Q -.25(va)-.2 G -(ilable to the shell \(see).25 E F1(Brace Expansion)2.5 E F0(abo)2.5 E --.15(ve)-.15 G(\).).15 E F1 -.25(Ke)87 664.8 S(yboard Macr).25 E(os)-.18 -E(start\255kbd\255macr)108 676.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\)) -.833 E F0(Be)144 688.8 Q(gin sa)-.15 E -(ving the characters typed into the current k)-.2 E -.15(ey)-.1 G -(board macro.).15 E F1(end\255kbd\255macr)108 700.8 Q 2.5(o\()-.18 G -(C\255x \))-2.5 E(\)).833 E F0(Stop sa)144 712.8 Q -(ving the characters typed into the current k)-.2 E -.15(ey)-.1 G -(board macro and store the de\214nition.).15 E(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(50)190.95 E 0 Cg EP +(\214nally e)144 712.8 Q -.15(xe)-.15 G +(cutable \214lenames, in that order).15 E(.)-.55 E(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(50)199.835 E 0 Cg EP %%Page: 51 51 %%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(call\255last\255kbd\255macr)108 84 Q 2.5(o\()-.18 G(C\255x e\))-2.5 E -F0(Re-e)144 96 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 appea\ -r as if).15 F(typed at the k)144 108 Q -.15(ey)-.1 G(board.).15 E F1 -(print\255last\255kbd\255macr)108 120 Q 2.5(o\()-.18 G(\))-2.5 E F0 -(Print the last k)144 132 Q -.15(ey)-.1 G +SF(possible\255command\255completions \(C\255x !\))108 84 Q F0 +(List the possible completions of the te)144 96 Q +(xt before point, treating it as a command name.)-.15 E F1 +(dynamic\255complete\255history \(M\255T)108 108 Q(AB\))-.9 E F0 .425 +(Attempt completion on the te)144 120 R .425 +(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .424 +(ainst lines from the history list)-.05 F +(for possible completion matches.)144 132 Q F1(dab)108 144 Q(br)-.1 E +-.15(ev)-.18 G(\255expand).15 E F0 .61 +(Attempt menu completion on the te)144 156 R .611 +(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611 +(ainst lines from the his-)-.05 F +(tory list for possible completion matches.)144 168 Q F1 +(complete\255into\255braces \(M\255{\))108 180 Q F0 .4(Perform \214lena\ +me completion and insert the list of possible completions enclosed with\ +in braces so)144 192 R(the list is a)144 204 Q -.25(va)-.2 G +(ilable to the shell \(see).25 E F1(Brace Expansion)2.5 E F0(abo)2.5 E +-.15(ve)-.15 G(\).).15 E F1 -.25(Ke)87 220.8 S(yboard Macr).25 E(os)-.18 +E(start\255kbd\255macr)108 232.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\)) +.833 E F0(Be)144 244.8 Q(gin sa)-.15 E +(ving the characters typed into the current k)-.2 E -.15(ey)-.1 G +(board macro.).15 E F1(end\255kbd\255macr)108 256.8 Q 2.5(o\()-.18 G +(C\255x \))-2.5 E(\)).833 E F0(Stop sa)144 268.8 Q +(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 280.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5 +E F0(Re-e)144 292.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 304.8 Q -.15(ey)-.1 G(board.).15 +E F1(print\255last\255kbd\255macr)108 316.8 Q 2.5(o\()-.18 G(\))-2.5 E +F0(Print the last k)144 328.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 148.8 Q -.18(re)108 160.8 S.18 E +(Miscellaneous)87 345.6 Q -.18(re)108 357.6 S.18 E (ead\255init\255\214le \(C\255x C\255r\))-.18 E F0 1.777 -(Read in the contents of the)144 172.8 R F2(inputr)4.277 E(c)-.37 E F0 +(Read in the contents of the)144 369.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 -184.8 Q F1(abort \(C\255g\))108 196.8 Q F0 3.248 -(Abort the current editing command and ring the terminal')144 208.8 R +381.6 Q F1(abort \(C\255g\))108 393.6 Q F0 3.248 +(Abort the current editing command and ring the terminal')144 405.6 R 5.749(sb)-.55 G 3.249(ell \(subject to the setting of)-5.749 F F1 -(bell\255style)144 220.8 Q F0(\).)A F1(do\255lo)108 232.8 Q(wer)-.1 E +(bell\255style)144 417.6 Q F0(\).)A F1(do\255lo)108 429.6 Q(wer)-.1 E (case\255v)-.18 E(ersion \(M\255A, M\255B, M\255)-.1 E F2(x)A F1 2.5(,.) -C(..\))-2.5 E F0 1.739(If the meta\214ed character)144 244.8 R F2(x) +C(..\))-2.5 E F0 1.739(If the meta\214ed character)144 441.6 R F2(x) 4.239 E F0 1.739 (is uppercase, run the command that is bound to the corresponding)4.239 -F(meta\214ed lo)144 256.8 Q(wercase character)-.25 E 5(.T)-.55 G +F(meta\214ed lo)144 453.6 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 268.8 Q(e\214x\255meta \(ESC\))-.18 E F0 -(Metafy the ne)144 280.8 Q(xt character typed.)-.15 E/F3 9/Times-Bold@0 +2.5 E(wercase.)-.25 E F1(pr)108 465.6 Q(e\214x\255meta \(ESC\))-.18 E F0 +(Metafy the ne)144 477.6 Q(xt character typed.)-.15 E/F3 9/Times-Bold@0 SF(ESC)5 E F1(f)2.25 E F0(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F1 -(Meta\255f)2.5 E F0(.)A F1(undo \(C\255_, C\255x C\255u\))108 292.8 Q F0 -(Incremental undo, separately remembered for each line.)144 304.8 Q F1 --2.29 -.18(re v)108 316.8 T(ert\255line \(M\255r\)).08 E F0 .23 -(Undo all changes made to this line.)144 328.8 R .231(This is lik)5.23 F +(Meta\255f)2.5 E F0(.)A F1(undo \(C\255_, C\255x C\255u\))108 489.6 Q F0 +(Incremental undo, separately remembered for each line.)144 501.6 Q F1 +-2.29 -.18(re v)108 513.6 T(ert\255line \(M\255r\)).08 E F0 .23 +(Undo all changes made to this line.)144 525.6 R .231(This is lik)5.23 F 2.731(ee)-.1 G -.15(xe)-2.881 G .231(cuting the).15 F F1(undo)2.731 E F0 .231(command enough times to re-)2.731 F -(turn the line to its initial state.)144 340.8 Q F1 -(tilde\255expand \(M\255&\))108 352.8 Q F0(Perform tilde e)144 364.8 Q +(turn the line to its initial state.)144 537.6 Q F1 +(tilde\255expand \(M\255&\))108 549.6 Q F0(Perform tilde e)144 561.6 Q (xpansion on the current w)-.15 E(ord.)-.1 E F1 -(set\255mark \(C\255@, M\255\))108 376.8 Q F0 -(Set the mark to the point.)144 388.8 Q(If a numeric ar)5 E +(set\255mark \(C\255@, M\255\))108 573.6 Q F0 +(Set the mark to the point.)144 585.6 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 400.8 Q F0(Sw) -144 412.8 Q .283(ap the point with the mark.)-.1 F .283 +(exchange\255point\255and\255mark \(C\255x C\255x\))108 597.6 Q F0(Sw) +144 609.6 Q .283(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) -144 424.8 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 436.8 Q(ch \(C\255]\))-.18 E F0 3.035(Ac)144 -448.8 S .535(haracter is read and point is mo)-3.035 F -.15(ve)-.15 G +144 621.6 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 633.6 Q(ch \(C\255]\))-.18 E F0 3.035(Ac)144 +645.6 S .535(haracter is read and point is mo)-3.035 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) -144 460.8 Q(vious occurrences.)-.25 E F1(character\255sear)108 472.8 Q -(ch\255backward \(M\255C\255]\))-.18 E F0 3.544(Ac)144 484.8 S 1.044 +144 657.6 Q(vious occurrences.)-.25 E F1(character\255sear)108 669.6 Q +(ch\255backward \(M\255C\255]\))-.18 E F0 3.544(Ac)144 681.6 S 1.044 (haracter is read and point is mo)-3.544 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 -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G -(count searches for subsequent occurrences.)144 496.8 Q F1 -(skip\255csi\255sequence)108 508.8 Q F0 1.826 -(Read enough characters to consume a multi-k)144 520.8 R 2.126 -.15 +(count searches for subsequent occurrences.)144 693.6 Q F1 +(skip\255csi\255sequence)108 705.6 Q F0 1.826 +(Read enough characters to consume a multi-k)144 717.6 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 532.8 R +-.1 G 4.327(sl).15 G(ik)-4.327 E(e)-.1 E .791(Home and End.)144 729.6 R .791(Such sequences be)5.791 F .791 (gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F -.331(If this sequence is bound to "\\[", k)144 544.8 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-)-.15 E .026(itly bound to a readline command, instead of insert\ -ing stray characters into the editing b)144 556.8 R(uf)-.2 E(fer)-.25 E -5.026(.T)-.55 G(his)-5.026 E(is unbound by def)144 568.8 Q(ault, b)-.1 E -(ut usually bound to ESC\255[.)-.2 E F1(insert\255comment \(M\255#\))108 -580.8 Q F0 -.4(Wi)144 592.8 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 604.8 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 -(the characters at the be)144 616.8 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 628.8 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 -(In either case, the line is accepted as if a ne)144 640.8 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 652.8 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 -(gu-)-.18 E(ment causes the comment character to be remo)144 664.8 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 676.8 Q -(ord \(M\255g\))-.1 E F0 .791(The w)144 688.8 R .791 -(ord before point is treated as a pattern for pathname e)-.1 F .792 -(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144 -700.8 R(pattern is used to generate a list of matching \214lenames for \ -possible completions.)2.5 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 -E(51)190.95 E 0 Cg EP +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(51)199.835 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/F1 10/Times-Bold@0 -SF(glob\255expand\255w)108 84 Q(ord \(C\255x *\))-.1 E F0 .176(The w)144 -96 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 108 R 3.016(ord. If)-.1 F 3.016 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .331 +(If this sequence is bound to "\\[", k)144 84 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-)-.15 E +.026(itly bound to a readline command, instead of inserting stray chara\ +cters into the editing b)144 96 R(uf)-.2 E(fer)-.25 E 5.026(.T)-.55 G +(his)-5.026 E(is unbound by def)144 108 Q(ault, b)-.1 E +(ut usually bound to ESC\255[.)-.2 E/F1 10/Times-Bold@0 SF +(insert\255comment \(M\255#\))108 120 Q F0 -.4(Wi)144 132 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 144 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 +(the characters at the be)144 156 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 168 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 +(In either case, the line is accepted as if a ne)144 180 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 192 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 +(gu-)-.18 E(ment causes the comment character to be remo)144 204 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 216 Q +(ord \(M\255g\))-.1 E F0 .791(The w)144 228 R .791 +(ord before point is treated as a pattern for pathname e)-.1 F .792 +(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144 240 +R(pattern is used to generate a list of matching \214lenames for possib\ +le completions.)2.5 E F1(glob\255expand\255w)108 252 Q(ord \(C\255x *\)) +-.1 E F0 .176(The w)144 264 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 276 R 3.016(ord. If)-.1 F 3.016 (an)3.016 G .516(umeric ar)-3.016 F .516 (gument is supplied, an asterisk is appended)-.18 F(before pathname e) -144 120 Q(xpansion.)-.15 E F1(glob\255list\255expansions \(C\255x g\)) -108 132 Q F0 .923(The list of e)144 144 R .923(xpansions that w)-.15 F +144 288 Q(xpansion.)-.15 E F1(glob\255list\255expansions \(C\255x g\)) +108 300 Q F0 .923(The list of e)144 312 R .923(xpansions that w)-.15 F .923(ould ha)-.1 F 1.223 -.15(ve b)-.2 H .923(een generated by).15 F F1 (glob\255expand\255w)3.423 E(ord)-.1 E F0 .923(is displayed, and)3.423 F -.872(the line is redra)144 156 R 3.372(wn. If)-.15 F 3.372(an)3.372 G +.872(the line is redra)144 324 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 168 S(pansion.).15 E F1(dump\255functions)108 180 Q F0 .627 -(Print all of the functions and their k)144 192 R .927 -.15(ey b)-.1 H +(ex)144 336 S(pansion.).15 E F1(dump\255functions)108 348 Q F0 .627 +(Print all of the functions and their k)144 360 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 -(ment is supplied, the output is formatted in such a w)144 204 Q +(ment is supplied, the output is formatted in such a w)144 372 Q (ay that it can be made part of an)-.1 E/F2 10/Times-Italic@0 SF(inputr) -2.5 E(c)-.37 E F0(\214le.)2.5 E F1(dump\255v)108 216 Q(ariables)-.1 E F0 -.762(Print all of the settable readline v)144 228 R .762 +2.5 E(c)-.37 E F0(\214le.)2.5 E F1(dump\255v)108 384 Q(ariables)-.1 E F0 +.762(Print all of the settable readline v)144 396 R .762 (ariables and their v)-.25 F .763(alues to the readline output stream.) --.25 F .763(If a nu-)5.763 F .109(meric ar)144 240 R .109 +-.25 F .763(If a nu-)5.763 F .109(meric ar)144 408 R .109 (gument is supplied, the output is formatted in such a w)-.18 F .108 -(ay that it can be made part of an)-.1 F F2(in-)2.608 E(putr)144 252 Q -(c)-.37 E F0(\214le.)2.5 E F1(dump\255macr)108 264 Q(os)-.18 E F0 .592 -(Print all of the readline k)144 276 R .892 -.15(ey s)-.1 H .592 +(ay that it can be made part of an)-.1 F F2(in-)2.608 E(putr)144 420 Q +(c)-.37 E F0(\214le.)2.5 E F1(dump\255macr)108 432 Q(os)-.18 E F0 .592 +(Print all of the readline k)144 444 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 288 Q +3.093(utput. If)-3.093 F 3.093(an)3.093 G(umeric)-3.093 E(ar)144 456 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 -(\214le.)144 300 Q F1(display\255shell\255v)108 312 Q -(ersion \(C\255x C\255v\))-.1 E F0(Display v)144 324 Q +(\214le.)144 468 Q F1(display\255shell\255v)108 480 Q +(ersion \(C\255x C\255v\))-.1 E F0(Display v)144 492 Q (ersion information about the current instance of)-.15 E F1(bash)2.5 E -F0(.)A F1(Pr)87 340.8 Q(ogrammable Completion)-.18 E F0 .146(When w)108 -352.8 R .147(ord completion is attempted for an ar)-.1 F .147 +F0(.)A F1(Pr)87 508.8 Q(ogrammable Completion)-.18 E F0 .146(When w)108 +520.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 364.8 Q F0 3.829(\)h)C 1.329 +F2(compspec)108 532.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) 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) --.25 F(programmable completion f)108 376.8 Q(acilities are in)-.1 E -.2 +-.25 F(programmable completion f)108 544.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 393.6 R .497 +(First, the command name is identi\214ed.)108 561.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 -405.6 R .233(ginning of an empty line\), an)-.15 F 2.733(yc)-.15 G .233 +573.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 417.6 R .823 -(for the w)108 429.6 R 3.323(ord. If)-.1 F .823(the command w)3.323 F +used to generate the list of possible completions)108 585.6 R .823 +(for the w)108 597.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 441.6 R .367(no compspec is found fo\ +ed for)-.1 F 2.866(\214rst. If)108 609.6 R .367(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 453.6 Q .299(wing the \214nal slash.)-.25 F .298 +rtion)2.866 F(follo)108 621.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 .056 -(option to)108 465.6 R F1(complete)2.556 E F0 .056(is used as the def) +(option to)108 633.6 R F1(complete)2.556 E F0 .056(is used as the def) 2.556 F 2.556(ault. If)-.1 F .056(there is no def)2.556 F .056 (ault compspec,)-.1 F F1(bash)2.556 E F0 .056(attempts alias e)2.556 F -.057(xpansion on)-.15 F .333(the command w)108 477.6 R .332(ord as a \ +.057(xpansion on)-.15 F .333(the command w)108 645.6 R .332(ord as a \ \214nal resort, and attempts to \214nd a compspec for the command w)-.1 F .332(ord from an)-.1 F 2.832(ys)-.15 G(uc-)-2.832 E(cessful e)108 -489.6 Q(xpansion.)-.15 E .817(Once a compspec has been found, it is use\ -d to generate the list of matching w)108 506.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 518.4 Q +657.6 Q(xpansion.)-.15 E .817(Once a compspec has been found, it is use\ +d to generate the list of matching w)108 674.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 686.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 -(First, the actions speci\214ed by the compspec are used.)108 535.2 R +(First, the actions speci\214ed by the compspec are used.)108 703.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 547.2 R .595 +.463(ord being)-.1 F .595(completed are returned.)108 715.2 R .595 (When the)5.595 F F13.095 E F0(or)3.095 E F13.095 E F0 .596 (option is used for \214lename or directory name completion, the)3.095 F -(shell v)108 559.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0 -(is used to \214lter the matches.)2.25 E(An)108 576 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 588 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 -(able is not used to \214lter the matches, b)108 600 Q(ut the)-.2 E F3 -(FIGNORE)2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 616.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 -628.8 R F3(IFS)2.912 E F0 .412(special v)2.662 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 640.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 -652.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 -664.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 -(ord being com-)-.1 F(pleted, and the matching w)108 676.8 Q -(ords become the possible completions.)-.1 E .233 -(After these matches ha)108 693.6 R .533 -.15(ve b)-.2 H .233 -(een generated, an).15 F 2.733(ys)-.15 G .234 -(hell function or command speci\214ed with the)-2.733 F F12.734 E -F0(and)2.734 E F12.734 E F0(op-)2.734 E 4.209(tions is in)108 -705.6 R -.2(vo)-.4 G -.1(ke).2 G 6.709(d. When).1 F 4.208 -(the command or function is in)6.709 F -.2(vo)-.4 G -.1(ke).2 G 4.208 -(d, the).1 F F3(COMP_LINE)6.708 E F4(,)A F3(COMP_POINT)6.458 E F4(,)A F3 -(COMP_KEY)108 717.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 -729.6 S .986(hell function is being in)-3.486 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(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(52)190.95 E 0 Cg EP +(shell v)108 727.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0 +(is used to \214lter the matches.)2.25 E(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(52)199.835 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 .346 -(the function or command is in)108 84 R -.2(vo)-.4 G -.1(ke).2 G .346 -(d, the \214rst ar).1 F .346(gument \()-.18 F/F1 10/Times-Bold@0 SF($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 96 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 108 R -.628(ord preceding the w)-.1 F .629 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(An)108 84 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/F1 10/Times-Bold@0 SF4.084 E F0 +1.584(option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 96 +S .554(rds generated by the pattern need not match the w).1 F .555 +(ord being completed.)-.1 F(The)5.555 E/F2 9/Times-Bold@0 SF(GLOBIGNORE) +3.055 E F0 .555(shell v)2.805 F(ari-)-.25 E +(able is not used to \214lter the matches, b)108 108 Q(ut the)-.2 E F2 +(FIGNORE)2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 124.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 +136.8 R F2(IFS)2.912 E F0 .412(special v)2.662 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 148.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 +160.8 R 1.396(xpansion, as described abo)-.15 F 1.696 -.15(ve u)-.15 H +(nder).15 E F2(EXP)3.896 E(ANSION)-.666 E/F3 9/Times-Roman@0 SF(.)A F0 +1.396(The results are split using the rules described)5.896 F(abo)108 +172.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 +(ord being com-)-.1 F(pleted, and the matching w)108 184.8 Q +(ords become the possible completions.)-.1 E .233 +(After these matches ha)108 201.6 R .533 -.15(ve b)-.2 H .233 +(een generated, an).15 F 2.733(ys)-.15 G .234 +(hell function or command speci\214ed with the)-2.733 F F12.734 E +F0(and)2.734 E F12.734 E F0(op-)2.734 E 4.209(tions is in)108 +213.6 R -.2(vo)-.4 G -.1(ke).2 G 6.709(d. When).1 F 4.208 +(the command or function is in)6.709 F -.2(vo)-.4 G -.1(ke).2 G 4.208 +(d, the).1 F F2(COMP_LINE)6.708 E F3(,)A F2(COMP_POINT)6.458 E F3(,)A F2 +(COMP_KEY)108 225.6 Q F3(,)A F0(and)2.407 E F2(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 +237.6 S .986(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G +.986(d, the).1 F F2(COMP_W)3.486 E(ORDS)-.09 E F0(and)3.236 E F2 +(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 249.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 261.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 273.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 120 R +(No \214ltering of the generated)5.629 F .715(completions ag)108 285.6 R .715(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 132 Q(An)108 148.8 Q 2.937(yf)-.15 G .437(unction speci\214ed with) --2.937 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 160.8 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 -(It must put the possible completions in the)5.456 F/F2 9/Times-Bold@0 -SF(COMPREPL)108 172.8 Q(Y)-.828 E F0(array v)2.25 E -(ariable, one per array element.)-.25 E(Ne)108 189.6 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 -201.6 R .359(should print a list of completions, one per line, to the s\ -tandard output.)2.859 F .358(Backslash may be used)5.359 F -(to escape a ne)108 213.6 Q(wline, if necessary)-.25 E(.)-.65 E .376 -(After all of the possible completions are generated, an)108 230.4 R -2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F12.877 -E F0 .377(option is applied to the)2.877 F 3.182(list. The)108 242.4 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 254.4 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G -(iteral)-3.022 E F1(&)3.022 E F0 .523 +108 297.6 Q(An)108 314.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 +-.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 326.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 +(It must put the possible completions in the)5.456 F F2(COMPREPL)108 +338.4 Q(Y)-.828 E F0(array v)2.25 E(ariable, one per array element.)-.25 +E(Ne)108 355.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 367.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 +379.2 Q(wline, if necessary)-.25 E(.)-.65 E .376 +(After all of the possible completions are generated, an)108 396 R 2.877 +<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F12.877 E F0 +.377(option is applied to the)2.877 F 3.182(list. The)108 408 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 420 R .522(ord being completed.)-.1 F +3.022(Al)5.522 G(iteral)-3.022 E F1(&)3.022 E F0 .523 (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 266.4 R +-.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 432 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 278.4 Q -.05(ga)-.15 G .764 +-3.349 E F1(!)3.349 E F0(ne)108 444 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 290.4 Q F0 +3.264(d. If).15 F(the)3.265 E F1(nocase-)3.265 E(match)108 456 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 -307.2 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H .587(re\214x and suf).15 +472.8 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H .587(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 319.2 Q .246 -(If the pre)108 336 R .247(viously-applied actions do not generate an) +tion code as the list of possible completions.)108 484.8 Q .246 +(If the pre)108 501.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 -F1(complete)108 348 Q F0(when the compspec w)2.5 E +F1(complete)108 513.6 Q F0(when the compspec w)2.5 E (as de\214ned, directory name completion is attempted.)-.1 E .462 -(If the)108 364.8 R F1 .462(\255o plusdirs)2.962 F F0 .462(option w) +(If the)108 530.4 R F1 .462(\255o plusdirs)2.962 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 376.8 Q 2.5(ym)-.15 G +F(pletion is attempted and an)108 542.4 Q 2.5(ym)-.15 G (atches are added to the results of the other actions.)-2.5 E .559 -(By def)108 393.6 R .559(ault, if a compspec is found, whate)-.1 F -.15 +(By def)108 559.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 405.6 R .632(The def)5.632 F(ault)-.1 +.632(of possible completions.)108 571.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 417.6 R +(ault of \214le-)-.1 F .558(name completion is disabled.)108 583.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 429.6 S 3.172(sd).1 G .672 +(when the compspec)3.059 F -.1(wa)108 595.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 (ault completions are attempted if the compspec generates no matches.) --.1 F .671(If the)5.671 F F13.171 E(default)108 441.6 Q F0 1.207 +-.1 F .671(If the)5.671 F F13.171 E(default)108 607.2 Q F0 1.207 (option w)3.706 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 (will be performed if the compspec \(and, if attempted, the def)108 -453.6 Q(ault)-.1 E F1(bash)2.5 E F0(completions\) generate no matches.) +619.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 470.4 R .632(tions force\ - readline to append a slash to completed names which are symbolic links\ - to directories, subject)108 482.4 R 2.762(to the v)108 494.4 R 2.762 +desired, the programmable completion func-)108 636 R .632(tions force r\ +eadline to append a slash to completed names which are symbolic links t\ +o directories, subject)108 648 R 2.762(to the v)108 660 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 506.4 -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 -523.2 R .191(This is most useful when used in combina-)5.191 F 1.172 -(tion with a def)108 535.2 R 1.172(ault completion speci\214ed with)-.1 +(rdless of the setting of the).05 F F1(mark-sym-)5.261 E(link)108 672 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 688.8 +R .191(This is most useful when used in combina-)5.191 F 1.172 +(tion with a def)108 700.8 R 1.172(ault completion speci\214ed with)-.1 F F1 1.172(complete \255D)3.672 F F0 6.172(.I)C(t')-6.172 E 3.672(sp) -.55 G 1.172(ossible for shell functions e)-3.672 F -.15(xe)-.15 G 1.172 (cuted as).15 F .93(completion handlers to indicate that completion sho\ -uld be retried by returning an e)108 547.2 R .93(xit status of 124.)-.15 +uld be retried by returning an e)108 712.8 R .93(xit status of 124.)-.15 F .93(If a)5.93 F .1(shell function returns 124, and changes the compsp\ -ec associated with the command on which completion is)108 559.2 R .665 -(being attempted \(supplied as the \214rst ar)108 571.2 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 -583.2 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 595.2 Q(uilt dynamicall\ -y as completion is attempted, rather than being loaded all at once.)-.2 -E -.15(Fo)108 612 S 2.636(ri).15 G .137 -(nstance, assuming that there is a library of compspecs, each k)-2.636 F -.137(ept in a \214le corresponding to the name of)-.1 F -(the command, the follo)108 624 Q(wing def)-.25 E -(ault completion function w)-.1 E(ould load completions dynamically:)-.1 -E/F3 10/Courier@0 SF(_completion_loader\(\))108 640.8 Q({)108 652.8 Q 6 -(.")144 664.8 S -(/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6 E(})108 -676.8 Q(complete -D -F _completion_loader -o bashdefault -o default)108 -688.8 Q F0(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(53)190.95 E 0 -Cg EP +ec associated with the command on which completion is)108 724.8 R +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(53)199.835 E 0 Cg EP %%Page: 54 54 %%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(HIST)72 84 Q(OR)-.197 E(Y)-.383 E F0 .372(When the)108 -96 R/F2 10/Times-Bold@0 SF .372(\255o history)2.872 F F0 .372 -(option to the)2.872 F F2(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/F3 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .665 +(being attempted \(supplied as the \214rst ar)108 84 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 96 +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 108 Q(uilt dynamically as c\ +ompletion is attempted, rather than being loaded all at once.)-.2 E -.15 +(Fo)108 124.8 S 2.636(ri).15 G .137 +(nstance, assuming that there is a library of compspecs, each k)-2.636 F +.137(ept in a \214le corresponding to the name of)-.1 F +(the command, the follo)108 136.8 Q(wing def)-.25 E +(ault completion function w)-.1 E(ould load completions dynamically:)-.1 +E/F1 10/Courier@0 SF(_completion_loader\(\))108 153.6 Q({)108 165.6 Q 6 +(.")144 177.6 S +(/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6 E(})108 +189.6 Q(complete -D -F _completion_loader -o bashdefault -o default)108 +201.6 Q/F2 10.95/Times-Bold@0 SF(HIST)72 230.4 Q(OR)-.197 E(Y)-.383 E F0 +.372(When the)108 242.4 R/F3 10/Times-Bold@0 SF .372(\255o history)2.872 +F F0 .372(option to the)2.872 F F3(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 108 R .304(viously typed.)-.25 F .304 -(The v)5.304 F .304(alue of the)-.25 F/F4 9/Times-Bold@0 SF(HISTSIZE) +(the list of commands pre)108 254.4 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 120 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 F4 +F .43(mands to sa)108 266.4 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 (stores each command in the history list prior to parameter and v)108 -132 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F4(EXP)2.787 E -(ANSION)-.666 E F0(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 144 S -4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565 +278.4 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 290.4 +S 4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565 (xpansion is performed, subject to the v)-.15 F 1.565 -(alues of the shell v)-.25 F(ariables)-.25 E F4(HISTIGNORE)4.065 E F0 -(and)3.815 E F4(HISTCONTR)108 156 Q(OL)-.27 E/F5 9/Times-Roman@0 SF(.)A -F0 .082 +(alues of the shell v)-.25 F(ariables)-.25 E F5(HISTIGNORE)4.065 E F0 +(and)3.815 E F5(HISTCONTR)108 302.4 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 172.8 R(ariable)-.25 E F4(HISTFILE)2.583 E F0(\(def)2.333 E(ault)-.1 -E F3(~/.bash_history)2.583 E F0(\).)A .315(The \214le named by the v)108 -184.8 R .315(alue of)-.25 F F4(HISTFILE)2.815 E F0 .315 +108 319.2 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 +331.2 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 196.8 R .658(alue of)-.25 F F4 -(HISTFILESIZE)3.158 E F5(.)A F0(If)5.158 E F2(HISTFILESIZE)3.158 E F0 -.659(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 208.8 S +(lines speci\214ed by the v)108 343.2 R .658(alue of)-.25 F F5 +(HISTFILESIZE)3.158 E F6(.)A F0(If)5.158 E F3(HISTFILESIZE)3.158 E F0 +.659(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 355.2 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 220.8 Q 1.604 +(When the history \214le is read, lines)5.142 F(be)108 367.2 Q 1.604 (ginning with the history comment character follo)-.15 F 1.604 (wed immediately by a digit are interpreted as time-)-.25 F .151 -(stamps for the follo)108 232.8 R .151(wing history line.)-.25 F .151 +(stamps for the follo)108 379.2 R .151(wing history line.)-.25 F .151 (These timestamps are optionally displayed depending on the v)5.151 F -.15(alue of)-.25 F(the)108 244.8 Q F4(HISTTIMEFORMA)3.558 E(T)-.855 E F0 +.15(alue of)-.25 F(the)108 391.2 Q F5(HISTTIMEFORMA)3.558 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 F4 +(hell with history enabled e)-3.559 F 1.059(xits, the last)-.15 F F5 ($HISTSIZE)3.559 E F0 1.059(lines are)3.309 F .159 -(copied from the history list to)108 256.8 R F4($HISTFILE)2.659 E F5(.)A -F0 .159(If the)4.659 F F2(histappend)2.658 E F0 .158 -(shell option is enabled \(see the description of)2.658 F F2(shopt)108 -268.8 Q F0(under)2.581 E F4 .081(SHELL B)2.581 F(UIL)-.09 E .081 +(copied from the history list to)108 403.2 R F5($HISTFILE)2.659 E F6(.)A +F0 .159(If the)4.659 F F3(histappend)2.658 E F0 .158 +(shell option is enabled \(see the description of)2.658 F F3(shopt)108 +415.2 Q F0(under)2.581 E F5 .081(SHELL B)2.581 F(UIL)-.09 E .081 (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 280.8 R -.15(ve)-.15 G 2.697(rwritten. If) -.15 F F4(HISTFILE)2.697 E F0 .196(is unset, or if the history \214le is\ +.197(history \214le is o)108 427.2 R -.15(ve)-.15 G 2.697(rwritten. If) +.15 F F5(HISTFILE)2.697 E F0 .196(is unset, or if the history \214le is\ unwritable, the history is not sa)2.447 F -.15(ve)-.2 G(d.).15 E .583 -(If the)108 292.8 R F4(HISTTIMEFORMA)3.083 E(T)-.855 E F0 -.25(va)2.834 +(If the)108 439.2 R F5(HISTTIMEFORMA)3.083 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 304.8 R +F .584(ed with the his-)-.1 F 1.148(tory comment character)108 451.2 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 -(character to distinguish timestamps from other history lines.)108 316.8 +(character to distinguish timestamps from other history lines.)108 463.2 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 -(truncated to contain no more than)108 328.8 R F4(HISTFILESIZE)3.257 E -F0 3.257(lines. If)3.007 F F4(HISTFILESIZE)3.257 E F0 .757 -(is unset, or set to null, a non-)3.007 F(numeric v)108 340.8 Q +(truncated to contain no more than)108 475.2 R F5(HISTFILESIZE)3.257 E +F0 3.257(lines. If)3.007 F F5(HISTFILESIZE)3.257 E F0 .757 +(is unset, or set to null, a non-)3.007 F(numeric v)108 487.2 Q (alue, or a numeric v)-.25 E (alue less than zero, the history \214le is not truncated.)-.25 E .298 -(The b)108 357.6 R .298(uiltin command)-.2 F F2(fc)2.798 E F0(\(see) -2.798 E F4 .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 369.6 R -(The)5.472 E F2(history)2.972 E F0 -.2(bu)2.972 G .471 +(The b)108 504 R .298(uiltin command)-.2 F F3(fc)2.798 E F0(\(see)2.798 +E F5 .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 516 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 -(manipulate the history \214le.)108 381.6 R .001 +(manipulate the history \214le.)108 528 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 393.6 Q -(vide access to the history list.)-.15 E 1.486(The shell allo)108 410.4 +-.2 G .002(ilable in each edit-).25 F(ing mode that pro)108 540 Q +(vide access to the history list.)-.15 E 1.486(The shell allo)108 556.8 R 1.486(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 F4(HISTCONTR)3.985 -E(OL)-.27 E F0(and)3.735 E F4(HISTIGNORE)108 422.4 Q F0 -.25(va)2.707 G +-3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F5(HISTCONTR)3.985 +E(OL)-.27 E F0(and)3.735 E F5(HISTIGNORE)108 568.8 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 F2 -(cmdhist)108 434.4 Q F0 .75 +-.2 H .458(nly a subset of the commands entered.).15 F(The)5.458 E F3 +(cmdhist)108 580.8 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 446.4 R 3.577(,a)-.65 G 1.077 +(the same history entry)108 592.8 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 F2(lithist)3.577 E F0 -.374(shell option causes the shell to sa)108 458.4 R .674 -.15(ve t)-.2 +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 604.8 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 470.4 R F2(shopt)2.818 E F0 -.2(bu)2.818 G .318 -(iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F4 .318(SHELL B)2.818 F +(description of the)108 616.8 R F3(shopt)2.818 E F0 -.2(bu)2.818 G .318 +(iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F5 .318(SHELL B)2.818 F (UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .319 (for information on setting and)2.568 F(unsetting shell options.)108 -482.4 Q F1(HIST)72 499.2 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 511.2 R .611 +628.8 Q F2(HIST)72 645.6 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 657.6 R .611 (xpansion feature that is similar to the history e)-.15 F .61 -(xpansion in)-.15 F F2(csh)3.11 E F0 5.61(.T)C .61(his section)-5.61 F -.87(describes what syntax features are a)108 523.2 R -.25(va)-.2 G 3.371 +(xpansion in)-.15 F F3(csh)3.11 E F0 5.61(.T)C .61(his section)-5.61 F +.87(describes what syntax features are a)108 669.6 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 -.95(can be disabled using the)108 535.2 R F2(+H)3.449 E F0 .949 -(option to the)3.449 F F2(set)3.449 E F0 -.2(bu)3.449 G .949 -(iltin command \(see).2 F F4 .949(SHELL B)3.449 F(UIL)-.09 E .949 -(TIN COMMANDS)-.828 F F0(be-)3.199 E(lo)108 547.2 Q 2.5 +.95(can be disabled using the)108 681.6 R F3(+H)3.449 E F0 .949 +(option to the)3.449 F F3(set)3.449 E F0 -.2(bu)3.449 G .949 +(iltin command \(see).2 F F5 .949(SHELL B)3.449 F(UIL)-.09 E .949 +(TIN COMMANDS)-.828 F F0(be-)3.199 E(lo)108 693.6 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 564 R 1.305(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 576 R .21(guments to a pre)-.18 F -.209(vious command into the current input line, or \214x errors in pre) --.25 F(vious)-.25 E(commands quickly)108 588 Q(.)-.65 E 1.163(History e) -108 604.8 R 1.163(xpansion is performed immediately after a complete li\ -ne is read, before the shell breaks it into)-.15 F -.1(wo)108 616.8 S -.252(rds, and is performed on each line indi).1 F .251 -(vidually without taking quoting on pre)-.25 F .251 -(vious lines into account.)-.25 F(It)5.251 E(tak)108 628.8 Q .145 -(es place in tw)-.1 F 2.645(op)-.1 G 2.646(arts. The)-2.645 F .146(\214\ -rst is to determine which line from the history list to use during subs\ -titution.)2.646 F .766(The second is to select portions of that line fo\ -r inclusion into the current one.)108 640.8 R .766 -(The line selected from the)5.766 F .253(history is the)108 652.8 R F3 --.15(ev)2.753 G(ent).15 E F0 2.753(,a)C .253 -(nd the portions of that line that are acted upon are)-2.753 F F3(wor) -2.753 E(ds)-.37 E F0 5.253(.V)C(arious)-6.363 E F3(modi\214er)2.754 E(s) --.1 E F0 .254(are a)2.754 F -.25(va)-.2 G(il-).25 E .539 -(able to manipulate the selected w)108 664.8 R 3.039(ords. The)-.1 F -.538(line is brok)3.038 F .538(en into w)-.1 F .538(ords in the same f) --.1 F .538(ashion as when reading)-.1 F .572(input, so that se)108 676.8 -R -.15(ve)-.25 G(ral).15 E F3(metac)3.072 E(har)-.15 E(acter)-.15 E F0 -.572(-separated w)B .572(ords surrounded by quotes are considered one w) --.1 F 3.073(ord. His-)-.1 F .356(tory e)108 688.8 R .355 -(xpansions are introduced by the appearance of the history e)-.15 F .355 -(xpansion character)-.15 F 2.855(,w)-.4 G .355(hich is)-2.855 F F2(!) -3.688 E F0 .355(by def)3.688 F(ault.)-.1 E .79(Only backslash \()108 -700.8 R F2(\\).833 E F0 3.29(\)a).833 G .79 -(nd single quotes can quote the history e)-3.29 F .79 -(xpansion character)-.15 F 3.291(,b)-.4 G .791(ut the history e)-3.491 F -(xpansion)-.15 E .789(character is also treated as quoted if it immedia\ -tely precedes the closing double quote in a double-quoted)108 712.8 R -(string.)108 724.8 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(54) -190.95 E 0 Cg EP +1.305(History e)108 710.4 R 1.305(xpansions introduce w)-.15 F 1.306(or\ +ds from the history list into the input stream, making it easy to repea\ +t)-.1 F .21(commands, insert the ar)108 722.4 R .21(guments to a pre) +-.18 F .209 +(vious command into the current input line, or \214x errors in pre)-.25 +F(vious)-.25 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(54)199.835 E +0 Cg EP %%Page: 55 55 %%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(Se)108 84 Q -.15 -(ve)-.25 G .03(ral characters inhibit history e).15 F .03 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(commands quickly) +108 84 Q(.)-.65 E 1.163(History e)108 100.8 R 1.163(xpansion is perform\ +ed immediately after a complete line is read, before the shell breaks i\ +t into)-.15 F -.1(wo)108 112.8 S .252 +(rds, and is performed on each line indi).1 F .251 +(vidually without taking quoting on pre)-.25 F .251 +(vious lines into account.)-.25 F(It)5.251 E(tak)108 124.8 Q .145 +(es place in tw)-.1 F 2.645(op)-.1 G 2.646(arts. The)-2.645 F .146(\214\ +rst is to determine which line from the history list to use during subs\ +titution.)2.646 F .766(The second is to select portions of that line fo\ +r inclusion into the current one.)108 136.8 R .766 +(The line selected from the)5.766 F .253(history is the)108 148.8 R/F1 +10/Times-Italic@0 SF -.15(ev)2.753 G(ent).15 E F0 2.753(,a)C .253 +(nd the portions of that line that are acted upon are)-2.753 F F1(wor) +2.753 E(ds)-.37 E F0 5.253(.V)C(arious)-6.363 E F1(modi\214er)2.754 E(s) +-.1 E F0 .254(are a)2.754 F -.25(va)-.2 G(il-).25 E .539 +(able to manipulate the selected w)108 160.8 R 3.039(ords. The)-.1 F +.538(line is brok)3.038 F .538(en into w)-.1 F .538(ords in the same f) +-.1 F .538(ashion as when reading)-.1 F .572(input, so that se)108 172.8 +R -.15(ve)-.25 G(ral).15 E F1(metac)3.072 E(har)-.15 E(acter)-.15 E F0 +.572(-separated w)B .572(ords surrounded by quotes are considered one w) +-.1 F 3.073(ord. His-)-.1 F .356(tory e)108 184.8 R .355 +(xpansions are introduced by the appearance of the history e)-.15 F .355 +(xpansion character)-.15 F 2.855(,w)-.4 G .355(hich is)-2.855 F/F2 10 +/Times-Bold@0 SF(!)3.688 E F0 .355(by def)3.688 F(ault.)-.1 E .79 +(Only backslash \()108 196.8 R F2(\\).833 E F0 3.29(\)a).833 G .79 +(nd single quotes can quote the history e)-3.29 F .79 +(xpansion character)-.15 F 3.291(,b)-.4 G .791(ut the history e)-3.491 F +(xpansion)-.15 E .789(character is also treated as quoted if it immedia\ +tely precedes the closing double quote in a double-quoted)108 208.8 R +(string.)108 220.8 Q(Se)108 237.6 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 96 T 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/F1 10/Times-Bold@0 SF(=)3.162 E F0 5.662(.I)C 3.162(ft)-5.662 G(he) --3.162 E F1(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F1 -(\()3.162 E F0(will also inhibit e)108 108 Q(xpansion.)-.15 E(Se)108 -124.8 Q -.15(ve)-.25 G .109(ral shell options settable with the).15 F F1 -(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 .232(If the)108 136.8 R F1(histv)2.732 E(erify)-.1 E -F0 .231(shell option is enabled \(see the description of the)2.731 F F1 -(shopt)2.731 E F0 -.2(bu)2.731 G .231(iltin belo).2 F .231(w\), and)-.25 -F F1 -.18(re)2.731 G(adline).18 E F0 .231(is be-)2.731 F .449(ing used,\ - history substitutions are not immediately passed to the shell parser) -108 148.8 R 5.449(.I)-.55 G .449(nstead, the e)-5.449 F .449 -(xpanded line is)-.15 F 2.228(reloaded into the)108 160.8 R F1 -.18(re) +F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 249.6 T +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 F2(=)3.162 E F0 5.662(.I)C 3.162(ft)-5.662 G(he)-3.162 E F2 +(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F2(\()3.162 E +F0(will also inhibit e)108 261.6 Q(xpansion.)-.15 E(Se)108 278.4 Q -.15 +(ve)-.25 G .109(ral shell options settable with the).15 F F2(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 .232(If the)108 290.4 R F2 +(histv)2.732 E(erify)-.1 E F0 .231 +(shell option is enabled \(see the description of the)2.731 F F2(shopt) +2.731 E F0 -.2(bu)2.731 G .231(iltin belo).2 F .231(w\), and)-.25 F F2 +-.18(re)2.731 G(adline).18 E F0 .231(is be-)2.731 F .449(ing used, hist\ +ory substitutions are not immediately passed to the shell parser)108 +302.4 R 5.449(.I)-.55 G .449(nstead, the e)-5.449 F .449 +(xpanded line is)-.15 F 2.228(reloaded into the)108 314.4 R F2 -.18(re) 4.728 G(adline).18 E F0 2.228(editing b)4.728 F(uf)-.2 E 2.228 -(fer for further modi\214cation.)-.25 F(If)7.228 E F1 -.18(re)4.728 G -(adline).18 E F0 2.228(is being used, and the)4.728 F F1(histr)108 172.8 +(fer for further modi\214cation.)-.25 F(If)7.228 E F2 -.18(re)4.728 G +(adline).18 E F0 2.228(is being used, and the)4.728 F F2(histr)108 326.4 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 F1 -.18(re) -3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 184.8 S -.25(ff).2 G -.304(er for correction.).25 F(The)5.304 E F12.804 E F0 .304 -(option to the)2.804 F F1(history)2.804 E F0 -.2(bu)2.804 G .303 +(ailed history substitution will be reloaded into the)-.1 F F2 -.18(re) +3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 338.4 S -.25(ff).2 G +.304(er for correction.).25 F(The)5.304 E F22.804 E F0 .304 +(option to the)2.804 F F2(history)2.804 E F0 -.2(bu)2.804 G .303 (iltin command may be used to see what a history e).2 F(x-)-.15 E .52 -(pansion will do before using it.)108 196.8 R(The)5.52 E F13.02 E -F0 .52(option to the)3.02 F F1(history)3.02 E F0 -.2(bu)3.02 G .52 +(pansion will do before using it.)108 350.4 R(The)5.52 E F23.02 E +F0 .52(option to the)3.02 F F2(history)3.02 E F0 -.2(bu)3.02 G .52 (iltin may be used to add commands to the).2 F -(end of the history list without actually e)108 208.8 Q -.15(xe)-.15 G +(end of the history list without actually e)108 362.4 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 1.109(The shell allo)108 225.6 R +(ilable for subsequent recall.).25 E 1.109(The shell allo)108 379.2 R 1.108(ws control of the v)-.25 F 1.108 (arious characters used by the history e)-.25 F 1.108 -(xpansion mechanism \(see the de-)-.15 F .162(scription of)108 237.6 R -F1(histchars)2.662 E F0(abo)2.662 E .462 -.15(ve u)-.15 H(nder).15 E F1 +(xpansion mechanism \(see the de-)-.15 F .162(scription of)108 391.2 R +F2(histchars)2.662 E F0(abo)2.662 E .462 -.15(ve u)-.15 H(nder).15 E F2 .163(Shell V)2.662 F(ariables)-.92 E F0 2.663(\). The)B .163 (shell uses the history comment character to mark)2.663 F -(history timestamps when writing the history \214le.)108 249.6 Q F1(Ev) -87 266.4 Q(ent Designators)-.1 E F0 .205(An e)108 278.4 R -.15(ve)-.25 G +(history timestamps when writing the history \214le.)108 403.2 Q F2(Ev) +87 420 Q(ent Designators)-.1 E F0 .205(An e)108 432 R -.15(ve)-.25 G .204(nt designator is a reference to a command line entry in the histor\ -y list.).15 F .204(Unless the reference is abso-)5.204 F(lute, e)108 -290.4 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 307.2 Q -F0 1.607(Start a history substitution, e)144 307.2 R 1.607 -(xcept when follo)-.15 F 1.607(wed by a)-.25 F F1(blank)4.107 E F0 4.107 +y list.).15 F .204(Unless the reference is abso-)5.204 F(lute, e)108 444 +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 F2(!)108 460.8 Q F0 +1.607(Start a history substitution, e)144 460.8 R 1.607 +(xcept when follo)-.15 F 1.607(wed by a)-.25 F F2(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 319.2 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 331.2 Q/F2 10/Times-Italic@0 SF(n)A F0 -(Refer to command line)144 331.2 Q F2(n)2.86 E F0(.).24 E F1<21ad>108 -343.2 Q F2(n)A F0(Refer to the current command minus)144 343.2 Q F2(n) -2.86 E F0(.).24 E F1(!!)108 355.2 Q F0(Refer to the pre)144 355.2 Q -(vious command.)-.25 E(This is a synon)5 E(ym for `!\2551'.)-.15 E F1(!) -108 367.2 Q F2(string)A F0 .865(Refer to the most recent command preced\ -ing the current position in the history list starting with)144 367.2 R -F2(string)144.34 379.2 Q F0(.).22 E F1(!?)108 391.2 Q F2(string)A F1 -([?])A F0 1.503(Refer to the most recent command preceding the current \ -position in the history list containing)144 403.2 R F2(string)144.34 -415.2 Q F0 5.497(.T).22 G .497(he trailing)-5.497 F F1(?)2.997 E F0 .497 -(may be omitted if)2.997 F F2(string)3.337 E F0 .496(is follo)3.216 F -.496(wed immediately by a ne)-.25 F 2.996(wline. If)-.25 F F2(string) -2.996 E F0(is)2.996 E .39(missing, the string from the most recent sear\ -ch is used; it is an error if there is no pre)144 427.2 R .391 -(vious search)-.25 F(string.)144 439.2 Q/F3 12/Times-Bold@0 SF(^)108 -456.2 Q F2(string1)-5 I F3(^)5 I F2(string2)-5 I F3(^)5 I F0 .753 -(Quick substitution.)144 463.2 R .753(Repeat the pre)5.753 F .753 -(vious command, replacing)-.25 F F2(string1)3.593 E F0(with)3.253 E F2 -(string2)3.592 E F0 5.752(.E).02 G(qui)-5.752 E -.25(va)-.25 G .752 -(lent to).25 F -.74(``)144 475.2 S(!!:s).74 E/F4 12/Times-Roman@0 SF(^)5 -I F2(string1)-5 I F4(^)5 I F2(string2)-5 I F4(^)5 I F0 1.48 -.74('' \() --5 L(see).74 E F1(Modi\214ers)2.5 E F0(belo)2.5 E(w\).)-.25 E F1(!#)108 -487.2 Q F0(The entire command line typed so f)144 487.2 Q(ar)-.1 E(.) --.55 E F1 -.75(Wo)87 504 S(rd Designators).75 E F0 -.8(Wo)108 516 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.314(separates the e)3.814 F -.15(ve)-.25 G 1.314(nt speci\214cation) -.15 F .53(from the w)108 528 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.529(.W)C(ords)-6.329 E .515 -(are numbered from the be)108 540 R .516 +(\(when the)144 472.8 Q F2(extglob)2.5 E F0 +(shell option is enabled using the)2.5 E F2(shopt)2.5 E F0 -.2(bu)2.5 G +(iltin\).).2 E F2(!)108 484.8 Q F1(n)A F0(Refer to command line)144 +484.8 Q F1(n)2.86 E F0(.).24 E F2<21ad>108 496.8 Q F1(n)A F0 +(Refer to the current command minus)144 496.8 Q F1(n)2.86 E F0(.).24 E +F2(!!)108 508.8 Q F0(Refer to the pre)144 508.8 Q(vious command.)-.25 E +(This is a synon)5 E(ym for `!\2551'.)-.15 E F2(!)108 520.8 Q F1(string) +A F0 .865(Refer to the most recent command preceding the current positi\ +on in the history list starting with)144 520.8 R F1(string)144.34 532.8 +Q F0(.).22 E F2(!?)108 544.8 Q F1(string)A F2([?])A F0 1.503(Refer to t\ +he most recent command preceding the current position in the history li\ +st containing)144 556.8 R F1(string)144.34 568.8 Q F0 5.497(.T).22 G +.497(he trailing)-5.497 F F2(?)2.997 E F0 .497(may be omitted if)2.997 F +F1(string)3.337 E F0 .496(is follo)3.216 F .496(wed immediately by a ne) +-.25 F 2.996(wline. If)-.25 F F1(string)2.996 E F0(is)2.996 E .39(missi\ +ng, the string from the most recent search is used; it is an error if t\ +here is no pre)144 580.8 R .391(vious search)-.25 F(string.)144 592.8 Q +/F3 12/Times-Bold@0 SF(^)108 609.8 Q F1(string1)-5 I F3(^)5 I F1 +(string2)-5 I F3(^)5 I F0 .753(Quick substitution.)144 616.8 R .753 +(Repeat the pre)5.753 F .753(vious command, replacing)-.25 F F1(string1) +3.593 E F0(with)3.253 E F1(string2)3.592 E F0 5.752(.E).02 G(qui)-5.752 +E -.25(va)-.25 G .752(lent to).25 F -.74(``)144 628.8 S(!!:s).74 E/F4 12 +/Times-Roman@0 SF(^)5 I F1(string1)-5 I F4(^)5 I F1(string2)-5 I F4(^)5 +I F0 1.48 -.74('' \()-5 L(see).74 E F2(Modi\214ers)2.5 E F0(belo)2.5 E +(w\).)-.25 E F2(!#)108 640.8 Q F0(The entire command line typed so f)144 +640.8 Q(ar)-.1 E(.)-.55 E F2 -.75(Wo)87 657.6 S(rd Designators).75 E F0 +-.8(Wo)108 669.6 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 F2(:) +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 681.6 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 F2(^)3.029 E F0(,)A F2($)3.029 E F0(,)A F2(*)3.029 E +F0(,)A F23.029 E F0 3.029(,o)C(r)-3.029 E F2(%)3.029 E F0 5.529(.W)C +(ords)-6.329 E .515(are numbered from the be)108 693.6 R .516 (ginning of the line, with the \214rst w)-.15 F .516 (ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)5.516 G .516(rds are in-) -.8 F(serted into the current line separated by single spaces.)108 552 Q -F1 2.5(0\()108 568.8 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 580.8 Q -2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E -F2(n)108.36 592.8 Q F0(The)144 592.8 Q F2(n)2.5 E F0(th w)A(ord.)-.1 E -F1(^)108 604.8 Q F0(The \214rst ar)144 604.8 Q 2.5(gument. That)-.18 F -(is, w)2.5 E(ord 1.)-.1 E F1($)108 616.8 Q F0 .064(The last w)144 616.8 -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 -.063(ord if there is only)-.1 F(one w)144 628.8 Q(ord in the line.)-.1 E -F1(%)108 640.8 Q F0 1.419(The \214rst w)144 640.8 R 1.419 -(ord matched by the most recent `?)-.1 F F2(string)A F0 1.42 -(?' search, if the search string be)B 1.42(gins with a)-.15 F -(character that is part of a w)144 652.8 Q(ord.)-.1 E F2(x)108.77 664.8 -Q F1A F2(y)A F0 2.5(Ar)144 664.8 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 676.8 Q F0 .316(All of the w)144 676.8 R .316(ords b)-.1 F .316 -(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 688.8 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 700.8 Q F0(Abbre)144 700.8 Q(viates)-.25 E F2(x\255$)2.5 E -F0(.)A F1<78ad>108 712.8 Q F0(Abbre)144 712.8 Q(viates)-.25 E F2(x\255$) -2.5 E F0(lik)2.5 E(e)-.1 E F1(x*)2.5 E F0 2.5(,b)C(ut omits the last w) --2.7 E 2.5(ord. If)-.1 F F1(x)2.5 E F0(is missing, it def)2.5 E -(aults to 0.)-.1 E(If a w)108 729.6 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(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E -(55)190.95 E 0 Cg EP +.8 F(serted into the current line separated by single spaces.)108 705.6 +Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(55)199.835 E 0 Cg EP %%Page: 56 56 %%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(Modi\214ers)87 84 Q F0 .183(After the optional w)108 96 R .183 +SF 2.5(0\()108 84 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 96 Q 2.5 +(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E/F2 +10/Times-Italic@0 SF(n)108.36 108 Q F0(The)144 108 Q F2(n)2.5 E F0(th w) +A(ord.)-.1 E F1(^)108 120 Q F0(The \214rst ar)144 120 Q 2.5 +(gument. That)-.18 F(is, w)2.5 E(ord 1.)-.1 E F1($)108 132 Q F0 .064 +(The last w)144 132 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 .063(ord if there is only)-.1 F(one w)144 +144 Q(ord in the line.)-.1 E F1(%)108 156 Q F0 1.419(The \214rst w)144 +156 R 1.419(ord matched by the most recent `?)-.1 F F2(string)A F0 1.42 +(?' search, if the search string be)B 1.42(gins with a)-.15 F +(character that is part of a w)144 168 Q(ord.)-.1 E F2(x)108.77 180 Q F1 +A F2(y)A F0 2.5(Ar)144 180 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 192 Q F0 .316(All of the w)144 192 R .316(ords b)-.1 F .316 +(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 204 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 216 Q F0(Abbre)144 216 Q(viates)-.25 E F2(x\255$)2.5 E F0(.) +A F1<78ad>108 228 Q F0(Abbre)144 228 Q(viates)-.25 E F2(x\255$)2.5 E F0 +(lik)2.5 E(e)-.1 E F1(x*)2.5 E F0 2.5(,b)C(ut omits the last w)-2.7 E +2.5(ord. If)-.1 F F1(x)2.5 E F0(is missing, it def)2.5 E(aults to 0.)-.1 +E(If a w)108 244.8 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 261.6 Q F0 .183(After the optional w)108 273.6 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 -(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 108 Q +(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 285.6 Q (These modify)5 E 2.5(,o)-.65 G 2.5(re)-2.5 G(dit, the w)-2.5 E (ord or w)-.1 E(ords selected from the history e)-.1 E -.15(ve)-.25 G -(nt.).15 E F1(h)108 124.8 Q F0(Remo)144 124.8 Q .3 -.15(ve a t)-.15 H +(nt.).15 E F1(h)108 302.4 Q F0(Remo)144 302.4 Q .3 -.15(ve a t)-.15 H (railing \214lename component, lea).15 E(ving only the head.)-.2 E F1(t) -108 136.8 Q F0(Remo)144 136.8 Q .3 -.15(ve a)-.15 H +108 314.4 Q F0(Remo)144 314.4 Q .3 -.15(ve a)-.15 H (ll leading \214lename components, lea).15 E(ving the tail.)-.2 E F1(r) -108 148.8 Q F0(Remo)144 148.8 Q .3 -.15(ve a t)-.15 H(railing suf).15 E -(\214x of the form)-.25 E/F2 10/Times-Italic@0 SF(.xxx)2.5 E F0 2.5(,l)C -(ea)-2.5 E(ving the basename.)-.2 E F1(e)108 160.8 Q F0(Remo)144 160.8 Q -.3 -.15(ve a)-.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E -F1(p)108 172.8 Q F0(Print the ne)144 172.8 Q 2.5(wc)-.25 G(ommand b)-2.5 -E(ut do not e)-.2 E -.15(xe)-.15 G(cute it.).15 E F1(q)108 184.8 Q F0 -(Quote the substituted w)144 184.8 Q -(ords, escaping further substitutions.)-.1 E F1(x)108 196.8 Q F0 .386 -(Quote the substituted w)144 196.8 R .386(ords as with)-.1 F F1(q)2.886 +108 326.4 Q F0(Remo)144 326.4 Q .3 -.15(ve a t)-.15 H(railing suf).15 E +(\214x of the form)-.25 E F2(.xxx)2.5 E F0 2.5(,l)C(ea)-2.5 E +(ving the basename.)-.2 E F1(e)108 338.4 Q F0(Remo)144 338.4 Q .3 -.15 +(ve a)-.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F1(p)108 +350.4 Q F0(Print the ne)144 350.4 Q 2.5(wc)-.25 G(ommand b)-2.5 E +(ut do not e)-.2 E -.15(xe)-.15 G(cute it.).15 E F1(q)108 362.4 Q F0 +(Quote the substituted w)144 362.4 Q +(ords, escaping further substitutions.)-.1 E F1(x)108 374.4 Q F0 .386 +(Quote the substituted w)144 374.4 R .386(ords as with)-.1 F F1(q)2.886 E F0 2.886(,b)C .386(ut break into w)-3.086 F .385(ords at)-.1 F F1 (blanks)2.885 E F0 .385(and ne)2.885 F 2.885(wlines. The)-.25 F F1(q) 2.885 E F0(and)2.885 E F1(x)2.885 E F0(modi\214ers are mutually e)144 -208.8 Q(xclusi)-.15 E -.15(ve)-.25 G 2.5(;t).15 G -(he last one supplied is used.)-2.5 E F1(s/)108 220.8 Q F2(old)A F1(/)A -F2(ne)A(w)-.15 E F1(/)A F0(Substitute)144 232.8 Q F2(ne)3.328 E(w)-.15 E +386.4 Q(xclusi)-.15 E -.15(ve)-.25 G 2.5(;t).15 G +(he last one supplied is used.)-2.5 E F1(s/)108 398.4 Q F2(old)A F1(/)A +F2(ne)A(w)-.15 E F1(/)A F0(Substitute)144 410.4 Q F2(ne)3.328 E(w)-.15 E F0 .469(for the \214rst occurrence of)3.278 F F2(old)3.199 E F0 .469 (in the e)3.739 F -.15(ve)-.25 G .469(nt line.).15 F(An)5.469 E 2.969 (yc)-.15 G .469(haracter may be used as the)-2.969 F .954 -(delimiter in place of /.)144 244.8 R .953 +(delimiter in place of /.)144 422.4 R .953 (The \214nal delimiter is optional if it is the last character of the e) 5.953 F -.15(ve)-.25 G .953(nt line.).15 F .131 -(The delimiter may be quoted in)144 256.8 R F2(old)2.861 E F0(and)3.401 +(The delimiter may be quoted in)144 434.4 R F2(old)2.861 E F0(and)3.401 E F2(ne)2.991 E(w)-.15 E F0 .131(with a single backslash.)2.941 F .131 (If & appears in)5.131 F F2(ne)2.991 E(w)-.15 E F0 2.631(,i).31 G 2.631 -(ti)-2.631 G 2.631(sr)-2.631 G(e-)-2.631 E .62(placed by)144 268.8 R F2 +(ti)-2.631 G 2.631(sr)-2.631 G(e-)-2.631 E .62(placed by)144 446.4 R F2 (old)3.349 E F0 5.619(.A).77 G .619(single backslash will quote the &.) -2.5 F(If)5.619 E F2(old)3.349 E F0 .619(is null, it is set to the last) -3.889 F F2(old)3.349 E F0(substi-)3.889 E .486(tuted, or)144 280.8 R +3.889 F F2(old)3.349 E F0(substi-)3.889 E .486(tuted, or)144 458.4 R 2.986(,i)-.4 G 2.986(fn)-2.986 G 2.986(op)-2.986 G(re)-2.986 E .486 (vious history substitutions took place, the last)-.25 F F2(string)3.326 E F0 .487(in a)3.206 F F1(!?)2.987 E F2(string)A F1([?])A F0 2.987 -(search. If)5.487 F F2(ne)144.36 292.8 Q(w)-.15 E F0 +(search. If)5.487 F F2(ne)144.36 470.4 Q(w)-.15 E F0 (is null, each matching)2.81 E F2(old)2.73 E F0(is deleted.)3.27 E F1(&) -108 304.8 Q F0(Repeat the pre)144 304.8 Q(vious substitution.)-.25 E F1 -(g)108 316.8 Q F0 .398(Cause changes to be applied o)144 316.8 R -.15 +108 482.4 Q F0(Repeat the pre)144 482.4 Q(vious substitution.)-.25 E F1 +(g)108 494.4 Q F0 .398(Cause changes to be applied o)144 494.4 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 328.8 Q F1(:gs/)A F2(old)A F1(/)A F2 +F0 2.897('\()C(e.g.,)-2.897 E(`)144 506.4 Q F1(:gs/)A F2(old)A F1(/)A F2 (ne)A(w)-.15 E F1(/)A F0 .35('\) or `)B F1(:&)A F0 2.85('. If)B .35 (used with `)2.85 F F1(:s)A F0 .35(', an)B 2.85(yd)-.15 G .351 (elimiter can be used in place of /, and the \214nal de-)-2.85 F -(limiter is optional if it is the last character of the e)144 340.8 Q +(limiter is optional if it is the last character of the e)144 518.4 Q -.15(ve)-.25 G(nt line.).15 E(An)5 E F1(a)2.5 E F0 (may be used as a synon)2.5 E(ym for)-.15 E F1(g)2.5 E F0(.)A F1(G)108 -352.8 Q F0(Apply the follo)144 352.8 Q(wing `)-.25 E F1(s)A F0 2.5('o)C +530.4 Q F0(Apply the follo)144 530.4 Q(wing `)-.25 E F1(s)A F0 2.5('o)C 2.5(r`)-2.5 G F1(&)-2.5 E 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 369.6 Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F0 .063 -(Unless otherwise noted, each b)108 381.6 R .062(uiltin command documen\ +SF(SHELL B)72 547.2 Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F0 .063 +(Unless otherwise noted, each b)108 559.2 R .062(uiltin command documen\ ted in this section as accepting options preceded by)-.2 F F1108 -393.6 Q F0(accepts)3.077 E F13.077 E F0 .577 +571.2 Q F0(accepts)3.077 E F13.077 E F0 .577 (to signify the end of the options.)3.077 F(The)5.577 E F1(:)3.077 E F0 (,)A F1(true)3.077 E F0(,)A F1(false)3.077 E F0 3.077(,a)C(nd)-3.077 E F1(test)3.077 E F0(/)A F1([)A F0 -.2(bu)3.077 G .577 -(iltins do not accept options).2 F .462(and do not treat)108 405.6 R F1 +(iltins do not accept options).2 F .462(and do not treat)108 583.2 R F1 2.961 E F0(specially)2.961 E 5.461(.T)-.65 G(he)-5.461 E F1(exit) 2.961 E F0(,)A F1(logout)2.961 E F0(,)A F1 -.18(re)2.961 G(tur).18 E(n) -.15 E F0(,)A F1(br)2.961 E(eak)-.18 E F0(,)A F1(continue)2.961 E F0(,)A F1(let)2.961 E F0 2.961(,a)C(nd)-2.961 E F1(shift)2.961 E F0 -.2(bu) -2.961 G .461(iltins accept and).2 F .26(process ar)108 417.6 R .26 +2.961 G .461(iltins accept and).2 F .26(process ar)108 595.2 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 429.6 R 1.154(guments be)-.18 F 1.154(ginning with)-.15 F F1 +108 607.2 R 1.154(guments be)-.18 F 1.154(ginning with)-.15 F F1 3.654 E F0 1.154(as in)3.654 F -.25(va)-.4 G 1.154 (lid options and require).25 F F13.654 E F0(to)3.654 E(pre)108 -441.6 Q -.15(ve)-.25 G(nt this interpretation.).15 E F1(:)108 459.6 Q F0 -([)2.5 E F2(ar)A(guments)-.37 E F0(])A .451(No ef)144 471.6 R .451 +619.2 Q -.15(ve)-.25 G(nt this interpretation.).15 E F1(:)108 637.2 Q F0 +([)2.5 E F2(ar)A(guments)-.37 E F0(])A .451(No ef)144 649.2 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 .452(and performing an)3.222 F -2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 483.6 R -(return status is zero.)2.5 E F1(.)110.5 500.4 Q F2(\214lename)6.666 E -F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108 512.4 Q(ce)-.18 E -F2(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.02 -(Read and e)144 524.4 R -.15(xe)-.15 G 1.02(cute commands from).15 F F2 +2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 661.2 R +(return status is zero.)2.5 E F1(.)110.5 678 Q F2(\214lename)6.666 E F0 +([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108 690 Q(ce)-.18 E F2 +(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.02 +(Read and e)144 702 R -.15(xe)-.15 G 1.02(cute commands from).15 F F2 (\214lename)5.43 E F0 1.02(in the current shell en)3.7 F 1.02 (vironment and return the e)-.4 F(xit)-.15 E 1.33 -(status of the last command e)144 536.4 R -.15(xe)-.15 G 1.331 -(cuted from).15 F F2(\214lename)5.741 E F0 6.331(.I).18 G(f)-6.331 E F2 -(\214lename)5.741 E F0 1.331(does not contain a slash, \214le-)4.011 F -.489(names in)144 548.4 R/F4 9/Times-Bold@0 SF -.666(PA)2.989 G(TH)-.189 -E F0 .489(are used to \214nd the directory containing)2.739 F F2 -(\214lename)4.899 E F0 5.488(.T).18 G .488(he \214le searched for in) --5.488 F F4 -.666(PA)2.988 G(TH)-.189 E F0 .832(need not be e)144 560.4 -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 572.4 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 .981(f, the)-.25 F F4 -.666(PA)144 -584.4 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 596.4 Q F0 .485(is e)2.985 F -.15(xe)-.15 G 2.985 -(cuted. Otherwise).15 F .485(the positional parameters are unchanged.) -2.985 F .485(If the)5.485 F F12.985 E F0 .485(option is en-)2.985 -F(abled,)144 608.4 Q F1(sour)3.324 E(ce)-.18 E F0 .824(inherits an)3.324 -F 3.324(yt)-.15 G .824(rap on)-3.324 F F1(DEB)3.324 E(UG)-.1 E F0 3.324 -(;i)C 3.324(fi)-3.324 G 3.324(ti)-3.324 G 3.324(sn)-3.324 G .825(ot, an) --3.324 F(y)-.15 E F1(DEB)3.325 E(UG)-.1 E F0 .825(trap string is sa) -3.325 F -.15(ve)-.2 G 3.325(da).15 G .825(nd re-)-3.325 F .817 -(stored around the call to)144 620.4 R F1(sour)3.317 E(ce)-.18 E F0 -3.317(,a)C(nd)-3.317 E F1(sour)3.317 E(ce)-.18 E F0 .817(unsets the) -3.317 F F1(DEB)3.317 E(UG)-.1 E F0 .817(trap while it e)3.317 F -.15(xe) --.15 G 3.317(cutes. If).15 F F13.317 E F0(is)3.317 E 1.435 -(not set, and the sourced \214le changes the)144 632.4 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.763 -(completes. The)144 644.4 R 1.262 -(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 656.4 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 673.2 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 685.2 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.225 E -F2(name)144 697.2 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 709.2 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 .009(ed for alias substi-)-.1 F 1.773 -(tution when the alias is e)144 721.2 R 4.273(xpanded. F)-.15 F 1.773 -(or each)-.15 F F2(name)4.273 E F0 1.773(in the ar)4.273 F 1.773 -(gument list for which no)-.18 F F2(value)4.273 E F0(is)4.272 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(56)190.95 E 0 Cg EP +(status of the last command e)144 714 R -.15(xe)-.15 G 1.331(cuted from) +.15 F F2(\214lename)5.741 E F0 6.331(.I).18 G(f)-6.331 E F2(\214lename) +5.741 E F0 1.331(does not contain a slash, \214le-)4.011 F .489 +(names in)144 726 R/F4 9/Times-Bold@0 SF -.666(PA)2.989 G(TH)-.189 E F0 +.489(are used to \214nd the directory containing)2.739 F F2(\214lename) +4.899 E F0 5.488(.T).18 G .488(he \214le searched for in)-5.488 F F4 +-.666(PA)2.988 G(TH)-.189 E F0(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 +E(56)199.835 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 .542 -(supplied, the name and v)144 84 R .542(alue of the alias is printed.) --.25 F/F1 10/Times-Bold@0 SF(Alias)5.542 E F0 .542 -(returns true unless a)3.042 F/F2 10/Times-Italic@0 SF(name)3.043 E F0 -.543(is gi)3.043 F -.15(ve)-.25 G 3.043(nf).15 G(or)-3.043 E -(which no alias has been de\214ned.)144 96 Q F1(bg)108 112.8 Q F0([)2.5 -E F2(jobspec)A F0(...])2.5 E .745(Resume each suspended job)144 124.8 R -F2(jobspec)3.245 E F0 .745 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .832 +(need not be e)144 84 R -.15(xe)-.15 G 3.332(cutable. When).15 F/F1 10 +/Times-Bold@0 SF(bash)3.332 E F0 .832(is not in)3.332 F/F2 10 +/Times-Italic@0 SF .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 96 R/F3 9/Times-Bold@0 SF -.666(PA)3.481 G(TH) +-.189 E/F4 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 .981(f, the)-.25 F F3 -.666 +(PA)144 108 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 120 Q F0 .485(is e)2.985 F -.15(xe)-.15 G 2.985 +(cuted. Otherwise).15 F .485(the positional parameters are unchanged.) +2.985 F .485(If the)5.485 F F12.985 E F0 .485(option is en-)2.985 +F(abled,)144 132 Q F1(sour)3.324 E(ce)-.18 E F0 .824(inherits an)3.324 F +3.324(yt)-.15 G .824(rap on)-3.324 F F1(DEB)3.324 E(UG)-.1 E F0 3.324 +(;i)C 3.324(fi)-3.324 G 3.324(ti)-3.324 G 3.324(sn)-3.324 G .825(ot, an) +-3.324 F(y)-.15 E F1(DEB)3.325 E(UG)-.1 E F0 .825(trap string is sa) +3.325 F -.15(ve)-.2 G 3.325(da).15 G .825(nd re-)-3.325 F .817 +(stored around the call to)144 144 R F1(sour)3.317 E(ce)-.18 E F0 3.317 +(,a)C(nd)-3.317 E F1(sour)3.317 E(ce)-.18 E F0 .817(unsets the)3.317 F +F1(DEB)3.317 E(UG)-.1 E F0 .817(trap while it e)3.317 F -.15(xe)-.15 G +3.317(cutes. If).15 F F13.317 E F0(is)3.317 E 1.435 +(not set, and the sourced \214le changes the)144 156 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.763 +(completes. The)144 168 R 1.262 +(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 180 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 196.8 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 208.8 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.225 E +F2(name)144 220.8 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 232.8 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 .009(ed for alias substi-)-.1 F .579 +(tution when the alias is e)144 244.8 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 .578(is sup-)3.078 +F 1.313(plied, the name and v)144 256.8 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.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 268.8 Q F1(bg)108 285.6 Q F0([) +2.5 E F2(jobspec)A F0(...])2.5 E .745(Resume each suspended job)144 +297.6 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 136.8 Q F0 .671 +F0 5.744(.I)C(f)-5.744 E F2(job-)4.984 E(spec)144 309.6 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 148.8 R 2.919(,w)-.4 G .419 +(when job control is disabled or)144 321.6 R 2.919(,w)-.4 G .419 (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 160.8 Q(as started without job control.)-.1 -E F1(bind)108 177.6 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 189.6 Q F0([)2.5 E F1 +(ot)-2.918 E(found or w)144 333.6 Q(as started without job control.)-.1 +E F1(bind)108 350.4 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 362.4 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 (function)2.5 E F0 2.5(][)C F1-2.5 E F2(function)2.5 E F0 2.5(][)C -F1-2.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(])A F1(bind)108 201.6 Q F0 +F1-2.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(])A F1(bind)108 374.4 Q F0 ([)2.5 E F1A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F12.5 E F2 -(\214lename)2.5 E F1(bind)108 213.6 Q F0([)2.5 E F1A F2 -.1(ke)2.5 +(\214lename)2.5 E F1(bind)108 386.4 Q F0([)2.5 E F1A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F12.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 -(shell\255command)A F1(bind)108 225.6 Q F0([)2.5 E F1A F2 -.1(ke) +(shell\255command)A F1(bind)108 398.4 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 -(function\255name)A F1(bind)108 237.6 Q F0([)2.5 E F1A F2 -.1(ke) +(function\255name)A F1(bind)108 410.4 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 .238(Display current)144 249.6 R F1 -.18(re) +(adline\255command).37 E F0 .238(Display current)144 422.4 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 261.6 R F1 -.18(re)2.976 G(adline).18 E +2.739 F .476(macro, or set a)144 434.4 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.23 273.6 Q(c)-.37 E F0 2.967(,b).31 G .467 +(.inputr)144.23 446.4 Q(c)-.37 E F0 2.967(,b).31 G .467 (ut each binding or command must be passed as a separate ar)-3.167 F .468(gument; e.g., '"\\C\255x\\C\255r":)-.18 F 2.5 -(re\255read\255init\255\214le'. Options,)144 285.6 R(if supplied, ha)2.5 +(re\255read\255init\255\214le'. Options,)144 458.4 R(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 -297.6 Q F2 -.1(ke)2.5 G(ymap)-.2 E F0(Use)180 309.6 Q F2 -.1(ke)5.159 G +470.4 Q F2 -.1(ke)2.5 G(ymap)-.2 E F0(Use)180 482.4 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 321.6 S(ymap)-.2 E F0 3.192(names are)5.882 F F2 3.192 +F2 -.1(ke)180 494.4 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 333.6 Q F0 4.09(,a)C(nd)-4.09 E F2(vi\255insert)4.38 +(vi\255command)180 506.4 Q F0 4.09(,a)C(nd)-4.09 E F2(vi\255insert)4.38 E F0(.).68 E F2(vi)6.589 E F0 1.589(is equi)4.089 F -.25(va)-.25 G 1.589 (lent to).25 F F2(vi\255command)4.089 E F0(\()4.089 E F2(vi\255mo)A(ve) --.1 E F0 1.589(is also a syn-)4.089 F(on)180 345.6 Q(ym\);)-.15 E F2 +-.1 E F0 1.589(is also a syn-)4.089 F(on)180 518.4 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 357.6 Q F0 -(List the names of all)180 357.6 Q F1 -.18(re)2.5 G(adline).18 E F0 -(functions.)2.5 E F1144 369.6 Q F0(Display)180 369.6 Q F1 -.18(re) +(emacs\255standar)2.5 E(d)-.37 E F0(.)A F1144 530.4 Q F0 +(List the names of all)180 530.4 Q F1 -.18(re)2.5 G(adline).18 E F0 +(functions.)2.5 E F1144 542.4 Q F0(Display)180 542.4 Q F1 -.18(re) 2.5 G(adline).18 E F0(function names and bindings in such a w)2.5 E -(ay that the)-.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1144 381.6 -Q F0(List current)180 381.6 Q F1 -.18(re)2.5 G(adline).18 E F0 -(function names and bindings.)2.5 E F1144 393.6 Q F0(Display)180 -393.6 Q F1 -.18(re)3.655 G(adline).18 E F0 -.1(ke)3.655 G 3.655(ys)-.05 +(ay that the)-.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1144 554.4 +Q F0(List current)180 554.4 Q F1 -.18(re)2.5 G(adline).18 E F0 +(function names and bindings.)2.5 E F1144 566.4 Q F0(Display)180 +566.4 Q F1 -.18(re)3.655 G(adline).18 E F0 -.1(ke)3.655 G 3.655(ys)-.05 G 1.155(equences bound to macros and the strings the)-3.655 F 3.655(yo) --.15 G 1.155(utput in such a)-3.655 F -.1(wa)180 405.6 S 2.5(yt).1 G -(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1144 417.6 Q -F0(Display)180 417.6 Q F1 -.18(re)2.5 G(adline).18 E F0 -.1(ke)2.5 G 2.5 +-.15 G 1.155(utput in such a)-3.655 F -.1(wa)180 578.4 S 2.5(yt).1 G +(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1144 590.4 Q +F0(Display)180 590.4 Q F1 -.18(re)2.5 G(adline).18 E F0 -.1(ke)2.5 G 2.5 (ys)-.05 G(equences bound to macros and the strings the)-2.5 E 2.5(yo) --.15 G(utput.)-2.5 E F1144 429.6 Q F0(Display)180 429.6 Q F1 -.18 +-.15 G(utput.)-2.5 E F1144 602.4 Q F0(Display)180 602.4 Q F1 -.18 (re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E (alues in such a w)-.25 E(ay that the)-.1 E 2.5(yc)-.15 G -(an be re-read.)-2.5 E F1144 441.6 Q F0(List current)180 441.6 Q +(an be re-read.)-2.5 E F1144 614.4 Q F0(List current)180 614.4 Q F1 -.18(re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E -(alues.)-.25 E F1144 453.6 Q F2(\214lename)2.5 E F0(Read k)180 -465.6 Q .3 -.15(ey b)-.1 H(indings from).15 E F2(\214lename)2.5 E F0(.)A -F1144 477.6 Q F2(function)2.5 E F0(Query about which k)180 489.6 Q +(alues.)-.25 E F1144 626.4 Q F2(\214lename)2.5 E F0(Read k)180 +638.4 Q .3 -.15(ey b)-.1 H(indings from).15 E F2(\214lename)2.5 E F0(.)A +F1144 650.4 Q F2(function)2.5 E F0(Query about which k)180 662.4 Q -.15(ey)-.1 G 2.5(si).15 G -1.9 -.4(nv o)-2.5 H .2 -.1(ke t).4 H -(he named).1 E F2(function)2.5 E F0(.)A F1144 501.6 Q F2(function) -2.5 E F0(Unbind all k)180 513.6 Q -.15(ey)-.1 G 2.5(sb).15 G -(ound to the named)-2.5 E F2(function)2.5 E F0(.)A F1144 525.6 Q -F2 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 537.6 Q .3 -.15(ve a)-.15 H .3 +(he named).1 E F2(function)2.5 E F0(.)A F1144 674.4 Q F2(function) +2.5 E F0(Unbind all k)180 686.4 Q -.15(ey)-.1 G 2.5(sb).15 G +(ound to the named)-2.5 E F2(function)2.5 E F0(.)A F1144 698.4 Q +F2 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 710.4 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H(urrent binding for).15 E F2 -.1(ke)2.5 G(yseq)-.2 E F0 -(.)A F1144 549.6 Q F2 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F2 -(shell\255command)A F0(Cause)180 561.6 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 573.6 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 585.6 S(adline).18 E -F0 .375(line b)2.875 F(uf)-.2 E .375(fer and the)-.25 F F3 -(READLINE_POINT)2.875 E F0(and)2.625 E F3(READLINE_MARK)2.875 E F0 -.25 -(va)2.625 G .375(riables to the).25 F 1.185 -(current location of the insertion point and the sa)180 597.6 R -.15(ve) --.2 G 3.686(di).15 G 1.186(nsertion point \(the mark\), respec-)-3.686 F -(ti)180 609.6 Q -.15(ve)-.25 G(ly).15 E 5.702(.I)-.65 G 3.202(ft)-5.702 -G .702(he e)-3.202 F -.15(xe)-.15 G .702(cuted command changes the v).15 -F .701(alue of an)-.25 F 3.201(yo)-.15 G(f)-3.201 E F3(READLINE_LINE) -3.201 E/F4 9/Times-Roman@0 SF(,)A F3(READ-)2.951 E(LINE_POINT)180 621.6 -Q F4(,)A F0(or)3.58 E F3(READLINE_MARK)3.83 E F4(,)A F0 1.33(those ne) -3.58 F 3.83(wv)-.25 G 1.331(alues will be re\215ected in the editing) --4.08 F(state.)180 633.6 Q F1144 645.6 Q F0 .83(List all k)180 -645.6 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 657.6 Q(The return v) -144 674.4 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 691.2 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .054 -(Exit from within a)144 703.2 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.415 E F0 .055(must be)2.795 F/F5 10/Symbol SF2.555 -E F0(1.)2.555 E(If)144 715.2 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 -727.2 Q F2(n)2.5 E F0(is not greater than or equal to 1.)2.5 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(57)190.95 E 0 Cg EP +(.)A(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(57)199.835 E 0 Cg EP %%Page: 58 58 %%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 -.2(bu)108 84 S(iltin).2 E/F2 10/Times-Italic@0 SF(shell\255b)2.5 E -(uiltin)-.2 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A(Ex)144 96 Q .77 +SF144 84 Q/F2 10/Times-Italic@0 SF -.1(ke)2.5 G(yseq)-.2 E F1(:)A +F2(shell\255command)A F0(Cause)180 96 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 108 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 120 S(adline).18 E +F0 .375(line b)2.875 F(uf)-.2 E .375(fer and the)-.25 F F3 +(READLINE_POINT)2.875 E F0(and)2.625 E F3(READLINE_MARK)2.875 E F0 -.25 +(va)2.625 G .375(riables to the).25 F 1.185 +(current location of the insertion point and the sa)180 132 R -.15(ve) +-.2 G 3.686(di).15 G 1.186(nsertion point \(the mark\), respec-)-3.686 F +(ti)180 144 Q -.15(ve)-.25 G(ly).15 E 5.702(.I)-.65 G 3.202(ft)-5.702 G +.702(he e)-3.202 F -.15(xe)-.15 G .702(cuted command changes the v).15 F +.701(alue of an)-.25 F 3.201(yo)-.15 G(f)-3.201 E F3(READLINE_LINE)3.201 +E/F4 9/Times-Roman@0 SF(,)A F3(READ-)2.951 E(LINE_POINT)180 156 Q F4(,)A +F0(or)3.58 E F3(READLINE_MARK)3.83 E F4(,)A F0 1.33(those ne)3.58 F 3.83 +(wv)-.25 G 1.331(alues will be re\215ected in the editing)-4.08 F +(state.)180 168 Q F1144 180 Q F0 .83(List all k)180 180 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 192 Q(The return v) +144 208.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 225.6 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .054 +(Exit from within a)144 237.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.415 E F0 .055(must be)2.795 F/F5 10/Symbol SF2.555 +E F0(1.)2.555 E(If)144 249.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 +261.6 Q F2(n)2.5 E F0(is not greater than or equal to 1.)2.5 E F1 -.2 +(bu)108 278.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 290.4 Q .77 (ecute the speci\214ed shell b)-.15 F .77(uiltin, passing it)-.2 F F2 (ar)3.601 E(guments)-.37 E F0 3.271(,a).27 G .771(nd return its e)-3.271 F .771(xit status.)-.15 F .771(This is useful)5.771 F .616 -(when de\214ning a function whose name is the same as a shell b)144 108 -R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144 120 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 132 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 148.8 Q F0([)2.5 E F2 -.2(ex)C(pr) -.2 E F0(])A .254(Returns the conte)144 160.8 R .254(xt of an)-.15 F +(when de\214ning a function whose name is the same as a shell b)144 +302.4 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144 +314.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 326.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 343.2 Q F0([)2.5 E F2 -.2(ex)C(pr) +.2 E F0(])A .254(Returns the conte)144 355.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.753 E F0(or)2.753 E F1(sour)144 172.8 Q +.254(cuted with the).15 F F1(.)2.753 E F0(or)2.753 E F1(sour)144 367.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 -.254(subroutine call.)144 184.8 R .254(If a non-ne)5.254 F -.05(ga)-.15 +.254(subroutine call.)144 379.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 196.8 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001 -(This e)144 208.8 R .001(xtra information may be used, for e)-.15 F .001 +ent e)144 391.2 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001 +(This e)144 403.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 220.8 R .519(return v)3.019 F .519 +3.019(0. The)144 415.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 232.8 Q -(alid position in the call stack.)-.25 E F1(cd)108 249.6 Q F0([)2.5 E F1 +(does not corre-)3.02 F(spond to a v)144 427.2 Q +(alid position in the call stack.)-.25 E F1(cd)108 444 Q F0([)2.5 E F1 A F0(|[)A F1A F0([)2.5 E F1A F0(]] [\255@]] [)A F2 -(dir)A F0(])A .322(Change the current directory to)144 261.6 R F2(dir) +(dir)A F0(])A .322(Change the current directory to)144 456 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 9 -/Times-Bold@0 SF(HOME)2.821 E F0 .321(shell v)2.571 F .321(ariable is) --.25 F 1.035(the def)144 273.6 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.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 -.827(the search path for the directory containing)144 285.6 R F2(dir) -3.676 E F0 3.326(:e).73 G .826(ach directory name in)-3.326 F F3(CDP) -3.326 E -.855(AT)-.666 G(H).855 E F0 .826(is searched for)3.076 F F2 -(dir)144 297.6 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 +(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 468 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.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 .827 +(the search path for the directory containing)144 480 R F2(dir)3.676 E +F0 3.326(:e).73 G .826(ach directory name in)-3.326 F F3(CDP)3.326 E +-.855(AT)-.666 G(H).855 E F0 .826(is searched for)3.076 F F2(dir)144 492 +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 .665 -(ull directory name)-3.165 F(in)144 309.6 Q F3(CDP)3.102 E -.855(AT) --.666 G(H).855 E F0 .602(is the same as the current directory)2.852 F -3.102(,i)-.65 G .602(.e., `)-3.102 F(`)-.74 E F1(.)A F0 -.74('')C 5.602 -(.I).74 G(f)-5.602 E F2(dir)3.451 E F0(be)3.831 E .601 -(gins with a slash \(/\), then)-.15 F F3(CD-)3.101 E -.666(PA)144 321.6 -S(TH)-.189 E F0 1.003(is not used.)3.253 F(The)6.003 E F13.503 E -F0 1.003(option causes)3.503 F F1(cd)3.503 E F0 1.003(to use the ph) -3.503 F 1.003(ysical directory structure by resolving)-.05 F .123 -(symbolic links while tra)144 333.6 R -.15(ve)-.2 G(rsing).15 E F2(dir) +(ull directory name)-3.165 F(in)144 504 Q F3(CDP)3.102 E -.855(AT)-.666 +G(H).855 E F0 .602(is the same as the current directory)2.852 F 3.102 +(,i)-.65 G .602(.e., `)-3.102 F(`)-.74 E F1(.)A F0 -.74('')C 5.602(.I) +.74 G(f)-5.602 E F2(dir)3.451 E F0(be)3.831 E .601 +(gins with a slash \(/\), then)-.15 F F3(CD-)3.101 E -.666(PA)144 516 S +(TH)-.189 E F0 1.003(is not used.)3.253 F(The)6.003 E F13.503 E F0 +1.003(option causes)3.503 F F1(cd)3.503 E F0 1.003(to use the ph)3.503 F +1.003(ysical directory structure by resolving)-.05 F .123 +(symbolic links while tra)144 528 R -.15(ve)-.2 G(rsing).15 E F2(dir) 2.623 E F0 .123(and before processing instances of)2.623 F F2(..)2.623 E F0(in)2.623 E F2(dir)2.623 E F0 .123(\(see also the)2.623 F F1 -2.623 E F0(op-)2.622 E .429(tion to the)144 345.6 R F1(set)2.929 E F0 --.2(bu)2.929 G .429(iltin command\); the).2 F F12.929 E F0 .43 +2.623 E F0(op-)2.622 E .429(tion to the)144 540 R F1(set)2.929 E F0 -.2 +(bu)2.929 G .429(iltin command\); the).2 F F12.929 E F0 .43 (option forces symbolic links to be follo)2.929 F .43(wed by resolving) --.25 F .473(the link after processing instances of)144 357.6 R F2(..) -2.973 E F0(in)2.973 E F2(dir)2.973 E F0 5.473(.I)C(f)-5.473 E F2(..) -2.973 E F0 .473(appears in)2.973 F F2(dir)2.972 E F0 2.972(,i)C 2.972 -(ti)-2.972 G 2.972(sp)-2.972 G .472(rocessed by remo)-2.972 F .472 -(ving the)-.15 F .948(immediately pre)144 369.6 R .948 -(vious pathname component from)-.25 F F2(dir)3.448 E F0 3.448(,b)C .948 -(ack to a slash or the be)-3.448 F .948(ginning of)-.15 F F2(dir)3.448 E -F0 5.948(.I)C(f)-5.948 E(the)144 381.6 Q F12.868 E F0 .368 -(option is supplied with)2.868 F F12.868 E F0 2.868(,a)C .368 -(nd the current w)-2.868 F .368 +-.25 F .473(the link after processing instances of)144 552 R F2(..)2.973 +E F0(in)2.973 E F2(dir)2.973 E F0 5.473(.I)C(f)-5.473 E F2(..)2.973 E F0 +.473(appears in)2.973 F F2(dir)2.972 E F0 2.972(,i)C 2.972(ti)-2.972 G +2.972(sp)-2.972 G .472(rocessed by remo)-2.972 F .472(ving the)-.15 F +.948(immediately pre)144 564 R .948(vious pathname component from)-.25 F +F2(dir)3.448 E F0 3.448(,b)C .948(ack to a slash or the be)-3.448 F .948 +(ginning of)-.15 F F2(dir)3.448 E F0 5.948(.I)C(f)-5.948 E(the)144 576 Q +F12.868 E F0 .368(option is supplied with)2.868 F F12.868 E +F0 2.868(,a)C .368(nd the current w)-2.868 F .368 (orking directory cannot be successfully deter)-.1 F(-)-.2 E .612 -(mined after a successful directory change,)144 393.6 R F1(cd)3.112 E F0 +(mined after a successful directory change,)144 588 R F1(cd)3.112 E F0 .612(will return an unsuccessful status.)3.112 F .613(On systems that) -5.612 F .354(support it, the)144 405.6 R F12.854 E F0 .354 +5.612 F .354(support it, the)144 600 R F12.854 E F0 .354 (option presents the e)2.854 F .354(xtended attrib)-.15 F .354 (utes associated with a \214le as a directory)-.2 F 5.353(.A)-.65 G(n) --5.353 E(ar)144 417.6 Q .072(gument of)-.18 F F12.572 E F0 .072 +-5.353 E(ar)144 612 Q .072(gument of)-.18 F F12.572 E F0 .072 (is con)2.572 F -.15(ve)-.4 G .072(rted to).15 F F3($OLDPWD)2.572 E F0 .072(before the directory change is attempted.)2.322 F .072 -(If a non-empty)5.072 F .055(directory name from)144 429.6 R F3(CDP) -2.555 E -.855(AT)-.666 G(H).855 E F0 .055(is used, or if)2.305 F F1 -2.555 E F0 .055(is the \214rst ar)2.555 F .054 +(If a non-empty)5.072 F .055(directory name from)144 624 R F3(CDP)2.555 +E -.855(AT)-.666 G(H).855 E F0 .055(is used, or if)2.305 F F12.555 E +F0 .055(is the \214rst ar)2.555 F .054 (gument, and the directory change is suc-)-.18 F .168 -(cessful, the absolute pathname of the ne)144 441.6 R 2.668(ww)-.25 G -.168(orking directory is written to the standard output.)-2.768 F(The) -5.168 E(return v)144 453.6 Q(alue is true if the directory w)-.25 E +(cessful, the absolute pathname of the ne)144 636 R 2.668(ww)-.25 G .168 +(orking directory is written to the standard output.)-2.768 F(The)5.168 +E(return v)144 648 Q(alue is true if the directory w)-.25 E (as successfully changed; f)-.1 E(alse otherwise.)-.1 E F1(command)108 -470.4 Q F0([)2.5 E F1(\255pVv)A F0(])A F2(command)2.5 E F0([)2.5 E F2 -(ar)A(g)-.37 E F0(...])2.5 E(Run)144 482.4 Q F2(command)2.765 E F0(with) +664.8 Q F0([)2.5 E F1(\255pVv)A F0(])A F2(command)2.5 E F0([)2.5 E F2 +(ar)A(g)-.37 E F0(...])2.5 E(Run)144 676.8 Q F2(command)2.765 E F0(with) 3.335 E F2(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 494.4 R +F .064(uiltin commands or)-.2 F .501(commands found in the)144 688.8 R F3 -.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 F13.002 E F0 .502(option is gi) 3.002 F -.15(ve)-.25 G .502(n, the search for).15 F F2(command)3.202 E -F0(is)3.772 E .4(performed using a def)144 506.4 R .4(ault v)-.1 F .4 +F0(is)3.772 E .4(performed using a def)144 700.8 R .4(ault v)-.1 F .4 (alue for)-.25 F F3 -.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.399 E .174(either the)144 518.4 R F12.674 E F0(or)2.674 E F1 +5.399 E .174(either the)144 712.8 R F12.674 E F0(or)2.674 E F1 2.674 E F0 .175(option is supplied, a description of)2.674 F F2 (command)2.875 E F0 .175(is printed.)3.445 F(The)5.175 E F12.675 E -F0 .175(option causes)2.675 F 3.318(as)144 530.4 S .818(ingle w)-3.318 F +F0 .175(option causes)2.675 F 3.318(as)144 724.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 F2(command)3.617 E F0 .817(to be displayed; the)4.087 -F F1144 542.4 Q F0 .249(option produces a more v)2.749 F .249 -(erbose description.)-.15 F .249(If the)5.249 F F12.749 E F0(or) -2.749 E F12.75 E F0 .25(option is supplied, the e)2.75 F .25 -(xit status)-.15 F 1.005(is 0 if)144 554.4 R F2(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 F2 -(command)144.2 566.4 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 F1(command)4.099 E F0 -.2(bu)144 578.4 S -(iltin is the e).2 E(xit status of)-.15 E F2(command)2.7 E F0(.).77 E F1 -(compgen)108 595.2 Q F0([)2.5 E F2(option)A F0 2.5(][)C F2(wor)-2.5 E(d) --.37 E F0(])A .013(Generate possible completion matches for)144 607.2 R -F2(wor)2.513 E(d)-.37 E F0 .013(according to the)2.513 F F2(option)2.513 -E F0 .013(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E .981 -(accepted by the)144 619.2 R F1(complete)3.481 E F0 -.2(bu)3.481 G .981 -(iltin with the e).2 F .981(xception of)-.15 F F13.481 E F0(and) -3.481 E F13.481 E F0 3.481(,a)C .982(nd write the matches to the) --3.481 F .131(standard output.)144 631.2 R .131(When using the)5.131 F -F12.631 E F0(or)2.631 E F12.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 643.2 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 667.2 R .352 -(ay as if the programmable completion code had gen-)-.1 F .02(erated th\ -em directly from a completion speci\214cation with the same \215ags.)144 -679.2 R(If)5.02 E F2(wor)2.52 E(d)-.37 E F0 .02(is speci\214ed, only) -2.52 F(those completions matching)144 691.2 Q F2(wor)2.5 E(d)-.37 E F0 -(will be displayed.)2.5 E(The return v)144 715.2 Q -(alue is true unless an in)-.25 E -.25(va)-.4 G -(lid option is supplied, or no matches were generated.).25 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(58)190.95 E 0 Cg EP +F(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(58)199.835 E 0 Cg EP %%Page: 59 59 %%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(complete)108 84 Q F0([)2.5 E F1(\255abcdefgjksuv)A F0 2.5(][)C F1 --2.5 E/F2 10/Times-Italic@0 SF(comp-option)2.5 E F0 2.5(][)C F1 -(\255DEI)-2.5 E F0 2.5(][)C F1-2.5 E F2(action)2.5 E F0 2.5(][)C -F1-2.5 E F2(globpat)2.5 E F0 2.5(][)C F1-2.5 E F2(wor)2.5 E -(dlist)-.37 E F0(])A([)144 96 Q F1A F2(function)2.5 E F0 2.5(][)C -F1-2.5 E F2(command)2.5 E F0 2.5(][)C F1-2.5 E F2 -(\214lterpat)2.5 E F0 2.5(][)C F1-2.5 E F2(pr)2.5 E(e\214x)-.37 E -F0 2.5(][)C F1-2.5 E F2(suf)2.5 E<8c78>-.18 E F0(])A F2(name)2.5 E -F0([)2.5 E F2(name ...)A F0(])A F1(complete \255pr)108 108 Q F0([)2.5 E -F1(\255DEI)A F0 2.5(][)C F2(name)-2.5 E F0(...])2.5 E .633(Specify ho) -144 120 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633(uments to each).18 F F2 -(name)3.133 E F0 .633(should be completed.)3.133 F .634(If the)5.634 F -F13.134 E F0 .634(option is supplied, or if no)3.134 F .14 -(options are supplied, e)144 132 R .139 +SF144 84 Q F0 .249(option produces a more v)2.749 F .249 +(erbose description.)-.15 F .249(If the)5.249 F F12.749 E F0(or) +2.749 E F12.75 E F0 .25(option is supplied, the e)2.75 F .25 +(xit status)-.15 F 1.005(is 0 if)144 96 R/F2 10/Times-Italic@0 SF +(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 F2 +(command)144.2 108 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 F1(command)4.099 E F0 -.2(bu)144 120 S +(iltin is the e).2 E(xit status of)-.15 E F2(command)2.7 E F0(.).77 E F1 +(compgen)108 136.8 Q F0([)2.5 E F2(option)A F0 2.5(][)C F2(wor)-2.5 E(d) +-.37 E F0(])A .013(Generate possible completion matches for)144 148.8 R +F2(wor)2.513 E(d)-.37 E F0 .013(according to the)2.513 F F2(option)2.513 +E F0 .013(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E .981 +(accepted by the)144 160.8 R F1(complete)3.481 E F0 -.2(bu)3.481 G .981 +(iltin with the e).2 F .981(xception of)-.15 F F13.481 E F0(and) +3.481 E F13.481 E F0 3.481(,a)C .982(nd write the matches to the) +-3.481 F .131(standard output.)144 172.8 R .131(When using the)5.131 F +F12.631 E F0(or)2.631 E F12.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 184.8 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 208.8 R .352 +(ay as if the programmable completion code had gen-)-.1 F .02(erated th\ +em directly from a completion speci\214cation with the same \215ags.)144 +220.8 R(If)5.02 E F2(wor)2.52 E(d)-.37 E F0 .02(is speci\214ed, only) +2.52 F(those completions matching)144 232.8 Q F2(wor)2.5 E(d)-.37 E F0 +(will be displayed.)2.5 E(The return v)144 256.8 Q +(alue is true unless an in)-.25 E -.25(va)-.4 G +(lid option is supplied, or no matches were generated.).25 E F1 +(complete)108 273.6 Q F0([)2.5 E F1(\255abcdefgjksuv)A F0 2.5(][)C F1 +-2.5 E F2(comp-option)2.5 E F0 2.5(][)C F1(\255DEI)-2.5 E F0 2.5 +(][)C F1-2.5 E F2(action)2.5 E F0 2.5(][)C F1-2.5 E F2 +(globpat)2.5 E F0 2.5(][)C F1-2.5 E F2(wor)2.5 E(dlist)-.37 E F0 +(])A([)144 285.6 Q F1A F2(function)2.5 E F0 2.5(][)C F1-2.5 +E F2(command)2.5 E F0 2.5(][)C F1-2.5 E F2(\214lterpat)2.5 E F0 +2.5(][)C F1-2.5 E F2(pr)2.5 E(e\214x)-.37 E F0 2.5(][)C F1 +-2.5 E F2(suf)2.5 E<8c78>-.18 E F0(])A F2(name)2.5 E F0([)2.5 E F2 +(name ...)A F0(])A F1(complete \255pr)108 297.6 Q F0([)2.5 E F1(\255DEI) +A F0 2.5(][)C F2(name)-2.5 E F0(...])2.5 E .633(Specify ho)144 309.6 R +3.133(wa)-.25 G -.18(rg)-3.133 G .633(uments to each).18 F F2(name)3.133 +E F0 .633(should be completed.)3.133 F .634(If the)5.634 F F13.134 +E F0 .634(option is supplied, or if no)3.134 F .14 +(options are supplied, e)144 321.6 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 -144 R(The)5.31 E F12.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 F2(name) +333.6 R(The)5.31 E F12.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 F2(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 F2 (name)2.81 E F0(s)A 1.208 -(are supplied, all completion speci\214cations.)144 156 R(The)6.208 E F1 -3.708 E F0 1.207(option indicates that other supplied options) -3.707 F .5(and actions should apply to the `)144 168 R(`def)-.74 E +(are supplied, all completion speci\214cations.)144 345.6 R(The)6.208 E +F13.708 E F0 1.207(option indicates that other supplied options) +3.707 F .5(and actions should apply to the `)144 357.6 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 -180 S .955(ommand for which no completion has pre)-3.455 F .955 +369.6 S .955(ommand for which no completion has pre)-3.455 F .955 (viously been de\214ned.)-.25 F(The)5.955 E F13.455 E F0 .955 (option indicates that)3.455 F .876 -(other supplied options and actions should apply to `)144 192 R(`empty') --.74 E 3.376('c)-.74 G .876(ommand completion; that is, com-)-3.376 F -.448(pletion attempted on a blank line.)144 204 R(The)5.447 E F1 -2.947 E F0 .447 +(other supplied options and actions should apply to `)144 381.6 R +(`empty')-.74 E 3.376('c)-.74 G .876(ommand completion; that is, com-) +-3.376 F .448(pletion attempted on a blank line.)144 393.6 R(The)5.447 E +F12.947 E F0 .447 (option indicates that other supplied options and actions)2.947 F .123 -(should apply to completion on the initial non-assignment w)144 216 R +(should apply to completion on the initial non-assignment w)144 405.6 R .123(ord on the line, or after a command de-)-.1 F 1.021 -(limiter such as)144 228 R F1(;)3.521 E F0(or)3.521 E F1(|)3.521 E F0 +(limiter such as)144 417.6 R F1(;)3.521 E F0(or)3.521 E F1(|)3.521 E F0 3.521(,w)C 1.021(hich is usually command name completion.)-3.521 F 1.02 -(If multiple options are sup-)6.02 F .707(plied, the)144 240 R F1 -3.207 E F0 .707(option tak)3.207 F .707(es precedence o)-.1 F -.15(ve) --.15 G(r).15 E F13.208 E F0 3.208(,a)C .708(nd both tak)-3.208 F -3.208(ep)-.1 G .708(recedence o)-3.208 F -.15(ve)-.15 G(r).15 E F1 -3.208 E F0 5.708(.I)C 3.208(fa)-5.708 G 1.008 -.15(ny o)-3.208 H(f).15 E -F13.208 E F0(,)A F1144 252 Q F0 2.604(,o)C(r)-2.604 E F1 -2.604 E F0 .103(are supplied, an)2.603 F 2.603(yo)-.15 G(ther) --2.603 E F2(name)2.603 E F0(ar)2.603 E .103 +(If multiple options are sup-)6.02 F .707(plied, the)144 429.6 R F1 +3.207 E F0 .707(option tak)3.207 F .707(es precedence o)-.1 F -.15 +(ve)-.15 G(r).15 E F13.208 E F0 3.208(,a)C .708(nd both tak)-3.208 +F 3.208(ep)-.1 G .708(recedence o)-3.208 F -.15(ve)-.15 G(r).15 E F1 +3.208 E F0 5.708(.I)C 3.208(fa)-5.708 G 1.008 -.15(ny o)-3.208 H +(f).15 E F13.208 E F0(,)A F1144 441.6 Q F0 2.604(,o)C(r) +-2.604 E F12.604 E F0 .103(are supplied, an)2.603 F 2.603(yo)-.15 +G(ther)-2.603 E F2(name)2.603 E F0(ar)2.603 E .103 (guments are ignored; these completions only apply to the)-.18 F -(case speci\214ed by the option.)144 264 Q .152 +(case speci\214ed by the option.)144 453.6 Q .152 (The process of applying these completion speci\214cations when w)144 -288 R .153(ord completion is attempted is de-)-.1 F(scribed abo)144 300 -Q .3 -.15(ve u)-.15 H(nder).15 E F1(Pr)2.5 E(ogrammable Completion)-.18 -E F0(.)A .556(Other options, if speci\214ed, ha)144 324 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 F13.055 E F0(,)A F13.055 -E F0 3.055(,a)C(nd)-3.055 E F13.055 E F0 .722 -(options \(and, if necessary)144 336 R 3.222(,t)-.65 G(he)-3.222 E F1 -3.222 E F0(and)3.222 E F13.222 E F0 .723 +477.6 R .153(ord completion is attempted is de-)-.1 F(scribed abo)144 +489.6 Q .3 -.15(ve u)-.15 H(nder).15 E F1(Pr)2.5 E +(ogrammable Completion)-.18 E F0(.)A .556 +(Other options, if speci\214ed, ha)144 513.6 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 F13.055 E F0(,)A F13.055 E F0 3.055 +(,a)C(nd)-3.055 E F13.055 E F0 .722(options \(and, if necessary) +144 525.6 R 3.222(,t)-.65 G(he)-3.222 E F13.222 E F0(and)3.222 E +F13.222 E F0 .723 (options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E -(sion before the)144 348 Q F1(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 F1144 360 Q F2 -(comp-option)2.5 E F0(The)184 372 Q F2(comp-option)2.791 E F0 .291 +(sion before the)144 537.6 Q F1(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 F1144 549.6 Q +F2(comp-option)2.5 E F0(The)184 561.6 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 384 Q F2 -(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 396 Q F0 -.281(Perform the rest of the def)224 408 R(ault)-.1 E F1(bash)2.781 E F0 -.281(completions if the compspec generates no)2.781 F(matches.)224 420 Q -F1(default)184 432 Q F0 2.876(Use readline')224 432 R 5.376(sd)-.55 G -(ef)-5.376 E 2.875 +(yond the simple)-.15 F(generation of completions.)184 573.6 Q F2 +(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 585.6 Q F0 +.281(Perform the rest of the def)224 597.6 R(ault)-.1 E F1(bash)2.781 E +F0 .281(completions if the compspec generates no)2.781 F(matches.)224 +609.6 Q F1(default)184 621.6 Q F0 2.876(Use readline')224 621.6 R 5.376 +(sd)-.55 G(ef)-5.376 E 2.875 (ault \214lename completion if the compspec generates no)-.1 F(matches.) -224 444 Q F1(dir)184 456 Q(names)-.15 E F0(Perform directory name compl\ -etion if the compspec generates no matches.)224 468 Q F1(\214lenames)184 -480 Q F0 -.7(Te)224 492 S .137(ll readline that the compspec generates \ -\214lenames, so it can perform an).7 F 2.637<798c>-.15 G(le-)-2.637 E -.134(name\255speci\214c processing \(lik)224 504 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 516 R .45 -(Intended to be used with shell)5.45 F(functions.)224 528 Q F1(noquote) -184 540 Q F0 -.7(Te)224 540 S .814 -(ll readline not to quote the completed w).7 F .814(ords if the)-.1 F -3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F -(\214lenames is the def)224 552 Q(ault\).)-.1 E F1(nosort)184 564 Q F0 --.7(Te)224 564 S(ll readline not to sort the list of possible completio\ -ns alphabetically).7 E(.)-.65 E F1(nospace)184 576 Q F0 -.7(Te)224 576 S -.22(ll readline not to append a space \(the def).7 F .22(ault\) to w)-.1 -F .22(ords completed at the end)-.1 F(of the line.)224 588 Q F1 -(plusdirs)184 600 Q F0 1.985(After an)224 600 R 4.485(ym)-.15 G 1.985 -(atches de\214ned by the compspec are generated, directory name)-4.485 F -.583(completion is attempted and an)224 612 R 3.084(ym)-.15 G .584 -(atches are added to the results of the other)-3.084 F(actions.)224 624 -Q F1144 636 Q F2(action)2.5 E F0(The)184 648 Q F2(action)2.5 E F0 -(may be one of the follo)2.5 E -(wing to generate a list of possible completions:)-.25 E F1(alias)184 -660 Q F0(Alias names.)224 660 Q(May also be speci\214ed as)5 E F1 -2.5 E F0(.)A F1(arrayv)184 672 Q(ar)-.1 E F0(Array v)224 684 Q -(ariable names.)-.25 E F1(binding)184 696 Q(Readline)224 696 Q F0 -.1 -(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F1 -.2(bu)184 708 S(iltin) -.2 E F0(Names of shell b)224 708 Q(uiltin commands.)-.2 E -(May also be speci\214ed as)5 E F12.5 E F0(.)A(GNU Bash 5.0)72 768 -Q(2020 January 29)141.79 E(59)190.95 E 0 Cg EP +224 633.6 Q F1(dir)184 645.6 Q(names)-.15 E F0(Perform directory name c\ +ompletion if the compspec generates no matches.)224 657.6 Q F1 +(\214lenames)184 669.6 Q F0 -.7(Te)224 681.6 S .137(ll readline that th\ +e compspec generates \214lenames, so it can perform an).7 F 2.637<798c> +-.15 G(le-)-2.637 E .134(name\255speci\214c processing \(lik)224 693.6 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 +705.6 R .45(Intended to be used with shell)5.45 F(functions.)224 717.6 Q +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(59)199.835 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/F1 10/Times-Bold@0 -SF(command)184 84 Q F0(Command names.)224 96 Q -(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(dir)184 108 Q -(ectory)-.18 E F0(Directory names.)224 120 Q(May also be speci\214ed as) -5 E F12.5 E F0(.)A F1(disabled)184 132 Q F0 -(Names of disabled shell b)224 144 Q(uiltins.)-.2 E F1(enabled)184 156 Q -F0(Names of enabled shell b)224 156 Q(uiltins.)-.2 E F1(export)184 168 Q -F0(Names of e)224 168 Q(xported shell v)-.15 E 2.5(ariables. May)-.25 F -(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1(\214le)184 180 Q -F0(File names.)224 180 Q(May also be speci\214ed as)5 E F12.5 E F0 -(.)A F1(function)184 192 Q F0(Names of shell functions.)224 204 Q F1(gr) -184 216 Q(oup)-.18 E F0(Group names.)224 216 Q +SF(noquote)184 84 Q F0 -.7(Te)224 84 S .814 +(ll readline not to quote the completed w).7 F .814(ords if the)-.1 F +3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F +(\214lenames is the def)224 96 Q(ault\).)-.1 E F1(nosort)184 108 Q F0 +-.7(Te)224 108 S(ll readline not to sort the list of possible completio\ +ns alphabetically).7 E(.)-.65 E F1(nospace)184 120 Q F0 -.7(Te)224 120 S +.22(ll readline not to append a space \(the def).7 F .22(ault\) to w)-.1 +F .22(ords completed at the end)-.1 F(of the line.)224 132 Q F1 +(plusdirs)184 144 Q F0 1.985(After an)224 144 R 4.485(ym)-.15 G 1.985 +(atches de\214ned by the compspec are generated, directory name)-4.485 F +.583(completion is attempted and an)224 156 R 3.084(ym)-.15 G .584 +(atches are added to the results of the other)-3.084 F(actions.)224 168 +Q F1144 180 Q/F2 10/Times-Italic@0 SF(action)2.5 E F0(The)184 192 +Q F2(action)2.5 E F0(may be one of the follo)2.5 E +(wing to generate a list of possible completions:)-.25 E F1(alias)184 +204 Q F0(Alias names.)224 204 Q(May also be speci\214ed as)5 E F1 +2.5 E F0(.)A F1(arrayv)184 216 Q(ar)-.1 E F0(Array v)224 228 Q +(ariable names.)-.25 E F1(binding)184 240 Q(Readline)224 240 Q F0 -.1 +(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F1 -.2(bu)184 252 S(iltin) +.2 E F0(Names of shell b)224 252 Q(uiltin commands.)-.2 E +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(command)184 264 +Q F0(Command names.)224 276 Q(May also be speci\214ed as)5 E F12.5 +E F0(.)A F1(dir)184 288 Q(ectory)-.18 E F0(Directory names.)224 300 Q +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(disabled)184 312 +Q F0(Names of disabled shell b)224 324 Q(uiltins.)-.2 E F1(enabled)184 +336 Q F0(Names of enabled shell b)224 336 Q(uiltins.)-.2 E F1(export)184 +348 Q F0(Names of e)224 348 Q(xported shell v)-.15 E 2.5(ariables. May) +-.25 F(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1(\214le)184 +360 Q F0(File names.)224 360 Q(May also be speci\214ed as)5 E F1 +2.5 E F0(.)A F1(function)184 372 Q F0(Names of shell functions.)224 384 +Q F1(gr)184 396 Q(oup)-.18 E F0(Group names.)224 396 Q (May also be speci\214ed as)5 E F12.5 E F0(.)A F1(helptopic)184 -228 Q F0(Help topics as accepted by the)224 240 Q F1(help)2.5 E F0 -.2 -(bu)2.5 G(iltin.).2 E F1(hostname)184 252 Q F0(Hostnames, as tak)224 264 -Q(en from the \214le speci\214ed by the)-.1 E/F2 9/Times-Bold@0 SF -(HOSTFILE)2.5 E F0(shell v)2.25 E(ariable.)-.25 E F1(job)184 276 Q F0 -(Job names, if job control is acti)224 276 Q -.15(ve)-.25 G 5(.M).15 G -(ay also be speci\214ed as)-5 E F12.5 E F0(.)A F1 -.1(ke)184 288 S -(yw).1 E(ord)-.1 E F0(Shell reserv)224 300 Q(ed w)-.15 E 2.5(ords. May) +408 Q F0(Help topics as accepted by the)224 420 Q F1(help)2.5 E F0 -.2 +(bu)2.5 G(iltin.).2 E F1(hostname)184 432 Q F0(Hostnames, as tak)224 444 +Q(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF +(HOSTFILE)2.5 E F0(shell v)2.25 E(ariable.)-.25 E F1(job)184 456 Q F0 +(Job names, if job control is acti)224 456 Q -.15(ve)-.25 G 5(.M).15 G +(ay also be speci\214ed as)-5 E F12.5 E F0(.)A F1 -.1(ke)184 468 S +(yw).1 E(ord)-.1 E F0(Shell reserv)224 480 Q(ed w)-.15 E 2.5(ords. May) -.1 F(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1(running)184 -312 Q F0(Names of running jobs, if job control is acti)224 312 Q -.15 -(ve)-.25 G(.).15 E F1(ser)184 324 Q(vice)-.1 E F0(Service names.)224 324 -Q(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(setopt)184 336 -Q F0 -1.11(Va)224 336 S(lid ar)1.11 E(guments for the)-.18 E F12.5 +492 Q F0(Names of running jobs, if job control is acti)224 492 Q -.15 +(ve)-.25 G(.).15 E F1(ser)184 504 Q(vice)-.1 E F0(Service names.)224 504 +Q(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(setopt)184 516 +Q F0 -1.11(Va)224 516 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 348 Q F0(Shell option names as accepted by the)224 348 Q F1 -(shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(signal)184 360 Q F0 -(Signal names.)224 360 Q F1(stopped)184 372 Q F0 -(Names of stopped jobs, if job control is acti)224 372 Q -.15(ve)-.25 G -(.).15 E F1(user)184 384 Q F0(User names.)224 384 Q -(May also be speci\214ed as)5 E F12.5 E F0(.)A F1 -.1(va)184 396 S -(riable).1 E F0(Names of all shell v)224 396 Q 2.5(ariables. May)-.25 F -(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1144 408 Q/F3 -10/Times-Italic@0 SF(command)2.5 E(command)184 420 Q F0 1.056(is e)3.556 -F -.15(xe)-.15 G 1.056(cuted in a subshell en).15 F 1.056 +(shopt)184 528 Q F0(Shell option names as accepted by the)224 528 Q F1 +(shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(signal)184 540 Q F0 +(Signal names.)224 540 Q F1(stopped)184 552 Q F0 +(Names of stopped jobs, if job control is acti)224 552 Q -.15(ve)-.25 G +(.).15 E F1(user)184 564 Q F0(User names.)224 564 Q +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1 -.1(va)184 576 S +(riable).1 E F0(Names of all shell v)224 576 Q 2.5(ariables. May)-.25 F +(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1144 588 Q F2 +(command)2.5 E(command)184 600 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 432 Q F1144 444 Q F3(function)2.5 E F0 .113 -(The shell function)184 456 R F3(function)2.614 E F0 .114(is e)2.614 F +184 612 Q F1144 624 Q F2(function)2.5 E F0 .113 +(The shell function)184 636 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 .114(the func-)2.614 F .817(tion is e)184 468 R +(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 648 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 480 R 1.407(gument \()-.18 F F1 +(are being completed, the second ar)184 660 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 .104(third ar)184 492 R .104 +(ord being completed, and the)-.1 F .104(third ar)184 672 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 504 R +(ord being completed on the current com-)-.1 F .101(mand line.)184 684 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 F2(COMPREPL)184 516 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E -F1144 528 Q F3(globpat)2.5 E F0 1.008(The pathname e)184 540 R -1.008(xpansion pattern)-.15 F F3(globpat)3.507 E F0 1.007(is e)3.507 F -1.007(xpanded to generate the possible comple-)-.15 F(tions.)184 552 Q -F1144 564 Q F3(pr)2.5 E(e\214x)-.37 E(pr)184 576 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 588 Q F1144 600 Q F3(suf)2.5 E -<8c78>-.18 E(suf)184 600 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 612 Q F3(wor)2.5 E -(dlist)-.37 E F0(The)184 624 Q F3(wor)3.64 E(dlist)-.37 E F0 1.14 -(is split using the characters in the)3.64 F F2(IFS)3.64 E F0 1.139 -(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F .98 -(each resultant w)184 636 R .98(ord is e)-.1 F 3.481(xpanded. Shell)-.15 -F .981(quoting is honored within)3.481 F F3(wor)3.481 E(dlist)-.37 E F0 -3.481(,i)C 3.481(no)-3.481 G .981(rder to)-3.481 F(pro)184 648 Q .766 -(vide a mechanism for the w)-.15 F .765 -(ords to contain shell metacharacters or characters in the)-.1 F -.25 -(va)184 660 S 1.964(lue of).25 F F2(IFS)4.464 E/F4 9/Times-Roman@0 SF(.) -A F0 1.964 -(The possible completions are the members of the resultant list which) -6.464 F(match the w)184 672 Q(ord being completed.)-.1 E F1144 684 -Q F3(\214lterpat)2.5 E(\214lterpat)184 696 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 708 R 1.596 -(guments, and each completion)-.18 F(matching)184 720 Q F3(\214lterpat) -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 F3(\214lterpat)3.204 E F0(ne)3.204 E -.05(ga)-.15 G .704 -(tes the pattern;).05 F(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E -(60)190.95 E 0 Cg EP +-.25 F F3(COMPREPL)184 696 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(60)199.835 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(in this case, an) -184 84 Q 2.5(yc)-.15 G(ompletion not matching)-2.5 E/F1 10 -/Times-Italic@0 SF(\214lterpat)2.5 E F0(is remo)2.5 E -.15(ve)-.15 G(d.) -.15 E .466(The return v)144 100.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 -/F2 10/Times-Bold@0 SF2.967 E F0(or)2.967 E F22.967 E F0 -.467(is sup-)2.967 F 1.362(plied without a)144 112.8 R F1(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 F1(name)144 -124.8 Q F0(for which no speci\214cation e)2.5 E +(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(globpat)2.5 E F0 1.008 +(The pathname e)184 96 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 108 Q F1144 120 Q F2(pr)2.5 E(e\214x)-.37 E(pr) +184 132 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 144 Q F1144 156 Q F2(suf)2.5 E +<8c78>-.18 E(suf)184 156 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 168 Q F2(wor)2.5 E +(dlist)-.37 E F0(The)184 180 Q F2(wor)3.64 E(dlist)-.37 E F0 1.14 +(is split using the characters in the)3.64 F/F3 9/Times-Bold@0 SF(IFS) +3.64 E F0 1.139(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F +.98(each resultant w)184 192 R .98(ord is e)-.1 F 3.481(xpanded. Shell) +-.15 F .981(quoting is honored within)3.481 F F2(wor)3.481 E(dlist)-.37 +E F0 3.481(,i)C 3.481(no)-3.481 G .981(rder to)-3.481 F(pro)184 204 Q +.766(vide a mechanism for the w)-.15 F .765 +(ords to contain shell metacharacters or characters in the)-.1 F -.25 +(va)184 216 S 1.964(lue of).25 F F3(IFS)4.464 E/F4 9/Times-Roman@0 SF(.) +A F0 1.964 +(The possible completions are the members of the resultant list which) +6.464 F(match the w)184 228 Q(ord being completed.)-.1 E F1144 240 +Q F2(\214lterpat)2.5 E(\214lterpat)184 252 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 264 R 1.596 +(guments, and each completion)-.18 F(matching)184 276 Q F2(\214lterpat) +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 288 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 .466(The return v)144 304.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.967 E F0 +(or)2.967 E F12.967 E F0 .467(is sup-)2.967 F 1.362 +(plied without a)144 316.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 328.8 Q F0 +(for which no speci\214cation e)2.5 E (xists, or an error occurs adding a completion speci\214cation.)-.15 E -F2(compopt)108 141.6 Q F0([)2.5 E F2A F1(option)2.5 E F0 2.5(][)C -F2(\255DEI)-2.5 E F0 2.5(][)C F2(+o)-2.5 E F1(option)2.5 E F0 2.5(][)C -F1(name)-2.5 E F0(])A .447(Modify completion options for each)144 153.6 -R F1(name)2.947 E F0 .447(according to the)2.947 F F1(option)2.947 E F0 +F1(compopt)108 345.6 Q F0([)2.5 E F1A F2(option)2.5 E F0 2.5(][)C +F1(\255DEI)-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 357.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 .726 -(completion if no)144 165.6 R F1(name)3.226 E F0 3.226(sa)C .726 -(re supplied.)-3.226 F .725(If no)5.725 F F1(option)3.225 E F0 3.225(sa) +(completion if no)144 369.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 177.6 Q F1(name) +(n, display the completion options for).15 F(each)144 381.6 Q F2(name) 3.223 E F0 .723(or the current completion.)3.223 F .724(The possible v) -5.724 F .724(alues of)-.25 F F1(option)3.224 E F0 .724(are those v)3.224 -F .724(alid for the)-.25 F F2(com-)3.224 E(plete)144 189.6 Q F0 -.2(bu) +5.724 F .724(alues of)-.25 F F2(option)3.224 E F0 .724(are those v)3.224 +F .724(alid for the)-.25 F F1(com-)3.224 E(plete)144 393.6 Q F0 -.2(bu) 2.678 G .178(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he) --5.178 E F22.678 E F0 .178 +-5.178 E F12.678 E F0 .178 (option indicates that other supplied options should apply to)2.678 F -1.227(the `)144 201.6 R(`def)-.74 E(ault')-.1 E 3.727('c)-.74 G 1.228(o\ +1.227(the `)144 405.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.727 F 2.039(completion has pre)144 213.6 R 2.039 -(viously been de\214ned.)-.25 F(The)7.038 E F24.538 E F0 2.038 +no)-3.727 F 2.039(completion has pre)144 417.6 R 2.039 +(viously been de\214ned.)-.25 F(The)7.038 E F14.538 E F0 2.038 (option indicates that other supplied options)4.538 F 1.538 -(should apply to `)144 225.6 R(`empty')-.74 E 4.038('c)-.74 G 1.539 +(should apply to `)144 429.6 R(`empty')-.74 E 4.038('c)-.74 G 1.539 (ommand completion; that is, completion attempted on a blank line.) --4.038 F(The)144 237.6 Q F23.02 E F0 .52(option indicates that ot\ +-4.038 F(The)144 441.6 Q F13.02 E F0 .52(option indicates that ot\ her supplied options should apply to completion on the initial non-)3.02 -F .867(assignment w)144 249.6 R .868 -(ord on the line, or after a command delimiter such as)-.1 F F2(;)3.368 -E F0(or)3.368 E F2(|)3.368 E F0 3.368(,w)C .868(hich is usually com-) --3.368 F(mand name completion.)144 261.6 Q .432(The return v)144 285.6 R +F .867(assignment w)144 453.6 R .868 +(ord on the line, or after a command delimiter such as)-.1 F F1(;)3.368 +E F0(or)3.368 E F1(|)3.368 E F0 3.368(,w)C .868(hich is usually com-) +-3.368 F(mand name completion.)144 465.6 Q .432(The return v)144 489.6 R .431(alue is true unless an in)-.25 F -.25(va)-.4 G .431 (lid option is supplied, an attempt is made to modify the op-).25 F -(tions for a)144 297.6 Q F1(name)2.5 E F0 +(tions for a)144 501.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 F2(continue)108 314.4 Q F0([) -2.5 E F1(n)A F0(])A .85(Resume the ne)144 326.4 R .85 -(xt iteration of the enclosing)-.15 F F2 -.25(fo)3.35 G(r).25 E F0(,)A -F2(while)3.351 E F0(,)A F2(until)3.351 E F0 3.351(,o)C(r)-3.351 E F2 -(select)3.351 E F0 3.351(loop. If)3.351 F F1(n)3.711 E F0 .851 -(is speci\214ed, re-)3.591 F .204(sume at the)144 338.4 R F1(n)2.704 E -F0 .204(th enclosing loop.)B F1(n)5.564 E F0 .204(must be)2.944 F/F3 10 -/Symbol SF2.704 E F0 2.703(1. If)2.704 F F1(n)3.063 E F0 .203 +(xists, or an output error occurs.)-.15 E F1(continue)108 518.4 Q F0([) +2.5 E F2(n)A F0(])A .85(Resume the ne)144 530.4 R .85 +(xt iteration of the enclosing)-.15 F F1 -.25(fo)3.35 G(r).25 E F0(,)A +F1(while)3.351 E F0(,)A F1(until)3.351 E F0 3.351(,o)C(r)-3.351 E F1 +(select)3.351 E F0 3.351(loop. If)3.351 F F2(n)3.711 E F0 .851 +(is speci\214ed, re-)3.591 F .204(sume at the)144 542.4 R F2(n)2.704 E +F0 .204(th enclosing loop.)B F2(n)5.564 E F0 .204(must be)2.944 F/F5 10 +/Symbol SF2.704 E F0 2.703(1. If)2.704 F F2(n)3.063 E F0 .203 (is greater than the number of enclosing loops,)2.943 F 1.183 -(the last enclosing loop \(the `)144 350.4 R(`top-le)-.74 E -.15(ve)-.25 +(the last enclosing loop \(the `)144 554.4 R(`top-le)-.74 E -.15(ve)-.25 G(l').15 E 3.683('l)-.74 G 1.183(oop\) is resumed.)-3.683 F 1.184 -(The return v)6.184 F 1.184(alue is 0 unless)-.25 F F1(n)3.684 E F0 -1.184(is not)3.684 F(greater than or equal to 1.)144 362.4 Q F2(declar) -108 379.2 Q(e)-.18 E F0([)2.5 E F2(\255aAfFgilnrtux)A F0 2.5(][)C F2 --2.5 E F0 2.5(][)C F1(name)-2.5 E F0([=)A F1(value)A F0 2.5(].)C -(..])-2.5 E F2(typeset)108 391.2 Q F0([)2.5 E F2(\255aAfFgilnrtux)A F0 -2.5(][)C F2-2.5 E F0 2.5(][)C F1(name)-2.5 E F0([=)A F1(value)A F0 -2.5(].)C(..])-2.5 E 1.265(Declare v)144 403.2 R 1.265 +(The return v)6.184 F 1.184(alue is 0 unless)-.25 F F2(n)3.684 E F0 +1.184(is not)3.684 F(greater than or equal to 1.)144 566.4 Q F1(declar) +108 583.2 Q(e)-.18 E F0([)2.5 E F1(\255aAfFgiIlnrtux)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 595.2 Q F0([)2.5 E F1(\255aAfFgiIlnrtux)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 607.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)3.765 E F1(name)3.765 E F0 3.765(sa)C 1.265 +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 415.2 S 3.46(riables. The).25 -F F23.46 E F0 .96(option will display the attrib)3.46 F .96 -(utes and v)-.2 F .96(alues of each)-.25 F F1(name)3.82 E F0 5.96(.W).18 -G(hen)-5.96 E F23.46 E F0 .96(is used)3.46 F(with)144 427.2 Q F1 +-3.764 F 1.264(alues of)-.25 F -.25(va)144 619.2 S 3.46(riables. The).25 +F F13.46 E F0 .96(option will display the attrib)3.46 F .96 +(utes and v)-.2 F .96(alues of each)-.25 F F2(name)3.82 E F0 5.96(.W).18 +G(hen)-5.96 E F13.46 E F0 .96(is used)3.46 F(with)144 631.2 Q F2 (name)2.775 E F0(ar)2.775 E .275 -(guments, additional options, other than)-.18 F F22.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 439.2 Q -F1(name)3.789 E F0(ar)3.789 E 1.289(guments, it will display the attrib) +(guments, additional options, other than)-.18 F F12.775 E F0(and) +2.775 E F12.775 E F0 2.775(,a)C .274(re ignored.)-2.775 F(When) +5.274 E F12.774 E F0 .274(is supplied)2.774 F(without)144 643.2 Q +F2(name)3.789 E F0(ar)3.789 E 1.289(guments, it will display the attrib) -.18 F 1.289(utes and v)-.2 F 1.29(alues of all v)-.25 F 1.29 -(ariables ha)-.25 F 1.29(ving the at-)-.2 F(trib)144 451.2 Q .38 +(ariables ha)-.25 F 1.29(ving the at-)-.2 F(trib)144 655.2 Q .38 (utes speci\214ed by the additional options.)-.2 F .38 -(If no other options are supplied with)5.38 F F22.88 E F0(,)A F2 +(If no other options are supplied with)5.38 F F12.88 E F0(,)A F1 (declar)2.88 E(e)-.18 E F0(will)2.88 E 1.106(display the attrib)144 -463.2 R 1.106(utes and v)-.2 F 1.106(alues of all shell v)-.25 F 3.606 -(ariables. The)-.25 F F23.606 E F0 1.107 +667.2 R 1.106(utes and v)-.2 F 1.106(alues of all shell v)-.25 F 3.606 +(ariables. The)-.25 F F13.606 E F0 1.107 (option will restrict the display to)3.606 F .3(shell functions.)144 -475.2 R(The)5.3 E F22.8 E F0 .299(option inhibits the display of \ +679.2 R(The)5.3 E F12.8 E F0 .299(option inhibits the display of \ function de\214nitions; only the function name)2.8 F 1.54(and attrib)144 -487.2 R 1.54(utes are printed.)-.2 F 1.54(If the)6.54 F F2(extdeb)4.04 E -(ug)-.2 E F0 1.54(shell option is enabled using)4.04 F F2(shopt)4.04 E +691.2 R 1.54(utes are printed.)-.2 F 1.54(If the)6.54 F F1(extdeb)4.04 E +(ug)-.2 E F0 1.54(shell option is enabled using)4.04 F F1(shopt)4.04 E F0 4.04(,t)C 1.54(he source \214le)-4.04 F .648 -(name and line number where each)144 499.2 R F1(name)3.148 E F0 .648 -(is de\214ned are displayed as well.)3.148 F(The)5.648 E F23.148 E -F0 .648(option implies)3.148 F F2144 511.2 Q F0 5.836(.T)C(he) --5.836 E F23.336 E F0 .836(option forces v)3.336 F .837 +(name and line number where each)144 703.2 R F2(name)3.148 E F0 .648 +(is de\214ned are displayed as well.)3.148 F(The)5.648 E F13.148 E +F0 .648(option implies)3.148 F F1144 715.2 Q F0 5.836(.T)C(he) +-5.836 E F13.336 E F0 .836(option forces v)3.336 F .837 (ariables to be created or modi\214ed at the global scope, e)-.25 F -.15 -(ve)-.25 G 3.337(nw).15 G(hen)-3.337 E F2(de-)3.337 E(clar)144 523.2 Q -(e)-.18 E F0 .223(is e)2.723 F -.15(xe)-.15 G .223 -(cuted in a shell function.).15 F .223 -(It is ignored in all other cases.)5.223 F .222(The follo)5.223 F .222 -(wing options can be)-.25 F(used to restrict output to v)144 535.2 Q -(ariables with the speci\214ed attrib)-.25 E(ute or to gi)-.2 E .3 -.15 -(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2144 547.2 Q F0 -(Each)180 547.2 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 559.2 Q F0(Each)180 559.2 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 571.2 Q F0(Use function names only)180 571.2 Q(.)-.65 -E F2144 583.2 Q F0 .557(The v)180 583.2 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/F4 9/Times-Bold@0 SF .558 -(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 595.2 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 607.2 Q -F0 .91(When the v)180 607.2 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 .909(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 619.2 R -(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2144 631.2 -Q F0(Gi)180 631.2 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 .478 -(That other v)180 643.2 R .478(ariable is de\214ned by the v)-.25 F .478 -(alue of)-.25 F F1(name)2.978 E F0 5.478(.A)C .478 -(ll references, assignments, and at-)-5.478 F(trib)180 655.2 Q .781 -(ute modi\214cations to)-.2 F F1(name)3.281 E F0 3.281(,e)C .782 -(xcept those using or changing the)-3.431 F F23.282 E F0(attrib) -3.282 E .782(ute itself, are)-.2 F .809(performed on the v)180 667.2 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 679.2 Q(ariables.)-.25 E F2144 691.2 Q F0 -(Mak)180 691.2 Q(e)-.1 E F1(name)3.654 E F0 3.654(sr)C(eadonly)-3.654 E -6.154(.T)-.65 G 1.154(hese names cannot then be assigned v)-6.154 F -1.155(alues by subsequent as-)-.25 F(signment statements or unset.)180 -703.2 Q F2144 715.2 Q F0(Gi)180 715.2 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.929 E F2(RETURN)2.929 E F0 -(traps from the calling shell.)180 727.2 Q(The trace attrib)5 E -(ute has no special meaning for v)-.2 E(ariables.)-.25 E(GNU Bash 5.0)72 -768 Q(2020 January 29)141.79 E(61)190.95 E 0 Cg EP +(ve)-.25 G 3.337(nw).15 G(hen)-3.337 E F1(de-)3.337 E(clar)144 727.2 Q +(e)-.18 E F0 .819(is e)3.319 F -.15(xe)-.15 G .819 +(cuted in a shell function.).15 F .818 +(It is ignored in all other cases.)5.818 F(The)5.818 E F13.318 E +F0 .818(option causes local)3.318 F(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(61)199.835 E 0 Cg EP %%Page: 62 62 %%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 .909(When the v)180 84 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 .91(rted to upper).15 F(-) --.2 E 2.5(case. The)180 96 R(lo)2.5 E(wer)-.25 E(-case attrib)-.2 E -(ute is disabled.)-.2 E F1144 108 Q F0(Mark)180 108 Q/F2 10 -/Times-Italic@0 SF(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 .144 -(Using `+' instead of `\255' turns of)144 124.8 R 2.643(ft)-.25 G .143 -(he attrib)-2.643 F .143(ute instead, with the e)-.2 F .143 -(xceptions that)-.15 F F1(+a)2.643 E F0(and)2.643 E F1(+A)2.643 E F0 -.143(may not)2.643 F .578(be used to destro)144 136.8 R 3.079(ya)-.1 G -.579(rray v)-3.079 F .579(ariables and)-.25 F F1(+r)3.079 E F0 .579 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -.25(va)144 84 S +.693(riables to inherit the attrib).25 F .693(utes \(e)-.2 F .693 +(xcept the)-.15 F/F1 10/Times-Italic@0 SF(namer)3.194 E(ef)-.37 E F0 +(attrib)3.194 E .694(ute\) and v)-.2 F .694(alue of an)-.25 F 3.194(ye) +-.15 G .694(xisting v)-3.344 F(ariable)-.25 E .82(with the same)144 96 R +F1(name)3.32 E F0 .82(at a surrounding scope.)3.32 F .82 +(If there is no e)5.82 F .82(xisting v)-.15 F .82(ariable, the local v) +-.25 F .82(ariable is)-.25 F .379(initially unset.)144 108 R .379 +(The follo)5.379 F .379 +(wing options can be used to restrict output to v)-.25 F .38 +(ariables with the speci\214ed)-.25 F(attrib)144 120 Q(ute or to gi)-.2 +E .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E/F2 10 +/Times-Bold@0 SF144 132 Q F0(Each)180 132 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 144 Q F0(Each)180 144 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 +156 Q F0(Use function names only)180 156 Q(.)-.65 E F2144 168 Q F0 +.558(The v)180 168 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(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION) +180 180 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 192 Q F0 .909(When the v)180 192 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 204 R(upper)2.5 E(-case attrib)-.2 E +(ute is disabled.)-.2 E F2144 216 Q F0(Gi)180 216 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 +(ute, making it a name reference to another v)-.2 F(ariable.)-.25 E .477 +(That other v)180 228 R .478(ariable is de\214ned by the v)-.25 F .478 +(alue of)-.25 F F1(name)2.978 E F0 5.478(.A)C .478 +(ll references, assignments, and at-)-5.478 F(trib)180 240 Q .782 +(ute modi\214cations to)-.2 F F1(name)3.282 E F0 3.282(,e)C .782 +(xcept those using or changing the)-3.432 F F23.281 E F0(attrib) +3.281 E .781(ute itself, are)-.2 F .808(performed on the v)180 252 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 +F(applied to array v)180 264 Q(ariables.)-.25 E F2144 276 Q F0 +(Mak)180 276 Q(e)-.1 E F1(name)3.655 E F0 3.655(sr)C(eadonly)-3.655 E +6.154(.T)-.65 G 1.154(hese names cannot then be assigned v)-6.154 F +1.154(alues by subsequent as-)-.25 F(signment statements or unset.)180 +288 Q F2144 300 Q F0(Gi)180 300 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 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 +(traps from the calling shell.)180 312 Q(The trace attrib)5 E +(ute has no special meaning for v)-.2 E(ariables.)-.25 E F2144 324 +Q F0 .91(When the v)180 324 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 336 R(lo) +2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2144 +348 Q F0(Mark)180 348 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 .143 +(Using `+' instead of `\255' turns of)144 364.8 R 2.643(ft)-.25 G .143 +(he attrib)-2.643 F .143(ute instead, with the e)-.2 F .144 +(xceptions that)-.15 F F2(+a)2.644 E F0(and)2.644 E F2(+A)2.644 E F0 +.144(may not)2.644 F .579(be used to destro)144 376.8 R 3.079(ya)-.1 G +.579(rray v)-3.079 F .579(ariables and)-.25 F F2(+r)3.079 E F0 .579 (will not remo)3.079 F .879 -.15(ve t)-.15 H .579(he readonly attrib).15 -F 3.079(ute. When)-.2 F .579(used in a)3.079 F(function,)144 148.8 Q F1 -(declar)3.544 E(e)-.18 E F0(and)3.544 E F1(typeset)3.544 E F0(mak)3.544 -E 3.544(ee)-.1 G(ach)-3.544 E F2(name)3.543 E F0 1.043 -(local, as with the)3.543 F F1(local)3.543 E F0 1.043 -(command, unless the)3.543 F F13.543 E F0 1.205 -(option is supplied.)144 160.8 R 1.205(If a v)6.205 F 1.205 -(ariable name is follo)-.25 F 1.205(wed by =)-.25 F F2(value)A F0 3.705 +F 3.079(ute. When)-.2 F .578(used in a)3.078 F(function,)144 388.8 Q F2 +(declar)3.543 E(e)-.18 E F0(and)3.543 E F2(typeset)3.543 E F0(mak)3.543 +E 3.543(ee)-.1 G(ach)-3.543 E F1(name)3.543 E F0 1.043 +(local, as with the)3.543 F F2(local)3.544 E F0 1.044 +(command, unless the)3.544 F F23.544 E F0 1.205 +(option is supplied.)144 400.8 R 1.205(If a v)6.205 F 1.205 +(ariable name is follo)-.25 F 1.205(wed by =)-.25 F F1(value)A F0 3.705 (,t)C 1.205(he v)-3.705 F 1.205(alue of the v)-.25 F 1.205 -(ariable is set to)-.25 F F2(value)144 172.8 Q F0 5.218(.W)C .218 -(hen using)-5.218 F F12.718 E F0(or)2.718 E F12.718 E F0 -.217(and the compound assignment syntax to create array v)2.717 F .217 -(ariables, addi-)-.25 F .882(tional attrib)144 184.8 R .882 +(ariable is set to)-.25 F F1(value)144 412.8 Q F0 5.217(.W)C .217 +(hen using)-5.217 F F22.717 E F0(or)2.717 E F22.717 E F0 +.217(and the compound assignment syntax to create array v)2.717 F .218 +(ariables, addi-)-.25 F .882(tional attrib)144 424.8 R .882 (utes do not tak)-.2 F 3.382(ee)-.1 G -.25(ff)-3.382 G .882 (ect until subsequent assignments.).25 F .882(The return v)5.882 F .882 -(alue is 0 unless an)-.25 F(in)144 196.8 Q -.25(va)-.4 G .366(lid optio\ +(alue is 0 unless an)-.25 F(in)144 436.8 Q -.25(va)-.4 G .365(lid optio\ n is encountered, an attempt is made to de\214ne a function using).25 F -/F3 10/Courier@0 SF .365(\255f foo=bar)2.865 F F0 2.865(,a)C 2.865(na) --2.865 G(t-)-2.865 E .548(tempt is made to assign a v)144 208.8 R .548 -(alue to a readonly v)-.25 F .549 -(ariable, an attempt is made to assign a v)-.25 F .549(alue to an)-.25 F -1.749(array v)144 220.8 R 1.749 -(ariable without using the compound assignment syntax \(see)-.25 F F1 -(Arrays)4.248 E F0(abo)4.248 E -.15(ve)-.15 G 1.748(\), one of the).15 F -F2(names)144 232.8 Q F0 .359(is not a v)2.858 F .359(alid shell v)-.25 F +/F4 10/Courier@0 SF .366(\255f foo=bar)2.866 F F0 2.866(,a)C 2.866(na) +-2.866 G(t-)-2.866 E .549(tempt is made to assign a v)144 448.8 R .549 +(alue to a readonly v)-.25 F .548 +(ariable, an attempt is made to assign a v)-.25 F .548(alue to an)-.25 F +1.748(array v)144 460.8 R 1.748 +(ariable without using the compound assignment syntax \(see)-.25 F F2 +(Arrays)4.249 E F0(abo)4.249 E -.15(ve)-.15 G 1.749(\), one of the).15 F +F1(names)144 472.8 Q F0 .359(is not a v)2.859 F .359(alid shell v)-.25 F .359(ariable name, an attempt is made to turn of)-.25 F 2.859(fr)-.25 G -.359(eadonly status for a read-)-2.859 F 1.213(only v)144 244.8 R 1.213 +.359(eadonly status for a read-)-2.859 F 1.212(only v)144 484.8 R 1.213 (ariable, an attempt is made to turn of)-.25 F 3.713(fa)-.25 G 1.213 -(rray status for an array v)-3.713 F 1.212(ariable, or an attempt is) --.25 F(made to display a non-e)144 256.8 Q(xistent function with)-.15 E -F12.5 E F0(.)A F1(dirs [\255clpv] [+)108 273.6 Q F2(n)A F1 2.5(][) -C-2.5 E F2(n)A F1(])A F0 -.4(Wi)144 285.6 S .328 +(rray status for an array v)-3.713 F 1.213(ariable, or an attempt is) +-.25 F(made to display a non-e)144 496.8 Q(xistent function with)-.15 E +F22.5 E F0(.)A F2(dirs [\255clpv] [+)108 513.6 Q F1(n)A F2 2.5(][) +C-2.5 E F1(n)A F2(])A F0 -.4(Wi)144 525.6 S .329 (thout options, displays the list of currently remembered directories.) -.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 297.6 R 1.238 -(Directories are added to the list with the)6.238 F F1(pushd)144 309.6 Q -F0 .927(command; the)3.427 F F1(popd)3.428 E F0 .928(command remo)3.428 +.4 F .328(The def)5.328 F .328(ault display is on a)-.1 F 1.238 +(single line with directory names separated by spaces.)144 537.6 R 1.238 +(Directories are added to the list with the)6.238 F F2(pushd)144 549.6 Q +F0 .928(command; the)3.428 F F2(popd)3.428 E F0 .928(command remo)3.428 F -.15(ve)-.15 G 3.428(se).15 G .928(ntries from the list.)-3.428 F .928 -(The current directory is al-)5.928 F -.1(wa)144 321.6 S -(ys the \214rst directory in the stack.).1 E F1144 333.6 Q F0 -(Clears the directory stack by deleting all of the entries.)180 333.6 Q -F1144 345.6 Q F0 .882 -(Produces a listing using full pathnames; the def)180 345.6 R .881 +(The current directory is al-)5.928 F -.1(wa)144 561.6 S +(ys the \214rst directory in the stack.).1 E F2144 573.6 Q F0 +(Clears the directory stack by deleting all of the entries.)180 573.6 Q +F2144 585.6 Q F0 .881 +(Produces a listing using full pathnames; the def)180 585.6 R .882 (ault listing format uses a tilde to denote)-.1 F(the home directory)180 -357.6 Q(.)-.65 E F1144 369.6 Q F0 -(Print the directory stack with one entry per line.)180 369.6 Q F1 -144 381.6 Q F0 .272(Print the directory stack with one entry per line, \ -pre\214xing each entry with its inde)180 381.6 R 2.773(xi)-.15 G 2.773 -(nt)-2.773 G(he)-2.773 E(stack.)180 393.6 Q F1(+)144 405.6 Q F2(n)A F0 -1.565(Displays the)180 405.6 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 417.6 Q F1144 429.6 Q F2 -(n)A F0 1.194(Displays the)180 429.6 R F2(n)3.694 E F0 1.194 +597.6 Q(.)-.65 E F2144 609.6 Q F0 +(Print the directory stack with one entry per line.)180 609.6 Q F2 +144 621.6 Q F0 .273(Print the directory stack with one entry per line, \ +pre\214xing each entry with its inde)180 621.6 R 2.772(xi)-.15 G 2.772 +(nt)-2.772 G(he)-2.772 E(stack.)180 633.6 Q F2(+)144 645.6 Q F1(n)A F0 +1.564(Displays the)180 645.6 R F1(n)4.064 E F0 1.565 +(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F2 +(dirs)4.065 E F0 1.565(when in)4.065 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E +(without options, starting with zero.)180 657.6 Q F2144 669.6 Q F1 +(n)A F0 1.194(Displays the)180 669.6 R F1(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 441.6 Q .258(The return v)144 -458.4 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) +F2(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 681.6 Q .257(The return v)144 +698.4 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258 +(lid option is supplied or).25 F F1(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 470.4 Q F1(diso)108 487.2 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 499.2 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 .122(is not present, and)2.932 -F .096(neither the)144 511.2 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 523.2 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/F4 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 535.2 R -.15 -(ve)-.25 G 3.462(sa).15 G F4(SIGHUP)A/F5 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.358(jobs; the)144 547.2 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 559.2 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 576 Q F0([)2.5 E F1(\255neE)A F0 2.5(][)C F2(ar)-2.5 E(g) --.37 E F0(...])2.5 E .425(Output the)144 588 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 .307 -(error occurs.)144 600 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 .198(pretation of the follo)144 -612 R .198(wing backslash-escaped characters is enabled.)-.25 F(The) -5.198 E F12.698 E F0 .197(option disables the in-)2.697 F .067 -(terpretation of these escape characters, e)144 624 R -.15(ve)-.25 G -2.567(no).15 G 2.567(ns)-2.567 G .067(ystems where the)-2.567 F 2.567 -(ya)-.15 G .067(re interpreted by def)-2.567 F 2.568(ault. The)-.1 F F1 -(xpg_echo)144 636 Q F0 .602 -(shell option may be used to dynamically determine whether or not)3.102 -F F1(echo)3.101 E F0 -.15(ex)3.101 G .601(pands these).15 F .658 -(escape characters by def)144 648 R(ault.)-.1 E F1(echo)5.658 E F0 .659 -(does not interpret)3.159 F F13.159 E F0 .659 -(to mean the end of options.)3.159 F F1(echo)5.659 E F0(inter)3.159 E(-) --.2 E(prets the follo)144 660 Q(wing escape sequences:)-.25 E F1(\\a)144 -672 Q F0(alert \(bell\))180 672 Q F1(\\b)144 684 Q F0(backspace)180 684 -Q F1(\\c)144 696 Q F0(suppress further output)180 696 Q F1(\\e)144 708 Q -F0(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(62)190.95 E 0 Cg EP +.15 F(tory stack.)144 710.4 Q(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 +E(62)199.835 E 0 Cg EP %%Page: 63 63 %%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(\\E)144 84 Q F0(an escape character)180 84 Q F1(\\f)144 96 Q F0 -(form feed)180 96 Q F1(\\n)144 108 Q F0(ne)180 108 Q 2.5(wl)-.25 G(ine) --2.5 E F1(\\r)144 120 Q F0(carriage return)180 120 Q F1(\\t)144 132 Q F0 -(horizontal tab)180 132 Q F1(\\v)144 144 Q F0 -.15(ve)180 144 S -(rtical tab).15 E F1(\\\\)144 156 Q F0(backslash)180 156 Q F1(\\0)144 -168 Q/F2 10/Times-Italic@0 SF(nnn)A F0(the eight-bit character whose v) -180 168 Q(alue is the octal v)-.25 E(alue)-.25 E F2(nnn)2.5 E F0 -(\(zero to three octal digits\))2.5 E F1(\\x)144 180 Q F2(HH)A F0 -(the eight-bit character whose v)180 180 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 192 Q F2(HHHH)A F0 -1.507(the Unicode \(ISO/IEC 10646\) character whose v)180 204 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 216 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 -(\\U)144 228 Q F2(HHHHHHHH)A F0 .547 -(the Unicode \(ISO/IEC 10646\) character whose v)180 240 R .547 -(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) -3.048 E(HHH)180 252 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\)) --2.5 E F1(enable)108 268.8 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 .278(Enable and disable b)144 280.8 R +SF(diso)108 84 Q(wn)-.1 E F0([)2.5 E F1(\255ar)A F0 2.5(][)C F1 +-2.5 E F0 2.5(][)C/F2 10/Times-Italic@0 SF(jobspec)-2.5 E F0(... |)2.5 E +F2(pid)2.5 E F0(... ])2.5 E -.4(Wi)144 96 S .122(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 F .096 +(neither the)144 108 R F12.596 E F0 .096(nor the)2.596 F F1 +2.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 120 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 +(is not sent to the job if the)2.835 F .962(shell recei)144 132 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 144 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 156 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 172.8 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 184.8 R F2(ar)2.924 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 196.8 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 .197(pretation of the follo)144 +208.8 R .198(wing backslash-escaped characters is enabled.)-.25 F(The) +5.198 E F12.698 E F0 .198(option disables the in-)2.698 F .067 +(terpretation of these escape characters, e)144 220.8 R -.15(ve)-.25 G +2.567(no).15 G 2.567(ns)-2.567 G .067(ystems where the)-2.567 F 2.567 +(ya)-.15 G .067(re interpreted by def)-2.567 F 2.567(ault. The)-.1 F F1 +(xpg_echo)144 232.8 Q F0 .601 +(shell option may be used to dynamically determine whether or not)3.101 +F F1(echo)3.102 E F0 -.15(ex)3.102 G .602(pands these).15 F .659 +(escape characters by def)144 244.8 R(ault.)-.1 E F1(echo)5.659 E F0 +.659(does not interpret)3.159 F F13.159 E F0 .659 +(to mean the end of options.)3.159 F F1(echo)5.658 E F0(inter)3.158 E(-) +-.2 E(prets the follo)144 256.8 Q(wing escape sequences:)-.25 E F1(\\a) +144 268.8 Q F0(alert \(bell\))180 268.8 Q F1(\\b)144 280.8 Q F0 +(backspace)180 280.8 Q F1(\\c)144 292.8 Q F0(suppress further output)180 +292.8 Q F1(\\e)144 304.8 Q(\\E)144 316.8 Q F0(an escape character)180 +316.8 Q F1(\\f)144 328.8 Q F0(form feed)180 328.8 Q F1(\\n)144 340.8 Q +F0(ne)180 340.8 Q 2.5(wl)-.25 G(ine)-2.5 E F1(\\r)144 352.8 Q F0 +(carriage return)180 352.8 Q F1(\\t)144 364.8 Q F0(horizontal tab)180 +364.8 Q F1(\\v)144 376.8 Q F0 -.15(ve)180 376.8 S(rtical tab).15 E F1 +(\\\\)144 388.8 Q F0(backslash)180 388.8 Q F1(\\0)144 400.8 Q F2(nnn)A +F0(the eight-bit character whose v)180 400.8 Q(alue is the octal v)-.25 +E(alue)-.25 E F2(nnn)2.5 E F0(\(zero to three octal digits\))2.5 E F1 +(\\x)144 412.8 Q F2(HH)A F0(the eight-bit character whose v)180 412.8 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 424.8 Q F2(HHHH)A F0 1.506 +(the Unicode \(ISO/IEC 10646\) character whose v)180 436.8 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 448.8 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 +(\\U)144 460.8 Q F2(HHHHHHHH)A F0 .548 +(the Unicode \(ISO/IEC 10646\) character whose v)180 472.8 R .547 +(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) +3.047 E(HHH)180 484.8 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G +(igits\))-2.5 E F1(enable)108 501.6 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 513.6 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 .833 -(the same name as a shell b)144 292.8 R .834(uiltin to be e)-.2 F -.15 +(uiltin allo)-.2 F .278(ws a disk command which has)-.25 F .834 +(the same name as a shell b)144 525.6 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.334(nt).15 G(hough)-3.334 E .99 -(the shell normally searches for b)144 304.8 R .989 -(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 .648 -(abled; otherwise,)144 316.8 R F2(names)3.148 E F0 .648(are enabled.) +(ve)-.25 G 3.333(nt).15 G(hough)-3.333 E .989 +(the shell normally searches for b)144 537.6 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 .649 +(abled; otherwise,)144 549.6 R F2(names)3.148 E F0 .648(are enabled.) 3.148 F -.15(Fo)5.648 G 3.148(re).15 G .648(xample, to use the)-3.298 F -F1(test)3.148 E F0 .648(binary found via the)3.148 F/F3 9/Times-Bold@0 -SF -.666(PA)3.148 G(TH)-.189 E F0(in-)2.899 E .539(stead of the shell b) -144 328.8 R .538(uiltin v)-.2 F .538(ersion, run)-.15 F/F4 10/Courier@0 -SF .538(enable -n test)3.038 F F0 5.538(.T)C(he)-5.538 E F13.038 E -F0 .538(option means to load the ne)3.038 F(w)-.25 E -.2(bu)144 340.8 S +F1(test)3.148 E F0 .648(binary found via the)3.148 F F3 -.666(PA)3.148 G +(TH)-.189 E F0(in-)2.898 E .538(stead of the shell b)144 561.6 R .538 +(uiltin v)-.2 F .538(ersion, run)-.15 F/F5 10/Courier@0 SF .538 +(enable -n test)3.038 F F0 5.538(.T)C(he)-5.538 E F13.038 E F0 +.539(option means to load the ne)3.038 F(w)-.25 E -.2(bu)144 573.6 S 1.365(iltin command).2 F F2(name)4.225 E F0 1.365(from shared object) 4.045 F F2(\214lename)5.775 E F0 3.865(,o).18 G 3.865(ns)-3.865 G 1.365 -(ystems that support dynamic loading.)-3.865 F(The)144 352.8 Q F1 -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 364.8 R F1 -2.898 E F0 .399(option is supplied, a list of shell b)2.899 F .399 +(ystems that support dynamic loading.)-3.865 F(The)144 585.6 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 597.6 R F1 +2.899 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 .399(guments, the)-.18 F .099(list consists of all enabled shell b)144 -376.8 R 2.598(uiltins. If)-.2 F F12.598 E F0 .098 -(is supplied, only disabled b)2.598 F .098(uiltins are printed.)-.2 F -(If)5.098 E F12.598 E F0 .905 -(is supplied, the list printed includes all b)144 388.8 R .905 -(uiltins, with an indication of whether or not each is en-)-.2 F 2.873 -(abled. If)144 400.8 R F12.873 E F0 .372 -(is supplied, the output is restricted to the POSIX)2.873 F F2(special) -2.872 E F0 -.2(bu)2.872 G 2.872(iltins. The).2 F .372(return v)2.872 F -.372(alue is)-.25 F 2.5(0u)144 412.8 S(nless a)-2.5 E F2(name)2.86 E F0 +F .398(guments, the)-.18 F .098(list consists of all enabled shell b)144 +609.6 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 .906 +(is supplied, the list printed includes all b)144 621.6 R .905 +(uiltins, with an indication of whether or not each is en-)-.2 F 2.872 +(abled. If)144 633.6 R F12.872 E F0 .372 +(is supplied, the output is restricted to the POSIX)2.872 F F2(special) +2.873 E F0 -.2(bu)2.873 G 2.873(iltins. The).2 F .373(return v)2.873 F +.373(alue is)-.25 F 2.5(0u)144 645.6 S(nless a)-2.5 E F2(name)2.86 E F0 (is not a shell b)2.68 E(uiltin or there is an error loading a ne)-.2 E 2.5(wb)-.25 G(uiltin from a shared object.)-2.7 E F1 -2.3 -.15(ev a)108 -429.6 T(l).15 E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(The)144 441.6 -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 .479(and e)144 453.6 R -.15(xe)-.15 G -.479(cuted by the shell, and its e).15 F .479 -(xit status is returned as the v)-.15 F .478(alue of)-.25 F F1 -2.3 -.15 -(ev a)2.978 H(l).15 E F0 5.478(.I)C 2.978(ft)-5.478 G .478(here are no) --2.978 F F2(ar)3.308 E(gs)-.37 E F0(,).27 E(or only null ar)144 465.6 Q -(guments,)-.18 E F1 -2.3 -.15(ev a)2.5 H(l).15 E F0(returns 0.)2.5 E F1 -(exec)108 482.4 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 494.4 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 506.4 R .177 -(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 .48(the zeroth ar)144 518.4 R .48(gument passed to) --.18 F F2(command)3.18 E F0 5.48(.T).77 G .48(his is what)-5.48 F F2(lo) -3.07 E(gin)-.1 E F0 .48(\(1\) does.).24 F(The)5.48 E F12.98 E F0 -.48(option causes)2.98 F F2(com-)3.18 E(mand)144 530.4 Q F0 .639 -(to be e)3.909 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 542.4 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 554.4 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 -F(ail-)-.1 E 3.32(ure. An)144 566.4 R(interacti)3.32 E 1.12 -.15(ve s) --.25 H .82(hell returns f).15 F .82(ailure if the \214le cannot be e)-.1 -F -.15(xe)-.15 G 3.32(cuted. A).15 F .82(subshell e)3.32 F .82 -(xits uncondi-)-.15 F .288(tionally if)144 578.4 R F1(exec)2.788 E F0 --.1(fa)2.788 G 2.788(ils. If).1 F F2(command)2.988 E F0 .288 -(is not speci\214ed, an)3.558 F 2.787(yr)-.15 G .287(edirections tak) --2.787 F 2.787(ee)-.1 G -.25(ff)-2.787 G .287(ect in the current shell,) -.25 F(and the return status is 0.)144 590.4 Q -(If there is a redirection error)5 E 2.5(,t)-.4 G -(he return status is 1.)-2.5 E F1(exit)108 607.2 Q F0([)2.5 E F2(n)A F0 -(])A .095(Cause the shell to e)144 607.2 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) --.15 F -.15(exe)144 619.2 S 2.5(cuted. A).15 F(trap on)2.5 E F3(EXIT)2.5 -E F0(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E -F1(export)108 636 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 648 Q F0 -.257(The supplied)144 660 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 672 R(the)2.626 E F12.626 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(n, or if the).15 F F1 -144 684 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 F1 -2.547 E F0 .047(option causes the)2.547 F -.15(ex)144 696 S 1.446 -(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 708 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 720 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(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(63)190.95 E -0 Cg EP +662.4 T(l).15 E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(The)144 674.4 +Q F2(ar)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 .478(and e)144 686.4 R -.15(xe)-.15 G +.478(cuted by the shell, and its e).15 F .478 +(xit status is returned as the v)-.15 F .479(alue of)-.25 F F1 -2.3 -.15 +(ev a)2.979 H(l).15 E F0 5.479(.I)C 2.979(ft)-5.479 G .479(here are no) +-2.979 F F2(ar)3.309 E(gs)-.37 E F0(,).27 E(or only null ar)144 698.4 Q +(guments,)-.18 E F1 -2.3 -.15(ev a)2.5 H(l).15 E F0(returns 0.)2.5 E +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(63)199.835 E 0 Cg EP %%Page: 64 64 %%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 -(is not a function.)144 84 Q/F1 10/Times-Bold@0 SF(fc)108 100.8 Q F0([) -2.5 E F1A/F2 10/Times-Italic@0 SF(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 112.8 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 -(The \214rst form selects a range of commands from)144 124.8 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 -136.8 R -.15(xe)-.15 G .141(cutes them.).15 F F2 -.45(Fi)5.141 G -.1(rs) +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(exec)108 84 Q F0([)2.5 E F1(\255cl)A F0 2.5(][)C F1-2.5 E/F2 10 +/Times-Italic@0 SF(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 96 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 108 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 F1 +2.676 E F0 .176 +(option is supplied, the shell places a dash at the be)2.676 F .177 +(ginning of)-.15 F .48(the zeroth ar)144 120 R .48(gument passed to)-.18 +F F2(command)3.18 E F0 5.48(.T).77 G .48(his is what)-5.48 F F2(lo)3.07 +E(gin)-.1 E F0 .48(\(1\) does.).24 F(The)5.48 E F12.98 E F0 .48 +(option causes)2.98 F F2(com-)3.18 E(mand)144 132 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.499 E F0 .639(as the) +3.319 F 1.078(zeroth ar)144 144 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 156 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 3.32(ure. An)144 168 R(interacti)3.32 E 1.12 -.15(ve s)-.25 +H .82(hell returns f).15 F .82(ailure if the \214le cannot be e)-.1 F +-.15(xe)-.15 G 3.32(cuted. A).15 F .82(subshell e)3.32 F .82 +(xits uncondi-)-.15 F .287(tionally if)144 180 R F1(exec)2.787 E F0 -.1 +(fa)2.787 G 2.787(ils. If).1 F F2(command)2.987 E F0 .287 +(is not speci\214ed, an)3.557 F 2.788(yr)-.15 G .288(edirections tak) +-2.788 F 2.788(ee)-.1 G -.25(ff)-2.788 G .288(ect in the current shell,) +.25 F(and the return status is 0.)144 192 Q +(If there is a redirection error)5 E 2.5(,t)-.4 G +(he return status is 1.)-2.5 E F1(exit)108 208.8 Q F0([)2.5 E F2(n)A F0 +(])A .096(Cause the shell to e)144 208.8 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 220.8 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 237.6 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 249.6 Q F0 .256(The supplied)144 261.6 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.627(commands. If)144 273.6 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 .126 +(n, or if the).15 F F1144 285.6 Q F0 .048 +(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 297.6 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.946(,t)C(he)-3.946 E -.25(va)144 309.6 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 321.6 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 333.6 Q F1(fc)108 350.4 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 +362.4 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 .431 +(The \214rst form selects a range of commands from)144 374.4 R F2<8c72> +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 +386.4 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 148.8 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 .189 -(is used as an of)144 160.8 R .189 -(fset from the current command number\).)-.25 F(If)5.189 E F2(last)2.78 -E F0 .19(is not speci\214ed, it is set to the cur)3.37 F(-)-.2 E .949 -(rent command for listing \(so that)144 172.8 R/F3 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 184.8 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 208.8 +144 398.4 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 .071 +(is used as an of)144 410.4 R .071 +(fset from the current command number\).)-.25 F .071(When listing, a) +5.071 F F2<8c72>2.571 E(st)-.1 E F0(or)2.571 E F2(last)2.571 E F0 .071 +(of 0 is equi)2.571 F -.25(va)-.25 G(-).25 E .653 +(lent to \2551 and \2550 is equi)144 422.4 R -.25(va)-.25 G .653 +(lent to the current command \(usually the).25 F F1(fc)3.153 E F0 .653 +(command\); otherwise 0 is)3.153 F(equi)144 434.4 Q -.25(va)-.25 G .242 +(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 2.742(lid. If).25 F +F2(last)2.832 E F0 .242 +(is not speci\214ed, it is set to the current command for list-)3.422 F +.092(ing \(so that)144 446.4 R/F4 10/Courier@0 SF .092(fc \255l \25510) +2.592 F F0 .093(prints the last 10 commands\) and to)2.592 F F2<8c72> +4.503 E(st)-.1 E F0 2.593(otherwise. If)3.273 F F2<8c72>4.503 E(st)-.1 E +F0 .093(is not speci-)3.273 F(\214ed, it is set to the pre)144 458.4 Q +(vious command for editing and \25516 for listing.)-.25 E(The)144 482.4 Q F12.522 E F0 .022 (option suppresses the command numbers when listing.)2.522 F(The)5.022 E 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 220.8 R .438(If the) +(rses the order of).15 F .438(the commands.)144 494.4 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 232.8 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 +.335(the editor gi)144 506.4 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 244.8 R .631(alue of the)-.25 F/F4 9 -/Times-Bold@0 SF(FCEDIT)3.131 E F0 -.25(va)2.881 G .631 -(riable is used, and the v).25 F .631(alue of)-.25 F F4(EDIT)3.131 E(OR) --.162 E F0(if)2.881 E F4(FCEDIT)3.13 E F0 .63(is not set.)2.88 F .63 -(If nei-)5.63 F .005(ther v)144 256.8 R .005(ariable is set,)-.25 F F2 -(vi)4.171 E F0 .005(is used.)4.171 F .005 +F(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 518.4 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 .006(ther v)144 530.4 R .006 +(ariable is set,)-.25 F F2(vi)4.171 E F0 .005(is used.)4.171 F .005 (When editing is complete, the edited commands are echoed and e)5.005 F -(x-)-.15 E(ecuted.)144 268.8 Q .789(In the second form,)144 292.8 R F2 +(x-)-.15 E(ecuted.)144 542.4 Q .788(In the second form,)144 566.4 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 304.8 Q F0 .171(is interpreted the same as)2.671 F F2<8c72> -2.671 E(st)-.1 E F0(abo)2.671 E -.15(ve)-.15 G 5.171(.A).15 G .172 -(useful alias to use with this is)-2.499 F F3 .172(r='fc \255s')2.672 F -F0 2.672(,s)C 2.672(ot)-2.672 G(hat)-2.672 E(typing)144 316.8 Q F3 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 F3(cc)3.666 E F0 1.165(and typing)3.666 F F3(r) -3.665 E F0(re-e)3.665 E -.15(xe)-.15 G 1.165(cutes the last com-).15 F -(mand.)144 328.8 Q .142(If the \214rst form is used, the return v)144 -352.8 R .142(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142 +(is replaced by)3.288 F F2 -.37(re)3.289 G(p).37 E F0(.)A F2(Com-)5.789 +E(mand)144 578.4 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 590.4 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 602.4 Q .142(If the \214rst form is used, the return v)144 +626.4 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 364.8 +E F2(last)2.732 E F0 .454(specify history lines out of range.)144 638.4 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 376.8 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 650.4 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 -388.8 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 400.8 Q +662.4 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 674.4 Q (alid history line, in which case)-.25 E F1(fc)2.5 E F0(returns f)2.5 E -(ailure.)-.1 E F1(fg)108 417.6 Q F0([)2.5 E F2(jobspec)A F0(])A(Resume) -144 429.6 Q F2(jobspec)5.653 E F0 1.413(in the fore)4.223 F 1.413 +(ailure.)-.1 E F1(fg)108 691.2 Q F0([)2.5 E F2(jobspec)A F0(])A(Resume) +144 703.2 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 441.6 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 453.6 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 F2(jobspec)145.74 465.6 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 482.4 Q F2(optstring name)2.5 E F0([)2.5 E F2(ar)A 2.5 -(g.)-.37 G(..)-2.5 E F0(])A F1(getopts)144 494.4 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 506.4 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 518.4 Q .579 -(gument, which should be separated from it by white space.)-.18 F .578 -(The colon and question mark char)5.579 F(-)-.2 E .636 -(acters may not be used as option characters.)144 530.4 R .636 -(Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F1(getopts) -3.136 E F0 .636(places the ne)3.136 F .636(xt op-)-.15 F .03 -(tion in the shell v)144 542.4 R(ariable)-.25 E F2(name)2.89 E F0 2.53 -(,i).18 G(nitializing)-2.53 E F2(name)2.89 E F0 .029(if it does not e) -2.71 F .029(xist, and the inde)-.15 F 2.529(xo)-.15 G 2.529(ft)-2.529 G -.029(he ne)-2.529 F .029(xt ar)-.15 F(gu-)-.18 E .065 -(ment to be processed into the v)144 554.4 R(ariable)-.25 E F4(OPTIND) -2.565 E/F5 9/Times-Roman@0 SF(.)A F4(OPTIND)4.565 E F0 .066 -(is initialized to 1 each time the shell or a)2.315 F .885 -(shell script is in)144 566.4 R -.2(vo)-.4 G -.1(ke).2 G 3.385(d. When) -.1 F .885(an option requires an ar)3.385 F(gument,)-.18 E F1(getopts) -3.385 E F0 .885(places that ar)3.385 F .885(gument into)-.18 F .566 -(the v)144 578.4 R(ariable)-.25 E F4(OPT)3.066 E(ARG)-.81 E F5(.)A F0 -.566(The shell does not reset)5.066 F F4(OPTIND)3.066 E F0 .567 -(automatically; it must be manually reset)2.816 F .39 -(between multiple calls to)144 590.4 R F1(getopts)2.89 E F0 .39 -(within the same shell in)2.89 F -.2(vo)-.4 G .389(cation if a ne).2 F -2.889(ws)-.25 G .389(et of parameters is to)-2.889 F(be used.)144 602.4 -Q 2.043(When the end of options is encountered,)144 626.4 R F1(getopts) -4.543 E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.044 -(alue greater than zero.)-.25 F F4(OPTIND)144 638.4 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 662.4 Q F0 .485 -(normally parses the positional parameters, b)2.985 F .485 -(ut if more ar)-.2 F .485(guments are supplied as)-.18 F F2(ar)3.315 E -(g)-.37 E F0 -.25(va)3.205 G(l-).25 E(ues,)144 674.4 Q F1(getopts)2.5 E -F0(parses those instead.)2.5 E F1(getopts)144 698.4 Q F0 .345 -(can report errors in tw)2.845 F 2.845(ow)-.1 G 2.845(ays. If)-2.945 F -.345(the \214rst character of)2.845 F F2(optstring)3.075 E F0 .345 -(is a colon,)3.065 F F2(silent)3.185 E F0 .345(error re-)3.525 F 1.669 -(porting is used.)144 710.4 R 1.668 -(In normal operation, diagnostic messages are printed when in)6.669 F --.25(va)-.4 G 1.668(lid options or).25 F .393(missing option ar)144 -722.4 R .393(guments are encountered.)-.18 F .394(If the v)5.394 F -(ariable)-.25 E F4(OPTERR)2.894 E F0 .394 -(is set to 0, no error messages)2.644 F(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(64)190.95 E 0 Cg EP +1.413(is not present, the)4.223 F(shell')144 715.2 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 727.2 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(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(64)199.835 E 0 Cg EP %%Page: 65 65 %%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 -(will be displayed, e)144 84 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G -(he \214rst character of)-2.5 E/F1 10/Times-Italic@0 SF(optstring)2.73 E -F0(is not a colon.)2.72 E .667(If an in)144 108 R -.25(va)-.4 G .667 -(lid option is seen,).25 F/F2 10/Times-Bold@0 SF(getopts)3.167 E F0 .667 -(places ? into)3.167 F F1(name)3.527 E F0 .666 -(and, if not silent, prints an error message)3.347 F .399(and unsets)144 -120 R/F3 9/Times-Bold@0 SF(OPT)2.899 E(ARG)-.81 E/F4 9/Times-Roman@0 SF -(.)A F0(If)4.899 E F2(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 132 -Q 1.242(If a required ar)144 156 R 1.242(gument is not found, and)-.18 F -F2(getopts)3.741 E F0 1.241(is not silent, a question mark \()3.741 F F2 -(?).833 E F0 3.741(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F -F1(name)144.36 168 Q F0(,).18 E F3(OPT)2.713 E(ARG)-.81 E F0 .213 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10 +/Times-Italic@0 SF(jobspec)145.74 84 Q F0(does not specify a v)2.81 E +(alid job or)-.25 E F1(jobspec)4.24 E F0(speci\214es a job that w)2.81 E +(as started without job control.)-.1 E/F2 10/Times-Bold@0 SF(getopts)108 +100.8 Q F1(optstring name)2.5 E F0([)2.5 E F1(ar)A 2.5(g.)-.37 G(..)-2.5 +E F0(])A F2(getopts)144 112.8 Q F0 .793 +(is used by shell procedures to parse positional parameters.)3.293 F F1 +(optstring)6.023 E F0 .793(contains the option)3.513 F .15 +(characters to be recognized; if a character is follo)144 124.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 136.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 .636 +(acters may not be used as option characters.)144 148.8 R .636 +(Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F2(getopts) +3.136 E F0 .636(places the ne)3.136 F .635(xt op-)-.15 F .029 +(tion in the shell v)144 160.8 R(ariable)-.25 E F1(name)2.889 E F0 2.529 +(,i).18 G(nitializing)-2.529 E F1(name)2.889 E F0 .029(if it does not e) +2.709 F .03(xist, and the inde)-.15 F 2.53(xo)-.15 G 2.53(ft)-2.53 G .03 +(he ne)-2.53 F .03(xt ar)-.15 F(gu-)-.18 E .066 +(ment to be processed into the v)144 172.8 R(ariable)-.25 E/F3 9 +/Times-Bold@0 SF(OPTIND)2.566 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND) +4.566 E F0 .065(is initialized to 1 each time the shell or a)2.315 F +.885(shell script is in)144 184.8 R -.2(vo)-.4 G -.1(ke).2 G 3.385 +(d. When).1 F .885(an option requires an ar)3.385 F(gument,)-.18 E F2 +(getopts)3.385 E F0 .885(places that ar)3.385 F .885(gument into)-.18 F +.567(the v)144 196.8 R(ariable)-.25 E F3(OPT)3.067 E(ARG)-.81 E F4(.)A +F0 .566(The shell does not reset)5.067 F F3(OPTIND)3.066 E F0 .566 +(automatically; it must be manually reset)2.816 F .389 +(between multiple calls to)144 208.8 R F2(getopts)2.889 E F0 .389 +(within the same shell in)2.889 F -.2(vo)-.4 G .39(cation if a ne).2 F +2.89(ws)-.25 G .39(et of parameters is to)-2.89 F(be used.)144 220.8 Q +2.044(When the end of options is encountered,)144 244.8 R F2(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 256.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 F1(name)2.5 E F0 +(is set to ?.)2.5 E F2(getopts)144 280.8 Q F0 .485 +(normally parses the positional parameters, b)2.985 F .485 +(ut if more ar)-.2 F .485(guments are supplied as)-.18 F F1(ar)3.315 E +(g)-.37 E F0 -.25(va)3.205 G(l-).25 E(ues,)144 292.8 Q F2(getopts)2.5 E +F0(parses those instead.)2.5 E F2(getopts)144 316.8 Q F0 .345 +(can report errors in tw)2.845 F 2.845(ow)-.1 G 2.845(ays. If)-2.945 F +.345(the \214rst character of)2.845 F F1(optstring)3.075 E F0 .345 +(is a colon,)3.065 F F1(silent)3.185 E F0 .345(error re-)3.525 F 1.668 +(porting is used.)144 328.8 R 1.668 +(In normal operation, diagnostic messages are printed when in)6.668 F +-.25(va)-.4 G 1.669(lid options or).25 F .394(missing option ar)144 +340.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 352.8 Q +-.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E +F1(optstring)2.73 E F0(is not a colon.)2.72 E .666(If an in)144 376.8 R +-.25(va)-.4 G .666(lid option is seen,).25 F F2(getopts)3.166 E F0 .667 +(places ? into)3.167 F F1(name)3.527 E F0 .667 +(and, if not silent, prints an error message)3.347 F .4(and unsets)144 +388.8 R F3(OPT)2.9 E(ARG)-.81 E F4(.)A F0(If)4.899 E F2(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 400.8 Q 1.241(If a required ar)144 +424.8 R 1.241(gument is not found, and)-.18 F F2(getopts)3.741 E F0 +1.241(is not silent, a question mark \()3.741 F F2(?).833 E F0 3.742 +(\)i).833 G 3.742(sp)-3.742 G 1.242(laced in)-3.742 F F1(name)144.36 +436.8 Q F0(,).18 E F3(OPT)2.714 E(ARG)-.81 E F0 .213 (is unset, and a diagnostic message is printed.)2.463 F(If)5.213 E F2 (getopts)2.713 E F0 .213(is silent, then a colon \()2.713 F F2(:).833 E -F0(\)).833 E(is placed in)144 180 Q F1(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 F2 -(getopts)144 204 Q F0 .902 +F0(\)).833 E(is placed in)144 448.8 Q F1(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 F2 +(getopts)144 472.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 -(options is encountered or an error occurs.)144 216 Q F2(hash)108 232.8 -Q F0([)2.5 E F2(\255lr)A F0 2.5(][)C F2-2.5 E F1(\214lename)2.5 E -F0 2.5(][)C F2(\255dt)-2.5 E F0 2.5(][)C F1(name)-2.5 E F0(])A .858 -(Each time)144 244.8 R F2(hash)3.358 E F0 .858(is in)3.358 F -.2(vo)-.4 -G -.1(ke).2 G .858(d, the full pathname of the command).1 F F1(name) +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 484.8 Q F2(hash)108 +501.6 Q F0([)2.5 E F2(\255lr)A F0 2.5(][)C F2-2.5 E F1(\214lename) +2.5 E F0 2.5(][)C F2(\255dt)-2.5 E F0 2.5(][)C F1(name)-2.5 E F0(])A +.858(Each time)144 513.6 R F2(hash)3.358 E F0 .858(is in)3.358 F -.2(vo) +-.4 G -.1(ke).2 G .858(d, the full pathname of the command).1 F F1(name) 3.718 E F0 .858(is determined by searching)3.538 F .956 -(the directories in)144 256.8 R F2($P)3.456 E -.95(AT)-.74 G(H).95 E F0 +(the directories in)144 525.6 R F2($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 268.8 -R F22.742 E F0 .243 -(option is supplied, no path search is performed, and)2.742 F F1 -(\214lename)4.653 E F0 .243(is used as the full \214lename)2.923 F .615 -(of the command.)144 280.8 R(The)5.615 E F23.115 E F0 .615 +(viously-remembered pathname is discarded.)-.25 F .243(If the)144 537.6 +R F22.743 E F0 .243 +(option is supplied, no path search is performed, and)2.743 F F1 +(\214lename)4.653 E F0 .242(is used as the full \214lename)2.923 F .615 +(of the command.)144 549.6 R(The)5.615 E F23.115 E F0 .615 (option causes the shell to for)3.115 F .615 (get all remembered locations.)-.18 F(The)5.615 E F23.115 E F0 -(op-)3.115 E .293(tion causes the shell to for)144 292.8 R .293 -(get the remembered location of each)-.18 F F1(name)2.794 E F0 5.294(.I) -C 2.794(ft)-5.294 G(he)-2.794 E F22.794 E F0 .294 -(option is supplied,)2.794 F .028(the full pathname to which each)144 -304.8 R F1(name)2.528 E F0 .028(corresponds is printed.)2.528 F .028 +(op-)3.115 E .294(tion causes the shell to for)144 561.6 R .294 +(get the remembered location of each)-.18 F F1(name)2.793 E F0 5.293(.I) +C 2.793(ft)-5.293 G(he)-2.793 E F22.793 E F0 .293 +(option is supplied,)2.793 F .028(the full pathname to which each)144 +573.6 R F1(name)2.528 E F0 .028(corresponds is printed.)2.528 F .028 (If multiple)5.028 F F1(name)2.528 E F0(ar)2.528 E .028 -(guments are sup-)-.18 F .175(plied with)144 316.8 R F22.675 E F0 -2.675(,t)C(he)-2.675 E F1(name)2.675 E F0 .175 -(is printed before the hashed full pathname.)2.675 F(The)5.175 E F2 -2.676 E F0 .176(option causes output to)2.676 F .783 -(be displayed in a format that may be reused as input.)144 328.8 R .783 +(guments are sup-)-.18 F .176(plied with)144 585.6 R F22.676 E F0 +2.676(,t)C(he)-2.676 E F1(name)2.676 E F0 .175 +(is printed before the hashed full pathname.)2.676 F(The)5.175 E F2 +2.675 E F0 .175(option causes output to)2.675 F .783 +(be displayed in a format that may be reused as input.)144 597.6 R .783 (If no ar)5.783 F .783(guments are gi)-.18 F -.15(ve)-.25 G .783 (n, or if only).15 F F23.283 E F0(is)3.283 E .807 -(supplied, information about remembered commands is printed.)144 340.8 R -.807(The return status is true unless a)5.807 F F1(name)144.36 352.8 Q +(supplied, information about remembered commands is printed.)144 609.6 R +.807(The return status is true unless a)5.807 F F1(name)144.36 621.6 Q F0(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.) -.25 E F2(help)108 369.6 Q F0([)2.5 E F2(\255dms)A F0 2.5(][)C F1 -(pattern)-2.5 E F0(])A .867(Display helpful information about b)144 -381.6 R .867(uiltin commands.)-.2 F(If)5.867 E F1(pattern)4.617 E F0 -.866(is speci\214ed,)3.607 F F2(help)3.366 E F0(gi)3.366 E -.15(ve)-.25 -G 3.366(sd).15 G(etailed)-3.366 E .223(help on all commands matching)144 -393.6 R F1(pattern)3.973 E F0 2.723(;o).24 G .223 -(therwise help for all the b)-2.723 F .224 -(uiltins and shell control struc-)-.2 F(tures is printed.)144 405.6 Q F2 -144 417.6 Q F0(Display a short description of each)180 417.6 Q F1 -(pattern)2.5 E F2144 429.6 Q F0(Display the description of each) -180 429.6 Q F1(pattern)2.5 E F0(in a manpage-lik)2.5 E 2.5(ef)-.1 G -(ormat)-2.5 E F2144 441.6 Q F0 -(Display only a short usage synopsis for each)180 441.6 Q F1(pattern)2.5 -E F0(The return status is 0 unless no command matches)144 458.4 Q F1 -(pattern)3.75 E F0(.).24 E F2(history [)108 475.2 Q F1(n)A F2(])A -(history \255c)108 487.2 Q(history \255d)108 499.2 Q F1(of)2.5 E(fset) --.18 E F2(history \255d)108 511.2 Q F1(start)2.5 E F0A F1(end)A F2 -(history \255anrw)108 523.2 Q F0([)2.5 E F1(\214lename)A F0(])A F2 -(history \255p)108 535.2 Q F1(ar)2.5 E(g)-.37 E F0([)2.5 E F1(ar)A 2.5 -(g.)-.37 G(..)-2.5 E F0(])A F2(history \255s)108 547.2 Q F1(ar)2.5 E(g) --.37 E F0([)2.5 E F1(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A -.4(Wi)144 -559.2 S .752 -(th no options, display the command history list with line numbers.).4 F -.752(Lines listed with a)5.752 F F2(*)3.251 E F0(ha)3.251 E -.15(ve)-.2 -G .38(been modi\214ed.)144 571.2 R .38(An ar)5.38 F .38(gument of)-.18 F -F1(n)3.24 E F0 .38(lists only the last)3.12 F F1(n)3.24 E F0 2.88 -(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E F3(HISTTIMEFOR-) -2.881 E(MA)144 583.2 Q(T)-.855 E F0 .265 -(is set and not null, it is used as a format string for)2.515 F F1 -(strftime)2.764 E F0 .264(\(3\) to display the time stamp asso-)B 1.019 -(ciated with each displayed history entry)144 595.2 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 -(time stamp and the history line.)144 607.2 R(If)5.176 E F1(\214lename) -2.676 E F0 .176 -(is supplied, it is used as the name of the history \214le; if)2.676 F -(not, the v)144 619.2 Q(alue of)-.25 E F3(HISTFILE)2.5 E F0(is used.) -2.25 E(Options, if supplied, ha)5 E .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F2144 631.2 Q F0 -(Clear the history list by deleting all the entries.)180 631.2 Q F2 -144 643.2 Q F1(of)2.5 E(fset)-.18 E F0 .389 -(Delete the history entry at position)180 655.2 R F1(of)2.889 E(fset) --.18 E F0 5.389(.I)C(f)-5.389 E F1(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 667.2 R --.05(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .598 -(ndices count back from the end).15 F(of the history)180 679.2 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 F2(history -d)2.5 E F0(command.)2.5 E F2 -144 691.2 Q F1(start)2.5 E F0A F1(end)A F0 .757 -(Delete the history entries between positions)180 703.2 R F1(start)3.257 -E F0(and)3.258 E F1(end)3.258 E F0 3.258(,i)C(nclusi)-3.258 E -.15(ve) --.25 G 5.758(.P).15 G(ositi)-5.758 E 1.058 -.15(ve a)-.25 H .758(nd ne) -.15 F -.05(ga)-.15 G(-).05 E(ti)180 715.2 Q .3 -.15(ve v)-.25 H -(alues for)-.1 E F1(start)2.5 E F0(and)2.5 E F1(end)2.5 E F0 -(are interpreted as described abo)2.5 E -.15(ve)-.15 G(.).15 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(65)190.95 E 0 Cg EP +.25 E F2(help)108 638.4 Q F0([)2.5 E F2(\255dms)A F0 2.5(][)C F1 +(pattern)-2.5 E F0(])A .866(Display helpful information about b)144 +650.4 R .867(uiltin commands.)-.2 F(If)5.867 E F1(pattern)4.617 E F0 +.867(is speci\214ed,)3.607 F F2(help)3.367 E F0(gi)3.367 E -.15(ve)-.25 +G 3.367(sd).15 G(etailed)-3.367 E .224(help on all commands matching)144 +662.4 R F1(pattern)3.974 E F0 2.723(;o).24 G .223 +(therwise help for all the b)-2.723 F .223 +(uiltins and shell control struc-)-.2 F(tures is printed.)144 674.4 Q F2 +144 686.4 Q F0(Display a short description of each)180 686.4 Q F1 +(pattern)2.5 E F2144 698.4 Q F0(Display the description of each) +180 698.4 Q F1(pattern)2.5 E F0(in a manpage-lik)2.5 E 2.5(ef)-.1 G +(ormat)-2.5 E F2144 710.4 Q F0 +(Display only a short usage synopsis for each)180 710.4 Q F1(pattern)2.5 +E F0(The return status is 0 unless no command matches)144 727.2 Q F1 +(pattern)3.75 E F0(.).24 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(65)199.835 E 0 Cg EP %%Page: 66 66 %%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 .565(Append the `)180 84 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 96 Q +SF(history [)108 84 Q/F2 10/Times-Italic@0 SF(n)A F1(])A(history \255c) +108 96 Q(history \255d)108 108 Q F2(of)2.5 E(fset)-.18 E F1 +(history \255d)108 120 Q F2(start)2.5 E F0A F2(end)A F1 +(history \255anrw)108 132 Q F0([)2.5 E F2(\214lename)A F0(])A F1 +(history \255p)108 144 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A 2.5(g.) +-.37 G(..)-2.5 E F0(])A F1(history \255s)108 156 Q F2(ar)2.5 E(g)-.37 E +F0([)2.5 E F2(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A -.4(Wi)144 168 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.252 E F0(ha)3.252 E -.15(ve)-.2 +G .381(been modi\214ed.)144 180 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.88 E(MA)144 192 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 204 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 +(time stamp and the history line.)144 216 R(If)5.176 E F2(\214lename) +2.676 E F0 .176 +(is supplied, it is used as the name of the history \214le; if)2.676 F +(not, the v)144 228 Q(alue of)-.25 E F3(HISTFILE)2.5 E F0(is used.)2.25 +E(Options, if supplied, ha)5 E .3 -.15(ve t)-.2 H(he follo).15 E +(wing meanings:)-.25 E F1144 240 Q F0 +(Clear the history list by deleting all the entries.)180 240 Q F1 +144 252 Q F2(of)2.5 E(fset)-.18 E F0 .39 +(Delete the history entry at position)180 264 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.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 276 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 288 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 300 Q F2(start)2.5 E F0A F2(end)A F0 .758 +(Delete the history entries between positions)180 312 R F2(start)3.258 E +F0(and)3.257 E F2(end)3.257 E F0 3.257(,i)C(nclusi)-3.257 E -.15(ve)-.25 +G 5.757(.P).15 G(ositi)-5.757 E 1.057 -.15(ve a)-.25 H .757(nd ne).15 F +-.05(ga)-.15 G(-).05 E(ti)180 324 Q .3 -.15(ve v)-.25 H(alues for)-.1 E +F2(start)2.5 E F0(and)2.5 E F2(end)2.5 E F0 +(are interpreted as described abo)2.5 E -.15(ve)-.15 G(.).15 E F1 +144 336 Q F0 .564(Append the `)180 336 R(`ne)-.74 E(w')-.25 E 3.064('h) +-.74 G .564(istory lines to the history \214le.)-3.064 F .565 +(These are history lines entered since)5.564 F(the be)180 348 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 108 Q +(ut not already appended to the history \214le.)-.2 E F1144 360 Q F0 .854(Read the history lines not already read from the history \214le\ - into the current history list.)180 108 R .773 -(These are lines appended to the history \214le since the be)180 120 R -.772(ginning of the current)-.15 F F1(bash)3.272 E F0(ses-)3.272 E -(sion.)180 132 Q F1144 144 Q F0(Read the contents of the history \ -\214le and append them to the current history list.)180 144 Q F1 -144 156 Q F0(Write the current history list to the history \214le, o)180 -156 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G -(ontents.)-2.5 E F1144 168 Q F0 .625 -(Perform history substitution on the follo)180 168 R(wing)-.25 E/F2 10 -/Times-Italic@0 SF(ar)3.125 E(gs)-.37 E F0 .626 -(and display the result on the standard)3.125 F 2.975(output. Does)180 -180 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 192 Q(xpansion.)-.15 E F1144 204 Q F0 .362 -(Store the)180 204 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 216 Q -.15(ve) + into the current history list.)180 360 R .772 +(These are lines appended to the history \214le since the be)180 372 R +.773(ginning of the current)-.15 F F1(bash)3.273 E F0(ses-)3.273 E +(sion.)180 384 Q F1144 396 Q F0(Read the contents of the history \ +\214le and append them to the current history list.)180 396 Q F1 +144 408 Q F0(Write the current history list to the history \214le, o)180 +408 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G +(ontents.)-2.5 E F1144 420 Q F0 .626 +(Perform history substitution on the follo)180 420 R(wing)-.25 E F2(ar) +3.125 E(gs)-.37 E F0 .625(and display the result on the standard)3.125 F +2.975(output. Does)180 432 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 444 Q(xpansion.)-.15 E F1144 456 Q F0 .363 +(Store the)180 456 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 +(he last command in the history list is)-5.363 F(remo)180 468 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 .146(If the)144 232.8 R/F3 9/Times-Bold@0 SF -(HISTTIMEFORMA)2.645 E(T)-.855 E F0 -.25(va)2.395 G .145 +(are added.)2.77 E .145(If the)144 484.8 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 .668(entry is written to the history \214le, mark)144 244.8 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 256.8 R .956 -(ginning with the history comment character follo)-.15 F .955 -(wed immediately by a digit)-.25 F .832 -(are interpreted as timestamps for the follo)144 268.8 R .832 -(wing history entry)-.25 F 5.833(.T)-.65 G .833(he return v)-5.833 F -.833(alue is 0 unless an in-)-.25 F -.25(va)144 280.8 S .168(lid option\ +.25 F .669(entry is written to the history \214le, mark)144 496.8 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 508.8 R .956 +(ginning with the history comment character follo)-.15 F .956 +(wed immediately by a digit)-.25 F .833 +(are interpreted as timestamps for the follo)144 520.8 R .833 +(wing history entry)-.25 F 5.832(.T)-.65 G .832(he return v)-5.832 F +.832(alue is 0 unless an in-)-.25 F -.25(va)144 532.8 S .168(lid option\ is encountered, an error occurs while reading or writing the history \ -\214le, an in).25 F -.25(va)-.4 G(lid).25 E F2(of)2.668 E(f-)-.18 E(set) -144 292.8 Q F0(is supplied as an ar)2.5 E(gument to)-.18 E F12.5 E +\214le, an in).25 F -.25(va)-.4 G(lid).25 E F2(of)2.669 E(f-)-.18 E(set) +144 544.8 Q F0(is supplied as an ar)2.5 E(gument to)-.18 E F12.5 E F0 2.5(,o)C 2.5(rt)-2.5 G(he history e)-2.5 E (xpansion supplied as an ar)-.15 E(gument to)-.18 E F12.5 E F0 -.1 -(fa)2.5 G(ils.).1 E F1(jobs)108 309.6 Q F0([)2.5 E F1(\255lnprs)A F0 2.5 -(][)C F2(jobspec)A F0(... ])2.5 E F1(jobs \255x)108 321.6 Q F2(command) +(fa)2.5 G(ils.).1 E F1(jobs)108 561.6 Q F0([)2.5 E F1(\255lnprs)A F0 2.5 +(][)C F2(jobspec)A F0(... ])2.5 E F1(jobs \255x)108 573.6 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 333.6 Q .3 -.15(ve j)-.25 H 2.5 +(The \214rst form lists the acti)144 585.6 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 345.6 Q F0 -(List process IDs in addition to the normal information.)180 345.6 Q F1 -144 357.6 Q F0 .193(Display information only about jobs that ha) -180 357.6 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 369.6 Q F1 -144 381.6 Q F0(List only the process ID of the job')180 381.6 Q 2.5(sp) --.55 G(rocess group leader)-2.5 E(.)-.55 E F1144 393.6 Q F0 -(Display only running jobs.)180 393.6 Q F1144 405.6 Q F0 -(Display only stopped jobs.)180 405.6 Q(If)144 422.4 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 434.4 Q -.25 +(wing meanings:)-.25 E F1144 597.6 Q F0 +(List process IDs in addition to the normal information.)180 597.6 Q F1 +144 609.6 Q F0 .194(Display information only about jobs that ha) +180 609.6 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 621.6 Q F1 +144 633.6 Q F0(List only the process ID of the job')180 633.6 Q 2.5(sp) +-.55 G(rocess group leader)-2.5 E(.)-.55 E F1144 645.6 Q F0 +(Display only running jobs.)180 645.6 Q F1144 657.6 Q F0 +(Display only stopped jobs.)180 657.6 Q(If)144 674.4 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 686.4 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 .394(If the)144 451.2 R F1 -2.894 E F0 .394(option is supplied,)2.894 F F1(jobs)2.894 E F0 +E F2(jobspec)4.24 E F0(is supplied.)2.81 E .395(If the)144 703.2 R F1 +2.895 E F0 .394(option is supplied,)2.894 F F1(jobs)2.894 E F0 .394(replaces an)2.894 F(y)-.15 E F2(jobspec)4.634 E F0 .394(found in) -3.204 F F2(command)3.094 E F0(or)3.664 E F2(ar)3.224 E(gs)-.37 E F0 .395 -(with the corre-)3.164 F(sponding process group ID, and e)144 463.2 Q +3.204 F F2(command)3.094 E F0(or)3.664 E F2(ar)3.224 E(gs)-.37 E F0 .394 +(with the corre-)3.164 F(sponding process group ID, and e)144 715.2 Q -.15(xe)-.15 G(cutes).15 E F2(command)2.7 E F0(passing it)3.27 E F2(ar) 2.83 E(gs)-.37 E F0 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15 -E F1(kill)108 480 Q F0([)2.5 E F1A F2(sigspec)2.5 E F0(|)2.5 E F1 -2.5 E F2(signum)2.5 E F0(|)2.5 E F12.5 E F2(sigspec)A F0 2.5 -(][)C F2(pid)-2.5 E F0(|)2.5 E F2(jobspec)2.5 E F0 2.5(].)C(..)-2.5 E F1 -(kill \255l)108 492 Q F0(|)A F1A F0([)2.5 E F2(sigspec)A F0(|)2.5 -E F2 -.2(ex)2.5 G(it_status).2 E F0(])A .017(Send the signal named by) -144 504 R F2(sigspec)2.857 E F0(or)2.827 E F2(signum)2.857 E F0 .017 -(to the processes named by)2.837 F F2(pid)3.767 E F0(or)3.287 E F2 -(jobspec)4.257 E F0(.).31 E F2(sigspec)5.357 E F0(is)2.827 E .318 -(either a case-insensiti)144 516 R .618 -.15(ve s)-.25 H .318 -(ignal name such as).15 F F3(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 528 Q F2(signum)3.268 E F0 -.427(is a signal number)3.247 F 5.427(.I)-.55 G(f)-5.427 E F2(sigspec) -3.267 E F0 .427(is not present, then)3.237 F F3(SIGTERM)2.927 E F0 .427 -(is assumed.)2.677 F .427(An ar)5.427 F(-)-.2 E .313(gument of)144 540 R -F12.813 E F0 .314(lists the signal names.)2.814 F .314(If an)5.314 -F 2.814(ya)-.15 G -.18(rg)-2.814 G .314(uments are supplied when).18 F -F12.814 E F0 .314(is gi)2.814 F -.15(ve)-.25 G .314 -(n, the names of).15 F .12(the signals corresponding to the ar)144 552 R -.119(guments are listed, and the return status is 0.)-.18 F(The)5.119 E -F2 -.2(ex)2.619 G(it_status).2 E F0(ar)2.619 E(-)-.2 E .799(gument to) -144 564 R F13.299 E F0 .799 -(is a number specifying either a signal number or the e)3.299 F .8 -(xit status of a process termi-)-.15 F .963(nated by a signal.)144 576 R -(The)5.962 E F13.462 E F0 .962(option is equi)3.462 F -.25(va)-.25 -G .962(lent to).25 F F13.462 E F0(.)A F1(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 588 Q(alse if an error occurs or an in)-.1 -E -.25(va)-.4 G(lid option is encountered.).25 E F1(let)108 604.8 Q F2 -(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(Each)144 -616.8 Q F2(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 628.8 Q F2(ar) -2.83 E(g)-.37 E F0 -.25(eva)2.72 G(luates to 0,).25 E F1(let)2.5 E F0 -(returns 1; 0 is returned otherwise.)2.5 E F1(local)108 645.6 Q F0([)2.5 -E F2(option)A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C -(.. | \255 ])-2.5 E -.15(Fo)144 657.6 S 2.542(re).15 G .042(ach ar) --2.542 F .042(gument, a local v)-.18 F .042(ariable named)-.25 F F2 -(name)2.902 E F0 .042(is created, and assigned)2.722 F F2(value)2.832 E -F0 5.042(.T).18 G(he)-5.042 E F2(option)2.542 E F0 .041(can be)2.541 F -(an)144 669.6 Q 3.152(yo)-.15 G 3.152(ft)-3.152 G .652 -(he options accepted by)-3.152 F F1(declar)3.152 E(e)-.18 E F0 5.652(.W) -C(hen)-5.652 E F1(local)3.152 E F0 .653 -(is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144 -681.6 Q F2(name)3.282 E F0 .422(to ha)3.102 F .722 -.15(ve a v)-.2 H -.422(isible scope restricted to that function and its children.).15 F -(If)5.421 E F2(name)2.921 E F0 .421(is \255, the set)2.921 F .509 -(of shell options is made local to the function in which)144 693.6 R F1 -(local)3.01 E F0 .51(is in)3.01 F -.2(vo)-.4 G -.1(ke).2 G .51 -(d: shell options changed us-).1 F 1.171(ing the)144 705.6 R F1(set) -3.671 E F0 -.2(bu)3.671 G 1.171 -(iltin inside the function are restored to their original v).2 F 1.17 -(alues when the function re-)-.25 F 2.887(turns. W)144 717.6 R .387 -(ith no operands,)-.4 F F1(local)2.887 E F0 .388 -(writes a list of local v)2.888 F .388(ariables to the standard output.) --.25 F .388(It is an error)5.388 F 1.662(to use)144 729.6 R F1(local) -4.162 E F0 1.662(when not within a function.)4.162 F 1.662 -(The return status is 0 unless)6.662 F F1(local)4.161 E F0 1.661 -(is used outside a)4.161 F(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 -E(66)190.95 E 0 Cg EP +E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(66)199.835 E 0 Cg EP %%Page: 67 67 %%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(function, an in) -144 84 Q -.25(va)-.4 G(lid).25 E/F1 10/Times-Italic@0 SF(name)2.86 E F0 -(is supplied, or)2.68 E F1(name)2.5 E F0(is a readonly v)2.5 E(ariable.) --.25 E/F2 10/Times-Bold@0 SF(logout)108 100.8 Q F0(Exit a login shell.) -144 100.8 Q F2(map\214le)108 117.6 Q F0([)2.5 E F2A 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 F2 -.18(re)108 129.6 S -(adarray).18 E F0([)2.5 E F2A 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 .158 -(Read lines from the standard input into the inde)144 141.6 R -.15(xe) --.15 G 2.659(da).15 G .159(rray v)-2.659 F(ariable)-.25 E F1(arr)2.989 E -(ay)-.15 E F0 2.659(,o).32 G 2.659(rf)-2.659 G .159 -(rom \214le descriptor)-2.659 F F1(fd)4.629 E F0 1.249(if the)144 153.6 -R F23.749 E F0 1.249(option is supplied.)3.749 F 1.249(The v)6.249 -F(ariable)-.25 E/F3 9/Times-Bold@0 SF(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 165.6 Q .3 -.15(ve t)-.2 H -(he follo).15 E(wing meanings:)-.25 E F2144 177.6 Q F0 .91 -(The \214rst character of)180 177.6 R F1(delim)3.41 E F0 .911 -(is used to terminate each input line, rather than ne)3.41 F 3.411 -(wline. If)-.25 F F1(delim)180 189.6 Q F0(is the empty string,)2.5 E F2 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(kill)108 84 Q F0([)2.5 E F1A/F2 10/Times-Italic@0 SF(sigspec) +2.5 E F0(|)2.5 E F12.5 E F2(signum)2.5 E F0(|)2.5 E F12.5 E F2 +(sigspec)A F0 2.5(][)C F2(pid)-2.5 E F0(|)2.5 E F2(jobspec)2.5 E F0 2.5 +(].)C(..)-2.5 E F1(kill \255l)108 96 Q F0(|)A F1A F0([)2.5 E F2 +(sigspec)A F0(|)2.5 E F2 -.2(ex)2.5 G(it_status).2 E F0(])A .017 +(Send the signal named by)144 108 R F2(sigspec)2.857 E F0(or)2.827 E F2 +(signum)2.857 E F0 .017(to the processes named by)2.837 F F2(pid)3.767 E +F0(or)3.287 E F2(jobspec)4.257 E F0(.).31 E F2(sigspec)5.357 E F0(is) +2.828 E .319(either a case-insensiti)144 120 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 132 Q F2(signum)3.267 E F0 +.427(is a signal number)3.247 F 5.427(.I)-.55 G(f)-5.427 E F2(sigspec) +3.267 E F0 .427(is not present, then)3.237 F F3(SIGTERM)2.927 E F0 .427 +(is assumed.)2.677 F .428(An ar)5.427 F(-)-.2 E .314(gument of)144 144 R +F12.814 E F0 .314(lists the signal names.)2.814 F .314(If an)5.314 +F 2.814(ya)-.15 G -.18(rg)-2.814 G .314(uments are supplied when).18 F +F12.814 E F0 .314(is gi)2.814 F -.15(ve)-.25 G .313 +(n, the names of).15 F .119(the signals corresponding to the ar)144 156 +R .119(guments are listed, and the return status is 0.)-.18 F(The)5.12 E +F2 -.2(ex)2.62 G(it_status).2 E F0(ar)2.62 E(-)-.2 E .8(gument to)144 +168 R F13.3 E F0 .8 +(is a number specifying either a signal number or the e)3.3 F .799 +(xit status of a process termi-)-.15 F .962(nated by a signal.)144 180 R +(The)5.962 E F13.462 E F0 .962(option is equi)3.462 F -.25(va)-.25 +G .962(lent to).25 F F13.462 E F0(.)A F1(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 192 Q(alse if an error occurs or an in)-.1 +E -.25(va)-.4 G(lid option is encountered.).25 E F1(let)108 208.8 Q F2 +(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(Each)144 +220.8 Q F2(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 232.8 Q F2(ar) +2.83 E(g)-.37 E F0 -.25(eva)2.72 G(luates to 0,).25 E F1(let)2.5 E F0 +(returns 1; 0 is returned otherwise.)2.5 E F1(local)108 249.6 Q F0([)2.5 +E F2(option)A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C +(.. | \255 ])-2.5 E -.15(Fo)144 261.6 S 2.541(re).15 G .041(ach ar) +-2.541 F .042(gument, a local v)-.18 F .042(ariable named)-.25 F F2 +(name)2.902 E F0 .042(is created, and assigned)2.722 F F2(value)2.832 E +F0 5.042(.T).18 G(he)-5.042 E F2(option)2.542 E F0 .042(can be)2.542 F +(an)144 273.6 Q 3.153(yo)-.15 G 3.153(ft)-3.153 G .653 +(he options accepted by)-3.153 F F1(declar)3.153 E(e)-.18 E F0 5.652(.W) +C(hen)-5.652 E F1(local)3.152 E F0 .652 +(is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144 +285.6 Q F2(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.422 E F2(name)2.922 E F0 .422(is \255, the set)2.922 F .51 +(of shell options is made local to the function in which)144 297.6 R F1 +(local)3.009 E F0 .509(is in)3.009 F -.2(vo)-.4 G -.1(ke).2 G .509 +(d: shell options changed us-).1 F 1.17(ing the)144 309.6 R F1(set)3.67 +E F0 -.2(bu)3.67 G 1.171 +(iltin inside the function are restored to their original v).2 F 1.171 +(alues when the function re-)-.25 F 2.888(turns. W)144 321.6 R .388 +(ith no operands,)-.4 F F1(local)2.888 E F0 .388 +(writes a list of local v)2.888 F .388(ariables to the standard output.) +-.25 F .387(It is an error)5.387 F .332(to use)144 333.6 R F1(local) +2.832 E F0 .332(when not within a function.)2.832 F .332 +(The return status is 0 unless)5.332 F F1(local)2.832 E F0 .332 +(is used outside a func-)2.832 F(tion, an in)144 345.6 Q -.25(va)-.4 G +(lid).25 E F2(name)2.86 E F0(is supplied, or)2.68 E F2(name)2.5 E F0 +(is a readonly v)2.5 E(ariable.)-.25 E F1(logout)108 362.4 Q F0 +(Exit a login shell.)144 362.4 Q F1(map\214le)108 379.2 Q F0([)2.5 E F1 +A F2(delim)2.5 E F0 2.5(][)C F1-2.5 E F2(count)2.5 E F0 2.5 +(][)C F1-2.5 E F2(origin)2.5 E F0 2.5(][)C F1-2.5 E F2 +(count)2.5 E F0 2.5(][)C F1-2.5 E F0 2.5(][)C F1-2.5 E F2 +(fd)2.5 E F0 2.5(][)C F1-2.5 E F2(callbac)2.5 E(k)-.2 E F0 2.5(][) +C F1-2.5 E F2(quantum)2.5 E F0 2.5(][)C F2(arr)-2.5 E(ay)-.15 E F0 +(])A F1 -.18(re)108 391.2 S(adarray).18 E F0([)2.5 E F1A F2(delim) +2.5 E F0 2.5(][)C F1-2.5 E F2(count)2.5 E F0 2.5(][)C F1-2.5 +E F2(origin)2.5 E F0 2.5(][)C F1-2.5 E F2(count)2.5 E F0 2.5(][)C +F1-2.5 E F0 2.5(][)C F1-2.5 E F2(fd)2.5 E F0 2.5(][)C F1 +-2.5 E F2(callbac)2.5 E(k)-.2 E F0 2.5(][)C F1-2.5 E F2 +(quantum)2.5 E F0 2.5(][)C F2(arr)-2.5 E(ay)-.15 E F0(])A .159 +(Read lines from the standard input into the inde)144 403.2 R -.15(xe) +-.15 G 2.659(da).15 G .159(rray v)-2.659 F(ariable)-.25 E F2(arr)2.989 E +(ay)-.15 E F0 2.659(,o).32 G 2.658(rf)-2.659 G .158 +(rom \214le descriptor)-2.658 F F2(fd)4.628 E F0 1.248(if the)144 415.2 +R F13.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 F2(arr)3.749 E(ay)-.15 E F0 6.249(.O)C 1.249(ptions, if supplied,) +-6.249 F(ha)144 427.2 Q .3 -.15(ve t)-.2 H(he follo).15 E +(wing meanings:)-.25 E F1144 439.2 Q F0 .911 +(The \214rst character of)180 439.2 R F2(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 F2(delim)180 451.2 Q F0(is the empty string,)2.5 E F1 (map\214le)2.5 E F0(will terminate a line when it reads a NUL character) -2.5 E(.)-.55 E F2144 201.6 Q F0(Cop)180 201.6 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 213.6 Q F0(Be)180 -213.6 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.73 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 225.6 Q F0 -(Discard the \214rst)180 225.6 Q F1(count)2.5 E F0(lines read.)2.5 E F2 -144 237.6 Q F0(Remo)180 237.6 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 249.6 Q F0 -(Read lines from \214le descriptor)180 249.6 Q F1(fd)2.5 E F0 -(instead of the standard input.)2.5 E F2144 261.6 Q F0(Ev)180 -261.6 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.75 E F0(.).32 E F2144 273.6 -Q F0(Specify the number of lines read between each call to)180 273.6 Q -F1(callbac)2.7 E(k)-.2 E F0(.).67 E(If)144 290.4 Q F22.968 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 +2.5 E(.)-.55 E F1144 463.2 Q F0(Cop)180 463.2 Q 2.5(ya)-.1 G 2.5 +(tm)-2.5 G(ost)-2.5 E F2(count)2.7 E F0 2.5(lines. If)3.18 F F2(count) +2.5 E F0(is 0, all lines are copied.)2.5 E F1144 475.2 Q F0(Be)180 +475.2 Q(gin assigning to)-.15 E F2(arr)2.83 E(ay)-.15 E F0(at inde)2.82 +E(x)-.15 E F2(origin)2.73 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 F1144 487.2 Q F0 +(Discard the \214rst)180 487.2 Q F2(count)2.5 E F0(lines read.)2.5 E F1 +144 499.2 Q F0(Remo)180 499.2 Q .3 -.15(ve a t)-.15 H(railing).15 +E F2(delim)2.5 E F0(\(def)2.5 E(ault ne)-.1 E +(wline\) from each line read.)-.25 E F1144 511.2 Q F0 +(Read lines from \214le descriptor)180 511.2 Q F2(fd)2.5 E F0 +(instead of the standard input.)2.5 E F1144 523.2 Q F0(Ev)180 +523.2 Q(aluate)-.25 E F2(callbac)2.7 E(k)-.2 E F0(each time)3.17 E F2 +(quantum)2.5 E F0(lines are read.)2.5 E(The)5 E F12.5 E F0 +(option speci\214es)2.5 E F2(quantum)2.75 E F0(.).32 E F1144 535.2 +Q F0(Specify the number of lines read between each call to)180 535.2 Q +F2(callbac)2.7 E(k)-.2 E F0(.).67 E(If)144 552 Q F12.967 E F0 .467 +(is speci\214ed without)2.967 F F12.967 E F0 2.967(,t)C .467 +(he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F2 (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 .261(plied the inde)144 302.4 R 2.761(xo)-.15 -G 2.761(ft)-2.761 G .261(he ne)-2.761 F .262(xt array element to be ass\ -igned and the line to be assigned to that element)-.15 F .275 -(as additional ar)144 314.4 R(guments.)-.18 E F1(callbac)5.275 E(k)-.2 E -F0 .275(is e)2.775 F -.25(va)-.25 G .274 -(luated after the line is read b).25 F .274 -(ut before the array element is)-.2 F(assigned.)144 326.4 Q -(If not supplied with an e)144 343.2 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 360 Q F0 .797 -(returns successfully unless an in)3.297 F -.25(va)-.4 G .797 -(lid option or option ar).25 F .797(gument is supplied,)-.18 F F1(arr) -3.297 E(ay)-.15 E F0 .798(is in-)3.298 F -.25(va)144 372 S -(lid or unassignable, or if).25 E F1(arr)2.5 E(ay)-.15 E F0 +(luated, it is sup-).25 F .262(plied the inde)144 564 R 2.762(xo)-.15 G +2.762(ft)-2.762 G .262(he ne)-2.762 F .261(xt array element to be assig\ +ned and the line to be assigned to that element)-.15 F .274 +(as additional ar)144 576 R(guments.)-.18 E F2(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 588 Q +(If not supplied with an e)144 604.8 Q(xplicit origin,)-.15 E F1 +(map\214le)2.5 E F0(will clear)2.5 E F2(arr)2.5 E(ay)-.15 E F0 +(before assigning to it.)2.5 E F1(map\214le)144 621.6 Q F0 .797 +(returns successfully unless an in)3.298 F -.25(va)-.4 G .797 +(lid option or option ar).25 F .797(gument is supplied,)-.18 F F2(arr) +3.297 E(ay)-.15 E F0 .797(is in-)3.297 F -.25(va)144 633.6 S +(lid or unassignable, or if).25 E F2(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 388.8 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 400.8 Q -.15(ve)-.15 G 2.8(se) -.15 G .3(ntries from the directory stack.)-2.8 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 -.299(he top directory from the)-2.799 F 1.478(stack, and performs a)144 -412.8 R F2(cd)3.978 E F0 1.479(to the ne)3.978 F 3.979(wt)-.25 G 1.479 -(op directory)-3.979 F 6.479(.A)-.65 G -.18(rg)-6.479 G 1.479 -(uments, if supplied, ha).18 F 1.779 -.15(ve t)-.2 H 1.479(he follo).15 -F(wing)-.25 E(meanings:)144 424.8 Q F2144 436.8 Q F0 .551 -(Suppresses the normal change of directory when remo)180 436.8 R .551 +F1(popd)108 650.4 Q F0<5bad>2.5 E F1(n)A F0 2.5(][)C(+)-2.5 E F2(n)A F0 +2.5(][)C-2.5 E F2(n)A F0(])A(Remo)144 662.4 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 +674.4 R F1(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 686.4 Q F1144 698.4 Q F0 .551 +(Suppresses the normal change of directory when remo)180 698.4 R .551 (ving directories from the stack, so)-.15 F -(that only the stack is manipulated.)180 448.8 Q F2(+)144 460.8 Q F1(n)A -F0(Remo)180 460.8 Q -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F1(n)2.64 E -F0 .14(th entry counting from the left of the list sho)B .14(wn by)-.25 -F F2(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero.)-2.64 F -.15(Fo)180 -472.8 S 2.5(re).15 G(xample:)-2.65 E/F4 10/Courier@0 SF(popd +0)2.5 E F0 -(remo)2.5 E -.15(ve)-.15 G 2.5(st).15 G(he \214rst directory)-2.5 E(,) --.65 E F4(popd +1)2.5 E F0(the second.)2.5 E F2144 484.8 Q F1(n)A F0 -(Remo)180 484.8 Q -.15(ve)-.15 G 3.76(st).15 G(he)-3.76 E F1(n)3.76 E F0 -1.259(th entry counting from the right of the list sho)B 1.259(wn by) --.25 F F2(dirs)3.759 E F0 3.759(,s)C 1.259(tarting with)-3.759 F 2.5 -(zero. F)180 496.8 R(or e)-.15 E(xample:)-.15 E F4(popd -0)2.5 E F0 -(remo)2.5 E -.15(ve)-.15 G 2.5(st).15 G(he last directory)-2.5 E(,)-.65 -E F4(popd -1)2.5 E F0(the ne)2.5 E(xt to last.)-.15 E .643(If the)144 -513.6 R F2(popd)3.143 E F0 .643(command is successful, a)3.143 F F2 -(dirs)3.143 E F0 .644(is performed as well, and the return status is 0.) -3.143 F F2(popd)5.644 E F0 .416(returns f)144 525.6 R .416 -(alse if an in)-.1 F -.25(va)-.4 G .415 -(lid option is encountered, the directory stack is empty).25 F 2.915 -(,an)-.65 G(on-e)-2.915 E .415(xistent direc-)-.15 F -(tory stack entry is speci\214ed, or the directory change f)144 537.6 Q -(ails.)-.1 E F2(printf)108 554.4 Q F0([)2.5 E F2A F1(var)2.5 E F0 -(])A F1(format)2.5 E F0([)2.5 E F1(ar)A(guments)-.37 E F0(])A .357 -(Write the formatted)144 566.4 R F1(ar)2.857 E(guments)-.37 E F0 .357 -(to the standard output under the control of the)2.857 F F1(format)2.858 -E F0 5.358(.T)C(he)-5.358 E F22.858 E F0(op-)2.858 E .714 -(tion causes the output to be assigned to the v)144 578.4 R(ariable)-.25 -E F1(var)3.214 E F0 .714(rather than being printed to the standard)3.214 -F(output.)144 590.4 Q(The)144 614.4 Q F1(format)3.017 E F0 .517(is a ch\ -aracter string which contains three types of objects: plain characters,\ - which are)3.017 F .704(simply copied to standard output, character esc\ -ape sequences, which are con)144 626.4 R -.15(ve)-.4 G .703 -(rted and copied to).15 F .036(the standard output, and format speci\ -\214cations, each of which causes printing of the ne)144 638.4 R .037 -(xt successi)-.15 F -.15(ve)-.25 G F1(ar)144 650.4 Q(gument)-.37 E F0 -5.532(.I)C 3.032(na)-5.532 G .532(ddition to the standard)-3.032 F F1 -(printf)3.032 E F0 .532(\(1\) format speci\214cations,)B F2(printf)3.031 -E F0 .531(interprets the follo)3.031 F(w-)-.25 E(ing e)144 662.4 Q -(xtensions:)-.15 E F2(%b)144 674.4 Q F0(causes)180 674.4 Q F2(printf) -2.595 E F0 .096(to e)2.595 F .096 -(xpand backslash escape sequences in the corresponding)-.15 F F1(ar) -2.596 E(gument)-.37 E F0 .096(in the)2.596 F(same w)180 686.4 Q(ay as) --.1 E F2(echo \255e)2.5 E F0(.)A F2(%q)144 698.4 Q F0(causes)180 698.4 Q -F2(printf)2.51 E F0 .01(to output the corresponding)2.51 F F1(ar)2.51 E -(gument)-.37 E F0 .01(in a format that can be reused as shell)2.51 F -(input.)180 710.4 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(67) -190.95 E 0 Cg EP +(that only the stack is manipulated.)180 710.4 Q(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(67)199.835 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/F1 10/Times-Bold@0 -SF(%\()144 84 Q/F2 10/Times-Italic@0 SF(datefmt)A F1(\)T)A F0(causes)180 -96 Q F1(printf)4.403 E F0 1.904 -(to output the date-time string resulting from using)4.403 F F2(datefmt) -4.404 E F0 1.904(as a format)4.404 F .381(string for)180 108 R F2 +SF(+)144 84 Q/F2 10/Times-Italic@0 SF(n)A F0(Remo)180 84 Q -.15(ve)-.15 +G 2.64(st).15 G(he)-2.64 E F2(n)2.64 E F0 .14 +(th entry counting from the left of the list sho)B .14(wn by)-.25 F F1 +(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero.)-2.64 F -.15(Fo)180 96 +S 2.5(re).15 G(xample:)-2.65 E/F3 10/Courier@0 SF(popd +0)2.5 E F0(remo) +2.5 E -.15(ve)-.15 G 2.5(st).15 G(he \214rst directory)-2.5 E(,)-.65 E +F3(popd +1)2.5 E F0(the second.)2.5 E F1144 108 Q F2(n)A F0(Remo)180 +108 Q -.15(ve)-.15 G 3.759(st).15 G(he)-3.759 E F2(n)3.759 E F0 1.259 +(th entry counting from the right of the list sho)B 1.26(wn by)-.25 F F1 +(dirs)3.76 E F0 3.76(,s)C 1.26(tarting with)-3.76 F 2.5(zero. F)180 120 +R(or e)-.15 E(xample:)-.15 E F3(popd -0)2.5 E F0(remo)2.5 E -.15(ve)-.15 +G 2.5(st).15 G(he last directory)-2.5 E(,)-.65 E F3(popd -1)2.5 E F0 +(the ne)2.5 E(xt to last.)-.15 E .644(If the)144 136.8 R F1(popd)3.144 E +F0 .644(command is successful, a)3.144 F F1(dirs)3.143 E F0 .643 +(is performed as well, and the return status is 0.)3.143 F F1(popd)5.643 +E F0 .415(returns f)144 148.8 R .415(alse if an in)-.1 F -.25(va)-.4 G +.415(lid option is encountered, the directory stack is empty).25 F 2.916 +(,an)-.65 G(on-e)-2.916 E .416(xistent direc-)-.15 F +(tory stack entry is speci\214ed, or the directory change f)144 160.8 Q +(ails.)-.1 E F1(printf)108 177.6 Q F0([)2.5 E F1A F2(var)2.5 E F0 +(])A F2(format)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A .358 +(Write the formatted)144 189.6 R F2(ar)2.858 E(guments)-.37 E F0 .358 +(to the standard output under the control of the)2.858 F F2(format)2.857 +E F0 5.357(.T)C(he)-5.357 E F12.857 E F0(op-)2.857 E .714 +(tion causes the output to be assigned to the v)144 201.6 R(ariable)-.25 +E F2(var)3.214 E F0 .714(rather than being printed to the standard)3.214 +F(output.)144 213.6 Q(The)144 237.6 Q F2(format)3.018 E F0 .517(is a ch\ +aracter string which contains three types of objects: plain characters,\ + which are)3.018 F .704(simply copied to standard output, character esc\ +ape sequences, which are con)144 249.6 R -.15(ve)-.4 G .704 +(rted and copied to).15 F .036(the standard output, and format speci\ +\214cations, each of which causes printing of the ne)144 261.6 R .036 +(xt successi)-.15 F -.15(ve)-.25 G F2(ar)144 273.6 Q(gument)-.37 E F0 +5.531(.I)C 3.031(na)-5.531 G .531(ddition to the standard)-3.031 F F2 +(printf)3.032 E F0 .532(\(1\) format speci\214cations,)B F1(printf)3.032 +E F0 .532(interprets the follo)3.032 F(w-)-.25 E(ing e)144 285.6 Q +(xtensions:)-.15 E F1(%b)144 297.6 Q F0(causes)180 297.6 Q F1(printf) +2.596 E F0 .096(to e)2.596 F .096 +(xpand backslash escape sequences in the corresponding)-.15 F F2(ar) +2.596 E(gument)-.37 E F0 .095(in the)2.595 F(same w)180 309.6 Q(ay as) +-.1 E F1(echo \255e)2.5 E F0(.)A F1(%q)144 321.6 Q F0(causes)180 321.6 Q +F1(printf)2.51 E F0 .01(to output the corresponding)2.51 F F2(ar)2.51 E +(gument)-.37 E F0 .01(in a format that can be reused as shell)2.51 F +(input.)180 333.6 Q F1(%\()144 345.6 Q F2(datefmt)A F1(\)T)A F0(causes) +180 357.6 Q F1(printf)4.404 E F0 1.904 +(to output the date-time string resulting from using)4.404 F F2(datefmt) +4.404 E F0 1.903(as a format)4.404 F .38(string for)180 369.6 R F2 (strftime)2.881 E F0 2.881(\(3\). The)B(corresponding)2.881 E F2(ar) 2.881 E(gument)-.37 E F0 .381(is an inte)2.881 F .381 -(ger representing the number)-.15 F .292(of seconds since the epoch.)180 -120 R -1 -.8(Tw o)5.293 H .293(special ar)3.593 F .293(gument v)-.18 F -.293(alues may be used: \2551 represents the)-.25 F .694 -(current time, and \2552 represents the time the shell w)180 132 R .693 -(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.193(d. If).1 F .693(no ar)3.193 -F .693(gument is speci-)-.18 F .21(\214ed, con)180 144 R -.15(ve)-.4 G -.21(rsion beha).15 F -.15(ve)-.2 G 2.71(sa).15 G 2.71(si)-2.71 G 2.71 -<66ad>-2.71 G 2.71(1h)-2.71 G .21(ad been gi)-2.71 F -.15(ve)-.25 G 2.71 -(n. This).15 F .21(is an e)2.71 F .21(xception to the usual)-.15 F F1 -(printf)2.71 E F0(beha)180 156 Q(vior)-.2 E(.)-.55 E(Ar)144 172.8 Q .464 -(guments to non-string format speci\214ers are treated as C constants, \ -e)-.18 F .463(xcept that a leading plus or)-.15 F 1.258 -(minus sign is allo)144 184.8 R 1.259 +(ger representing the number)-.15 F .293(of seconds since the epoch.)180 +381.6 R -1 -.8(Tw o)5.293 H .293(special ar)3.593 F .293(gument v)-.18 F +.293(alues may be used: \2551 represents the)-.25 F .693 +(current time, and \2552 represents the time the shell w)180 393.6 R +.693(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.194(d. If).1 F .694(no ar) +3.194 F .694(gument is speci-)-.18 F .21(\214ed, con)180 405.6 R -.15 +(ve)-.4 G .21(rsion beha).15 F -.15(ve)-.2 G 2.71(sa).15 G 2.71(si)-2.71 +G 2.71<66ad>-2.71 G 2.71(1h)-2.71 G .21(ad been gi)-2.71 F -.15(ve)-.25 +G 2.71(n. This).15 F .21(is an e)2.71 F .21(xception to the usual)-.15 F +F1(printf)2.71 E F0(beha)180 417.6 Q(vior)-.2 E(.)-.55 E .901 +(The %b, %q, and %T directi)144 434.4 R -.15(ve)-.25 G 3.401(sa).15 G +.901(ll use the \214eld width and precision ar)-3.401 F .902 +(guments from the format)-.18 F .358(speci\214cation and write that man) +144 446.4 R 2.858(yb)-.15 G .357 +(ytes from \(or use that wide a \214eld for\) the e)-2.858 F .357 +(xpanded ar)-.15 F(gument,)-.18 E +(which usually contains more characters than the original.)144 458.4 Q +(Ar)144 475.2 Q .463(guments to non-string format speci\214ers are trea\ +ted as C constants, e)-.18 F .464(xcept that a leading plus or)-.15 F +1.259(minus sign is allo)144 487.2 R 1.259 (wed, and if the leading character is a single or double quote, the v) --.25 F 1.259(alue is the)-.25 F(ASCII v)144 196.8 Q(alue of the follo) --.25 E(wing character)-.25 E(.)-.55 E(The)144 213.6 Q F2(format)2.515 E -F0 .015(is reused as necessary to consume all of the)2.515 F F2(ar)2.515 -E(guments)-.37 E F0 5.015(.I)C 2.514(ft)-5.015 G(he)-2.514 E F2(format) -2.514 E F0 .014(requires more)2.514 F F2(ar)2.514 E(-)-.2 E(guments)144 -225.6 Q F0 .565(than are supplied, the e)3.065 F .566 +-.25 F 1.258(alue is the)-.25 F(ASCII v)144 499.2 Q(alue of the follo) +-.25 E(wing character)-.25 E(.)-.55 E(The)144 516 Q F2(format)2.514 E F0 +.015(is reused as necessary to consume all of the)2.514 F F2(ar)2.515 E +(guments)-.37 E F0 5.015(.I)C 2.515(ft)-5.015 G(he)-2.515 E F2(format) +2.515 E F0 .015(requires more)2.515 F F2(ar)2.515 E(-)-.2 E(guments)144 +528 Q F0 .566(than are supplied, the e)3.066 F .566 (xtra format speci\214cations beha)-.15 F .866 -.15(ve a)-.2 H 3.066(si) -.15 G 3.066(faz)-3.066 G .566(ero v)-3.066 F .566(alue or null string,) --.25 F(as appropriate, had been supplied.)144 237.6 Q(The return v)5 E +.15 G 3.065(faz)-3.066 G .565(ero v)-3.065 F .565(alue or null string,) +-.25 F(as appropriate, had been supplied.)144 540 Q(The return v)5 E (alue is zero on success, non-zero on f)-.25 E(ailure.)-.1 E F1(pushd) -108 254.4 Q F0([)2.5 E F1A F0 2.5(][)C(+)-2.5 E F2(n)A F0 2.5(][)C --2.5 E F2(n)A F0(])A F1(pushd)108 266.4 Q F0([)2.5 E F1A F0 -2.5(][)C F2(dir)-2.5 E F0(])A .64(Adds a directory to the top of the di\ -rectory stack, or rotates the stack, making the ne)144 278.4 R 3.139(wt) --.25 G .639(op of the)-3.139 F .416(stack the current w)144 290.4 R .416 +108 556.8 Q F0([)2.5 E F1A F0 2.5(][)C(+)-2.5 E F2(n)A F0 2.5(][)C +-2.5 E F2(n)A F0(])A F1(pushd)108 568.8 Q F0([)2.5 E F1A F0 +2.5(][)C F2(dir)-2.5 E F0(])A .639(Adds a directory to the top of the d\ +irectory stack, or rotates the stack, making the ne)144 580.8 R 3.14(wt) +-.25 G .64(op of the)-3.14 F .417(stack the current w)144 592.8 R .416 (orking directory)-.1 F 5.416(.W)-.65 G .416(ith no ar)-5.816 F (guments,)-.18 E F1(pushd)2.916 E F0 -.15(ex)2.916 G .416 -(changes the top tw).15 F 2.917(od)-.1 G(irectories)-2.917 E 1.625 -(and returns 0, unless the directory stack is empty)144 302.4 R 6.625 +(changes the top tw).15 F 2.916(od)-.1 G(irectories)-2.916 E 1.625 +(and returns 0, unless the directory stack is empty)144 604.8 R 6.625 (.A)-.65 G -.18(rg)-6.625 G 1.625(uments, if supplied, ha).18 F 1.925 --.15(ve t)-.2 H 1.625(he follo).15 F(wing)-.25 E(meanings:)144 314.4 Q -F1144 326.4 Q F0 1.811(Suppresses the normal change of directory \ -when rotating or adding directories to the)180 326.4 R -(stack, so that only the stack is manipulated.)180 338.4 Q F1(+)144 -350.4 Q F2(n)A F0 1.268(Rotates the stack so that the)180 350.4 R F2(n) -3.768 E F0 1.267(th directory \(counting from the left of the list sho)B -1.267(wn by)-.25 F F1(dirs)180 362.4 Q F0 2.5(,s)C -(tarting with zero\) is at the top.)-2.5 E F1144 374.4 Q F2(n)A F0 -.92(Rotates the stack so that the)180 374.4 R F2(n)3.42 E F0 .92 +-.15(ve t)-.2 H 1.625(he follo).15 F(wing)-.25 E(meanings:)144 616.8 Q +F1144 628.8 Q F0 1.811(Suppresses the normal change of directory \ +when rotating or adding directories to the)180 628.8 R +(stack, so that only the stack is manipulated.)180 640.8 Q F1(+)144 +652.8 Q F2(n)A F0 1.267(Rotates the stack so that the)180 652.8 R F2(n) +3.767 E F0 1.268(th directory \(counting from the left of the list sho)B +1.268(wn by)-.25 F F1(dirs)180 664.8 Q F0 2.5(,s)C +(tarting with zero\) is at the top.)-2.5 E F1144 676.8 Q F2(n)A F0 +.92(Rotates the stack so that the)180 676.8 R F2(n)3.42 E F0 .92 (th directory \(counting from the right of the list sho)B .92(wn by)-.25 -F F1(dirs)180 386.4 Q F0 2.5(,s)C(tarting with zero\) is at the top.) --2.5 E F2(dir)144.35 398.4 Q F0(Adds)180 398.4 Q F2(dir)3.138 E F0 .288 -(to the directory stack at the top, making it the ne)3.518 F 2.787(wc) --.25 G .287(urrent w)-2.787 F .287(orking directory as)-.1 F -(if it had been supplied as the ar)180 410.4 Q(gument to the)-.18 E F1 -(cd)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .488(If the)144 427.2 R F1(pushd) -2.988 E F0 .488(command is successful, a)2.988 F F1(dirs)2.988 E F0 .488 -(is performed as well.)2.988 F .489(If the \214rst form is used,)5.488 F -F1(pushd)2.989 E F0 1.04(returns 0 unless the cd to)144 439.2 R F2(dir) -3.89 E F0 -.1(fa)4.27 G 3.539(ils. W).1 F 1.039(ith the second form,)-.4 -F F1(pushd)3.539 E F0 1.039(returns 0 unless the directory)3.539 F .846 -(stack is empty)144 451.2 R 3.346(,an)-.65 G(on-e)-3.346 E .847(xistent\ - directory stack element is speci\214ed, or the directory change to the) --.15 F(speci\214ed ne)144 463.2 Q 2.5(wc)-.25 G(urrent directory f)-2.5 -E(ails.)-.1 E F1(pwd)108 480 Q F0([)2.5 E F1(\255LP)A F0(])A .845 -(Print the absolute pathname of the current w)144 492 R .845 -(orking directory)-.1 F 5.844(.T)-.65 G .844 -(he pathname printed contains no)-5.844 F .181(symbolic links if the)144 -504 R F12.681 E F0 .181(option is supplied or the)2.681 F F1 .181 -(\255o ph)2.681 F(ysical)-.15 E F0 .181(option to the)2.681 F F1(set) -2.681 E F0 -.2(bu)2.681 G .182(iltin command is).2 F 3.264(enabled. If) -144 516 R(the)3.264 E F13.264 E F0 .763 -(option is used, the pathname printed may contain symbolic links.)3.264 -F .763(The return)5.763 F .405(status is 0 unless an error occurs while\ - reading the name of the current directory or an in)144 528 R -.25(va) --.4 G .405(lid op-).25 F(tion is supplied.)144 540 Q F1 -.18(re)108 -556.8 S(ad).18 E F0([)3.817 E F1(\255ers)A F0 3.817(][)C F1-3.817 -E F2(aname)3.817 E F0 3.817(][)C F1-3.817 E F2(delim)3.817 E F0 -3.817(][)C F1-3.817 E F2(te)3.817 E(xt)-.2 E F0 3.817(][)C F1 --3.817 E F2(nc)3.816 E(har)-.15 E(s)-.1 E F0 3.816(][)C F1 --3.816 E F2(nc)3.816 E(har)-.15 E(s)-.1 E F0 3.816(][)C F1-3.816 E -F2(pr)3.816 E(ompt)-.45 E F0 3.816(][)C F1-3.816 E F2(timeout) -3.816 E F0 3.816(][)C F1-3.816 E F2(fd)3.816 E F0(])A([)108 568.8 -Q F2(name)A F0(...])2.5 E .516(One line is read from the standard input\ -, or from the \214le descriptor)144 580.8 R F2(fd)3.016 E F0 .516 -(supplied as an ar)3.016 F .517(gument to)-.18 F(the)144 592.8 Q F1 -2.936 E F0 .436(option, split into w)2.936 F .435 -(ords as described abo)-.1 F .735 -.15(ve u)-.15 H(nder).15 E F1 -.75 -(Wo)2.935 G .435(rd Splitting).75 F F0 2.935(,a)C .435(nd the \214rst w) --2.935 F .435(ord is as-)-.1 F .375(signed to the \214rst)144 604.8 R F2 -(name)3.235 E F0 2.876(,t).18 G .376(he second w)-2.876 F .376 -(ord to the second)-.1 F F2(name)3.236 E F0 2.876(,a).18 G .376 -(nd so on.)-2.876 F .376(If there are more w)5.376 F(ords)-.1 E .237 -(than names, the remaining w)144 616.8 R .237(ords and their interv)-.1 -F .237(ening delimiters are assigned to the last)-.15 F F2(name)3.096 E -F0 5.236(.I).18 G(f)-5.236 E .874(there are fe)144 628.8 R .874(wer w) --.25 F .875(ords read from the input stream than names, the remaining n\ -ames are assigned)-.1 F .518(empty v)144 640.8 R 3.018(alues. The)-.25 F -.518(characters in)3.018 F/F3 9/Times-Bold@0 SF(IFS)3.018 E F0 .518 -(are used to split the line into w)2.768 F .517 -(ords using the same rules the)-.1 F .026(shell uses for e)144 652.8 R -.026(xpansion \(described abo)-.15 F .326 -.15(ve u)-.15 H(nder).15 E F1 --.75(Wo)2.526 G .026(rd Splitting).75 F F0 2.526(\). The)B .026 -(backslash character \()2.526 F F1(\\)A F0 2.527(\)m)C(ay)-2.527 E .489 -(be used to remo)144 664.8 R .788 -.15(ve a)-.15 H .788 -.15(ny s).15 H -.488(pecial meaning for the ne).15 F .488 -(xt character read and for line continuation.)-.15 F(Op-)5.488 E -(tions, if supplied, ha)144 676.8 Q .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 688.8 Q F2(aname)2.5 E F0 1.025 -(The w)180 700.8 R 1.026 -(ords are assigned to sequential indices of the array v)-.1 F(ariable) --.25 E F2(aname)3.856 E F0 3.526(,s).18 G 1.026(tarting at 0.)-3.526 F -F2(aname)180.33 712.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(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(68)190.95 E 0 Cg EP +F F1(dirs)180 688.8 Q F0 2.5(,s)C(tarting with zero\) is at the top.) +-2.5 E F2(dir)144.35 700.8 Q F0(Adds)180 700.8 Q F2(dir)3.137 E F0 .287 +(to the directory stack at the top, making it the ne)3.517 F 2.788(wc) +-.25 G .288(urrent w)-2.788 F .288(orking directory as)-.1 F +(if it had been supplied as the ar)180 712.8 Q(gument to the)-.18 E F1 +(cd)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .489(If the)144 729.6 R F1(pushd) +2.989 E F0 .489(command is successful, a)2.989 F F1(dirs)2.988 E F0 .488 +(is performed as well.)2.988 F .488(If the \214rst form is used,)5.488 F +F1(pushd)2.988 E F0(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(68) +199.835 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/F1 10/Times-Bold@0 -SF144 84 Q/F2 10/Times-Italic@0 SF(delim)2.5 E F0 .281 -(The \214rst character of)180 96 R F2(delim)2.781 E F0 .281 -(is used to terminate the input line, rather than ne)2.781 F 2.78 -(wline. If)-.25 F F2(de-)2.78 E(lim)180 108 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 120 Q F0 .372 -(If the standard input is coming from a terminal,)180 120 R F1 -.18(re) -2.873 G(adline).18 E F0(\(see)2.873 E/F3 9/Times-Bold@0 SF(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 132 R .218 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.039 +(returns 0 unless the cd to)144 84 R/F1 10/Times-Italic@0 SF(dir)3.889 E +F0 -.1(fa)4.269 G 3.539(ils. W).1 F 1.039(ith the second form,)-.4 F/F2 +10/Times-Bold@0 SF(pushd)3.54 E F0 1.04(returns 0 unless the directory) +3.54 F .847(stack is empty)144 96 R 3.347(,an)-.65 G(on-e)-3.347 E .847 +(xistent directory stack element is speci\214ed, or the directory chang\ +e to the)-.15 F(speci\214ed ne)144 108 Q 2.5(wc)-.25 G +(urrent directory f)-2.5 E(ails.)-.1 E F2(pwd)108 124.8 Q F0([)2.5 E F2 +(\255LP)A F0(])A .844(Print the absolute pathname of the current w)144 +136.8 R .845(orking directory)-.1 F 5.845(.T)-.65 G .845 +(he pathname printed contains no)-5.845 F .182(symbolic links if the)144 +148.8 R F22.681 E F0 .181(option is supplied or the)2.681 F F2 +.181(\255o ph)2.681 F(ysical)-.15 E F0 .181(option to the)2.681 F F2 +(set)2.681 E F0 -.2(bu)2.681 G .181(iltin command is).2 F 3.263 +(enabled. If)144 160.8 R(the)3.263 E F23.263 E F0 .763 +(option is used, the pathname printed may contain symbolic links.)3.263 +F .764(The return)5.764 F .405(status is 0 unless an error occurs while\ + reading the name of the current directory or an in)144 172.8 R -.25(va) +-.4 G .405(lid op-).25 F(tion is supplied.)144 184.8 Q F2 -.18(re)108 +201.6 S(ad).18 E F0([)3.816 E F2(\255ers)A F0 3.816(][)C F2-3.816 +E F1(aname)3.816 E F0 3.816(][)C F2-3.816 E F1(delim)3.816 E F0 +3.816(][)C F2-3.816 E F1(te)3.816 E(xt)-.2 E F0 3.816(][)C F2 +-3.816 E F1(nc)3.816 E(har)-.15 E(s)-.1 E F0 3.817(][)C F2 +-3.817 E F1(nc)3.817 E(har)-.15 E(s)-.1 E F0 3.817(][)C F2-3.817 E +F1(pr)3.817 E(ompt)-.45 E F0 3.817(][)C F2-3.817 E F1(timeout) +3.817 E F0 3.817(][)C F2-3.817 E F1(fd)3.817 E F0(])A([)108 213.6 +Q F1(name)A F0(...])2.5 E .516(One line is read from the standard input\ +, or from the \214le descriptor)144 225.6 R F1(fd)3.016 E F0 .516 +(supplied as an ar)3.016 F .516(gument to)-.18 F(the)144 237.6 Q F2 +2.935 E F0 .435(option, split into w)2.935 F .435 +(ords as described abo)-.1 F .735 -.15(ve u)-.15 H(nder).15 E F2 -.75 +(Wo)2.935 G .435(rd Splitting).75 F F0 2.935(,a)C .436(nd the \214rst w) +-2.935 F .436(ord is as-)-.1 F .376(signed to the \214rst)144 249.6 R F1 +(name)3.236 E F0 2.876(,t).18 G .376(he second w)-2.876 F .376 +(ord to the second)-.1 F F1(name)3.236 E F0 2.876(,a).18 G .376 +(nd so on.)-2.876 F .375(If there are more w)5.376 F(ords)-.1 E .236 +(than names, the remaining w)144 261.6 R .237(ords and their interv)-.1 +F .237(ening delimiters are assigned to the last)-.15 F F1(name)3.097 E +F0 5.237(.I).18 G(f)-5.237 E .875(there are fe)144 273.6 R .875(wer w) +-.25 F .875(ords read from the input stream than names, the remaining n\ +ames are assigned)-.1 F .517(empty v)144 285.6 R 3.017(alues. The)-.25 F +.517(characters in)3.017 F/F3 9/Times-Bold@0 SF(IFS)3.017 E F0 .518 +(are used to split the line into w)2.767 F .518 +(ords using the same rules the)-.1 F .027(shell uses for e)144 297.6 R +.026(xpansion \(described abo)-.15 F .326 -.15(ve u)-.15 H(nder).15 E F2 +-.75(Wo)2.526 G .026(rd Splitting).75 F F0 2.526(\). The)B .026 +(backslash character \()2.526 F F2(\\)A F0 2.526(\)m)C(ay)-2.526 E .488 +(be used to remo)144 309.6 R .788 -.15(ve a)-.15 H .788 -.15(ny s).15 H +.488(pecial meaning for the ne).15 F .488 +(xt character read and for line continuation.)-.15 F(Op-)5.489 E +(tions, if supplied, ha)144 321.6 Q .3 -.15(ve t)-.2 H(he follo).15 E +(wing meanings:)-.25 E F2144 333.6 Q F1(aname)2.5 E F0 1.026 +(The w)180 345.6 R 1.026 +(ords are assigned to sequential indices of the array v)-.1 F(ariable) +-.25 E F1(aname)3.855 E F0 3.525(,s).18 G 1.025(tarting at 0.)-3.525 F +F1(aname)180.33 357.6 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 F1(name)2.5 E F0 +(ar)2.5 E(guments are ignored.)-.18 E F2144 369.6 Q F1(delim)2.5 E +F0 .28(The \214rst character of)180 381.6 R F1(delim)2.78 E F0 .281 +(is used to terminate the input line, rather than ne)2.78 F 2.781 +(wline. If)-.25 F F1(de-)2.781 E(lim)180 393.6 Q F0 +(is the empty string,)2.5 E F2 -.18(re)2.5 G(ad).18 E F0 +(will terminate a line when it reads a NUL character)2.5 E(.)-.55 E F2 +144 405.6 Q F0 .373 +(If the standard input is coming from a terminal,)180 405.6 R F2 -.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 417.6 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 144 Q -.15(ve)-.25 G 2.5(\)e).15 G(diting settings, b)-2.5 E +(acti)180 429.6 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 156 Q F2(te)2.5 E(xt)-.2 -E F0(If)180 156 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 168 Q(gins.)-.15 E F1144 180 Q F2(nc)2.5 E(har) --.15 E(s)-.1 E F1 -.18(re)180 192 S(ad).18 E F0 .323 -(returns after reading)2.823 F F2(nc)2.823 E(har)-.15 E(s)-.1 E F0 .323 +(ault \214lename completion.)-.1 E F2144 441.6 Q F1(te)2.5 E(xt) +-.2 E F0(If)180 441.6 Q F2 -.18(re)2.716 G(adline).18 E F0 .216 +(is being used to read the line,)2.716 F F1(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 453.6 Q(gins.)-.15 E F2144 465.6 Q F1(nc)2.5 E +(har)-.15 E(s)-.1 E F2 -.18(re)180 477.6 S(ad).18 E F0 .322 +(returns after reading)2.822 F F1(nc)2.823 E(har)-.15 E(s)-.1 E F0 .323 (characters rather than w)2.823 F .323 -(aiting for a complete line of in-)-.1 F(put, b)180 204 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 216 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 228 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 240 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 252 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 264 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 276 S .669 +(aiting for a complete line of in-)-.1 F(put, b)180 489.6 Q +(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F1(nc)2.5 E(har)-.15 +E(s)-.1 E F0(characters are read before the delimiter)2.5 E(.)-.55 E F2 +144 501.6 Q F1(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 513.6 S +(ad).18 E F0 1.269(returns after reading e)3.77 F(xactly)-.15 E F1(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 525.6 R F2 -.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 537.6 +R F2 -.18(re)3.502 G(ad).18 E F0 1.002(to return until)3.502 F F1(nc) +3.502 E(har)-.15 E(s)-.1 E F0 .608(characters are read.)180 549.6 R .608 +(The result is not split on the characters in)5.608 F F2(IFS)3.108 E F0 +3.108(;t)C .609(he intent is that the)-3.108 F -.25(va)180 561.6 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 288 Q F0(option belo) -2.5 E(w\).)-.25 E F1144 300 Q F2(pr)2.5 E(ompt)-.45 E F0(Display) -180 312 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 324 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 336 Q F0 .543(Backslash does not act as an escape character) -180 336 R 5.543(.T)-.55 G .544(he backslash is considered to be part of) --5.543 F .493(the line.)180 348 R .493(In particular)5.493 F 2.993(,ab) --.4 G(ackslash-ne)-2.993 E .493 -(wline pair may not then be used as a line continua-)-.25 F(tion.)180 -360 Q F1144 372 Q F0(Silent mode.)180 372 Q -(If input is coming from a terminal, characters are not echoed.)5 E F1 -144 384 Q F2(timeout)2.5 E F0(Cause)180 396 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 408 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 420 Q +(xactly the characters read \(with the e)-.15 F .669 +(xception of backslash; see the)-.15 F F2180 573.6 Q F0 +(option belo)2.5 E(w\).)-.25 E F2144 585.6 Q F1(pr)2.5 E(ompt)-.45 +E F0(Display)180 597.6 Q F1(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 609.6 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 F2 +144 621.6 Q F0 .544(Backslash does not act as an escape character) +180 621.6 R 5.543(.T)-.55 G .543 +(he backslash is considered to be part of)-5.543 F .492(the line.)180 +633.6 R .492(In particular)5.492 F 2.992(,ab)-.4 G(ackslash-ne)-2.992 E +.493(wline pair may not then be used as a line continua-)-.25 F(tion.) +180 645.6 Q F2144 657.6 Q F0(Silent mode.)180 657.6 Q +(If input is coming from a terminal, characters are not echoed.)5 E F2 +144 669.6 Q F1(timeout)2.5 E F0(Cause)180 681.6 Q F2 -.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 693.6 R F1(timeout)3.061 E +F0(seconds.)3.061 E F1(timeout)5.561 E F0 .561(may be a decimal number) +3.061 F(with a fractional portion follo)180 705.6 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\ +.3 -.15(ve i)-.25 H(f).15 E F2 -.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 -432 R .505(fect when reading)-.25 F .589(from re)180 444 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 456 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 468 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 -480 R -.15(ex)2.5 G(it status is greater than 128 if the timeout is e) -.15 E(xceeded.)-.15 E F1144 492 Q F2(fd)2.5 E F0 -(Read input from \214le descriptor)180 492 Q F2(fd)2.5 E F0(.)A .477 -(If no)144 508.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(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 520.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 532.8 S .853 -(riable assignment error \(such as assigning to a readonly v).25 F .852 -(ariable\) occurs, or an in)-.25 F -.25(va)-.4 G .852(lid \214le de-).25 -F(scriptor is supplied as the ar)144 544.8 Q(gument to)-.18 E F1 -2.5 E F0(.)A F1 -.18(re)108 561.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 573.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 585.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 597.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 .777(ables to associati)144 609.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 621.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 -.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 633.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 645.6 R .786(If a v)5.786 F .786(ariable name is fol-)-.25 F(lo)144 -657.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 669.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 681.6 Q F0 -(that is not a function.)2.68 E F1 -.18(re)108 698.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 710.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 722.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(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(69)190.95 E -0 Cg EP +717.6 R .506(fect when reading)-.25 F .59(from re)180 729.6 R .59 +(gular \214les.)-.15 F(If)5.59 E F2 -.18(re)3.09 G(ad).18 E F0 .589 +(times out,)3.09 F F2 -.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(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(69)199.835 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 .267 -(by a trap handler)144 84 R 2.767(,t)-.4 G .267 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -.25(va)180 84 S +(riable).25 E/F1 10/Times-Italic@0 SF(name)2.77 E F0 5.27(.I)C(f)-5.27 E +F1(timeout)2.77 E F0 .27(is 0,)2.77 F/F2 10/Times-Bold@0 SF -.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 96 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 108 R -.15(ex)2.5 G +(it status is greater than 128 if the timeout is e).15 E(xceeded.)-.15 E +F2144 120 Q F1(fd)2.5 E F0(Read input from \214le descriptor)180 +120 Q F1(fd)2.5 E F0(.)A .476(If no)144 136.8 R F1(names)3.336 E F0 .476 +(are supplied, the line read is assigned to the v)3.246 F(ariable)-.25 E +/F3 9/Times-Bold@0 SF(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 .773 +(unless end-of-\214le is encountered,)144 148.8 R F2 -.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 160.8 S .852 +(riable assignment error \(such as assigning to a readonly v).25 F .853 +(ariable\) occurs, or an in)-.25 F -.25(va)-.4 G .853(lid \214le de-).25 +F(scriptor is supplied as the ar)144 172.8 Q(gument to)-.18 E F2 +2.5 E F0(.)A F2 -.18(re)108 189.6 S(adonly).18 E F0([)2.5 E F2(\255aAf)A +F0 2.5(][)C F2-2.5 E F0 2.5(][)C F1(name)-2.5 E F0([=)A F1(wor)A +(d)-.37 E F0 2.5(].)C(..])-2.5 E .77(The gi)144 201.6 R -.15(ve)-.25 G +(n).15 E F1(names)3.27 E F0 .77(are mark)3.27 F .77(ed readonly; the v) +-.1 F .77(alues of these)-.25 F F1(names)3.63 E F0 .77 +(may not be changed by subse-)3.54 F 1.096(quent assignment.)144 213.6 R +1.096(If the)6.096 F F23.596 E F0 1.097 +(option is supplied, the functions corresponding to the)3.596 F F1 +(names)3.597 E F0 1.097(are so)3.597 F(mark)144 225.6 Q 3.334(ed. The) +-.1 F F23.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 F23.334 E F0 .834(option restricts the v)3.334 F(ari-) +-.25 E .776(ables to associati)144 237.6 R 1.076 -.15(ve a)-.25 H 3.276 +(rrays. If).15 F .777(both options are supplied,)3.276 F F23.277 E +F0(tak)3.277 E .777(es precedence.)-.1 F .777(If no)5.777 F F1(name) +3.637 E F0(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 249.6 R -.15(ve) +-.25 G .521(n, or if the).15 F F23.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 261.6 R(The)5.296 E F2 +2.796 E F0(option)2.796 E .786 +(causes output to be displayed in a format that may be reused as input.) +144 273.6 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144 +285.6 Q .717(wed by =)-.25 F F1(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 F1(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 297.6 R F1(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 F22.76 E F0 .26 +(is supplied with a)2.76 F F1(name)144.36 309.6 Q F0 +(that is not a function.)2.68 E F2 -.18(re)108 326.4 S(tur).18 E(n)-.15 +E F0([)2.5 E F1(n)A F0(])A .02(Causes a function to stop e)144 338.4 R +-.15(xe)-.15 G .02(cuting and return the v).15 F .021 +(alue speci\214ed by)-.25 F F1(n)2.881 E F0 .021(to its caller)2.761 F +5.021(.I)-.55 G(f)-5.021 E F1(n)2.881 E F0 .021(is omitted,)2.761 F .597 +(the return status is that of the last command e)144 350.4 R -.15(xe) +-.15 G .596(cuted in the function body).15 F 5.596(.I)-.65 G(f)-5.596 E +F2 -.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 .267(by a trap handler)144 362.4 R 2.767(,t)-.4 G .267 (he last command used to determine the status is the last command e) --2.767 F -.15(xe)-.15 G .267(cuted be-).15 F .02(fore the trap handler) -144 96 R 5.02(.I)-.55 G(f)-5.02 E/F1 10/Times-Bold@0 SF -.18(re)2.52 G -(tur).18 E(n)-.15 E F0 .02(is e)2.52 F -.15(xe)-.15 G .02 -(cuted during a).15 F F1(DEB)2.52 E(UG)-.1 E F0 .02 -(trap, the last command used to deter)2.52 F(-)-.2 E .886 -(mine the status is the last command e)144 108 R -.15(xe)-.15 G .886 -(cuted by the trap handler before).15 F F1 -.18(re)3.385 G(tur).18 E(n) --.15 E F0 -.1(wa)3.385 G 3.385(si).1 G -1.9 -.4(nv o)-3.385 H -.1(ke).4 -G 3.385(d. If).1 F F1 -.18(re)144 120 S(tur).18 E(n)-.15 E F0 .627 -(is used outside a function, b)3.127 F .628(ut during e)-.2 F -.15(xe) --.15 G .628(cution of a script by the).15 F F1(.)3.128 E F0(\()5.628 E -F1(sour)A(ce)-.18 E F0 3.128(\)c)C .628(ommand, it)-3.128 F .589 -(causes the shell to stop e)144 132 R -.15(xe)-.15 G .589 -(cuting that script and return either).15 F/F2 10/Times-Italic@0 SF(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 144 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 156 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 168 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.381(.A)C .681 -.15(ny c)-5.381 H(om-).15 E -.75(mand associated with the)144 180 R F1(RETURN)3.249 E F0 .749 +-2.767 F -.15(xe)-.15 G .268(cuted be-).15 F .02(fore the trap handler) +144 374.4 R 5.02(.I)-.55 G(f)-5.02 E F2 -.18(re)2.52 G(tur).18 E(n)-.15 +E F0 .02(is e)2.52 F -.15(xe)-.15 G .02(cuted during a).15 F F2(DEB)2.52 +E(UG)-.1 E F0 .02(trap, the last command used to deter)2.52 F(-)-.2 E +.885(mine the status is the last command e)144 386.4 R -.15(xe)-.15 G +.886(cuted by the trap handler before).15 F F2 -.18(re)3.386 G(tur).18 E +(n)-.15 E F0 -.1(wa)3.386 G 3.386(si).1 G -1.9 -.4(nv o)-3.386 H -.1(ke) +.4 G 3.386(d. If).1 F F2 -.18(re)144 398.4 S(tur).18 E(n)-.15 E F0 .628 +(is used outside a function, b)3.128 F .628(ut during e)-.2 F -.15(xe) +-.15 G .628(cution of a script by the).15 F F2(.)3.127 E F0(\()5.627 E +F2(sour)A(ce)-.18 E F0 3.127(\)c)C .627(ommand, it)-3.127 F .588 +(causes the shell to stop e)144 410.4 R -.15(xe)-.15 G .588 +(cuting that script and return either).15 F F1(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 422.4 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 F1(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 434.4 R .444 +(The return status is non-zero if)5.444 F F2 -.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 446.4 R -.15 +(xe)-.15 G .381(cution of a script by).15 F F2(.)2.881 E F0(or)3.714 E +F2(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 458.4 R F2(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 .749(cution resumes after the function).15 F(or script.)144 192 Q F1 -(set)108 208.8 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 220.8 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 232.8 S .835 +G .75(cution resumes after the function).15 F(or script.)144 470.4 Q F2 +(set)108 487.2 Q F0([)2.5 E F2(\255\255abefhkmnptuvxBCEHPT)A F0 2.5(][)C +F2-2.5 E F1(option\255name)2.5 E F0 2.5(][)C F1(ar)-2.5 E(g)-.37 E +F0(...])2.5 E F2(set)108 499.2 Q F0([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F0 +2.5(][)C F2(+o)-2.5 E F1(option\255name)2.5 E F0 2.5(][)C F1(ar)-2.5 E +(g)-.37 E F0(...])2.5 E -.4(Wi)144 511.2 S .836 (thout options, the name and v).4 F .835(alue of each shell v)-.25 F -.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 244.8 -R 3.284(ariables. Read-only)-.25 F -.25(va)3.284 G .783 -(riables cannot be).25 F 2.946(reset. In)144 256.8 R F2 .447(posix mode) -2.946 F F0 2.947(,o)C .447(nly shell v)-2.947 F .447 +.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 523.2 +R 3.284(ariables. Read-only)-.25 F -.25(va)3.284 G .784 +(riables cannot be).25 F 2.947(reset. In)144 535.2 R F1 .447(posix mode) +2.947 F F0 2.947(,o)C .447(nly shell v)-2.947 F .447 (ariables are listed.)-.25 F .447 -(The output is sorted according to the current)5.447 F 3.531 -(locale. When)144 268.8 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 .584 -(after option processing are treated as v)144 280.8 R .585 +(The output is sorted according to the current)5.447 F 3.53 +(locale. When)144 547.2 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 .585 +(after option processing are treated as v)144 559.2 R .584 (alues for the positional parameters and are assigned, in or)-.25 F(-) --.2 E(der)144 292.8 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 -304.8 Q F0 1.378(Each v)184 304.8 R 1.377 +-.2 E(der)144 571.2 Q 2.5(,t)-.4 G(o)-2.5 E F2($1)2.5 E F0(,)A F2($2)2.5 +E F0(,)A F2 2.5(... $)2.5 F F1(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 F2144 +583.2 Q F0 1.377(Each v)184 583.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.377(xport attrib)-.15 F -1.377(ute and)-.2 F(mark)184 316.8 Q(ed for e)-.1 E(xport to the en)-.15 -E(vironment of subsequent commands.)-.4 E F1144 328.8 Q F0 .131 -(Report the status of terminated background jobs immediately)184 328.8 R -2.632(,r)-.65 G .132(ather than before the ne)-2.632 F(xt)-.15 E -(primary prompt.)184 340.8 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o) --.25 H(nly when job control is enabled.).15 E F1144 352.8 Q F0 -.088(Exit immediately if a)184 352.8 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 364.8 Q -F2 1.52(compound command)4.02 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 .08 -(The shell does not e)184 376.8 R .079(xit if the command that f)-.15 F -.079(ails is part of the command list immediately)-.1 F(follo)184 388.8 -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 400.8 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 412.8 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 424.8 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 436.8 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 448.8 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 460.8 R .617 -(vironment and each subshell en)-.4 F .617(vironment separately \(see) --.4 F F3 .618(COMMAND EXE-)3.118 F .643(CUTION ENVIR)184 472.8 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 .642(cuting all).15 F(the commands in the subshell.)184 484.8 -Q .998(If a compound command or shell function e)184 502.8 R -.15(xe) --.15 G .999(cutes in a conte).15 F .999(xt where)-.15 F F13.499 E -F0 .999(is being ig-)3.499 F .089(nored, none of the commands e)184 -514.8 R -.15(xe)-.15 G .089 -(cuted within the compound command or function body).15 F .502 -(will be af)184 526.8 R .502(fected by the)-.25 F F13.002 E F0 -.502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)-3.002 E F1 -3.002 E F0 .502(is set and a command returns a f)3.002 F .503 -(ailure sta-)-.1 F 4.184(tus. If)184 538.8 R 4.184(ac)4.184 G 1.684 -(ompound command or shell function sets)-4.184 F F14.183 E F0 -1.683(while e)4.183 F -.15(xe)-.15 G 1.683(cuting in a conte).15 F(xt) --.15 E(where)184 550.8 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 562.8 Q F1 -144 574.8 Q F0(Disable pathname e)184 574.8 Q(xpansion.)-.15 E F1 -144 586.8 Q F0 .988(Remember the location of commands as the)184 -586.8 R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F --.15(xe)-.15 G 3.488(cution. This).15 F .987(is en-)3.487 F -(abled by def)184 598.8 Q(ault.)-.1 E F1144 610.8 Q F0 .513 -(All ar)184 610.8 R .514 -(guments in the form of assignment statements are placed in the en)-.18 -F .514(vironment for a)-.4 F -(command, not just those that precede the command name.)184 622.8 Q F1 -144 634.8 Q F0 .149(Monitor mode.)184 634.8 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 646.8 R F3 .651(JOB CONTR)3.151 F -(OL)-.27 E F0(abo)2.901 E -.15(ve)-.15 G 3.151(\). All).15 F .651 -(processes run in a separate)3.151 F .679(process group.)184 658.8 R -.678(When a background job completes, the shell prints a line containin\ -g its)5.679 F -.15(ex)184 670.8 S(it status.).15 E F1144 682.8 Q -F0 .652(Read commands b)184 682.8 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 -694.8 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15 -E F1144 706.8 Q F2(option\255name)2.5 E F0(The)184 718.8 Q F2 -(option\255name)2.5 E F0(can be one of the follo)2.5 E(wing:)-.25 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(70)190.95 E 0 Cg EP +-.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 595.2 Q(ed for e)-.1 E(xport to the en)-.15 +E(vironment of subsequent commands.)-.4 E F2144 607.2 Q F0 .132 +(Report the status of terminated background jobs immediately)184 607.2 R +2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E +(primary prompt.)184 619.2 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o) +-.25 H(nly when job control is enabled.).15 E F2144 631.2 Q F0 +.087(Exit immediately if a)184 631.2 R F1(pipeline)2.587 E F0 .087 +(\(which may consist of a single)2.587 F F1 .088(simple command)2.588 F +F0 .088(\), a)B F1(list)2.588 E F0 2.588(,o)C(r)-2.588 E(a)184 643.2 Q +F1 1.521(compound command)4.021 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 .079(The shell does not e)184 +655.2 R .079(xit if the command that f)-.15 F .08 +(ails is part of the command list immediately)-.1 F(follo)184 667.2 Q +1.655(wing a)-.25 F F2(while)4.155 E F0(or)4.155 E F2(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 F2(if)4.154 E F0(or)4.154 E F2(elif)4.154 E F0(reserv) +4.154 E(ed)-.15 E -.1(wo)184 679.2 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 F2 +(&&)3.081 E F0(or)3.081 E F2(||)3.081 E F0 .582(list e)3.082 F .582 +(xcept the command follo)-.15 F(wing)-.25 E .918(the \214nal)184 691.2 R +F2(&&)3.418 E F0(or)3.418 E F2(||)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 703.2 S .66(lue is being in).25 F -.15(ve)-.4 G .66 +(rted with).15 F F2(!)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 715.2 R 1.112(ailed while)-.1 F +F23.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 727.2 R 2.677 +(xit. A)-.15 F .177(trap on)2.677 F F2(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(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(70)199.835 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(allexport)184 84 Q F0(Same as)224 96 Q F12.5 E F0(.)A F1 -(braceexpand)184 108 Q F0(Same as)224 120 Q F12.5 E F0(.)A F1 -(emacs)184 132 Q F0 .089(Use an emacs-style command line editing interf) -224 132 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 144 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 156 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 168 Q(exit)-.18 E F0(Same as)224 168 Q -F12.5 E F0(.)A F1(errtrace)184 180 Q F0(Same as)224 180 Q F1 -2.5 E F0(.)A F1(functrace)184 192 Q F0(Same as)224 204 Q F12.5 E -F0(.)A F1(hashall)184 216 Q F0(Same as)224 216 Q F12.5 E F0(.)A F1 -(histexpand)184 228 Q F0(Same as)224 240 Q F12.5 E F0(.)A F1 -(history)184 252 Q F0 .587(Enable command history)224 252 R 3.087(,a) +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .618(the shell en) +184 84 R .617(vironment and each subshell en)-.4 F .617 +(vironment separately \(see)-.4 F/F1 9/Times-Bold@0 SF .617 +(COMMAND EXE-)3.117 F .642(CUTION ENVIR)184 96 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 108 Q .999 +(If a compound command or shell function e)184 126 R -.15(xe)-.15 G .999 +(cutes in a conte).15 F .998(xt where)-.15 F/F2 10/Times-Bold@0 SF +3.498 E F0 .998(is being ig-)3.498 F .089(nored, none of the commands e) +184 138 R -.15(xe)-.15 G .089 +(cuted within the compound command or function body).15 F .503 +(will be af)184 150 R .503(fected by the)-.25 F F23.002 E F0 .502 +(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)-3.002 E F2 +3.002 E F0 .502(is set and a command returns a f)3.002 F .502 +(ailure sta-)-.1 F 4.183(tus. If)184 162 R 4.183(ac)4.183 G 1.683 +(ompound command or shell function sets)-4.183 F F24.184 E F0 +1.684(while e)4.184 F -.15(xe)-.15 G 1.684(cuting in a conte).15 F(xt) +-.15 E(where)184 174 Q F23.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 186 Q F2 +144 198 Q F0(Disable pathname e)184 198 Q(xpansion.)-.15 E F2 +144 210 Q F0 .988(Remember the location of commands as the)184 210 +R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F -.15(xe) +-.15 G 3.488(cution. This).15 F .988(is en-)3.488 F(abled by def)184 222 +Q(ault.)-.1 E F2144 234 Q F0 .514(All ar)184 234 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 246 Q F2 +144 258 Q F0 .148(Monitor mode.)184 258 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 270 R F1 .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 282 R .679 +(When a background job completes, the shell prints a line containing it\ +s)5.678 F -.15(ex)184 294 S(it status.).15 E F2144 306 Q F0 .653 +(Read commands b)184 306 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 318 Q(This is ignored by interacti)5 E .3 +-.15(ve s)-.25 H(hells.).15 E F2144 330 Q/F3 10/Times-Italic@0 SF +(option\255name)2.5 E F0(The)184 342 Q F3(option\255name)2.5 E F0 +(can be one of the follo)2.5 E(wing:)-.25 E F2(allexport)184 354 Q F0 +(Same as)224 366 Q F22.5 E F0(.)A F2(braceexpand)184 378 Q F0 +(Same as)224 390 Q F22.5 E F0(.)A F2(emacs)184 402 Q F0 .089 +(Use an emacs-style command line editing interf)224 402 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 414 R -.15(ve)-.25 G 3.45(,u).15 G .95 +(nless the shell is started with the)-3.45 F F2(\255\255noediting)3.45 E +F0 2.5(option. This)224 426 R(also af)2.5 E(fects the editing interf) +-.25 E(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F0(.)A F2(err) +184 438 Q(exit)-.18 E F0(Same as)224 438 Q F22.5 E F0(.)A F2 +(errtrace)184 450 Q F0(Same as)224 450 Q F22.5 E F0(.)A F2 +(functrace)184 462 Q F0(Same as)224 474 Q F22.5 E F0(.)A F2 +(hashall)184 486 Q F0(Same as)224 486 Q F22.5 E F0(.)A F2 +(histexpand)184 498 Q F0(Same as)224 510 Q F22.5 E F0(.)A F2 +(history)184 522 Q F0 .586(Enable command history)224 522 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 9/Times-Bold@0 SF(HIST)3.087 E(OR)-.162 E(Y)-.315 E/F3 9 -/Times-Roman@0 SF(.)A F0 .587(This option is)5.087 F(on by def)224 264 Q -(ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F1(ignor)184 -276 Q(eeof)-.18 E F0 1.656(The ef)224 288 R 1.656 -(fect is as if the shell command)-.25 F/F4 10/Courier@0 SF(IGNOREEOF=10) -4.157 E F0 1.657(had been e)4.157 F -.15(xe)-.15 G(cuted).15 E(\(see)224 -300 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 312 S(yw).1 E(ord)-.1 E F0(Same as)224 324 Q F1 -2.5 E F0(.)A F1(monitor)184 336 Q F0(Same as)224 336 Q F12.5 -E F0(.)A F1(noclob)184 348 Q(ber)-.1 E F0(Same as)224 360 Q F12.5 -E F0(.)A F1(noexec)184 372 Q F0(Same as)224 372 Q F12.5 E F0(.)A -F1(noglob)184 384 Q F0(Same as)224 384 Q F12.5 E F0(.)A F1(nolog) -184 396 Q F0(Currently ignored.)224 396 Q F1(notify)184 408 Q F0 -(Same as)224 408 Q F12.5 E F0(.)A F1(nounset)184 420 Q F0(Same as) -224 420 Q F12.5 E F0(.)A F1(onecmd)184 432 Q F0(Same as)224 432 Q -F12.5 E F0(.)A F1(ph)184 444 Q(ysical)-.15 E F0(Same as)224 444 Q -F12.5 E F0(.)A F1(pipefail)184 456 Q F0 1.03(If set, the return v) -224 456 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 468 R -1.136 -(xit with a non-zero status, or zero if all commands in the pipeline) --.15 F -.15(ex)224 480 S(it successfully).15 E 5(.T)-.65 G -(his option is disabled by def)-5 E(ault.)-.1 E F1(posix)184 492 Q F0 -2.091(Change the beha)224 492 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 -504 R/F5 10/Times-Italic@0 SF 1.212(posix mode)B F0 3.712(\). See)B F2 -1.212(SEE ALSO)3.712 F F0(belo)3.463 E(w)-.25 E .955 -(for a reference to a document that details ho)224 516 R 3.454(wp)-.25 G -.954(osix mode af)-3.454 F .954(fects bash')-.25 F 3.454(sb)-.55 G(e-) --3.454 E(ha)224 528 Q(vior)-.2 E(.)-.55 E F1(pri)184 540 Q(vileged)-.1 E -F0(Same as)224 552 Q F12.5 E F0(.)A F1 -.1(ve)184 564 S(rbose).1 E -F0(Same as)224 564 Q F12.5 E F0(.)A F1(vi)184 576 Q F0 .209 -(Use a vi-style command line editing interf)224 576 R 2.709(ace. This) --.1 F .209(also af)2.709 F .21(fects the editing in-)-.25 F(terf)224 588 -Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1(xtrace) -184 600 Q F0(Same as)224 600 Q F12.5 E F0(.)A(If)184 618 Q F1 -3.053 E F0 .553(is supplied with no)3.053 F F5(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 -630 Q F0 1.071(is supplied with no)3.571 F F5(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 642 Q F1 -144 654 Q F0 -.45(Tu)184 654 S 1.072(rn on).45 F F5(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 -F2($ENV)3.572 E F0(and)3.322 E F2($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 666 R 1.501 -(vironment, and the)-.4 F F2(SHELLOPTS)4.001 E F3(,)A F2 -.27(BA)184 678 -S(SHOPTS).27 E F3(,)A F2(CDP)2.775 E -.855(AT)-.666 G(H).855 E F3(,)A F0 -(and)2.775 E F2(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 690 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 702 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 714 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 .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 726 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 -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(71)190.95 E 0 Cg EP +H(nder).15 E F1(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 534 Q +(ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F2(ignor)184 +546 Q(eeof)-.18 E F0 1.657(The ef)224 558 R 1.657 +(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 +570 Q F2(Shell V)2.5 E(ariables)-.92 E F0(abo)2.5 E -.15(ve)-.15 G(\).) +.15 E F2 -.1(ke)184 582 S(yw).1 E(ord)-.1 E F0(Same as)224 594 Q F2 +2.5 E F0(.)A F2(monitor)184 606 Q F0(Same as)224 606 Q F22.5 +E F0(.)A F2(noclob)184 618 Q(ber)-.1 E F0(Same as)224 630 Q F22.5 +E F0(.)A F2(noexec)184 642 Q F0(Same as)224 642 Q F22.5 E F0(.)A +F2(noglob)184 654 Q F0(Same as)224 654 Q F22.5 E F0(.)A F2(nolog) +184 666 Q F0(Currently ignored.)224 666 Q F2(notify)184 678 Q F0 +(Same as)224 678 Q F22.5 E F0(.)A F2(nounset)184 690 Q F0(Same as) +224 690 Q F22.5 E F0(.)A F2(onecmd)184 702 Q F0(Same as)224 702 Q +F22.5 E F0(.)A F2(ph)184 714 Q(ysical)-.15 E F0(Same as)224 714 Q +F22.5 E F0(.)A(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(71) +199.835 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 -(set to the real user and group ids.)184 84 Q/F1 10/Times-Bold@0 SF -144 96 Q F0(Exit after reading and e)184 96 Q -.15(xe)-.15 G -(cuting one command.).15 E F1144 108 Q F0 -.35(Tr)184 108 S .043 -(eat unset v).35 F .044(ariables and parameters other than the special \ -parameters "@" and "*" as an)-.25 F .183 -(error when performing parameter e)184 120 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 132 R 3.246(,t)-.4 G .746 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(pipefail)184 84 Q F0 1.029(If set, the return v)224 84 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 96 R +1.136 +(xit with a non-zero status, or zero if all commands in the pipeline) +-.15 F -.15(ex)224 108 S(it successfully).15 E 5(.T)-.65 G +(his option is disabled by def)-5 E(ault.)-.1 E F1(posix)184 120 Q F0 +2.09(Change the beha)224 120 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 +132 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.462 E(w)-.25 E .954 +(for a reference to a document that details ho)224 144 R 3.455(wp)-.25 G +.955(osix mode af)-3.455 F .955(fects bash')-.25 F 3.455(sb)-.55 G(e-) +-3.455 E(ha)224 156 Q(vior)-.2 E(.)-.55 E F1(pri)184 168 Q(vileged)-.1 E +F0(Same as)224 180 Q F12.5 E F0(.)A F1 -.1(ve)184 192 S(rbose).1 E +F0(Same as)224 192 Q F12.5 E F0(.)A F1(vi)184 204 Q F0 .209 +(Use a vi-style command line editing interf)224 204 R 2.709(ace. This) +-.1 F .209(also af)2.709 F .209(fects the editing in-)-.25 F(terf)224 +216 Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1 +(xtrace)184 228 Q F0(Same as)224 228 Q F12.5 E F0(.)A(If)184 246 Q +F13.052 E F0 .552(is supplied with no)3.052 F F2(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 +258 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 270 Q F1 +144 282 Q F0 -.45(Tu)184 282 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($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 294 R 1.5 +(vironment, and the)-.4 F F3(SHELLOPTS)4 E/F4 9/Times-Roman@0 SF(,)A F3 +-.27(BA)184 306 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 318 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 330 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 342 Q .695 -.15(ve u)-.25 H .395 +(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 354 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 366 Q F1144 378 Q F0 +(Exit after reading and e)184 378 Q -.15(xe)-.15 G(cuting one command.) +.15 E F1144 390 Q F0 -.35(Tr)184 390 S .044(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 402 R 2.682 +(xpansion. If)-.15 F -.15(ex)2.682 G .183 +(pansion is attempted on an unset v).15 F(ari-)-.25 E .746 +(able or parameter)184 414 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 -144 Q F1144 156 Q F0(Print shell input lines as the)184 156 Q 2.5 -(ya)-.15 G(re read.)-2.5 E F1144 168 Q F0 .315(After e)184 168 R -.315(xpanding each)-.15 F/F2 10/Times-Italic@0 SF .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.235 -(or arithmetic)184 180 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 9/Times-Bold@0 SF(PS4)3.736 E/F4 9/Times-Roman@0 SF(,)A F0 -(follo)3.486 E 1.236(wed by the com-)-.25 F(mand and its e)184 192 Q +426 Q F1144 438 Q F0(Print shell input lines as the)184 438 Q 2.5 +(ya)-.15 G(re read.)-2.5 E F1144 450 Q F0 .315(After e)184 450 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 +462 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 474 Q (xpanded ar)-.15 E(guments or associated w)-.18 E(ord list.)-.1 E F1 -144 204 Q F0 1.206(The shell performs brace e)184 204 R 1.206 +144 486 Q F0 1.205(The shell performs brace e)184 486 R 1.205 (xpansion \(see)-.15 F F1 1.205(Brace Expansion)3.705 F F0(abo)3.705 E --.15(ve)-.15 G 3.705(\). This).15 F 1.205(is on by de-)3.705 F -.1(fa) -184 216 S(ult.).1 E F1144 228 Q F0 .213(If set,)184 228 R F1(bash) -2.713 E F0 .213(does not o)2.713 F -.15(ve)-.15 G .214(rwrite an e).15 F +-.15(ve)-.15 G 3.706(\). This).15 F 1.206(is on by de-)3.706 F -.1(fa) +184 498 S(ult.).1 E F1144 510 Q F0 .214(If set,)184 510 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(xisting \214le with the)-.15 F F1(>)2.714 E F0(,)A F1(>&)2.714 E F0 -2.714(,a)C(nd)-2.714 E F1(<>)2.714 E F0 .214(redirection opera-)2.714 F -3.054(tors. This)184 240 R .553(may be o)3.053 F -.15(ve)-.15 G .553 +2.713(,a)C(nd)-2.713 E F1(<>)2.713 E F0 .213(redirection opera-)2.713 F +3.053(tors. This)184 522 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 252 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A F1 -144 264 Q F0 .103(If set, an)184 264 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 276 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 288 Q F1 -144 300 Q F0(Enable)184 300 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 312 Q -.15 -(ve)-.25 G(.).15 E F1144 324 Q F0 .96 -(If set, the shell does not resolv)184 324 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 1.452 -(that change the current w)184 336 R 1.452(orking directory)-.1 F 6.452 -(.I)-.65 G 3.953(tu)-6.452 G 1.453(ses the ph)-3.953 F 1.453 -(ysical directory structure in-)-.05 F 3.335(stead. By)184 348 R(def) -3.335 E(ault,)-.1 E F1(bash)3.334 E F0(follo)3.334 E .834 +.15 F(tor)184 534 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A F1 +144 546 Q F0 .104(If set, an)184 546 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 558 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 570 Q F1 +144 582 Q F0(Enable)184 582 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 594 Q -.15 +(ve)-.25 G(.).15 E F1144 606 Q F0 .959 +(If set, the shell does not resolv)184 606 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 1.453 +(that change the current w)184 618 R 1.453(orking directory)-.1 F 6.453 +(.I)-.65 G 3.952(tu)-6.453 G 1.452(ses the ph)-3.952 F 1.452 +(ysical directory structure in-)-.05 F 3.334(stead. By)184 630 R(def) +3.334 E(ault,)-.1 E F1(bash)3.334 E F0(follo)3.334 E .834 (ws the logical chain of directories when performing com-)-.25 F -(mands which change the current directory)184 360 Q(.)-.65 E F1144 -372 Q F0 .89(If set, an)184 372 R 3.39(yt)-.15 G .89(raps on)-3.39 F F1 +(mands which change the current directory)184 642 Q(.)-.65 E F1144 +654 Q F0 .89(If set, an)184 654 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 384 R -.15(xe)-.15 G 1.932 +(substitutions, and commands e)184 666 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 396 Q F0 -(traps are normally not inherited in such cases.)2.5 E F1144 408 Q -F0 .4(If no ar)184 408 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 420 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 678 Q F0 +(traps are normally not inherited in such cases.)2.5 E F1144 690 Q +F0 .401(If no ar)184 690 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 702 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 -432 Q F0 .797(Signal the end of options, cause all remaining)184 432 R -F2(ar)3.297 E(g)-.37 E F0 3.297(st)C 3.297(ob)-3.297 G 3.296(ea)-3.297 G -.796(ssigned to the positional pa-)-3.296 F 3.021(rameters. The)184 444 -R F13.021 E F0(and)3.022 E F13.022 E F0 .522 -(options are turned of)3.022 F 3.022(f. If)-.25 F .522(there are no) -3.022 F F2(ar)3.022 E(g)-.37 E F0 .522(s, the positional pa-)B -(rameters remain unchanged.)184 456 Q .425(The options are of)144 472.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 .177 -(to be turned of)144 484.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 .178(cation of the shell.).2 F(The)5.178 E .066 -(current set of options may be found in)144 496.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 .066(lid option).25 F -(is encountered.)144 508.8 Q F1(shift)108 525.6 Q F0([)2.5 E F2(n)A F0 -(])A .428(The positional parameters from)144 537.6 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 549.6 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 561.6 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 573.6 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 585.6 Q F1(shopt)108 602.4 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 614.4 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 .64(he settings can be either those)-5.639 F .375 -(listed belo)144 626.4 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 .374(option to the)2.875 F F1(set)2.874 E F0 -.2 -(bu)2.874 G .374(iltin com-).2 F 2.565(mand. W)144 638.4 R .065 -(ith no options, or with the)-.4 F F12.566 E F0 .066 -(option, a list of all settable options is displayed, with an in-)2.566 -F .074(dication of whether or not each is set; if)144 650.4 R F2 -(optnames)2.574 E F0 .074 -(are supplied, the output is restricted to those op-)2.574 F 3.105 -(tions. The)144 662.4 R F13.105 E F0 .605(option causes output to\ - be displayed in a form that may be reused as input.)3.105 F(Other)5.605 -E(options ha)144 674.4 Q .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 686.4 Q F0(Enable \(set\) each)180 -686.4 Q F2(optname)2.5 E F0(.)A F1144 698.4 Q F0 -(Disable \(unset\) each)180 698.4 Q F2(optname)2.5 E F0(.)A F1144 -710.4 Q F0 .003(Suppresses normal output \(quiet mode\); the return sta\ -tus indicates whether the)180 710.4 R F2(optname)2.503 E F0(is)2.503 E -.255(set or unset.)180 722.4 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(GNU Bash 5.0)72 768 Q -(2020 January 29)141.79 E(72)190.95 E 0 Cg EP +714 Q F0 .796(Signal the end of options, cause all remaining)184 714 R +F2(ar)3.297 E(g)-.37 E F0 3.297(st)C 3.297(ob)-3.297 G 3.297(ea)-3.297 G +.797(ssigned to the positional pa-)-3.297 F 4.075(rameters. The)184 726 +R F14.075 E F0(and)4.075 E F14.075 E F0 1.575 +(options are turned of)4.075 F 4.075(f. If)-.25 F 1.574(there are no) +4.075 F F2(ar)4.074 E(g)-.37 E F0 1.574(s, the positional)B +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(72)199.835 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(all)180 84 Q/F1 10 -/Times-Italic@0 SF(optnames)2.5 E F0(are enabled; non-zero otherwise.) -2.5 E/F2 10/Times-Bold@0 SF144 96 Q F0(Restricts the v)180 96 Q -(alues of)-.25 E F1(optname)2.5 E F0(to be those de\214ned for the)2.5 E -F22.5 E F0(option to the)2.5 E F2(set)2.5 E F0 -.2(bu)2.5 G -(iltin.).2 E .625(If either)144 112.8 R F23.125 E F0(or)3.124 E F2 -3.124 E F0 .624(is used with no)3.124 F F1(optname)3.124 E F0(ar) -3.124 E(guments,)-.18 E F2(shopt)3.124 E F0(sho)3.124 E .624 -(ws only those options which are)-.25 F .983(set or unset, respecti)144 -124.8 R -.15(ve)-.25 G(ly).15 E 5.983(.U)-.65 G .983 -(nless otherwise noted, the)-5.983 F F2(shopt)3.484 E F0 .984 -(options are disabled \(unset\) by de-)3.484 F -.1(fa)144 136.8 S(ult.) -.1 E 1.544(The return status when listing options is zero if all)144 -153.6 R F1(optnames)4.044 E F0 1.544(are enabled, non-zero otherwise.) -4.044 F .696 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(parameters remain unchanged.)184 84 Q .425(The options are of)144 100.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 112.8 R 2.678(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 124.8 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 .067(lid option) +.25 F(is encountered.)144 136.8 Q F1(shift)108 153.6 Q F0([)2.5 E/F2 10 +/Times-Italic@0 SF(n)A F0(])A .429(The positional parameters from)144 +165.6 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 177.6 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 189.6 +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 201.6 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 213.6 Q F1(shopt)108 230.4 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 242.4 S .64(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 254.4 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 +(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 2.566(mand. W)144 266.4 R .066 +(ith no options, or with the)-.4 F F12.566 E F0 .066 +(option, a list of all settable options is displayed, with an in-)2.566 +F .074(dication of whether or not each is set; if)144 278.4 R F2 +(optnames)2.574 E F0 .074 +(are supplied, the output is restricted to those op-)2.574 F 3.105 +(tions. The)144 290.4 R F13.105 E F0 .605(option causes output to\ + be displayed in a form that may be reused as input.)3.105 F(Other)5.605 +E(options ha)144 302.4 Q .3 -.15(ve t)-.2 H(he follo).15 E +(wing meanings:)-.25 E F1144 314.4 Q F0(Enable \(set\) each)180 +314.4 Q F2(optname)2.5 E F0(.)A F1144 326.4 Q F0 +(Disable \(unset\) each)180 326.4 Q F2(optname)2.5 E F0(.)A F1144 +338.4 Q F0 .003(Suppresses normal output \(quiet mode\); the return sta\ +tus indicates whether the)180 338.4 R F2(optname)2.504 E F0(is)2.504 E +.256(set or unset.)180 350.4 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 362.4 Q F2(optnames)2.5 E +F0(are enabled; non-zero otherwise.)2.5 E F1144 374.4 Q F0 +(Restricts the v)180 374.4 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 .624(If either)144 391.2 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 .984 +(set or unset, respecti)144 403.2 R -.15(ve)-.25 G(ly).15 E 5.984(.U) +-.65 G .984(nless otherwise noted, the)-5.984 F F1(shopt)3.484 E F0 .983 +(options are disabled \(unset\) by de-)3.483 F -.1(fa)144 415.2 S(ult.) +.1 E 1.544(The return status when listing options is zero if all)144 432 +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 165.6 R F1(optname)3.196 E F0 .696(is not a v)3.196 F .696 -(alid shell)-.25 F(option.)144 177.6 Q(The list of)144 194.4 Q F2(shopt) -2.5 E F0(options is:)2.5 E F2(assoc_expand_once)144 212.4 Q F0 1.945 -(If set, the shell suppresses multiple e)184 224.4 R -.25(va)-.25 G -1.944(luation of associati).25 F 2.244 -.15(ve a)-.25 H 1.944 -(rray subscripts during).15 F .885(arithmetic e)184 236.4 R .885 +144 444 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .695(alid shell) +-.25 F(option.)144 456 Q(The list of)144 472.8 Q F1(shopt)2.5 E F0 +(options is:)2.5 E F1(assoc_expand_once)144 490.8 Q F0 1.944 +(If set, the shell suppresses multiple e)184 502.8 R -.25(va)-.25 G +1.945(luation of associati).25 F 2.245 -.15(ve a)-.25 H 1.945 +(rray subscripts during).15 F .885(arithmetic e)184 514.8 R .885 (xpression e)-.15 F -.25(va)-.25 G .885(luation, while e).25 F -.15(xe) -.15 G .885(cuting b).15 F .885(uiltins that can perform v)-.2 F .885 -(ariable as-)-.25 F(signments, and while e)184 248.4 Q -.15(xe)-.15 G -(cuting b).15 E(uiltins that perform array dereferencing.)-.2 E F2 -(autocd)144 260.4 Q F0 .2 -(If set, a command name that is the name of a directory is e)184 260.4 R --.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E -(ment to the)184 272.4 Q F2(cd)2.5 E F0 2.5(command. This)2.5 F +(ariable as-)-.25 F(signments, and while e)184 526.8 Q -.15(xe)-.15 G +(cuting b).15 E(uiltins that perform array dereferencing.)-.2 E F1 +(autocd)144 538.8 Q F0 .199 +(If set, a command name that is the name of a directory is e)184 538.8 R +-.15(xe)-.15 G .2(cuted as if it were the ar).15 F(gu-)-.18 E +(ment to the)184 550.8 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 -F2(cdable_v)144 284.4 Q(ars)-.1 E F0 .155(If set, an ar)184 296.4 R .155 -(gument to the)-.18 F F2(cd)2.655 E F0 -.2(bu)2.655 G .156 +F1(cdable_v)144 562.8 Q(ars)-.1 E F0 .156(If set, an ar)184 574.8 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 308.4 Q(ariable whose v)-.25 E -(alue is the directory to change to.)-.25 E F2(cdspell)144 320.4 Q F0 +(name of a v)184 586.8 Q(ariable whose v)-.25 E +(alue is the directory to change to.)-.25 E F1(cdspell)144 598.8 Q F0 1.055 (If set, minor errors in the spelling of a directory component in a)184 -320.4 R F2(cd)3.555 E F0 1.055(command will be)3.555 F 3.987 -(corrected. The)184 332.4 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 344.4 R 4.57 -.65(y. I) +598.8 R F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.988 +(corrected. The)184 610.8 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 622.8 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 356.4 Q +(the command proceeds.)184 634.8 Q (This option is only used by interacti)5 E .3 -.15(ve s)-.25 H(hells.) -.15 E F2(checkhash)144 368.4 Q F0 .736(If set,)184 380.4 R F2(bash)3.236 -E F0 .736(checks that a command found in the hash table e)3.236 F .737 +.15 E F1(checkhash)144 646.8 Q F0 .737(If set,)184 658.8 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 -392.4 Q(If a hashed command no longer e)5 E -(xists, a normal path search is performed.)-.15 E F2(checkjobs)144 404.4 -Q F0 .449(If set,)184 416.4 R F2(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 2.661(shell. If)184 428.4 R(an)2.661 E 2.661(yj)-.15 G +670.8 Q(If a hashed command no longer e)5 E +(xists, a normal path search is performed.)-.15 E F1(checkjobs)144 682.8 +Q F0 .448(If set,)184 694.8 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 2.662(shell. If)184 706.8 R(an)2.662 E 2.661(yj)-.15 G .161(obs are running, this causes the e)-2.661 F .161 -(xit to be deferred until a second e)-.15 F .162(xit is at-)-.15 F 1.473 -(tempted without an interv)184 440.4 R 1.473(ening command \(see)-.15 F +(xit to be deferred until a second e)-.15 F .161(xit is at-)-.15 F 1.472 +(tempted without an interv)184 718.8 R 1.473(ening command \(see)-.15 F /F3 9/Times-Bold@0 SF 1.473(JOB CONTR)3.973 F(OL)-.27 E F0(abo)3.723 E --.15(ve)-.15 G 3.973(\). The).15 F 1.472(shell al-)3.972 F -.1(wa)184 -452.4 S(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G -(obs are stopped.)-2.5 E F2(checkwinsize)144 464.4 Q F0 1.09(If set,)184 -476.4 R F2(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 488.4 Q 3.351(,u)-.65 G -.851(pdates the v)-3.351 F .85(alues of)-.25 F F3(LINES)3.35 E F0(and) -3.1 E F3(COLUMNS)3.35 E/F4 9/Times-Roman@0 SF(.)A F0 .85 -(This option is enabled by de-)5.35 F -.1(fa)184 500.4 S(ult.).1 E F2 -(cmdhist)144 512.4 Q F0 .172(If set,)184 512.4 R F2(bash)2.672 E F0 .172 -(attempts to sa)2.672 F .472 -.15(ve a)-.2 H .173 -(ll lines of a multiple-line command in the same history en-).15 F(try) -184 524.4 Q 5.597(.T)-.65 G .597(his allo)-5.597 F .597 -(ws easy re-editing of multi-line commands.)-.25 F .597 -(This option is enabled by de-)5.597 F -.1(fa)184 536.4 S 1.287(ult, b) -.1 F 1.288(ut only has an ef)-.2 F 1.288 -(fect if command history is enabled, as described abo)-.25 F 1.588 -.15 -(ve u)-.15 H(nder).15 E F3(HIST)184 548.4 Q(OR)-.162 E(Y)-.315 E F4(.)A -F2(compat31)144 560.4 Q F0 .42(If set,)184 572.4 R F2(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 584.4 R F2([[)2.961 E F0 .462(conditional command')2.962 F(s)-.55 E -F2(=~)2.962 E F0 .462 -(operator and locale-speci\214c string comparison when)2.962 F .71 -(using the)184 596.4 R F2([[)3.21 E F0 .71(conditional command')3.21 F -(s)-.55 E F2(<)3.21 E F0(and)3.21 E F2(>)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 .792 -(use ASCII collation and)184 608.4 R F1(str)3.632 E(cmp)-.37 E F0 .793 -(\(3\); bash-4.1 and later use the current locale').19 F 3.293(sc)-.55 G -(ollation)-3.293 E(sequence and)184 620.4 Q F1(str)2.84 E(coll)-.37 E F0 -(\(3\).).51 E F2(compat32)144 632.4 Q F0 1.41(If set,)184 644.4 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 3.2 with respect to locale-speci\214c)-.15 F .422 -(string comparison when using the)184 656.4 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.923 E F0 .423(operators \(see pre-)2.923 F .481 -(vious item\) and the ef)184 668.4 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 680.4 Q -(xt command in the list after one terminates due to an interrupt.)-.15 E -F2(compat40)144 692.4 Q F0 1.409(If set,)184 704.4 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 4.0 with respect to locale-speci\214c)-.15 F .679 -(string comparison when using the)184 716.4 R F2([[)3.179 E F0 .678 -(conditional command')3.179 F(s)-.55 E F2(<)3.178 E F0(and)3.178 E F2(>) -3.178 E F0 .678(operators \(see de-)3.178 F .282(scription of)184 728.4 -R F2(compat31)2.782 E F0 2.782(\)a)C .282(nd the ef)-2.782 F .282 -(fect of interrupting a command list.)-.25 F .283(Bash v)5.283 F .283 -(ersions 4.0)-.15 F(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(73) -190.95 E 0 Cg EP +-.15(ve)-.15 G 3.973(\). The).15 F 1.473(shell al-)3.973 F -.1(wa)184 +730.8 S(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G +(obs are stopped.)-2.5 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(73) +199.835 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 1.164 -(and later interrupt the list as if the shell recei)184 84 R -.15(ve) --.25 G 3.664(dt).15 G 1.164(he interrupt; pre)-3.664 F 1.164(vious v) --.25 F 1.164(ersions con-)-.15 F(tinue with the ne)184 96 Q -(xt command in the list.)-.15 E/F1 10/Times-Bold@0 SF(compat41)144 108 Q -F0 .414(If set,)184 120 R F1(bash)2.914 E F0 2.914(,w)C .414(hen in) --2.914 F/F2 10/Times-Italic@0 SF .414(posix mode)2.914 F F0 2.914(,t)C -.414(reats a single quote in a double-quoted parameter e)-2.914 F(x-) --.15 E .503(pansion as a special character)184 132 R 5.502(.T)-.55 G -.502(he single quotes must match \(an e)-5.502 F -.15(ve)-.25 G 3.002 -(nn).15 G .502(umber\) and the)-3.002 F 1.866 -(characters between the single quotes are considered quoted.)184 144 R -1.866(This is the beha)6.866 F 1.866(vior of)-.2 F .156 -(3.582 -E(ugger)-.2 E F0 3.581(option. If)3.581 F 1.081(set after in)3.581 F -.2 -(vo)-.4 G 1.081(cation, be-).2 F(ha)184 636 Q +-.1(fa)2.5 G(ils.).1 E F1(expand_aliases)144 544.8 Q F0 .717 +(If set, aliases are e)184 556.8 R .717(xpanded as described abo)-.15 F +1.017 -.15(ve u)-.15 H(nder).15 E F2(ALIASES)3.217 E F3(.)A F0 .716 +(This option is enabled)5.217 F(by def)184 568.8 Q(ault for interacti) +-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F1(extdeb)144 585.6 Q(ug)-.2 E F0 +.17(If set at shell in)184 597.6 R -.2(vo)-.4 G .17 +(cation, or in a shell startup \214le, arrange to e).2 F -.15(xe)-.15 G +.17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.082 +(before the shell starts, identical to the)184 609.6 R F1 +3.582 E(ugger)-.2 E F0 3.581(option. If)3.581 F 1.081(set after in)3.581 +F -.2(vo)-.4 G 1.081(cation, be-).2 F(ha)184 621.6 Q (vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F1(1.)184 -648 Q F0(The)220 648 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 +638.4 Q F0(The)220 638.4 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 (iltin displays the source \214le name and line).2 F -(number corresponding to each function name supplied as an ar)220 660 Q -(gument.)-.18 E F1(2.)184 672 Q F0 1.667(If the command run by the)220 -672 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 684 -Q -.15(xe)-.15 G(cuted.).15 E F1(3.)184 696 Q F0 .84 -(If the command run by the)220 696 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 708 S .488 +(number corresponding to each function name supplied as an ar)220 650.4 +Q(gument.)-.18 E F1(2.)184 667.2 Q F0 1.667(If the command run by the) +220 667.2 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 679.2 Q -.15(xe)-.15 G(cuted.).15 E F1 +(3.)184 696 Q F0 .84(If the command run by the)220 696 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 708 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 720 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(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(74) -190.95 E 0 Cg EP +(n)-.15 E F0(.)A(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(74)199.835 +E 0 Cg EP %%Page: 75 75 %%BeginPageSetup BP @@ -9084,737 +9105,934 @@ BP SF(4.)184 84 Q/F2 9/Times-Bold@0 SF -.27(BA)220 84 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 96 Q --.15(ve)-.15 G(.).15 E F1(5.)184 108 Q F0 1.637(Function tracing is ena\ -bled: command substitution, shell functions, and sub-)220 108 R -(shells in)220 120 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 +-.15(ve)-.15 G(.).15 E F1(5.)184 112.8 Q F0 1.637(Function tracing is e\ +nabled: command substitution, shell functions, and sub-)220 112.8 R +(shells in)220 124.8 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 (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 132 Q F0 1.082(Error tracing is enabled: comman\ -d substitution, shell functions, and subshells)220 132 R(in)220 144 Q --.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E F3(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 156 Q F0 .4(If set, the e)184 156 R .4 +(traps.)2.5 E F1(6.)184 141.6 Q F0 1.082(Error tracing is enabled: comm\ +and substitution, shell functions, and subshells)220 141.6 R(in)220 +153.6 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E F3 +(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 170.4 Q F0 .4(If set, the e)184 170.4 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 168 Q -F0(are enabled.)2.5 E F1(extquote)144 180 Q F0 .86(If set,)184 192 R F1 -($)3.36 E F0<08>A F3(string)A F0 3.36<0861>C(nd)-3.36 E F1($)3.36 E F0 +-.15 H(nder).15 E F1 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 182.4 Q +F0(are enabled.)2.5 E F1(extquote)144 199.2 Q F0 .86(If set,)184 211.2 R +F1($)3.36 E F0<08>A F3(string)A F0 3.36<0861>C(nd)-3.36 E F1($)3.36 E F0 (")A F3(string)A F0 3.36("q)C .86(uoting is performed within)-3.36 F F1 (${)3.36 E F3(par)A(ameter)-.15 E F1(})A F0 -.15(ex)3.36 G .86 -(pansions en-).15 F(closed in double quotes.)184 204 Q -(This option is enabled by def)5 E(ault.)-.1 E F1(failglob)144 216 Q F0 -.243(If set, patterns which f)184 216 R .243 +(pansions en-).15 F(closed in double quotes.)184 223.2 Q +(This option is enabled by def)5 E(ault.)-.1 E F1(failglob)144 240 Q F0 +.243(If set, patterns which f)184 240 R .243 (ail to match \214lenames during pathname e)-.1 F .243 -(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 228 Q(.)-.55 -E F1 -.25(fo)144 240 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 .936 -(If set, the suf)184 252 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 264 R .32 +(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 252 Q(.)-.55 +E F1 -.25(fo)144 268.8 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 .936 +(If set, the suf)184 280.8 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 292.8 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 276 R F2 .447(SHELL V)2.947 F(ARIABLES)-1.215 E F0 +(pletions. See)184 304.8 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 288 Q(ault.)-.1 E F1(globasciiranges)144 300 Q F0 -2.519(If set, range e)184 312 R 2.519 +F(enabled by def)184 316.8 Q(ault.)-.1 E F1(globasciiranges)144 333.6 Q +F0 2.519(If set, range e)184 345.6 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 324 Q F0(abo)2.964 E -.15(ve)-.15 G 3.214(\)b).15 G(eha) +(Matching)184 357.6 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 (nt)-3.214 G .714(he traditional C locale when performing comparisons.) --3.214 F 1.02(That is, the current locale')184 336 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 348 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 360 Q(.)-.55 E -F1(globstar)144 372 Q F0 .519(If set, the pattern)184 372 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 384 R .431 +-3.214 F 1.02(That is, the current locale')184 369.6 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 381.6 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 393.6 Q(.)-.55 E +F1(globstar)144 410.4 Q F0 .519(If set, the pattern)184 410.4 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 422.4 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 -396 Q F1(gnu_errfmt)144 408 Q F0(If set, shell error messages are writt\ -en in the standard GNU error message format.)184 420 Q F1(histappend)144 -432 Q F0 .676 +434.4 Q F1(gnu_errfmt)144 451.2 Q F0(If set, shell error messages are w\ +ritten in the standard GNU error message format.)184 463.2 Q F1 +(histappend)144 480 Q F0 .676 (If set, the history list is appended to the \214le named by the v)184 -444 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 456 Q(xits, rather than o)-.15 E --.15(ve)-.15 G(rwriting the \214le.).15 E F1(histr)144 468 Q(eedit)-.18 -E F0 .575(If set, and)184 480 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 492 Q F1(histv)144 504 Q(erify)-.1 E F0 .403 -(If set, and)184 516 R F1 -.18(re)2.903 G(adline).18 E F0 .403 +492 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 504 Q(xits, rather than o)-.15 E +-.15(ve)-.15 G(rwriting the \214le.).15 E F1(histr)144 520.8 Q(eedit) +-.18 E F0 .575(If set, and)184 532.8 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 544.8 Q F1(histv)144 561.6 Q(erify)-.1 E F0 .403 +(If set, and)184 573.6 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 528 R 5.661(.I)-.55 G .662 +2.903 F .661(passed to the shell parser)184 585.6 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 540 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 552 Q F0 1.182(If set, and)184 564 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 -576 R 1.38(ord containing a)-.1 F F1(@)3.881 E F0 1.381 +G(adline).18 E F0(editing)3.162 E -.2(bu)184 597.6 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 614.4 Q F0 1.182(If set, and)184 626.4 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 638.4 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 588 Q -.15(ve)-.15 G 2.5(\). This).15 F -(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 600 Q F0(If set,) -184 612 Q F1(bash)2.5 E F0(will send)2.5 E F2(SIGHUP)2.5 E F0 +F2(READLINE)3.881 E F0(abo)184 650.4 Q -.15(ve)-.15 G 2.5(\). This).15 F +(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 667.2 Q F0 +(If set,)184 679.2 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 624 Q(exit)-.18 E F0 .22 -(If set, command substitution inherits the v)184 636 R .219(alue of the) +.15 E(xits.)-.15 E F1(inherit_err)144 696 Q(exit)-.18 E F0 .22 +(If set, command substitution inherits the v)184 708 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 648 Q 2.5(vironment. This)-.4 F +2.719 F(it in the subshell en)184 720 Q 2.5(vironment. This)-.4 F (option is enabled when)2.5 E F3(posix mode)2.5 E F0(is enabled.)2.5 E -F1(interacti)144 660 Q -.1(ve)-.1 G(_comments).1 E F0 .33(If set, allo) -184 672 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 684 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 .967(option is)3.467 F(enabled by def)184 696 Q -(ault.)-.1 E F1(lastpipe)144 708 Q F0 .066 -(If set, and job control is not acti)184 708 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 720 Q(vironment.)-.4 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 -E(75)190.95 E 0 Cg EP +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(75)199.835 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/F1 10/Times-Bold@0 -SF(lithist)144 84 Q F0 .655(If set, and the)184 84 R F1(cmdhist)3.155 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 96 Q +SF(interacti)144 84 Q -.1(ve)-.1 G(_comments).1 E F0 .33(If set, allo) +184 96 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 108 R 1.267 -.15(ve s)-.25 +H .967(hell \(see).15 F/F2 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 120 Q(ault.)-.1 E F1(lastpipe)144 136.8 Q F0 .066 +(If set, and job control is not acti)184 136.8 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 148.8 Q(vironment.) +-.4 E F1(lithist)144 165.6 Q F0 .655(If set, and the)184 165.6 R F1 +(cmdhist)3.155 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 177.6 Q (wlines rather than using semicolon separators where possible.)-.25 E F1 -(localv)144 108 Q(ar_inherit)-.1 E F0 .421(If set, local v)184 120 R +(localv)144 194.4 Q(ar_inherit)-.1 E F0 .421(If set, local v)184 206.4 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 -132 S .174(ists at a pre).15 F .174(vious scope before an)-.25 F 2.673 +218.4 S .174(ists at a pre).15 F .174(vious scope before an)-.25 F 2.673 (yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .173 -(The nameref attrib)5.173 F .173(ute is not)-.2 F(inherited.)184 144 Q -F1(localv)144 156 Q(ar_unset)-.1 E F0 .328(If set, calling)184 168 R F1 -(unset)2.828 E F0 .328(on local v)2.828 F .329(ariables in pre)-.25 F +(The nameref attrib)5.173 F .173(ute is not)-.2 F(inherited.)184 230.4 Q +F1(localv)144 247.2 Q(ar_unset)-.1 E F0 .328(If set, calling)184 259.2 R +F1(unset)2.828 E F0 .328(on local v)2.828 F .329(ariables in pre)-.25 F .329(vious function scopes marks them so subse-)-.25 F .543(quent looku\ ps \214nd them unset until that function returns. This is identical to \ -the beha)184 180 R(v-)-.2 E(ior of unsetting local v)184 192 Q -(ariables at the current function scope.)-.25 E F1(login_shell)144 204 Q +the beha)184 271.2 R(v-)-.2 E(ior of unsetting local v)184 283.2 Q +(ariables at the current function scope.)-.25 E F1(login_shell)144 300 Q F0 .486 (The shell sets this option if it is started as a login shell \(see)184 -216 R/F2 9/Times-Bold@0 SF(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 228 S -(lue may not be changed.).25 E F1(mailwar)144 240 Q(n)-.15 E F0 .815 -(If set, and a \214le that)184 252 R F1(bash)3.315 E F0 .814 +312 R F2(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 324 S(lue may not be changed.).25 +E F1(mailwar)144 340.8 Q(n)-.15 E F0 .815(If set, and a \214le that)184 +352.8 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 264 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E +-.1(wa)184 364.8 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E (`The mail in)-.74 E/F3 10/Times-Italic@0 SF(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 276 Q F0 .324(If set, and)184 288 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 F2 -.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 300 Q F1 -(nocaseglob)144 312 Q F0 .437(If set,)184 324 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 336 S +(no_empty_cmd_completion)144 381.6 Q F0 .324(If set, and)184 393.6 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 F2 -.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 405.6 Q +F1(nocaseglob)144 422.4 Q F0 .437(If set,)184 434.4 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 446.4 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 348 Q F0 1.193(If set,)184 -360 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 372 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 384 S .622(rd e).1 F .623(xpansions, or when \214ltering possib\ -le completions as part of programmable com-)-.15 F(pletion.)184 396 Q F1 -(nullglob)144 408 Q F0 .855(If set,)184 420 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 432 S +-.15(ve)-.15 G(\).).15 E F1(nocasematch)144 463.2 Q F0 1.193(If set,)184 +475.2 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 487.2 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 499.2 S .622(rd e).1 F .623(xpansions, or when \214ltering\ + possible completions as part of programmable com-)-.15 F(pletion.)184 +511.2 Q F1(nullglob)144 528 Q F0 .855(If set,)184 540 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 552 S (pand to a null string, rather than themselv).15 E(es.)-.15 E F1(pr)144 -444 Q(ogcomp)-.18 E F0 .676(If set, the programmable completion f)184 -456 R .677(acilities \(see)-.1 F F1(Pr)3.177 E .677 +568.8 Q(ogcomp)-.18 E F0 .676(If set, the programmable completion f)184 +580.8 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 468 Q(This option is enabled by def)5 E(ault.)-.1 E F1 -(pr)144 480 Q(ogcomp_alias)-.18 E F0 2.124 -(If set, and programmable completion is enabled,)184 492 R F1(bash)4.624 -E F0 2.124(treats a command name that)4.624 F(doesn')184 504 Q 3.288(th) --.18 G -2.25 -.2(av e)-3.288 H(an)3.488 E 3.288(yc)-.15 G .789 +(are enabled.)184 592.8 Q(This option is enabled by def)5 E(ault.)-.1 E +F1(pr)144 609.6 Q(ogcomp_alias)-.18 E F0 2.124 +(If set, and programmable completion is enabled,)184 621.6 R F1(bash) +4.624 E F0 2.124(treats a command name that)4.624 F(doesn')184 633.6 Q +3.288(th)-.18 G -2.25 -.2(av e)-3.288 H(an)3.488 E 3.288(yc)-.15 G .789 (ompletions as a possible alias and attempts alias e)-3.288 F .789 -(xpansion. If it has)-.15 F 1.473(an alias,)184 516 R F1(bash)3.973 E F0 -1.473(attempts programmable completion using the command w)3.973 F 1.473 -(ord resulting)-.1 F(from the e)184 528 Q(xpanded alias.)-.15 E F1(pr) -144 540 Q(omptv)-.18 E(ars)-.1 E F0 1.447(If set, prompt strings under) -184 552 R 1.448(go parameter e)-.18 F 1.448 -(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 564 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 +(xpansion. If it has)-.15 F 1.473(an alias,)184 645.6 R F1(bash)3.973 E +F0 1.473(attempts programmable completion using the command w)3.973 F +1.473(ord resulting)-.1 F(from the e)184 657.6 Q(xpanded alias.)-.15 E +F1(pr)144 674.4 Q(omptv)-.18 E(ars)-.1 E F0 1.447 +(If set, prompt strings under)184 686.4 R 1.448(go parameter e)-.18 F +1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 +698.4 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 576 Q(ault.)-.1 E F1 -.18(re)144 588 -S(stricted_shell).18 E F0 1.069 -(The shell sets this option if it is started in restricted mode \(see) -184 600 R F2 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 612 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 624 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 636 Q(erbose)-.1 E F0 .501(If set, the)184 648 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 660 Q F1(sour) -144 672 Q(cepath)-.18 E F0 .771(If set, the)184 684 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 -.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 696 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E(ault.) --.1 E(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(76)190.95 E 0 Cg EP +(This option is enabled by def)184 710.4 Q(ault.)-.1 E(GNU Bash 5.1)72 +768 Q(2020 June 5)150.675 E(76)199.835 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 -SF(xpg_echo)144 84 Q F0(If set, the)184 96 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 112.8 Q F0([)2.5 E F1A F0(])A 1.001 -(Suspend the e)144 124.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 9/Times-Bold@0 SF(SIGCONT)A F0 3.502(signal. A)3.252 F 1.002 -(login shell cannot be)3.502 F .023(suspended; the)144 136.8 R F1 +SF -.18(re)144 84 S(stricted_shell).18 E F0 1.069 +(The shell sets this option if it is started in restricted mode \(see) +184 96 R/F2 9/Times-Bold@0 SF 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 +108 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 120 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 136.8 Q +(erbose)-.1 E F0 .501(If set, the)184 148.8 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 160.8 Q F1 +(sour)144 177.6 Q(cepath)-.18 E F0 .771(If set, the)184 189.6 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 -.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 201.6 Q 2.5(gument. This)-.18 F +(option is enabled by def)2.5 E(ault.)-.1 E F1(xpg_echo)144 218.4 Q F0 +(If set, the)184 230.4 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 247.2 Q F0([)2.5 E F1A F0(])A 1.001(Suspend the e)144 259.2 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 271.2 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 148.8 S(nless the shell is a login shell and)-2.5 E +5.022 F 2.5(0u)144 283.2 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 165.6 Q/F3 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F1([) -108 177.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 177.6 R .878 +E F1(test)108 300 Q/F3 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F1([) +108 312 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 312 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 189.6 -S(pr).2 E F0 5.53(.E).73 G .53 +(luation of the conditional e).25 F(xpression)-.15 E F3 -.2(ex)144 324 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 1.36 -(primaries described abo)144 201.6 R 1.66 -.15(ve u)-.15 H(nder).15 E F2 +(primaries described abo)144 336 R 1.66 -.15(ve u)-.15 H(nder).15 E F2 (CONDITION)3.86 E 1.36(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF(.)A F1(test)5.86 E F0 1.361(does not accept an)3.86 F 3.861(yo)-.15 G(p-) --3.861 E(tions, nor does it accept and ignore an ar)144 213.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 231.6 R .785 +-3.861 E(tions, nor does it accept and ignore an ar)144 348 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 366 R .785 (wing operators, listed in decreasing order of prece-)-.25 F 3.411 -(dence. The)144 243.6 R -.25(eva)3.411 G .911 +(dence. The)144 378 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 255.6 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G -(ore ar)-2.5 E(guments.)-.18 E F1(!)144 267.6 Q F3 -.2(ex)2.5 G(pr).2 E -F0 -.35(Tr)180 267.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 279.6 Q F3 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 -.26(Returns the v)180 279.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 291.6 Q F3 -.2 -(ex)144 303.6 S(pr1).2 E F02.5 E F1(a)A F3 -.2(ex)2.5 G(pr2).2 E F0 --.35(Tr)180 315.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 327.6 S -(pr1).2 E F02.5 E F1(o)A F3 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 -339.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 356.4 Q F0(and)2.5 E -F1([)2.5 E F0 -.25(eva)2.5 G(luate conditional e).25 E +(used when there are \214v)144 390 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G(ore ar) +-2.5 E(guments.)-.18 E F1(!)144 402 Q F3 -.2(ex)2.5 G(pr).2 E F0 -.35 +(Tr)180 402 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 414 Q F3 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 .26 +(Returns the v)180 414 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 426 Q F3 -.2(ex) +144 438 S(pr1).2 E F02.5 E F1(a)A F3 -.2(ex)2.5 G(pr2).2 E F0 -.35 +(Tr)180 450 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 462 S(pr1).2 E +F02.5 E F1(o)A F3 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 474 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 490.8 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 374.4 S -.18(rg)-2.5 G(uments).18 E(The e) -180 386.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 398.4 S -.18 -(rg)-2.5 G(ument).18 E(The e)180 410.4 Q +(guments.)-.18 E 2.5(0a)144 508.8 S -.18(rg)-2.5 G(uments).18 E(The e) +180 520.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 532.8 S -.18 +(rg)-2.5 G(ument).18 E(The e)180 544.8 Q (xpression is true if and only if the ar)-.15 E(gument is not null.)-.18 -E 2.5(2a)144 422.4 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) -180 434.4 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 556.8 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) +180 568.8 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 .38(If the \214rst ar)180 446.4 R .38 +(gument is null.)-.18 F .38(If the \214rst ar)180 580.8 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 458.4 Q .552 +-.15(ve u)-.15 H(nder).15 E F2(CONDI-)2.879 E(TION)180 592.8 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 470.4 Q +(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 604.8 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 482.4 S -.18(rg)-2.5 G -(uments).18 E .236(The follo)180 494.4 R .236 +(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 616.8 S -.18(rg)-2.5 G +(uments).18 E .236(The follo)180 628.8 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 506.4 R 1.155 -.15 +(the binary conditional operators listed abo)180 640.8 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 518.4 R .578(xpression i\ +F4(,)A F0(the)3.105 E .579(result of the e)180 652.8 R .578(xpression i\ s the result of the binary test using the \214rst and third ar)-.15 F -(guments)-.18 E 1.332(as operands.)180 530.4 R(The)6.332 E F13.832 +(guments)-.18 E 1.332(as operands.)180 664.8 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 542.4 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 +(three ar)180 676.8 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 .52(test using the second and third ar)180 -554.4 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .521 +688.8 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 566.4 Q .485(gument is e)-.18 F(xactly)-.15 E F1(\))2.985 +3.021 F(ar)180 700.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 (gument test of the second ar)-.18 F 2.985(gument. Other)-.18 F(-)-.2 E -(wise, the e)180 578.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 -590.4 S -.18(rg)-2.5 G(uments).18 E .384(If the \214rst ar)180 602.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 .285 -(posed of the remaining ar)180 614.4 R 2.784(guments. Otherwise,)-.18 F -.284(the e)2.784 F .284(xpression is parsed and e)-.15 F -.25(va)-.25 G -.284(luated ac-).25 F(cording to precedence using the rules listed abo) -180 626.4 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 638.4 S 2.5(rm)-2.5 G -(ore ar)-2.5 E(guments)-.18 E 1.635(The e)180 650.4 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 -662.4 Q -.15(ve)-.15 G(.).15 E(When used with)144 680.4 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 697.2 Q F0 -1.229(Print the accumulated user and system times for the shell and for\ - processes run from the shell.)144 697.2 R(The return status is 0.)144 -709.2 Q(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(77)190.95 E 0 Cg -EP +(wise, the e)180 712.8 Q(xpression is f)-.15 E(alse.)-.1 E(GNU Bash 5.1) +72 768 Q(2020 June 5)150.675 E(77)199.835 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/Times-Bold@0 -SF(trap)108 84 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 -.682(The command)144 96 R F2(ar)3.512 E(g)-.37 E F0 .682 -(is to be read and e)3.402 F -.15(xe)-.15 G .682 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.5(4a)144 84 S +-.18(rg)-2.5 G(uments).18 E .384(If the \214rst ar)180 96 R .384 +(gument is)-.18 F/F1 10/Times-Bold@0 SF(!)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 .285 +(posed of the remaining ar)180 108 R 2.784(guments. Otherwise,)-.18 F +.284(the e)2.784 F .284(xpression is parsed and e)-.15 F -.25(va)-.25 G +.284(luated ac-).25 F(cording to precedence using the rules listed abo) +180 120 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 132 S 2.5(rm)-2.5 G(ore ar) +-2.5 E(guments)-.18 E 1.635(The e)180 144 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 156 +Q -.15(ve)-.15 G(.).15 E(When used with)144 174 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 190.8 Q F0 1.229(Print the accumulated user and system t\ +imes for the shell and for processes run from the shell.)144 190.8 R +(The return status is 0.)144 202.8 Q F1(trap)108 219.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 .682(The command)144 231.6 R F2(ar) +3.512 E(g)-.37 E F0 .682(is to be read and e)3.402 F -.15(xe)-.15 G .682 (cuted when the shell recei).15 F -.15(ve)-.25 G 3.183(ss).15 G (ignal\(s\))-3.183 E F2(sigspec)3.523 E F0 5.683(.I).31 G(f)-5.683 E F2 (ar)3.513 E(g)-.37 E F0(is)3.403 E .609(absent \(and there is a single) -144 108 R F2(sigspec)3.108 E F0 3.108(\)o)C(r)-3.108 E F13.108 E F0 -3.108(,e)C .608 +144 243.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 120 R .658(alue it had upon entrance to the shell\).) +.658(\(the v)144 255.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 132 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 144 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 156 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 +144.34 267.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 279.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 291.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 168 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 180 R F2(sigspec)4.651 E F0 1.811 +(signal. The)144 303.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 315.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 192 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 .666(If a) -144 210 R F2(sigspec)3.506 E F0(is)3.476 E F3(EXIT)3.166 E F0 .666 -(\(0\) the command)2.916 F F2(ar)3.496 E(g)-.37 E F0 .666(is e)3.386 F --.15(xe)-.15 G .666(cuted on e).15 F .667(xit from the shell.)-.15 F +(names are case insensiti)144 327.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 .666 +(If a)144 345.6 R F2(sigspec)3.506 E F0(is)3.476 E F3(EXIT)3.166 E F0 +.666(\(0\) the command)2.916 F F2(ar)3.496 E(g)-.37 E F0 .666(is e)3.386 +F -.15(xe)-.15 G .666(cuted on e).15 F .667(xit from the shell.)-.15 F .667(If a)5.667 F F2(sigspec)3.507 E F0(is)3.477 E F3(DE-)3.167 E -.09 -(BU)144 222 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F0 .484(the command) +(BU)144 357.6 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F0 .484(the command) 2.734 F F2(ar)3.314 E(g)-.37 E F0 .484(is e)3.204 F -.15(xe)-.15 G .484 (cuted before e).15 F -.15(ve)-.25 G(ry).15 E F2 .483(simple command) 2.984 F F0(,)A F2(for)2.983 E F0(command,)2.983 E F2(case)2.983 E F0 -(command,)2.983 E F2(select)144 234 Q F0 .562(command, e)3.062 F -.15 +(command,)2.983 E F2(select)144 369.6 Q F0 .562(command, e)3.062 F -.15 (ve)-.25 G .563(ry arithmetic).15 F F2(for)3.063 E F0 .563 (command, and before the \214rst command e)3.063 F -.15(xe)-.15 G .563 -(cutes in a shell).15 F .623(function \(see)144 246 R F3 .622 +(cutes in a shell).15 F .623(function \(see)144 381.6 R F3 .622 (SHELL GRAMMAR)3.122 F F0(abo)2.872 E -.15(ve)-.15 G 3.122(\). Refer).15 F .622(to the description of the)3.122 F F1(extdeb)3.122 E(ug)-.2 E F0 -.622(option to the)3.122 F F1(shopt)144 258 Q F0 -.2(bu)2.996 G .496 +.622(option to the)3.122 F F1(shopt)144 393.6 Q F0 -.2(bu)2.996 G .496 (iltin for details of its ef).2 F .496(fect on the)-.25 F F1(DEB)2.996 E (UG)-.1 E F0 2.996(trap. If)2.996 F(a)2.996 E F2(sigspec)3.336 E F0(is) 3.306 E F3(RETURN)2.996 E F4(,)A F0 .496(the command)2.746 F F2(ar) -144.33 270 Q(g)-.37 E F0 .18(is e)2.9 F -.15(xe)-.15 G .18 +144.33 405.6 Q(g)-.37 E F0 .18(is e)2.9 F -.15(xe)-.15 G .18 (cuted each time a shell function or a script e).15 F -.15(xe)-.15 G .18 (cuted with the).15 F F1(.)2.68 E F0(or)2.68 E F1(sour)2.68 E(ce)-.18 E -F0 -.2(bu)2.68 G .18(iltins \214nishes).2 F -.15(exe)144 282 S(cuting.) -.15 E .96(If a)144 300 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(single simple comma\ -nd\), a list, or a compound command returns a non\255zero e)144 312 R -.184(xit status, subject to)-.15 F .451(the follo)144 324 R .451 -(wing conditions.)-.25 F(The)5.451 E F3(ERR)2.951 E F0 .451 +F0 -.2(bu)2.68 G .18(iltins \214nishes).2 F -.15(exe)144 417.6 S +(cuting.).15 E .96(If a)144 435.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 447.6 R .184(xit status, subject to)-.15 F .451(the follo)144 +459.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 336 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 +(mand list immediately follo)144 471.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 348 R -.15(xe)-.15 G +(statement, part)4.847 F .777(of a command e)144 483.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 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 360 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 372 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 .132 +3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 495.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 507.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 .132 (Signals ignored upon entry to the shell cannot be trapped or reset.)144 -390 R -.35(Tr)5.133 G .133(apped signals that are not be-).35 F .117 -(ing ignored are reset to their original v)144 402 R .117 +525.6 R -.35(Tr)5.133 G .133(apped signals that are not be-).35 F .117 +(ing ignored are reset to their original v)144 537.6 R .117 (alues in a subshell or subshell en)-.25 F .117 -(vironment when one is cre-)-.4 F 2.5(ated. The)144 414 R +(vironment when one is cre-)-.4 F 2.5(ated. The)144 549.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 430.8 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 442.8 S +(returns true.)2.5 E F1(type)108 566.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 578.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 454.8 Q F0 .715(option is used,)3.215 F F1(type)3.215 E F0 +F1144 590.4 Q F0 .715(option is used,)3.215 F F1(type)3.215 E F0 .715(prints a string which is one of)3.215 F F2(alias)3.545 E F0(,).27 E F2 -.1(ke)3.215 G(ywor)-.2 E(d)-.37 E F0(,).77 E F2(function)5.185 E F0 (,).24 E F2 -.2(bu)3.215 G(iltin).2 E F0 3.215(,o).24 G(r)-3.215 E F2 -(\214le)5.125 E F0(if)3.395 E F2(name)144.36 466.8 Q F0 .086 +(\214le)5.125 E F0(if)3.395 E F2(name)144.36 602.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 478.8 R .118 +(found, then nothing is printed, and an e)144 614.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 490.8 R .855 +(either returns the name of the disk \214le that w)144 626.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 .529(mand name, or nothing if) -144 502.8 R/F5 10/Courier@0 SF .528(type -t name)3.028 F F0 -.1(wo)3.028 +144 638.4 R/F5 10/Courier@0 SF .528(type -t name)3.028 F F0 -.1(wo)3.028 G .528(uld not return).1 F F2(\214le)4.938 E F0 5.528(.T).18 G(he)-5.528 E F13.028 E F0 .528(option forces a)3.028 F F3 -.666(PA)3.028 G -(TH)-.189 E F0 .006(search for each)144 514.8 R F2(name)2.506 E F0 2.506 +(TH)-.189 E F0 .006(search for each)144 650.4 R F2(name)2.506 E F0 2.506 (,e)C -.15(ve)-2.756 G 2.506(ni).15 G(f)-2.506 E F5 .007(type -t name) 2.506 F F0 -.1(wo)2.507 G .007(uld not return).1 F F2(\214le)4.417 E F0 5.007(.I).18 G 2.507(fac)-5.007 G .007(ommand is hashed,)-2.507 F F1 -2.507 E F0(and)144 526.8 Q F13.231 E F0 .731 +2.507 E F0(and)144 662.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 F1144 -538.8 Q F0 .823(option is used,)3.323 F F1(type)3.323 E F0 .824 +674.4 Q F0 .823(option is used,)3.323 F F1(type)3.323 E F0 .824 (prints all of the places that contain an e)3.323 F -.15(xe)-.15 G .824 (cutable named).15 F F2(name)3.684 E F0 5.824(.T).18 G .824(his in-) -5.824 F 1.176(cludes aliases and functions, if and only if the)144 -550.8 R F13.676 E F0 1.176(option is not also used.)3.676 F 1.176 +686.4 R F13.676 E F0 1.176(option is not also used.)3.676 F 1.176 (The table of hashed)6.176 F 1.223(commands is not consulted when using) -144 562.8 R F13.723 E F0 6.223(.T)C(he)-6.223 E F13.723 E F0 +144 698.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 574.8 R F1(command)2.826 E F0 -.2(bu)2.826 G(iltin.).2 E F1(type) +144 710.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 586.8 Q F1(ulimit)108 603.6 Q F0([)2.5 E F1 -(\255HSabcde\214klmnpqrstuvxPT)A F0([)2.5 E F2(limit)A F0(]])A(Pro)144 -615.6 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 -.944(that allo)144 627.6 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 639.6 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.708 F .426(be increased up to the v)144 651.6 R .426 -(alue of the hard limit.)-.25 F .425(If neither)5.426 F F12.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 -663.6 R .139(The v)5.139 F .139(alue of)-.25 F F2(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 675.6 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 .023 -(soft limit, and no limit, respecti)144 687.6 R -.15(ve)-.25 G(ly).15 E -5.023(.I)-.65 G(f)-5.023 E F2(limit)2.613 E F0 .023 -(is omitted, the current v)3.203 F .023 -(alue of the soft limit of the re-)-.25 F .985 -(source is printed, unless the)144 699.6 R F13.485 E F0 .984 -(option is gi)3.485 F -.15(ve)-.25 G 3.484(n. When).15 F .984 -(more than one resource is speci\214ed, the)3.484 F -(limit name and unit are printed before the v)144 711.6 Q 2.5 -(alue. Other)-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(78)190.95 E 0 Cg EP +(re not)-2.825 F(found.)144 722.4 Q(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(78)199.835 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/F1 10/Times-Bold@0 -SF144 84 Q F0(All current limits are reported)180 84 Q F1144 -96 Q F0(The maximum sock)180 96 Q(et b)-.1 E(uf)-.2 E(fer size)-.25 E F1 -144 108 Q F0(The maximum size of core \214les created)180 108 Q F1 -144 120 Q F0(The maximum size of a process')180 120 Q 2.5(sd)-.55 -G(ata se)-2.5 E(gment)-.15 E F1144 132 Q F0 -(The maximum scheduling priority \("nice"\))180 132 Q F1144 144 Q +SF(ulimit)108 84 Q F0([)2.5 E F1(\255HSabcde\214klmnpqrstuvxPR)A(T)-.4 E +F0([)2.5 E/F2 10/Times-Italic@0 SF(limit)A F0(]])A(Pro)144 96 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 +.944(that allo)144 108 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 120 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 sof\ +t limit may)2.708 F .426(be increased up to the v)144 132 R .426 +(alue of the hard limit.)-.25 F .425(If neither)5.426 F F12.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 +144 R .139(The v)5.139 F .139(alue of)-.25 F F2(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 156 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 .023 +(soft limit, and no limit, respecti)144 168 R -.15(ve)-.25 G(ly).15 E +5.023(.I)-.65 G(f)-5.023 E F2(limit)2.613 E F0 .023 +(is omitted, the current v)3.203 F .023 +(alue of the soft limit of the re-)-.25 F .985 +(source is printed, unless the)144 180 R F13.485 E F0 .984 +(option is gi)3.485 F -.15(ve)-.25 G 3.484(n. When).15 F .984 +(more than one resource is speci\214ed, the)3.484 F +(limit name and unit are printed before the v)144 192 Q 2.5(alue. Other) +-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E F1144 204 +Q F0(All current limits are reported)180 204 Q F1144 216 Q F0 +(The maximum sock)180 216 Q(et b)-.1 E(uf)-.2 E(fer size)-.25 E F1 +144 228 Q F0(The maximum size of core \214les created)180 228 Q F1 +144 240 Q F0(The maximum size of a process')180 240 Q 2.5(sd)-.55 G +(ata se)-2.5 E(gment)-.15 E F1144 252 Q F0 +(The maximum scheduling priority \("nice"\))180 252 Q F1144 264 Q F0(The maximum size of \214les written by the shell and its children)180 -144 Q F1144 156 Q F0(The maximum number of pending signals)180 156 -Q F1144 168 Q F0 -(The maximum number of kqueues that may be allocated)180 168 Q F1 -144 180 Q F0(The maximum size that may be lock)180 180 Q(ed into memory) --.1 E F1144 192 Q F0(The maximum resident set size \(man)180 192 Q -2.5(ys)-.15 G(ystems do not honor this limit\))-2.5 E F1144 204 Q +264 Q F1144 276 Q F0(The maximum number of pending signals)180 276 +Q F1144 288 Q F0 +(The maximum number of kqueues that may be allocated)180 288 Q F1 +144 300 Q F0(The maximum size that may be lock)180 300 Q(ed into memory) +-.1 E F1144 312 Q F0(The maximum resident set size \(man)180 312 Q +2.5(ys)-.15 G(ystems do not honor this limit\))-2.5 E F1144 324 Q F0 .791(The maximum number of open \214le descriptors \(most systems do\ - not allo)180 204 R 3.291(wt)-.25 G .791(his v)-3.291 F .791(alue to) --.25 F(be set\))180 216 Q F1144 228 Q F0 -(The pipe size in 512-byte blocks \(this may not be set\))180 228 Q F1 -144 240 Q F0(The maximum number of bytes in POSIX message queues) -180 240 Q F1144 252 Q F0 -(The maximum real-time scheduling priority)180 252 Q F1144 264 Q -F0(The maximum stack size)180 264 Q F1144 276 Q F0 -(The maximum amount of cpu time in seconds)180 276 Q F1144 288 Q -F0(The maximum number of processes a)180 288 Q -.25(va)-.2 G -(ilable to a single user).25 E F1144 300 Q F0 .47 -(The maximum amount of virtual memory a)180 300 R -.25(va)-.2 G .47 -(ilable to the shell and, on some systems, to).25 F(its children)180 312 -Q F1144 324 Q F0(The maximum number of \214le locks)180 324 Q F1 -144 336 Q F0(The maximum number of pseudoterminals)180 336 Q F1 -144 348 Q F0(The maximum number of threads)180 348 Q(If)144 364.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 .045(no option is gi)144 376.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 + not allo)180 324 R 3.291(wt)-.25 G .791(his v)-3.291 F .791(alue to) +-.25 F(be set\))180 336 Q F1144 348 Q F0 +(The pipe size in 512-byte blocks \(this may not be set\))180 348 Q F1 +144 360 Q F0(The maximum number of bytes in POSIX message queues) +180 360 Q F1144 372 Q F0 +(The maximum real-time scheduling priority)180 372 Q F1144 384 Q +F0(The maximum stack size)180 384 Q F1144 396 Q F0 +(The maximum amount of cpu time in seconds)180 396 Q F1144 408 Q +F0(The maximum number of processes a)180 408 Q -.25(va)-.2 G +(ilable to a single user).25 E F1144 420 Q F0 .47 +(The maximum amount of virtual memory a)180 420 R -.25(va)-.2 G .47 +(ilable to the shell and, on some systems, to).25 F(its children)180 432 +Q F1144 444 Q F0(The maximum number of \214le locks)180 444 Q F1 +144 456 Q F0(The maximum number of pseudoterminals)180 456 Q F1 +144 468 Q F0(The maximum time a real-time process can run before \ +blocking, in microseconds)180 468 Q F1144 480 Q F0 +(The maximum number of threads)180 480 Q(If)144 496.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 508.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 .672(in seconds;)144 -388.8 R F13.172 E F0 3.172(,w)C .672 -(hich is in units of 512-byte blocks;)-3.172 F F13.172 E F0(,)A F1 -3.172 E F0(,)A F13.172 E F0(,)A F13.172 E F0(,)A F1 -3.172 E F0 3.172(,a)C(nd)-3.172 E F13.172 E F0 3.172(,w)C -.673(hich are un-)-3.172 F .36(scaled v)144 400.8 R .36 -(alues; and, when in posix mode,)-.25 F F12.86 E F0(and)2.86 E F1 -2.86 E F0 2.86(,w)C .36(hich are in 512-byte increments.)-2.86 F -.36(The return)5.36 F .411(status is 0 unless an in)144 412.8 R -.25(va) --.4 G .411(lid option or ar).25 F .411 -(gument is supplied, or an error occurs while setting a ne)-.18 F(w)-.25 -E(limit.)144 424.8 Q F1(umask)108 441.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 .18 -(The user \214le-creation mask is set to)144 453.6 R F2(mode)3.06 E F0 +2.544 E F0 2.544(,w)C .044(hich is)-2.544 F .67(in seconds;)144 +520.8 R F13.17 E F0 3.17(,w)C .67(hich is in microseconds;)-3.17 F +F13.17 E F0 3.17(,w)C .67(hich is in units of 512-byte blocks;) +-3.17 F F13.17 E F0(,)A F13.17 E F0(,)A F13.17 E F0(,) +A F1144 532.8 Q F0(,)A F13.737 E F0 3.737(,a)C(nd)-3.737 E +F13.736 E F0 3.736(,w)C 1.236(hich are unscaled v)-3.736 F 1.236 +(alues; and, when in posix mode,)-.25 F F13.736 E F0(and)3.736 E +F13.736 E F0 3.736(,w)C 1.236(hich are in)-3.736 F .238 +(512-byte increments.)144 544.8 R .238 +(The return status is 0 unless an in)5.238 F -.25(va)-.4 G .238 +(lid option or ar).25 F .238(gument is supplied, or an)-.18 F +(error occurs while setting a ne)144 556.8 Q 2.5(wl)-.25 G(imit.)-2.5 E +F1(umask)108 573.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 .18 +(The user \214le-creation mask is set to)144 585.6 R F2(mode)3.06 E F0 5.18(.I).18 G(f)-5.18 E F2(mode)3.06 E F0(be)2.86 E .18 (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 465.6 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 -477.6 Q F2(mode)3.263 E F0 .382(is omitted, the current v)3.063 F .382 +pted by)144 597.6 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 +609.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 489.6 R .547 +(printed in symbolic form; the def)144 621.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 501.6 Q F0 .552 +(mode)144.38 633.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 513.6 Q +F .551(The return status is 0 if the)5.551 F(mode w)144 645.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 530.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 542.4 Q 1.057 -.15(ve e)-.15 H(ach).15 E F2(name) +(unalias)108 662.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 674.4 Q 1.057 -.15(ve e)-.15 H(ach).15 E F2(name) 3.257 E F0 .757(from the list of de\214ned aliases.)3.257 F(If)5.758 E F13.258 E F0 .758(is supplied, all alias de\214nitions are re-) -3.258 F(mo)144 554.4 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E +3.258 F(mo)144 686.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 571.2 Q F0<5bad>2.5 E F1 +(is not a de\214ned alias.)2.68 E F1(unset)108 703.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 583.2 S 3.804(re).15 G(ach)-3.804 E F2(name)4.164 E F0 +2.5 E -.15(Fo)144 715.2 S 3.804(re).15 G(ach)-3.804 E F2(name)4.164 E F0 3.804(,r).18 G(emo)-3.804 E 1.604 -.15(ve t)-.15 H 1.304 (he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303 (If the)6.303 F F13.803 E F0 1.303(option is gi)3.803 F -.15(ve) --.25 G 1.303(n, each).15 F F2(name)144.36 595.2 Q F0 .464 -(refers to a shell v)3.144 F .464(ariable, and that v)-.25 F .464 -(ariable is remo)-.25 F -.15(ve)-.15 G 2.965(d. Read-only).15 F -.25(va) -2.965 G .465(riables may not be un-).25 F 2.769(set. If)144 607.2 R F1 -2.769 E F0 .269(is speci\214ed, each)2.769 F F2(name)3.129 E F0 -.269(refers to a shell function, and the function de\214nition is remo) -2.949 F -.15(ve)-.15 G(d.).15 E .403(If the)144 619.2 R F12.903 E -F0 .404(option is supplied, and)2.904 F F2(name)2.904 E F0 .404(is a v) -2.904 F .404(ariable with the)-.25 F F2(namer)2.904 E(ef)-.37 E F0 -(attrib)2.904 E(ute,)-.2 E F2(name)2.904 E F0 .404(will be unset)2.904 F -.72(rather than the v)144 631.2 R .72(ariable it references.)-.25 F F1 -5.72 E F0 .72(has no ef)3.22 F .719(fect if the)-.25 F F1 -3.219 E F0 .719(option is supplied.)3.219 F .719(If no options)5.719 F -.736(are supplied, each)144 643.2 R F2(name)3.236 E F0 .736 -(refers to a v)3.236 F .737(ariable; if there is no v)-.25 F .737 -(ariable by that name, a function with)-.25 F 1.762(that name, if an)144 -655.2 R 3.062 -.65(y, i)-.15 H 4.262(su).65 G 4.261(nset. Each)-4.262 F -1.761(unset v)4.261 F 1.761(ariable or function is remo)-.25 F -.15(ve) --.15 G 4.261(df).15 G 1.761(rom the en)-4.261 F(vironment)-.4 E 3.171 -(passed to subsequent commands.)144 667.2 R 3.172(If an)8.172 F 5.672 -(yo)-.15 G(f)-5.672 E/F3 9/Times-Bold@0 SF -.27(BA)5.672 G(SH_ALIASES) -.27 E/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)5.422 G(SH_ARGV0).27 E F4(,)A -F3 -.27(BA)5.422 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 679.2 S -(SH_COMMAND).27 E F4(,)A F3 -.27(BA)11.482 G(SH_SUBSHELL).27 E F4(,)A F3 --.27(BA)11.482 G(SHPID).27 E F4(,)A F3(COMP_W)11.482 E(ORDBREAKS)-.09 E -F4(,)A F3(DIRST)11.481 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL) -144 691.2 Q(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN) -2.67 E(AME)-.18 E F4(,)A F3(GR)2.67 E(OUPS)-.27 E F4(,)A F3(HISTCMD)2.67 -E F4(,)A F3(LINENO)2.67 E F4(,)A F3(RANDOM)2.67 E F4(,)A F3(SECONDS)144 -703.2 Q F4(,)A F0(or)4.03 E F3(SRANDOM)4.28 E F0 1.779(are unset, the) -4.03 F 4.279(yl)-.15 G 1.779(ose their special properties, e)-4.279 F --.15(ve)-.25 G 4.279(ni).15 G 4.279(ft)-4.279 G(he)-4.279 E 4.279(ya) --.15 G 1.779(re subse-)-4.279 F(quently reset.)144 715.2 Q(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(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(79)190.95 E 0 -Cg EP +-.25 G 1.303(n, each).15 F F2(name)144.36 727.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(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(79)199.835 E 0 Cg EP %%Page: 80 80 %%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(wait)108 84 Q F0([)2.5 E F1(\255fn)A F0 2.5(][)C F1-2.5 E/F2 10 -/Times-Italic@0 SF(varname)2.5 E F0 2.5(][)C F2(id ...)-2.5 E F0(])A -.8 -(Wa)144 96 S .659(it for each speci\214ed child process and return its \ -termination status.).8 F(Each)5.659 E F2(id)3.169 E F0 .659 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 3.716(unset. If) +144 84 R/F1 10/Times-Bold@0 SF3.716 E F0 1.216 +(is speci\214ed, each)3.716 F/F2 10/Times-Italic@0 SF(name)4.075 E F0 +1.215(refers to a shell function, and the function de\214nition is re-) +3.895 F(mo)144 96 Q -.15(ve)-.15 G 2.994(d. If).15 F(the)2.994 E F1 +2.994 E F0 .494(option is supplied, and)2.994 F F2(name)2.994 E F0 +.494(is a v)2.994 F .494(ariable with the)-.25 F F2(namer)2.994 E(ef) +-.37 E F0(attrib)2.994 E(ute,)-.2 E F2(name)2.995 E F0(will)2.995 E .492 +(be unset rather than the v)144 108 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 .492(If no)5.492 F +.088(options are supplied, each)144 120 R F2(name)2.588 E F0 .088 +(refers to a v)2.588 F .088(ariable; if there is no v)-.25 F .089 +(ariable by that name, a function)-.25 F .384(with that name, if an)144 +132 R 1.684 -.65(y, i)-.15 H 2.884(su).65 G 2.884(nset. Each)-2.884 F +.384(unset v)2.884 F .384(ariable or function is remo)-.25 F -.15(ve) +-.15 G 2.883(df).15 G .383(rom the en)-2.883 F(vironment)-.4 E 3.171 +(passed to subsequent commands.)144 144 R 3.172(If an)8.172 F 5.672(yo) +-.15 G(f)-5.672 E/F3 9/Times-Bold@0 SF -.27(BA)5.672 G(SH_ALIASES).27 E +/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)5.422 G(SH_ARGV0).27 E F4(,)A F3 +-.27(BA)5.422 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 156 S(SH_COMMAND).27 +E F4(,)A F3 -.27(BA)11.482 G(SH_SUBSHELL).27 E F4(,)A F3 -.27(BA)11.482 +G(SHPID).27 E F4(,)A F3(COMP_W)11.482 E(ORDBREAKS)-.09 E F4(,)A F3 +(DIRST)11.481 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL)144 168 Q +(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN)2.67 E(AME) +-.18 E F4(,)A F3(GR)2.67 E(OUPS)-.27 E F4(,)A F3(HISTCMD)2.67 E F4(,)A +F3(LINENO)2.67 E F4(,)A F3(RANDOM)2.67 E F4(,)A F3(SECONDS)144 180 Q F4 +(,)A F0(or)4.03 E F3(SRANDOM)4.28 E F0 1.779(are unset, the)4.03 F 4.279 +(yl)-.15 G 1.779(ose their special properties, e)-4.279 F -.15(ve)-.25 G +4.279(ni).15 G 4.279(ft)-4.279 G(he)-4.279 E 4.279(ya)-.15 G 1.779 +(re subse-)-4.279 F(quently reset.)144 192 Q(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 208.8 Q F0([)2.5 E F1(\255fn)A F0 2.5(][)C F1 +-2.5 E F2(varname)2.5 E F0 2.5(][)C F2(id ...)-2.5 E F0(])A -.8 +(Wa)144 220.8 S .659(it for each speci\214ed child process and return i\ +ts termination status.).8 F(Each)5.659 E F2(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 108 R -.15(ve)-.25 -G .008(n, all processes in that job').15 F 2.508(sp)-.55 G .008 +(ID or a job speci\214cation; if a job spec is gi)144 232.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 -F2(id)144.01 120 Q F0 .441(is not gi)3.711 F -.15(ve)-.25 G(n,).15 E F1 -(wait)2.941 E F0 -.1(wa)2.941 G .441 +F2(id)144.01 244.8 Q F0 .441(is not gi)3.711 F -.15(ve)-.25 G(n,).15 E +F1(wait)2.941 E F0 -.1(wa)2.941 G .441 (its for all running background jobs and the last-e).1 F -.15(xe)-.15 G .442(cuted process substitu-).15 F .598 -(tion, if its process id is the same as)144 132 R F1($!)3.098 E F0 3.098 -(,a)C .598(nd the return status is zero.)-3.098 F .597(If the)5.597 F F1 -3.097 E F0 .597(option is supplied,)3.097 F F1(wait)144 144 Q F0 --.1(wa)2.793 G .293(its for a single job to terminate and returns its e) -.1 F .293(xit status.)-.15 F .293(If the)5.293 F F12.793 E F0 .294 -(option is supplied, the)2.793 F .636 -(process or job identi\214er of the job for which the e)144 156 R .636 -(xit status is returned is assigned to the v)-.15 F(ariable)-.25 E F2 -(varname)144 168 Q F0 1.016(named by the option ar)3.516 F 3.516 -(gument. The)-.18 F -.25(va)3.516 G 1.017 -(riable will be unset initially).25 F 3.517(,b)-.65 G 1.017(efore an) --3.517 F 3.517(ya)-.15 G(ssign-)-3.517 E 2.673(ment. This)144 180 R .173 -(is useful only when the)2.673 F F12.672 E F0 .172 -(option is supplied.)2.672 F .172(Supplying the)5.172 F F12.672 E -F0 .172(option, when job con-)2.672 F .346(trol is enabled, forces)144 -192 R F1(wait)2.846 E F0 .346(to w)2.846 F .346(ait for)-.1 F F2(id) -2.846 E F0 .347 -(to terminate before returning its status, instead of return-)2.846 F -.793(ing when it changes status.)144 204 R(If)5.793 E F2(id)3.303 E F0 -.792(speci\214es a non-e)4.062 F .792 -(xistent process or job, the return status is 127.)-.15 F -(Otherwise, the return status is the e)144 216 Q +(tion, if its process id is the same as)144 256.8 R F1($!)3.098 E F0 +3.098(,a)C .598(nd the return status is zero.)-3.098 F .597(If the)5.597 +F F13.097 E F0 .597(option is supplied,)3.097 F F1(wait)144 268.8 +Q F0 -.1(wa)3.082 G .583(its for a single job from the list of).1 F F2 +(id)3.083 E F0 3.083(so)C 1.383 -.4(r, i)-3.083 H 3.083(fn).4 G(o)-3.083 +E F2(id)3.083 E F0 3.083(sa)C .583(re supplied, an)-3.083 F 3.083(yj) +-.15 G .583(ob, to complete and)-3.083 F .404(returns its e)144 280.8 R +.404(xit status.)-.15 F .403(If none of the supplied ar)5.403 F .403 +(guments is a child of the shell, or if no ar)-.18 F(guments)-.18 E .572 +(are supplied and the shell has no unw)144 292.8 R .573 +(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .573 +(If the)5.573 F F13.073 E F0 .573(option is)3.073 F .39 +(supplied, the process or job identi\214er of the job for which the e) +144 304.8 R .39(xit status is returned is assigned to)-.15 F .905(the v) +144 316.8 R(ariable)-.25 E F2(varname)3.405 E F0 .905 +(named by the option ar)3.405 F 3.405(gument. The)-.18 F -.25(va)3.405 G +.905(riable will be unset initially).25 F 3.405(,b)-.65 G(efore)-3.405 E +(an)144 328.8 Q 3.89(ya)-.15 G 3.89(ssignment. This)-3.89 F 1.39 +(is useful only when the)3.89 F F13.89 E F0 1.39 +(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F13.89 E F0 +(option,)3.89 E .574(when job control is enabled, forces)144 340.8 R F1 +(wait)3.075 E F0 .575(to w)3.075 F .575(ait for)-.1 F F2(id)3.075 E F0 +.575(to terminate before returning its status, in-)3.075 F .635 +(stead of returning when it changes status.)144 352.8 R(If)5.635 E F2 +(id)3.145 E F0 .635(speci\214es a non-e)3.905 F .635 +(xistent process or job, the return)-.15 F(status is 127.)144 364.8 Q +(Otherwise, the return status is the e)5 E (xit status of the last process or job w)-.15 E(aited for)-.1 E(.)-.55 E -/F3 10.95/Times-Bold@0 SF(RESTRICTED SHELL)72 232.8 Q F0(If)108 244.8 Q -F1(bash)3.581 E F0 1.081(is started with the name)3.581 F F1(rbash)3.581 -E F0 3.581(,o)C 3.581(rt)-3.581 G(he)-3.581 E F13.581 E F0 1.081 -(option is supplied at in)3.581 F -.2(vo)-.4 G 1.081 -(cation, the shell becomes re-).2 F 2.977(stricted. A)108 256.8 R .476 -(restricted shell is used to set up an en)2.977 F .476 -(vironment more controlled than the standard shell.)-.4 F .476(It be-) -5.476 F(ha)108 268.8 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E -F1(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 285.6 Q -(changing directories with)144 285.6 Q F1(cd)2.5 E F0<83>108 302.4 Q -(setting or unsetting the v)144 302.4 Q(alues of)-.25 E/F4 9 -/Times-Bold@0 SF(SHELL)2.5 E/F5 9/Times-Roman@0 SF(,)A F4 -.666(PA)2.25 -G(TH)-.189 E F5(,)A F4(ENV)2.25 E F5(,)A F0(or)2.25 E F4 -.27(BA)2.5 G -(SH_ENV).27 E F0<83>108 319.2 Q(specifying command names containing)144 -319.2 Q F1(/)2.5 E F0<83>108 336 Q(specifying a \214lename containing a) -144 336 Q F1(/)2.5 E F0(as an ar)2.5 E(gument to the)-.18 E F1(.)2.5 E -F0 -.2(bu)5 G(iltin command).2 E<83>108 352.8 Q .449 -(specifying a \214lename containing a slash as an ar)144 352.8 R .449 -(gument to the)-.18 F F12.95 E F0 .45(option to the)2.95 F F1 -(hash)2.95 E F0 -.2(bu)2.95 G .45(iltin com-).2 F(mand)144 364.8 Q<83> -108 381.6 Q(importing function de\214nitions from the shell en)144 381.6 -Q(vironment at startup)-.4 E<83>108 398.4 Q(parsing the v)144 398.4 Q -(alue of)-.25 E F4(SHELLOPTS)2.5 E F0(from the shell en)2.25 E -(vironment at startup)-.4 E<83>108 415.2 Q(redirecting output using the\ - >, >|, <>, >&, &>, and >> redirection operators)144 415.2 Q<83>108 432 -Q(using the)144 432 Q F1(exec)2.5 E F0 -.2(bu)2.5 G -(iltin command to replace the shell with another command).2 E<83>108 -448.8 Q(adding or deleting b)144 448.8 Q(uiltin commands with the)-.2 E -F12.5 E F0(and)2.5 E F12.5 E F0(options to the)2.5 E F1 -(enable)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 465.6 Q -(using the)144 465.6 Q F1(enable)2.5 E F0 -.2(bu)2.5 G -(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108 -482.4 Q(specifying the)144 482.4 Q F12.5 E F0(option to the)2.5 E -F1(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 499.2 Q -(turning of)144 499.2 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F1 -(set +r)2.5 E F0(or)2.5 E F1(set +o r)2.5 E(estricted)-.18 E F0(.)A -(These restrictions are enforced after an)108 516 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 532.8 R -.15 -(xe)-.15 G 1.566(cuted \(see).15 F F4 1.566(COMMAND EXECUTION)4.066 F F0 -(abo)3.816 E -.15(ve)-.15 G(\),).15 E F1(rbash)108 544.8 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 F3(SEE ALSO)72 -561.6 Q F2(Bash Refer)108 573.6 Q(ence Manual)-.37 E F0 2.5(,B)C(rian F) --2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F2(The Gnu Readline Libr)108 -585.6 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y) --.15 E F2(The Gnu History Libr)108 597.6 Q(ary)-.15 E F0 2.5(,B)C -(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F2 -.8(Po)108 609.6 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 621.6 Q(g/onlinepubs/9699919799/)-.18 E -(http://tiswww)108 633.6 Q -(.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F2(sh) -108 645.6 Q F0(\(1\),)A F2(ksh)2.5 E F0(\(1\),)A F2(csh)2.5 E F0(\(1\))A -F2(emacs)108 657.6 Q F0(\(1\),)A F2(vi)2.5 E F0(\(1\))A F2 -.37(re)108 -669.6 S(adline).37 E F0(\(3\))A F3(FILES)72 686.4 Q F2(/bin/bash)109.666 -698.4 Q F0(The)144 710.4 Q F1(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E -(GNU Bash 5.0)72 768 Q(2020 January 29)141.79 E(80)190.95 E 0 Cg EP +/F5 10.95/Times-Bold@0 SF(SHELL COMP)72 381.6 Q -1.04(AT)-.81 G +(IBILITY MODE)1.04 E F0 .911 +(Bash-4.0 introduced the concept of a `shell compatibility le)108 393.6 +R -.15(ve)-.25 G .912(l', speci\214ed as a set of options to the shopt) +.15 F -.2(bu)108 405.6 S(iltin).2 E F1(compat31)3.378 E F0(,)A F1 +(compat32)3.378 E F0(,)A F1(compat40)3.378 E F0(,)A F1(compat41)3.378 E +F0 3.378(,a)C .878(nd so on\).)-3.378 F .877 +(There is only one current compatibility)5.878 F(le)108 417.6 Q -.15(ve) +-.25 G 3.253(l-).15 G 3.253(-e)-3.253 G .753(ach option is mutually e) +-3.253 F(xclusi)-.15 E -.15(ve)-.25 G 5.753(.T).15 G .753 +(he compatibility le)-5.753 F -.15(ve)-.25 G 3.254(li).15 G 3.254(si) +-3.254 G .754(ntended to allo)-3.254 F 3.254(wu)-.25 G .754 +(sers to select be-)-3.254 F(ha)108 429.6 Q 1.084(vior from pre)-.2 F +1.084(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F +1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.583(ym)-.15 G 1.083 +(igrate scripts to use)-3.583 F(current features and beha)108 441.6 Q +(vior)-.2 E 2.5(.I)-.55 G(t')-2.5 E 2.5(si)-.55 G +(ntended to be a temporary solution.)-2.5 E 1.456 +(This section does not mention beha)108 458.4 R 1.457 +(vior that is standard for a particular v)-.2 F 1.457 +(ersion \(e.g., setting)-.15 F F1(compat32)3.957 E F0 .887 +(means that quoting the rhs of the re)108 470.4 R(ge)-.15 E .886 +(xp matching operator quotes special re)-.15 F(ge)-.15 E .886 +(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 482.4 Q +(ault beha)-.1 E(vior in bash-3.2 and abo)-.2 E -.15(ve)-.15 G(\).).15 E +.522(If a user enables, say)108 499.2 R(,)-.65 E F1(compat32)3.023 E F0 +3.023(,i)C 3.023(tm)-3.023 G .523(ay af)-3.023 F .523(fect the beha)-.25 +F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .523 +(ls up to and includ-).15 F .26(ing the current compatibility le)108 +511.2 R -.15(ve)-.25 G 2.76(l. The).15 F .259 +(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.759(lc).15 +G .259(ontrols beha)-2.759 F .259(vior that changed)-.2 F 1.645 +(in that v)108 523.2 R 1.646(ersion of)-.15 F F1(bash)4.146 E F0 4.146 +(,b)C 1.646(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15 +(ve b)-.2 H 1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F +1.646(or instance, the)-.15 F .761 +(change to use locale-based comparisons with the)108 535.2 R F1([[)3.261 +E F0 .76(command came in bash-4.1, and earlier v)3.261 F .76 +(ersions used)-.15 F 1.904(ASCII-based comparisons, so enabling)108 +547.2 R F1(compat32)4.404 E F0 1.905 +(will enable ASCII-based comparisons as well.)4.404 F(That)6.905 E .296 +(granularity may not be suf)108 559.2 R .296 +(\214cient for all uses, and as a result users should emplo)-.25 F 2.796 +(yc)-.1 G .295(ompatibility le)-2.796 F -.15(ve)-.25 G .295(ls care-).15 +F(fully)108 571.2 Q 5(.R)-.65 G(ead the documentation for a particular \ +feature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .531 +(Bash-4.3 introduced a ne)108 588 R 3.031(ws)-.25 G .531(hell v)-3.031 F +(ariable:)-.25 E F3 -.27(BA)3.031 G(SH_COMP).27 E -.855(AT)-.666 G F4(.) +.855 E F0 .531(The v)5.031 F .531(alue assigned to this v)-.25 F .532 +(ariable \(a decimal)-.25 F -.15(ve)108 600 S .108(rsion number lik).15 +F 2.608(e4)-.1 G .108(.2, or an inte)-2.608 F .108 +(ger corresponding to the)-.15 F F1(compat)2.607 E F2(NN)A F0 .107 +(option, lik)2.607 F 2.607(e4)-.1 G .107(2\) determines the com-)-2.607 +F(patibility le)108 612 Q -.15(ve)-.25 G(l.).15 E .387 +(Starting with bash-4.4, Bash has be)108 628.8 R .388 +(gun deprecating older compatibility le)-.15 F -.15(ve)-.25 G 2.888 +(ls. Ev).15 F(entually)-.15 E 2.888(,t)-.65 G .388(he options will) +-2.888 F(be remo)108 640.8 Q -.15(ve)-.15 G 2.5(di).15 G 2.5(nf)-2.5 G +-.2(avo)-2.6 G 2.5(ro).2 G(f)-2.5 E F3 -.27(BA)2.5 G(SH_COMP).27 E -.855 +(AT)-.666 G F4(.).855 E F0 1.164(Bash-5.0 is the \214nal v)108 657.6 R +1.164(ersion for which there will be an indi)-.15 F 1.163 +(vidual shopt option for the pre)-.25 F 1.163(vious v)-.25 F(ersion.) +-.15 E(Users should use)108 669.6 Q F3 -.27(BA)2.5 G(SH_COMP).27 E -.855 +(AT)-.666 G F0(on bash-5.0 and later v)3.105 E(ersions.)-.15 E 1.613 +(The follo)108 686.4 R 1.613(wing table describes the beha)-.25 F 1.613 +(vior changes controlled by each compatibility le)-.2 F -.15(ve)-.25 G +4.113(ls).15 G 4.114(etting. The)-4.113 F F1(compat)108 698.4 Q F2(NN)A +F0 1.186(tag is used as shorthand for setting the compatibility le)3.686 +F -.15(ve)-.25 G 3.686(lt).15 G(o)-3.686 E F2(NN)3.686 E F0 1.186 +(using one of the follo)3.686 F(wing)-.25 E 3.806(mechanisms. F)108 +710.4 R 1.306(or v)-.15 F 1.306 +(ersions prior to bash-5.0, the compatibility le)-.15 F -.15(ve)-.25 G +3.807(lm).15 G 1.307(ay be set using the corresponding)-3.807 F F1 +(compat)108 722.4 Q F2(NN)A F0 .502(shopt option.)3.002 F -.15(Fo)5.502 +G 3.002(rb).15 G .502(ash-4.3 and later v)-3.002 F .502(ersions, the) +-.15 F F3 -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F0 -.25(va) +3.607 G .502(riable is preferred, and it).25 F(GNU Bash 5.1)72 768 Q +(2020 June 5)150.675 E(80)199.835 E 0 Cg EP %%Page: 81 81 %%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-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 .567(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 .568(ug, and)-.2 F 5.626 -(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.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 F1(ftp://ftp.gnu.or)108 314.4 Q(g/pub/gnu/bash/)-.37 -E F0(.)A .41(Once you ha)108 331.2 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 F1(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 343.2 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 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 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(is required for bash-5.1 and later v)108 84 Q(ersions.)-.15 E/F1 10 +/Times-Bold@0 SF(compat31)108 100.8 Q F0<83>144 112.8 Q +(quoting the rhs of the)180 112.8 Q F1([[)2.5 E F0(command')2.5 E 2.5 +(sr)-.55 G -.15(eg)-2.5 G -.15(ex).15 G 2.5(pm).15 G +(atching operator \(=~\) has no special ef)-2.5 E(fect)-.25 E F1 +(compat32)108 129.6 Q F0<83>144 141.6 Q .35 +(interrupting a command list such as "a ; b ; c" causes the e)180 141.6 +R -.15(xe)-.15 G .35(cution of the ne).15 F .35(xt command)-.15 F .018 +(in the list \(in bash-4.0 and later v)180 153.6 R .018 +(ersions, the shell acts as if it recei)-.15 F -.15(ve)-.25 G 2.517(dt) +.15 G .017(he interrupt, so in-)-2.517 F +(terrupting one command in a list aborts the e)180 165.6 Q -.15(xe)-.15 +G(cution of the entire list\)).15 E F1(compat40)108 182.4 Q F0<83>144 +194.4 Q(the)180 194.4 Q F1(<)2.673 E F0(and)2.673 E F1(>)2.673 E F0 .173 +(operators to the)2.673 F F1([[)2.673 E F0 .173 +(command do not consider the current locale when compar)2.673 F(-)-.2 E +.068(ing strings; the)180 206.4 R 2.568(yu)-.15 G .068 +(se ASCII ordering.)-2.568 F .068(Bash v)5.068 F .067 +(ersions prior to bash-4.1 use ASCII collation)-.15 F(and)180 218.4 Q/F2 +10/Times-Italic@0 SF(str)4.742 E(cmp)-.37 E F0 1.902 +(\(3\); bash-4.1 and later use the current locale').19 F 4.403(sc)-.55 G +1.903(ollation sequence and)-4.403 F F2(str)4.743 E(-)-.2 E(coll)180 +230.4 Q F0(\(3\).).51 E F1(compat41)108 247.2 Q F0<83>144 259.2 Q(in)180 +259.2 Q F2(posix)3.79 E F0(mode,)3.79 E F1(time)3.79 E F0 1.29 +(may be follo)3.79 F 1.29 +(wed by options and still be recognized as a reserv)-.25 F(ed)-.15 E -.1 +(wo)180 271.2 S(rd \(this is POSIX interpretation 267\)).1 E<83>144 +283.2 Q(in)180 283.2 Q F2(posix)2.708 E F0 .208 +(mode, the parser requires that an e)2.708 F -.15(ve)-.25 G 2.708(nn).15 +G .208(umber of single quotes occur in the)-2.708 F F2(wor)2.709 E(d) +-.37 E F0 .282(portion of a double-quoted parameter e)180 295.2 R .282 +(xpansion and treats them specially)-.15 F 2.781(,s)-.65 G 2.781(ot) +-2.781 G .281(hat charac-)-2.781 F(ters within the single quotes are co\ +nsidered quoted \(this is POSIX interpretation 221\))180 307.2 Q F1 +(compat42)108 324 Q F0<83>144 336 Q 1.055(the replacement string in dou\ +ble-quoted pattern substitution does not under)180 336 R 1.056 +(go quote re-)-.18 F(mo)180 348 Q -.25(va)-.15 G(l, as it does in v).25 +E(ersions after bash-4.2)-.15 E<83>144 360 Q .021 +(in posix mode, single quotes are considered special when e)180 360 R +.021(xpanding the)-.15 F F2(wor)2.52 E(d)-.37 E F0 .02(portion of a)2.52 +F .017(double-quoted parameter e)180 372 R .017 +(xpansion and can be used to quote a closing brace or other spe-)-.15 F +.999(cial character \(this is part of POSIX interpretation 221\); in la\ +ter v)180 384 R .998(ersions, single quotes)-.15 F +(are not special within double-quoted w)180 396 Q(ord e)-.1 E(xpansions) +-.15 E F1(compat43)108 412.8 Q F0<83>144 424.8 Q 1.07 +(the shell does not print a w)180 424.8 R 1.071 +(arning message if an attempt is made to use a quoted com-)-.1 F .249 +(pound assignment as an ar)180 436.8 R .248 +(gument to declare \(declare -a foo='\(1 2\)'\). Later v)-.18 F .248 +(ersions w)-.15 F(arn)-.1 E(that this usage is deprecated)180 448.8 Q +<83>144 460.8 Q -.1(wo)180 460.8 S .5(rd e).1 F .501 +(xpansion errors are considered non-f)-.15 F .501 +(atal errors that cause the current command to)-.1 F -.1(fa)180 472.8 S +.605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G .605 +(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605(vior is to mak) +-.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605 +(atal errors that cause the)-.1 F(shell to e)180 484.8 Q(xit\))-.15 E +<83>144 496.8 Q .354(when e)180 496.8 R -.15(xe)-.15 G .354 +(cuting a shell function, the loop state \(while/until/etc.\)).15 F .355 +(is not reset, so)5.354 F F1(br)2.855 E(eak)-.18 E F0(or)2.855 E F1 +(continue)180 508.8 Q F0 .052 +(in that function will break or continue loops in the calling conte) +2.553 F .052(xt. Bash-4.4 and)-.15 F(later reset the loop state to pre) +180 520.8 Q -.15(ve)-.25 G(nt this).15 E F1(compat44)108 537.6 Q F0<83> +144 549.6 Q .719(the shell sets up the v)180 549.6 R .719(alues used by) +-.25 F/F3 9/Times-Bold@0 SF -.27(BA)3.219 G(SH_ARGV).27 E F0(and)2.969 E +F3 -.27(BA)3.219 G(SH_ARGC).27 E F0 .719(so the)2.969 F 3.219(yc)-.15 G +.719(an e)-3.219 F(xpand)-.15 E(to the shell')180 561.6 Q 2.5(sp)-.55 G +(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G +(xtended deb)-2.65 E(ugging mode is not enabled)-.2 E<83>144 573.6 Q +2.635(as)180 573.6 S .135(ubshell inherits loops from its parent conte) +-2.635 F .135(xt, so)-.15 F F1(br)2.635 E(eak)-.18 E F0(or)2.635 E F1 +(continue)2.634 E F0 .134(will cause the sub-)2.634 F(shell to e)180 +585.6 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre) +2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 597.6 Q -.25(va) +180 597.6 S .618(riable assignments preceding b).25 F .618(uiltins lik) +-.2 F(e)-.1 E F1(export)3.118 E F0(and)3.118 E F1 -.18(re)3.118 G +(adonly).18 E F0 .618(that set attrib)3.118 F .619(utes con-)-.2 F .12 +(tinue to af)180 609.6 R .12(fect v)-.25 F .119 +(ariables with the same name in the calling en)-.25 F .119(vironment e) +-.4 F -.15(ve)-.25 G 2.619(ni).15 G 2.619(ft)-2.619 G .119(he shell is) +-2.619 F(not in posix mode)180 621.6 Q F1(compat50)108 638.4 Q F0<83>144 +650.4 Q 1.209(Bash-5.1 changed the w)180 650.4 R(ay)-.1 E F3($RANDOM) +3.709 E F0 1.209(is generated to introduce slightly more random-)3.459 F +1.019(ness. If the shell compatibility le)180 662.4 R -.15(ve)-.25 G +3.518(li).15 G 3.518(ss)-3.518 G 1.018(et to 50 or lo)-3.518 F(wer)-.25 +E 3.518(,i)-.4 G 3.518(tr)-3.518 G -2.15 -.25(ev e)-3.518 H 1.018 +(rts to the method from).25 F .732(bash-5.0 and pre)180 674.4 R .732 +(vious v)-.25 F .733 +(ersions, so seeding the random number generator by assigning a)-.15 F +-.25(va)180 686.4 S(lue to).25 E F3(RANDOM)2.5 E F0 +(will produce the same sequence as in bash-5.0)2.25 E/F4 10.95 +/Times-Bold@0 SF(RESTRICTED SHELL)72 703.2 Q F0(If)108 715.2 Q F1(bash) +3.582 E F0 1.081(is started with the name)3.581 F F1(rbash)3.581 E F0 +3.581(,o)C 3.581(rt)-3.581 G(he)-3.581 E F13.581 E F0 1.081 +(option is supplied at in)3.581 F -.2(vo)-.4 G 1.081 +(cation, the shell becomes re-).2 F 3.902(stricted. A)108 727.2 R 1.402 +(restricted shell is used to set up an en)3.902 F 1.403 +(vironment more controlled than the standard shell.)-.4 F(It)6.403 E +(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E(81)199.835 E 0 Cg EP +%%Page: 82 82 +%%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)108 84 Q -.15 +(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E/F1 10/Times-Bold@0 SF(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 100.8 Q +(changing directories with)144 100.8 Q F1(cd)2.5 E F0<83>108 117.6 Q +(setting or unsetting the v)144 117.6 Q(alues of)-.25 E/F2 9 +/Times-Bold@0 SF(SHELL)2.5 E/F3 9/Times-Roman@0 SF(,)A F2 -.666(PA)2.25 +G(TH)-.189 E F3(,)A F2(HISTFILE)2.25 E F3(,)A F2(ENV)2.25 E F3(,)A F0 +(or)2.25 E F2 -.27(BA)2.5 G(SH_ENV).27 E F0<83>108 134.4 Q +(specifying command names containing)144 134.4 Q F1(/)2.5 E F0<83>108 +151.2 Q(specifying a \214lename containing a)144 151.2 Q F1(/)2.5 E F0 +(as an ar)2.5 E(gument to the)-.18 E F1(.)2.5 E F0 -.2(bu)5 G +(iltin command).2 E<83>108 168 Q +(specifying a \214lename containing a slash as an ar)144 168 Q +(gument to the)-.18 E F1(history)2.5 E F0 -.2(bu)2.5 G(iltin command).2 +E<83>108 184.8 Q .45 +(specifying a \214lename containing a slash as an ar)144 184.8 R .449 +(gument to the)-.18 F F12.949 E F0 .449(option to the)2.949 F F1 +(hash)2.949 E F0 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 196.8 Q +<83>108 213.6 Q(importing function de\214nitions from the shell en)144 +213.6 Q(vironment at startup)-.4 E<83>108 230.4 Q(parsing the v)144 +230.4 Q(alue of)-.25 E F2(SHELLOPTS)2.5 E F0(from the shell en)2.25 E +(vironment at startup)-.4 E<83>108 247.2 Q(redirecting output using the\ + >, >|, <>, >&, &>, and >> redirection operators)144 247.2 Q<83>108 264 +Q(using the)144 264 Q F1(exec)2.5 E F0 -.2(bu)2.5 G +(iltin command to replace the shell with another command).2 E<83>108 +280.8 Q(adding or deleting b)144 280.8 Q(uiltin commands with the)-.2 E +F12.5 E F0(and)2.5 E F12.5 E F0(options to the)2.5 E F1 +(enable)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 297.6 Q +(using the)144 297.6 Q F1(enable)2.5 E F0 -.2(bu)2.5 G +(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108 +314.4 Q(specifying the)144 314.4 Q F12.5 E F0(option to the)2.5 E +F1(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 331.2 Q +(turning of)144 331.2 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F1 +(set +r)2.5 E F0(or)2.5 E F1(set +o r)2.5 E(estricted)-.18 E F0(.)A +(These restrictions are enforced after an)108 348 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 364.8 R -.15 +(xe)-.15 G 1.567(cuted \(see).15 F F2 1.567(COMMAND EXECUTION)4.067 F F0 +(abo)3.817 E -.15(ve)-.15 G(\),).15 E F1(rbash)108 376.8 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/F4 10.95 +/Times-Bold@0 SF(SEE ALSO)72 393.6 Q/F5 10/Times-Italic@0 SF(Bash Refer) +108 405.6 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 417.6 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 429.6 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 441.6 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 453.6 Q +(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 465.6 Q +(.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F5(sh) +108 477.6 Q F0(\(1\),)A F5(ksh)2.5 E F0(\(1\),)A F5(csh)2.5 E F0(\(1\))A +F5(emacs)108 489.6 Q F0(\(1\),)A F5(vi)2.5 E F0(\(1\))A F5 -.37(re)108 +501.6 S(adline).37 E F0(\(3\))A F4(FILES)72 518.4 Q F5(/bin/bash)109.666 +530.4 Q F0(The)144 542.4 Q F1(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E +F5(/etc/pr)109.666 554.4 Q(o\214le)-.45 E F0 +(The systemwide initialization \214le, e)144 566.4 Q -.15(xe)-.15 G +(cuted for login shells).15 E F5(~/.bash_pr)109.666 578.4 Q(o\214le)-.45 +E F0(The personal initialization \214le, e)144 590.4 Q -.15(xe)-.15 G +(cuted for login shells).15 E F5(~/.bashr)109.666 602.4 Q(c)-.37 E F0 +(The indi)144 614.4 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G +(-shell startup \214le).15 E F5(~/.bash_lo)109.666 626.4 Q(gout)-.1 E F0 +(The indi)144 638.4 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 650.4 Q(c)-.37 E F0(Indi)144 662.4 Q(vidual)-.25 E F5 -.37(re) +2.5 G(adline).37 E F0(initialization \214le)2.5 E F4 -.548(AU)72 679.2 S +(THORS).548 E F0(Brian F)108 691.2 Q(ox, Free Softw)-.15 E(are F)-.1 E +(oundation)-.15 E(bfox@gnu.or)108 703.2 Q(g)-.18 E(Chet Rame)108 720 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(GNU Bash 5.1)72 768 Q(2020 June 5) +150.675 E(82)199.835 E 0 Cg EP +%%Page: 83 83 +%%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 +(y@case.edu)-.15 E/F1 10.95/Times-Bold@0 SF -.11(BU)72 100.8 S 2.738(GR) +.11 G(EPOR)-2.738 E(TS)-.438 E F0 .568(If you \214nd a b)108 112.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 .567(ug, and)-.2 +F 5.625(that it appears in the latest v)108 124.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.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/F3 10/Times-Italic@0 SF(ftp://ftp.gnu.or)108 136.8 Q +(g/pub/gnu/bash/)-.37 E F0(.)A .411(Once you ha)108 153.6 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 F3(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 165.6 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 177.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 194.4 Q(ug reports should include:)-.2 E(The v) +108 211.2 Q(ersion number of)-.15 E F2(bash)2.5 E F0(The hardw)108 223.2 +Q(are and operating system)-.1 E(The compiler used to compile)108 235.2 +Q 2.5(Ad)108 247.2 S(escription of the b)-2.5 E(ug beha)-.2 E(viour)-.2 +E 2.5(As)108 259.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 276 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 -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.868 -(There are some subtle dif)108 516 R 1.868(ferences between)-.25 F F3 +292.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 309.6 S(GS).11 E F0(It')108 321.6 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 338.4 R 1.869(ferences between)-.25 F F2 (bash)4.369 E F0 1.869(and traditional v)4.369 F 1.869(ersions of)-.15 F -F3(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 528 Q F0(speci\214cation.)2.25 E -(Aliases are confusing in some uses.)108 544.8 Q(Shell b)108 561.6 Q +F2(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 350.4 Q F0(speci\214cation.)2.25 E +(Aliases are confusing in some uses.)108 367.2 Q(Shell b)108 384 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 578.4 R .389 -(process suspension is attempted.)108 590.4 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 602.4 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 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 5.0)72 768 Q(2020 January 29)141.79 -E(81)190.95 E 0 Cg EP +re not handled gracefully when)108 400.8 R .39 +(process suspension is attempted.)108 412.8 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 424.8 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 436.8 Q(Array v)108 +453.6 Q(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E +(There may be only one acti)108 470.4 Q .3 -.15(ve c)-.25 H +(oprocess at a time.).15 E(GNU Bash 5.1)72 768 Q(2020 June 5)150.675 E +(83)199.835 E 0 Cg EP %%Trailer end %%EOF diff --git a/doc/bashref.aux b/doc/bashref.aux index 34cffe01..fbdb6ca9 100644 --- a/doc/bashref.aux +++ b/doc/bashref.aux @@ -38,41 +38,44 @@ @xrdef{Locale Translation-snt}{Section@tie 3.1.2.5} @xrdef{Comments-title}{Comments} @xrdef{Comments-snt}{Section@tie 3.1.3} -@xrdef{Shell Commands-title}{Shell Commands} -@xrdef{Shell Commands-snt}{Section@tie 3.2} @xrdef{Locale Translation-pg}{7} @xrdef{Comments-pg}{7} +@xrdef{Shell Commands-title}{Shell Commands} +@xrdef{Shell Commands-snt}{Section@tie 3.2} +@xrdef{Reserved Words-title}{Reserved Words} +@xrdef{Reserved Words-snt}{Section@tie 3.2.1} @xrdef{Simple Commands-title}{Simple Commands} -@xrdef{Simple Commands-snt}{Section@tie 3.2.1} +@xrdef{Simple Commands-snt}{Section@tie 3.2.2} @xrdef{Pipelines-title}{Pipelines} -@xrdef{Pipelines-snt}{Section@tie 3.2.2} +@xrdef{Pipelines-snt}{Section@tie 3.2.3} @xrdef{Shell Commands-pg}{8} +@xrdef{Reserved Words-pg}{8} @xrdef{Simple Commands-pg}{8} @xrdef{Pipelines-pg}{8} @xrdef{Lists-title}{Lists of Commands} -@xrdef{Lists-snt}{Section@tie 3.2.3} -@xrdef{Compound Commands-title}{Compound Commands} -@xrdef{Compound Commands-snt}{Section@tie 3.2.4} +@xrdef{Lists-snt}{Section@tie 3.2.4} @xrdef{Lists-pg}{9} -@xrdef{Compound Commands-pg}{9} +@xrdef{Compound Commands-title}{Compound Commands} +@xrdef{Compound Commands-snt}{Section@tie 3.2.5} @xrdef{Looping Constructs-title}{Looping Constructs} -@xrdef{Looping Constructs-snt}{Section@tie 3.2.4.1} -@xrdef{Conditional Constructs-title}{Conditional Constructs} -@xrdef{Conditional Constructs-snt}{Section@tie 3.2.4.2} +@xrdef{Looping Constructs-snt}{Section@tie 3.2.5.1} +@xrdef{Compound Commands-pg}{10} @xrdef{Looping Constructs-pg}{10} +@xrdef{Conditional Constructs-title}{Conditional Constructs} +@xrdef{Conditional Constructs-snt}{Section@tie 3.2.5.2} @xrdef{Conditional Constructs-pg}{11} @xrdef{Command Grouping-title}{Grouping Commands} -@xrdef{Command Grouping-snt}{Section@tie 3.2.4.3} +@xrdef{Command Grouping-snt}{Section@tie 3.2.5.3} @xrdef{Coprocesses-title}{Coprocesses} -@xrdef{Coprocesses-snt}{Section@tie 3.2.5} +@xrdef{Coprocesses-snt}{Section@tie 3.2.6} @xrdef{Command Grouping-pg}{15} @xrdef{Coprocesses-pg}{15} @xrdef{GNU Parallel-title}{GNU Parallel} -@xrdef{GNU Parallel-snt}{Section@tie 3.2.6} +@xrdef{GNU Parallel-snt}{Section@tie 3.2.7} @xrdef{GNU Parallel-pg}{16} @xrdef{Shell Functions-title}{Shell Functions} @xrdef{Shell Functions-snt}{Section@tie 3.3} -@xrdef{Shell Functions-pg}{17} +@xrdef{Shell Functions-pg}{18} @xrdef{Shell Parameters-title}{Shell Parameters} @xrdef{Shell Parameters-snt}{Section@tie 3.4} @xrdef{Shell Parameters-pg}{20} @@ -87,60 +90,60 @@ @xrdef{Shell Expansions-pg}{22} @xrdef{Brace Expansion-title}{Brace Expansion} @xrdef{Brace Expansion-snt}{Section@tie 3.5.1} +@xrdef{Brace Expansion-pg}{23} @xrdef{Tilde Expansion-title}{Tilde Expansion} @xrdef{Tilde Expansion-snt}{Section@tie 3.5.2} -@xrdef{Brace Expansion-pg}{23} +@xrdef{Tilde Expansion-pg}{24} @xrdef{Shell Parameter Expansion-title}{Shell Parameter Expansion} @xrdef{Shell Parameter Expansion-snt}{Section@tie 3.5.3} -@xrdef{Tilde Expansion-pg}{24} -@xrdef{Shell Parameter Expansion-pg}{24} +@xrdef{Shell Parameter Expansion-pg}{25} @xrdef{Command Substitution-title}{Command Substitution} @xrdef{Command Substitution-snt}{Section@tie 3.5.4} @xrdef{Arithmetic Expansion-title}{Arithmetic Expansion} @xrdef{Arithmetic Expansion-snt}{Section@tie 3.5.5} -@xrdef{Process Substitution-title}{Process Substitution} -@xrdef{Process Substitution-snt}{Section@tie 3.5.6} @xrdef{Command Substitution-pg}{31} @xrdef{Arithmetic Expansion-pg}{31} -@xrdef{Process Substitution-pg}{31} +@xrdef{Process Substitution-title}{Process Substitution} +@xrdef{Process Substitution-snt}{Section@tie 3.5.6} @xrdef{Word Splitting-title}{Word Splitting} @xrdef{Word Splitting-snt}{Section@tie 3.5.7} +@xrdef{Process Substitution-pg}{32} +@xrdef{Word Splitting-pg}{32} @xrdef{Filename Expansion-title}{Filename Expansion} @xrdef{Filename Expansion-snt}{Section@tie 3.5.8} -@xrdef{Word Splitting-pg}{32} -@xrdef{Filename Expansion-pg}{32} @xrdef{Pattern Matching-title}{Pattern Matching} @xrdef{Pattern Matching-snt}{Section@tie 3.5.8.1} +@xrdef{Filename Expansion-pg}{33} @xrdef{Pattern Matching-pg}{33} @xrdef{Quote Removal-title}{Quote Removal} @xrdef{Quote Removal-snt}{Section@tie 3.5.9} @xrdef{Redirections-title}{Redirections} @xrdef{Redirections-snt}{Section@tie 3.6} -@xrdef{Quote Removal-pg}{34} -@xrdef{Redirections-pg}{34} +@xrdef{Quote Removal-pg}{35} +@xrdef{Redirections-pg}{35} @xrdef{Executing Commands-title}{Executing Commands} @xrdef{Executing Commands-snt}{Section@tie 3.7} @xrdef{Simple Command Expansion-title}{Simple Command Expansion} @xrdef{Simple Command Expansion-snt}{Section@tie 3.7.1} @xrdef{Command Search and Execution-title}{Command Search and Execution} @xrdef{Command Search and Execution-snt}{Section@tie 3.7.2} -@xrdef{Executing Commands-pg}{38} -@xrdef{Simple Command Expansion-pg}{38} +@xrdef{Executing Commands-pg}{39} +@xrdef{Simple Command Expansion-pg}{39} +@xrdef{Command Search and Execution-pg}{39} @xrdef{Command Execution Environment-title}{Command Execution Environment} @xrdef{Command Execution Environment-snt}{Section@tie 3.7.3} -@xrdef{Command Search and Execution-pg}{39} -@xrdef{Command Execution Environment-pg}{39} +@xrdef{Command Execution Environment-pg}{40} @xrdef{Environment-title}{Environment} @xrdef{Environment-snt}{Section@tie 3.7.4} -@xrdef{Environment-pg}{40} @xrdef{Exit Status-title}{Exit Status} @xrdef{Exit Status-snt}{Section@tie 3.7.5} +@xrdef{Environment-pg}{41} +@xrdef{Exit Status-pg}{41} @xrdef{Signals-title}{Signals} @xrdef{Signals-snt}{Section@tie 3.7.6} -@xrdef{Exit Status-pg}{41} -@xrdef{Signals-pg}{41} @xrdef{Shell Scripts-title}{Shell Scripts} @xrdef{Shell Scripts-snt}{Section@tie 3.8} +@xrdef{Signals-pg}{42} @xrdef{Shell Scripts-pg}{42} @xrdef{Shell Builtin Commands-title}{Shell Builtin Commands} @xrdef{Shell Builtin Commands-snt}{Chapter@tie 4} @@ -162,16 +165,16 @@ @xrdef{The Shopt Builtin-pg}{66} @xrdef{Special Builtins-title}{Special Builtins} @xrdef{Special Builtins-snt}{Section@tie 4.4} -@xrdef{Special Builtins-pg}{73} +@xrdef{Special Builtins-pg}{72} @xrdef{Shell Variables-title}{Shell Variables} @xrdef{Shell Variables-snt}{Chapter@tie 5} @xrdef{Bourne Shell Variables-title}{Bourne Shell Variables} @xrdef{Bourne Shell Variables-snt}{Section@tie 5.1} @xrdef{Bash Variables-title}{Bash Variables} @xrdef{Bash Variables-snt}{Section@tie 5.2} -@xrdef{Shell Variables-pg}{74} -@xrdef{Bourne Shell Variables-pg}{74} -@xrdef{Bash Variables-pg}{74} +@xrdef{Shell Variables-pg}{73} +@xrdef{Bourne Shell Variables-pg}{73} +@xrdef{Bash Variables-pg}{73} @xrdef{Bash Features-title}{Bash Features} @xrdef{Bash Features-snt}{Chapter@tie 6} @xrdef{Invoking Bash-title}{Invoking Bash} @@ -219,19 +222,22 @@ @xrdef{Bash POSIX Mode-title}{Bash POSIX Mode} @xrdef{Bash POSIX Mode-snt}{Section@tie 6.11} @xrdef{The Restricted Shell-pg}{100} -@xrdef{Bash POSIX Mode-pg}{100} +@xrdef{Bash POSIX Mode-pg}{101} +@xrdef{Shell Compatibility Mode-title}{Shell Compatibility Mode} +@xrdef{Shell Compatibility Mode-snt}{Section@tie 6.12} +@xrdef{Shell Compatibility Mode-pg}{104} @xrdef{Job Control-title}{Job Control} @xrdef{Job Control-snt}{Chapter@tie 7} @xrdef{Job Control Basics-title}{Job Control Basics} @xrdef{Job Control Basics-snt}{Section@tie 7.1} -@xrdef{Job Control-pg}{105} -@xrdef{Job Control Basics-pg}{105} +@xrdef{Job Control-pg}{107} +@xrdef{Job Control Basics-pg}{107} @xrdef{Job Control Builtins-title}{Job Control Builtins} @xrdef{Job Control Builtins-snt}{Section@tie 7.2} -@xrdef{Job Control Builtins-pg}{106} +@xrdef{Job Control Builtins-pg}{108} @xrdef{Job Control Variables-title}{Job Control Variables} @xrdef{Job Control Variables-snt}{Section@tie 7.3} -@xrdef{Job Control Variables-pg}{108} +@xrdef{Job Control Variables-pg}{110} @xrdef{Command Line Editing-title}{Command Line Editing} @xrdef{Command Line Editing-snt}{Chapter@tie 8} @xrdef{Introduction and Notation-title}{Introduction to Line Editing} @@ -240,109 +246,109 @@ @xrdef{Readline Interaction-snt}{Section@tie 8.2} @xrdef{Readline Bare Essentials-title}{Readline Bare Essentials} @xrdef{Readline Bare Essentials-snt}{Section@tie 8.2.1} -@xrdef{Command Line Editing-pg}{109} -@xrdef{Introduction and Notation-pg}{109} -@xrdef{Readline Interaction-pg}{109} +@xrdef{Command Line Editing-pg}{111} +@xrdef{Introduction and Notation-pg}{111} +@xrdef{Readline Interaction-pg}{111} @xrdef{Readline Movement Commands-title}{Readline Movement Commands} @xrdef{Readline Movement Commands-snt}{Section@tie 8.2.2} @xrdef{Readline Killing Commands-title}{Readline Killing Commands} @xrdef{Readline Killing Commands-snt}{Section@tie 8.2.3} -@xrdef{Readline Bare Essentials-pg}{110} -@xrdef{Readline Movement Commands-pg}{110} +@xrdef{Readline Bare Essentials-pg}{112} +@xrdef{Readline Movement Commands-pg}{112} @xrdef{Readline Arguments-title}{Readline Arguments} @xrdef{Readline Arguments-snt}{Section@tie 8.2.4} @xrdef{Searching-title}{Searching for Commands in the History} @xrdef{Searching-snt}{Section@tie 8.2.5} -@xrdef{Readline Killing Commands-pg}{111} -@xrdef{Readline Arguments-pg}{111} -@xrdef{Searching-pg}{111} +@xrdef{Readline Killing Commands-pg}{113} +@xrdef{Readline Arguments-pg}{113} +@xrdef{Searching-pg}{113} @xrdef{Readline Init File-title}{Readline Init File} @xrdef{Readline Init File-snt}{Section@tie 8.3} @xrdef{Readline Init File Syntax-title}{Readline Init File Syntax} @xrdef{Readline Init File Syntax-snt}{Section@tie 8.3.1} -@xrdef{Readline Init File-pg}{112} -@xrdef{Readline Init File Syntax-pg}{112} +@xrdef{Readline Init File-pg}{114} +@xrdef{Readline Init File Syntax-pg}{114} @xrdef{Conditional Init Constructs-title}{Conditional Init Constructs} @xrdef{Conditional Init Constructs-snt}{Section@tie 8.3.2} -@xrdef{Conditional Init Constructs-pg}{120} +@xrdef{Conditional Init Constructs-pg}{122} @xrdef{Sample Init File-title}{Sample Init File} @xrdef{Sample Init File-snt}{Section@tie 8.3.3} -@xrdef{Sample Init File-pg}{122} +@xrdef{Sample Init File-pg}{124} @xrdef{Bindable Readline Commands-title}{Bindable Readline Commands} @xrdef{Bindable Readline Commands-snt}{Section@tie 8.4} @xrdef{Commands For Moving-title}{Commands For Moving} @xrdef{Commands For Moving-snt}{Section@tie 8.4.1} -@xrdef{Bindable Readline Commands-pg}{125} -@xrdef{Commands For Moving-pg}{125} +@xrdef{Bindable Readline Commands-pg}{127} +@xrdef{Commands For Moving-pg}{127} @xrdef{Commands For History-title}{Commands For Manipulating The History} @xrdef{Commands For History-snt}{Section@tie 8.4.2} -@xrdef{Commands For History-pg}{126} +@xrdef{Commands For History-pg}{128} @xrdef{Commands For Text-title}{Commands For Changing Text} @xrdef{Commands For Text-snt}{Section@tie 8.4.3} -@xrdef{Commands For Text-pg}{127} +@xrdef{Commands For Text-pg}{130} @xrdef{Commands For Killing-title}{Killing And Yanking} @xrdef{Commands For Killing-snt}{Section@tie 8.4.4} -@xrdef{Commands For Killing-pg}{129} +@xrdef{Commands For Killing-pg}{131} @xrdef{Numeric Arguments-title}{Specifying Numeric Arguments} @xrdef{Numeric Arguments-snt}{Section@tie 8.4.5} @xrdef{Commands For Completion-title}{Letting Readline Type For You} @xrdef{Commands For Completion-snt}{Section@tie 8.4.6} -@xrdef{Numeric Arguments-pg}{130} -@xrdef{Commands For Completion-pg}{130} +@xrdef{Numeric Arguments-pg}{132} +@xrdef{Commands For Completion-pg}{132} @xrdef{Keyboard Macros-title}{Keyboard Macros} @xrdef{Keyboard Macros-snt}{Section@tie 8.4.7} @xrdef{Miscellaneous Commands-title}{Some Miscellaneous Commands} @xrdef{Miscellaneous Commands-snt}{Section@tie 8.4.8} -@xrdef{Keyboard Macros-pg}{132} -@xrdef{Miscellaneous Commands-pg}{132} +@xrdef{Keyboard Macros-pg}{134} +@xrdef{Miscellaneous Commands-pg}{134} @xrdef{Readline vi Mode-title}{Readline vi Mode} @xrdef{Readline vi Mode-snt}{Section@tie 8.5} @xrdef{Programmable Completion-title}{Programmable Completion} @xrdef{Programmable Completion-snt}{Section@tie 8.6} -@xrdef{Readline vi Mode-pg}{135} -@xrdef{Programmable Completion-pg}{135} +@xrdef{Readline vi Mode-pg}{137} +@xrdef{Programmable Completion-pg}{137} @xrdef{Programmable Completion Builtins-title}{Programmable Completion Builtins} @xrdef{Programmable Completion Builtins-snt}{Section@tie 8.7} -@xrdef{Programmable Completion Builtins-pg}{137} +@xrdef{Programmable Completion Builtins-pg}{139} @xrdef{A Programmable Completion Example-title}{A Programmable Completion Example} @xrdef{A Programmable Completion Example-snt}{Section@tie 8.8} -@xrdef{A Programmable Completion Example-pg}{141} +@xrdef{A Programmable Completion Example-pg}{143} @xrdef{Using History Interactively-title}{Using History Interactively} @xrdef{Using History Interactively-snt}{Chapter@tie 9} @xrdef{Bash History Facilities-title}{Bash History Facilities} @xrdef{Bash History Facilities-snt}{Section@tie 9.1} @xrdef{Bash History Builtins-title}{Bash History Builtins} @xrdef{Bash History Builtins-snt}{Section@tie 9.2} -@xrdef{Using History Interactively-pg}{144} -@xrdef{Bash History Facilities-pg}{144} -@xrdef{Bash History Builtins-pg}{144} +@xrdef{Using History Interactively-pg}{146} +@xrdef{Bash History Facilities-pg}{146} +@xrdef{Bash History Builtins-pg}{146} @xrdef{History Interaction-title}{History Expansion} @xrdef{History Interaction-snt}{Section@tie 9.3} -@xrdef{History Interaction-pg}{146} +@xrdef{History Interaction-pg}{148} @xrdef{Event Designators-title}{Event Designators} @xrdef{Event Designators-snt}{Section@tie 9.3.1} @xrdef{Word Designators-title}{Word Designators} @xrdef{Word Designators-snt}{Section@tie 9.3.2} -@xrdef{Event Designators-pg}{147} -@xrdef{Word Designators-pg}{147} +@xrdef{Event Designators-pg}{149} @xrdef{Modifiers-title}{Modifiers} @xrdef{Modifiers-snt}{Section@tie 9.3.3} -@xrdef{Modifiers-pg}{148} +@xrdef{Word Designators-pg}{150} +@xrdef{Modifiers-pg}{150} @xrdef{Installing Bash-title}{Installing Bash} @xrdef{Installing Bash-snt}{Chapter@tie 10} @xrdef{Basic Installation-title}{Basic Installation} @xrdef{Basic Installation-snt}{Section@tie 10.1} -@xrdef{Installing Bash-pg}{150} -@xrdef{Basic Installation-pg}{150} +@xrdef{Installing Bash-pg}{152} +@xrdef{Basic Installation-pg}{152} @xrdef{Compilers and Options-title}{Compilers and Options} @xrdef{Compilers and Options-snt}{Section@tie 10.2} @xrdef{Compiling For Multiple Architectures-title}{Compiling For Multiple Architectures} @xrdef{Compiling For Multiple Architectures-snt}{Section@tie 10.3} @xrdef{Installation Names-title}{Installation Names} @xrdef{Installation Names-snt}{Section@tie 10.4} -@xrdef{Compilers and Options-pg}{151} -@xrdef{Compiling For Multiple Architectures-pg}{151} -@xrdef{Installation Names-pg}{151} +@xrdef{Compilers and Options-pg}{153} +@xrdef{Compiling For Multiple Architectures-pg}{153} +@xrdef{Installation Names-pg}{153} @xrdef{Specifying the System Type-title}{Specifying the System Type} @xrdef{Specifying the System Type-snt}{Section@tie 10.5} @xrdef{Sharing Defaults-title}{Sharing Defaults} @@ -351,34 +357,34 @@ @xrdef{Operation Controls-snt}{Section@tie 10.7} @xrdef{Optional Features-title}{Optional Features} @xrdef{Optional Features-snt}{Section@tie 10.8} -@xrdef{Specifying the System Type-pg}{152} -@xrdef{Sharing Defaults-pg}{152} -@xrdef{Operation Controls-pg}{152} -@xrdef{Optional Features-pg}{153} +@xrdef{Specifying the System Type-pg}{154} +@xrdef{Sharing Defaults-pg}{154} +@xrdef{Operation Controls-pg}{154} +@xrdef{Optional Features-pg}{155} @xrdef{Reporting Bugs-title}{Reporting Bugs} @xrdef{Reporting Bugs-snt}{Appendix@tie @char65{}} -@xrdef{Reporting Bugs-pg}{158} +@xrdef{Reporting Bugs-pg}{160} @xrdef{Major Differences From The Bourne Shell-title}{Major Differences From The Bourne Shell} @xrdef{Major Differences From The Bourne Shell-snt}{Appendix@tie @char66{}} -@xrdef{Major Differences From The Bourne Shell-pg}{159} +@xrdef{Major Differences From The Bourne Shell-pg}{161} @xrdef{GNU Free Documentation License-title}{GNU Free Documentation License} @xrdef{GNU Free Documentation License-snt}{Appendix@tie @char67{}} -@xrdef{GNU Free Documentation License-pg}{165} +@xrdef{GNU Free Documentation License-pg}{167} @xrdef{Indexes-title}{Indexes} @xrdef{Indexes-snt}{Appendix@tie @char68{}} @xrdef{Builtin Index-title}{Index of Shell Builtin Commands} @xrdef{Builtin Index-snt}{Section@tie @char68.1} -@xrdef{Indexes-pg}{173} -@xrdef{Builtin Index-pg}{173} +@xrdef{Indexes-pg}{175} +@xrdef{Builtin Index-pg}{175} @xrdef{Reserved Word Index-title}{Index of Shell Reserved Words} @xrdef{Reserved Word Index-snt}{Section@tie @char68.2} @xrdef{Variable Index-title}{Parameter and Variable Index} @xrdef{Variable Index-snt}{Section@tie @char68.3} -@xrdef{Reserved Word Index-pg}{174} -@xrdef{Variable Index-pg}{175} +@xrdef{Reserved Word Index-pg}{176} +@xrdef{Variable Index-pg}{177} @xrdef{Function Index-title}{Function Index} @xrdef{Function Index-snt}{Section@tie @char68.4} -@xrdef{Function Index-pg}{177} +@xrdef{Function Index-pg}{179} @xrdef{Concept Index-title}{Concept Index} @xrdef{Concept Index-snt}{Section@tie @char68.5} -@xrdef{Concept Index-pg}{179} +@xrdef{Concept Index-pg}{181} diff --git a/doc/bashref.bt b/doc/bashref.bt index 1dc47c58..c4748452 100644 --- a/doc/bashref.bt +++ b/doc/bashref.bt @@ -32,28 +32,28 @@ \entry{local}{57}{\code {local}} \entry{logout}{57}{\code {logout}} \entry{mapfile}{57}{\code {mapfile}} -\entry{printf}{57}{\code {printf}} +\entry{printf}{58}{\code {printf}} \entry{read}{58}{\code {read}} \entry{readarray}{60}{\code {readarray}} \entry{source}{60}{\code {source}} \entry{type}{60}{\code {type}} -\entry{typeset}{60}{\code {typeset}} +\entry{typeset}{61}{\code {typeset}} \entry{ulimit}{61}{\code {ulimit}} \entry{unalias}{62}{\code {unalias}} \entry{set}{62}{\code {set}} \entry{shopt}{66}{\code {shopt}} \entry{dirs}{97}{\code {dirs}} -\entry{popd}{97}{\code {popd}} +\entry{popd}{98}{\code {popd}} \entry{pushd}{98}{\code {pushd}} -\entry{bg}{106}{\code {bg}} -\entry{fg}{106}{\code {fg}} -\entry{jobs}{106}{\code {jobs}} -\entry{kill}{107}{\code {kill}} -\entry{wait}{107}{\code {wait}} -\entry{disown}{107}{\code {disown}} -\entry{suspend}{108}{\code {suspend}} -\entry{compgen}{137}{\code {compgen}} -\entry{complete}{137}{\code {complete}} -\entry{compopt}{141}{\code {compopt}} -\entry{fc}{145}{\code {fc}} -\entry{history}{145}{\code {history}} +\entry{bg}{108}{\code {bg}} +\entry{fg}{108}{\code {fg}} +\entry{jobs}{108}{\code {jobs}} +\entry{kill}{109}{\code {kill}} +\entry{wait}{109}{\code {wait}} +\entry{disown}{110}{\code {disown}} +\entry{suspend}{110}{\code {suspend}} +\entry{compgen}{139}{\code {compgen}} +\entry{complete}{140}{\code {complete}} +\entry{compopt}{143}{\code {compopt}} +\entry{fc}{147}{\code {fc}} +\entry{history}{147}{\code {history}} diff --git a/doc/bashref.bts b/doc/bashref.bts index 0accde84..57416ae5 100644 --- a/doc/bashref.bts +++ b/doc/bashref.bts @@ -7,7 +7,7 @@ \initial {A} \entry{\code {alias}}{51} \initial {B} -\entry{\code {bg}}{106} +\entry{\code {bg}}{108} \entry{\code {bind}}{51} \entry{\code {break}}{45} \entry{\code {builtin}}{53} @@ -15,14 +15,14 @@ \entry{\code {caller}}{53} \entry{\code {cd}}{45} \entry{\code {command}}{53} -\entry{\code {compgen}}{137} -\entry{\code {complete}}{137} -\entry{\code {compopt}}{141} +\entry{\code {compgen}}{139} +\entry{\code {complete}}{140} +\entry{\code {compopt}}{143} \entry{\code {continue}}{45} \initial {D} \entry{\code {declare}}{53} \entry{\code {dirs}}{97} -\entry{\code {disown}}{107} +\entry{\code {disown}}{110} \initial {E} \entry{\code {echo}}{55} \entry{\code {enable}}{56} @@ -31,18 +31,18 @@ \entry{\code {exit}}{46} \entry{\code {export}}{46} \initial {F} -\entry{\code {fc}}{145} -\entry{\code {fg}}{106} +\entry{\code {fc}}{147} +\entry{\code {fg}}{108} \initial {G} \entry{\code {getopts}}{46} \initial {H} \entry{\code {hash}}{47} \entry{\code {help}}{56} -\entry{\code {history}}{145} +\entry{\code {history}}{147} \initial {J} -\entry{\code {jobs}}{106} +\entry{\code {jobs}}{108} \initial {K} -\entry{\code {kill}}{107} +\entry{\code {kill}}{109} \initial {L} \entry{\code {let}}{56} \entry{\code {local}}{57} @@ -50,8 +50,8 @@ \initial {M} \entry{\code {mapfile}}{57} \initial {P} -\entry{\code {popd}}{97} -\entry{\code {printf}}{57} +\entry{\code {popd}}{98} +\entry{\code {printf}}{58} \entry{\code {pushd}}{98} \entry{\code {pwd}}{47} \initial {R} @@ -64,17 +64,17 @@ \entry{\code {shift}}{48} \entry{\code {shopt}}{66} \entry{\code {source}}{60} -\entry{\code {suspend}}{108} +\entry{\code {suspend}}{110} \initial {T} \entry{\code {test}}{48} \entry{\code {times}}{50} \entry{\code {trap}}{50} \entry{\code {type}}{60} -\entry{\code {typeset}}{60} +\entry{\code {typeset}}{61} \initial {U} \entry{\code {ulimit}}{61} \entry{\code {umask}}{51} \entry{\code {unalias}}{62} \entry{\code {unset}}{51} \initial {W} -\entry{\code {wait}}{107} +\entry{\code {wait}}{109} diff --git a/doc/bashref.cp b/doc/bashref.cp index bd395b51..665248a9 100644 --- a/doc/bashref.cp +++ b/doc/bashref.cp @@ -27,18 +27,19 @@ \entry{translation, native languages}{7}{translation, native languages} \entry{comments, shell}{7}{comments, shell} \entry{commands, shell}{8}{commands, shell} +\entry{reserved words}{8}{reserved words} \entry{commands, simple}{8}{commands, simple} \entry{pipeline}{8}{pipeline} \entry{commands, pipelines}{8}{commands, pipelines} \entry{command timing}{8}{command timing} \entry{commands, lists}{9}{commands, lists} -\entry{commands, compound}{9}{commands, compound} +\entry{commands, compound}{10}{commands, compound} \entry{commands, looping}{10}{commands, looping} \entry{commands, conditional}{11}{commands, conditional} \entry{commands, grouping}{15}{commands, grouping} \entry{coprocess}{15}{coprocess} -\entry{shell function}{17}{shell function} -\entry{functions, shell}{17}{functions, shell} +\entry{shell function}{18}{shell function} +\entry{functions, shell}{18}{functions, shell} \entry{parameters}{20}{parameters} \entry{variable, shell}{20}{variable, shell} \entry{shell variable}{20}{shell variable} @@ -49,29 +50,29 @@ \entry{expansion, brace}{23}{expansion, brace} \entry{tilde expansion}{24}{tilde expansion} \entry{expansion, tilde}{24}{expansion, tilde} -\entry{parameter expansion}{24}{parameter expansion} -\entry{expansion, parameter}{24}{expansion, parameter} +\entry{parameter expansion}{25}{parameter expansion} +\entry{expansion, parameter}{25}{expansion, parameter} \entry{command substitution}{31}{command substitution} \entry{expansion, arithmetic}{31}{expansion, arithmetic} \entry{arithmetic expansion}{31}{arithmetic expansion} -\entry{process substitution}{31}{process substitution} +\entry{process substitution}{32}{process substitution} \entry{word splitting}{32}{word splitting} -\entry{expansion, filename}{32}{expansion, filename} -\entry{expansion, pathname}{32}{expansion, pathname} -\entry{filename expansion}{32}{filename expansion} -\entry{pathname expansion}{32}{pathname expansion} +\entry{expansion, filename}{33}{expansion, filename} +\entry{expansion, pathname}{33}{expansion, pathname} +\entry{filename expansion}{33}{filename expansion} +\entry{pathname expansion}{33}{pathname expansion} \entry{pattern matching}{33}{pattern matching} \entry{matching, pattern}{33}{matching, pattern} -\entry{redirection}{34}{redirection} -\entry{command expansion}{38}{command expansion} +\entry{redirection}{35}{redirection} +\entry{command expansion}{39}{command expansion} \entry{command execution}{39}{command execution} \entry{command search}{39}{command search} -\entry{execution environment}{39}{execution environment} -\entry{environment}{40}{environment} +\entry{execution environment}{40}{execution environment} +\entry{environment}{41}{environment} \entry{exit status}{41}{exit status} -\entry{signal handling}{41}{signal handling} +\entry{signal handling}{42}{signal handling} \entry{shell script}{42}{shell script} -\entry{special builtin}{73}{special builtin} +\entry{special builtin}{72}{special builtin} \entry{login shell}{88}{login shell} \entry{interactive shell}{88}{interactive shell} \entry{startup files}{88}{startup files} @@ -88,31 +89,33 @@ \entry{directory stack}{97}{directory stack} \entry{prompting}{98}{prompting} \entry{restricted shell}{100}{restricted shell} -\entry{POSIX Mode}{100}{POSIX Mode} -\entry{job control}{105}{job control} -\entry{foreground}{105}{foreground} -\entry{background}{105}{background} -\entry{suspending jobs}{105}{suspending jobs} -\entry{Readline, how to use}{108}{Readline, how to use} -\entry{interaction, readline}{109}{interaction, readline} -\entry{notation, readline}{110}{notation, readline} -\entry{command editing}{110}{command editing} -\entry{editing command lines}{110}{editing command lines} -\entry{killing text}{111}{killing text} -\entry{yanking text}{111}{yanking text} -\entry{kill ring}{111}{kill ring} -\entry{initialization file, readline}{112}{initialization file, readline} -\entry{variables, readline}{113}{variables, readline} -\entry{programmable completion}{135}{programmable completion} -\entry{completion builtins}{137}{completion builtins} -\entry{History, how to use}{143}{History, how to use} -\entry{command history}{144}{command history} -\entry{history list}{144}{history list} -\entry{history builtins}{144}{history builtins} -\entry{history expansion}{146}{history expansion} -\entry{event designators}{147}{event designators} -\entry{history events}{147}{history events} -\entry{installation}{150}{installation} -\entry{configuration}{150}{configuration} -\entry{Bash installation}{150}{Bash installation} -\entry{Bash configuration}{150}{Bash configuration} +\entry{POSIX Mode}{101}{POSIX Mode} +\entry{Compatibility Level}{104}{Compatibility Level} +\entry{Compatibility Mode}{104}{Compatibility Mode} +\entry{job control}{107}{job control} +\entry{foreground}{107}{foreground} +\entry{background}{107}{background} +\entry{suspending jobs}{107}{suspending jobs} +\entry{Readline, how to use}{110}{Readline, how to use} +\entry{interaction, readline}{111}{interaction, readline} +\entry{notation, readline}{112}{notation, readline} +\entry{command editing}{112}{command editing} +\entry{editing command lines}{112}{editing command lines} +\entry{killing text}{113}{killing text} +\entry{yanking text}{113}{yanking text} +\entry{kill ring}{113}{kill ring} +\entry{initialization file, readline}{114}{initialization file, readline} +\entry{variables, readline}{115}{variables, readline} +\entry{programmable completion}{137}{programmable completion} +\entry{completion builtins}{139}{completion builtins} +\entry{History, how to use}{145}{History, how to use} +\entry{command history}{146}{command history} +\entry{history list}{146}{history list} +\entry{history builtins}{146}{history builtins} +\entry{history expansion}{148}{history expansion} +\entry{event designators}{149}{event designators} +\entry{history events}{149}{history events} +\entry{installation}{152}{installation} +\entry{configuration}{152}{configuration} +\entry{Bash installation}{152}{Bash installation} +\entry{Bash configuration}{152}{Bash configuration} diff --git a/doc/bashref.cps b/doc/bashref.cps index 2e8a197a..b3139175 100644 --- a/doc/bashref.cps +++ b/doc/bashref.cps @@ -5,21 +5,21 @@ \entry{arithmetic, shell}{93} \entry{arrays}{95} \initial {B} -\entry{background}{105} -\entry{Bash configuration}{150} -\entry{Bash installation}{150} +\entry{background}{107} +\entry{Bash configuration}{152} +\entry{Bash installation}{152} \entry{Bourne shell}{5} \entry{brace expansion}{23} \entry{builtin}{3} \initial {C} -\entry{command editing}{110} +\entry{command editing}{112} \entry{command execution}{39} -\entry{command expansion}{38} -\entry{command history}{144} +\entry{command expansion}{39} +\entry{command history}{146} \entry{command search}{39} \entry{command substitution}{31} \entry{command timing}{8} -\entry{commands, compound}{9} +\entry{commands, compound}{10} \entry{commands, conditional}{11} \entry{commands, grouping}{15} \entry{commands, lists}{9} @@ -28,53 +28,55 @@ \entry{commands, shell}{8} \entry{commands, simple}{8} \entry{comments, shell}{7} -\entry{completion builtins}{137} -\entry{configuration}{150} +\entry{Compatibility Level}{104} +\entry{Compatibility Mode}{104} +\entry{completion builtins}{139} +\entry{configuration}{152} \entry{control operator}{3} \entry{coprocess}{15} \initial {D} \entry{directory stack}{97} \initial {E} -\entry{editing command lines}{110} -\entry{environment}{40} +\entry{editing command lines}{112} +\entry{environment}{41} \entry{evaluation, arithmetic}{93} -\entry{event designators}{147} -\entry{execution environment}{39} +\entry{event designators}{149} +\entry{execution environment}{40} \entry{exit status}{3, 41} \entry{expansion}{22} \entry{expansion, arithmetic}{31} \entry{expansion, brace}{23} -\entry{expansion, filename}{32} -\entry{expansion, parameter}{24} -\entry{expansion, pathname}{32} +\entry{expansion, filename}{33} +\entry{expansion, parameter}{25} +\entry{expansion, pathname}{33} \entry{expansion, tilde}{24} \entry{expressions, arithmetic}{93} \entry{expressions, conditional}{91} \initial {F} \entry{field}{3} \entry{filename}{3} -\entry{filename expansion}{32} -\entry{foreground}{105} -\entry{functions, shell}{17} +\entry{filename expansion}{33} +\entry{foreground}{107} +\entry{functions, shell}{18} \initial {H} -\entry{history builtins}{144} -\entry{history events}{147} -\entry{history expansion}{146} -\entry{history list}{144} -\entry{History, how to use}{143} +\entry{history builtins}{146} +\entry{history events}{149} +\entry{history expansion}{148} +\entry{history list}{146} +\entry{History, how to use}{145} \initial {I} \entry{identifier}{3} -\entry{initialization file, readline}{112} -\entry{installation}{150} -\entry{interaction, readline}{109} +\entry{initialization file, readline}{114} +\entry{installation}{152} +\entry{interaction, readline}{111} \entry{interactive shell}{88, 89} \entry{internationalization}{7} \initial {J} \entry{job}{3} -\entry{job control}{3, 105} +\entry{job control}{3, 107} \initial {K} -\entry{kill ring}{111} -\entry{killing text}{111} +\entry{kill ring}{113} +\entry{killing text}{113} \initial {L} \entry{localization}{7} \entry{login shell}{88} @@ -84,53 +86,54 @@ \initial {N} \entry{name}{3} \entry{native languages}{7} -\entry{notation, readline}{110} +\entry{notation, readline}{112} \initial {O} \entry{operator, shell}{3} \initial {P} -\entry{parameter expansion}{24} +\entry{parameter expansion}{25} \entry{parameters}{20} \entry{parameters, positional}{21} \entry{parameters, special}{21} -\entry{pathname expansion}{32} +\entry{pathname expansion}{33} \entry{pattern matching}{33} \entry{pipeline}{8} \entry{POSIX}{3} -\entry{POSIX Mode}{100} +\entry{POSIX Mode}{101} \entry{process group}{3} \entry{process group ID}{3} -\entry{process substitution}{31} -\entry{programmable completion}{135} +\entry{process substitution}{32} +\entry{programmable completion}{137} \entry{prompting}{98} \initial {Q} \entry{quoting}{6} \entry{quoting, ANSI}{6} \initial {R} -\entry{Readline, how to use}{108} -\entry{redirection}{34} +\entry{Readline, how to use}{110} +\entry{redirection}{35} \entry{reserved word}{3} +\entry{reserved words}{8} \entry{restricted shell}{100} \entry{return status}{4} \initial {S} \entry{shell arithmetic}{93} -\entry{shell function}{17} +\entry{shell function}{18} \entry{shell script}{42} \entry{shell variable}{20} \entry{shell, interactive}{89} \entry{signal}{4} -\entry{signal handling}{41} -\entry{special builtin}{4, 73} +\entry{signal handling}{42} +\entry{special builtin}{4, 72} \entry{startup files}{88} -\entry{suspending jobs}{105} +\entry{suspending jobs}{107} \initial {T} \entry{tilde expansion}{24} \entry{token}{4} \entry{translation, native languages}{7} \initial {V} \entry{variable, shell}{20} -\entry{variables, readline}{113} +\entry{variables, readline}{115} \initial {W} \entry{word}{4} \entry{word splitting}{32} \initial {Y} -\entry{yanking text}{111} +\entry{yanking text}{113} diff --git a/doc/bashref.dvi b/doc/bashref.dvi index d1225dc6a1b75e99644019a9414d69cb5d202c89..2b4368812249ba68686d34b6ce25035100885a91 100644 GIT binary patch delta 46208 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 diff --git a/doc/bashref.fn b/doc/bashref.fn index d01b49be..3ecb7484 100644 --- a/doc/bashref.fn +++ b/doc/bashref.fn @@ -1,111 +1,112 @@ -\entry{beginning-of-line (C-a)}{125}{\code {beginning-of-line (C-a)}} -\entry{end-of-line (C-e)}{125}{\code {end-of-line (C-e)}} -\entry{forward-char (C-f)}{125}{\code {forward-char (C-f)}} -\entry{backward-char (C-b)}{125}{\code {backward-char (C-b)}} -\entry{forward-word (M-f)}{125}{\code {forward-word (M-f)}} -\entry{backward-word (M-b)}{125}{\code {backward-word (M-b)}} -\entry{shell-forward-word (M-C-f)}{125}{\code {shell-forward-word (M-C-f)}} -\entry{shell-backward-word (M-C-b)}{125}{\code {shell-backward-word (M-C-b)}} -\entry{previous-screen-line ()}{125}{\code {previous-screen-line ()}} -\entry{next-screen-line ()}{126}{\code {next-screen-line ()}} -\entry{clear-screen (C-l)}{126}{\code {clear-screen (C-l)}} -\entry{redraw-current-line ()}{126}{\code {redraw-current-line ()}} -\entry{accept-line (Newline or Return)}{126}{\code {accept-line (Newline or Return)}} -\entry{previous-history (C-p)}{126}{\code {previous-history (C-p)}} -\entry{next-history (C-n)}{126}{\code {next-history (C-n)}} -\entry{beginning-of-history (M-<)}{126}{\code {beginning-of-history (M-<)}} -\entry{end-of-history (M->)}{126}{\code {end-of-history (M->)}} -\entry{reverse-search-history (C-r)}{126}{\code {reverse-search-history (C-r)}} -\entry{forward-search-history (C-s)}{126}{\code {forward-search-history (C-s)}} -\entry{non-incremental-reverse-search-history (M-p)}{126}{\code {non-incremental-reverse-search-history (M-p)}} -\entry{non-incremental-forward-search-history (M-n)}{126}{\code {non-incremental-forward-search-history (M-n)}} -\entry{history-search-forward ()}{126}{\code {history-search-forward ()}} -\entry{history-search-backward ()}{127}{\code {history-search-backward ()}} -\entry{history-substring-search-forward ()}{127}{\code {history-substring-search-forward ()}} -\entry{history-substring-search-backward ()}{127}{\code {history-substring-search-backward ()}} -\entry{yank-nth-arg (M-C-y)}{127}{\code {yank-nth-arg (M-C-y)}} -\entry{yank-last-arg (M-. or M-_)}{127}{\code {yank-last-arg (M-. or M-_)}} -\entry{end-of-file (usually C-d)}{127}{\code {\i {end-of-file} (usually C-d)}} -\entry{delete-char (C-d)}{127}{\code {delete-char (C-d)}} -\entry{backward-delete-char (Rubout)}{128}{\code {backward-delete-char (Rubout)}} -\entry{forward-backward-delete-char ()}{128}{\code {forward-backward-delete-char ()}} -\entry{quoted-insert (C-q or C-v)}{128}{\code {quoted-insert (C-q or C-v)}} -\entry{self-insert (a, b, A, 1, !, ...{})}{128}{\code {self-insert (a, b, A, 1, !, \dots {})}} -\entry{bracketed-paste-begin ()}{128}{\code {bracketed-paste-begin ()}} -\entry{transpose-chars (C-t)}{128}{\code {transpose-chars (C-t)}} -\entry{transpose-words (M-t)}{128}{\code {transpose-words (M-t)}} -\entry{upcase-word (M-u)}{128}{\code {upcase-word (M-u)}} -\entry{downcase-word (M-l)}{128}{\code {downcase-word (M-l)}} -\entry{capitalize-word (M-c)}{128}{\code {capitalize-word (M-c)}} -\entry{overwrite-mode ()}{128}{\code {overwrite-mode ()}} -\entry{kill-line (C-k)}{129}{\code {kill-line (C-k)}} -\entry{backward-kill-line (C-x Rubout)}{129}{\code {backward-kill-line (C-x Rubout)}} -\entry{unix-line-discard (C-u)}{129}{\code {unix-line-discard (C-u)}} -\entry{kill-whole-line ()}{129}{\code {kill-whole-line ()}} -\entry{kill-word (M-d)}{129}{\code {kill-word (M-d)}} -\entry{backward-kill-word (M-DEL)}{129}{\code {backward-kill-word (M-\key {DEL})}} -\entry{shell-kill-word (M-C-d)}{129}{\code {shell-kill-word (M-C-d)}} -\entry{shell-backward-kill-word ()}{129}{\code {shell-backward-kill-word ()}} -\entry{shell-transpose-words (M-C-t)}{129}{\code {shell-transpose-words (M-C-t)}} -\entry{unix-word-rubout (C-w)}{129}{\code {unix-word-rubout (C-w)}} -\entry{unix-filename-rubout ()}{129}{\code {unix-filename-rubout ()}} -\entry{delete-horizontal-space ()}{129}{\code {delete-horizontal-space ()}} -\entry{kill-region ()}{129}{\code {kill-region ()}} -\entry{copy-region-as-kill ()}{130}{\code {copy-region-as-kill ()}} -\entry{copy-backward-word ()}{130}{\code {copy-backward-word ()}} -\entry{copy-forward-word ()}{130}{\code {copy-forward-word ()}} -\entry{yank (C-y)}{130}{\code {yank (C-y)}} -\entry{yank-pop (M-y)}{130}{\code {yank-pop (M-y)}} -\entry{digit-argument (M-0, M-1, ...{} M--)}{130}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}} -\entry{universal-argument ()}{130}{\code {universal-argument ()}} -\entry{complete (TAB)}{130}{\code {complete (\key {TAB})}} -\entry{possible-completions (M-?)}{130}{\code {possible-completions (M-?)}} -\entry{insert-completions (M-*)}{131}{\code {insert-completions (M-*)}} -\entry{menu-complete ()}{131}{\code {menu-complete ()}} -\entry{menu-complete-backward ()}{131}{\code {menu-complete-backward ()}} -\entry{delete-char-or-list ()}{131}{\code {delete-char-or-list ()}} -\entry{complete-filename (M-/)}{131}{\code {complete-filename (M-/)}} -\entry{possible-filename-completions (C-x /)}{131}{\code {possible-filename-completions (C-x /)}} -\entry{complete-username (M-~)}{131}{\code {complete-username (M-~)}} -\entry{possible-username-completions (C-x ~)}{131}{\code {possible-username-completions (C-x ~)}} -\entry{complete-variable (M-$)}{131}{\code {complete-variable (M-$)}} -\entry{possible-variable-completions (C-x $)}{131}{\code {possible-variable-completions (C-x $)}} -\entry{complete-hostname (M-@)}{131}{\code {complete-hostname (M-@)}} -\entry{possible-hostname-completions (C-x @)}{131}{\code {possible-hostname-completions (C-x @)}} -\entry{complete-command (M-!)}{131}{\code {complete-command (M-!)}} -\entry{possible-command-completions (C-x !)}{132}{\code {possible-command-completions (C-x !)}} -\entry{dynamic-complete-history (M-TAB)}{132}{\code {dynamic-complete-history (M-\key {TAB})}} -\entry{dabbrev-expand ()}{132}{\code {dabbrev-expand ()}} -\entry{complete-into-braces (M-{\indexlbrace })}{132}{\code {complete-into-braces (M-{\tt \char 123})}} -\entry{start-kbd-macro (C-x ()}{132}{\code {start-kbd-macro (C-x ()}} -\entry{end-kbd-macro (C-x ))}{132}{\code {end-kbd-macro (C-x ))}} -\entry{call-last-kbd-macro (C-x e)}{132}{\code {call-last-kbd-macro (C-x e)}} -\entry{print-last-kbd-macro ()}{132}{\code {print-last-kbd-macro ()}} -\entry{re-read-init-file (C-x C-r)}{132}{\code {re-read-init-file (C-x C-r)}} -\entry{abort (C-g)}{132}{\code {abort (C-g)}} -\entry{do-lowercase-version (M-A, M-B, M-x, ...{})}{132}{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}} -\entry{prefix-meta (ESC)}{132}{\code {prefix-meta (\key {ESC})}} -\entry{undo (C-_ or C-x C-u)}{132}{\code {undo (C-_ or C-x C-u)}} -\entry{revert-line (M-r)}{133}{\code {revert-line (M-r)}} -\entry{tilde-expand (M-&)}{133}{\code {tilde-expand (M-&)}} -\entry{set-mark (C-@)}{133}{\code {set-mark (C-@)}} -\entry{exchange-point-and-mark (C-x C-x)}{133}{\code {exchange-point-and-mark (C-x C-x)}} -\entry{character-search (C-])}{133}{\code {character-search (C-])}} -\entry{character-search-backward (M-C-])}{133}{\code {character-search-backward (M-C-])}} -\entry{skip-csi-sequence ()}{133}{\code {skip-csi-sequence ()}} -\entry{insert-comment (M-#)}{133}{\code {insert-comment (M-#)}} -\entry{dump-functions ()}{133}{\code {dump-functions ()}} -\entry{dump-variables ()}{133}{\code {dump-variables ()}} -\entry{dump-macros ()}{134}{\code {dump-macros ()}} -\entry{glob-complete-word (M-g)}{134}{\code {glob-complete-word (M-g)}} -\entry{glob-expand-word (C-x *)}{134}{\code {glob-expand-word (C-x *)}} -\entry{glob-list-expansions (C-x g)}{134}{\code {glob-list-expansions (C-x g)}} -\entry{display-shell-version (C-x C-v)}{134}{\code {display-shell-version (C-x C-v)}} -\entry{shell-expand-line (M-C-e)}{134}{\code {shell-expand-line (M-C-e)}} -\entry{history-expand-line (M-^)}{134}{\code {history-expand-line (M-^)}} -\entry{magic-space ()}{134}{\code {magic-space ()}} -\entry{alias-expand-line ()}{134}{\code {alias-expand-line ()}} -\entry{history-and-alias-expand-line ()}{134}{\code {history-and-alias-expand-line ()}} -\entry{insert-last-argument (M-. or M-_)}{134}{\code {insert-last-argument (M-. or M-_)}} -\entry{operate-and-get-next (C-o)}{134}{\code {operate-and-get-next (C-o)}} -\entry{edit-and-execute-command (C-x C-e)}{134}{\code {edit-and-execute-command (C-x C-e)}} +\entry{beginning-of-line (C-a)}{127}{\code {beginning-of-line (C-a)}} +\entry{end-of-line (C-e)}{127}{\code {end-of-line (C-e)}} +\entry{forward-char (C-f)}{127}{\code {forward-char (C-f)}} +\entry{backward-char (C-b)}{127}{\code {backward-char (C-b)}} +\entry{forward-word (M-f)}{127}{\code {forward-word (M-f)}} +\entry{backward-word (M-b)}{127}{\code {backward-word (M-b)}} +\entry{shell-forward-word (M-C-f)}{127}{\code {shell-forward-word (M-C-f)}} +\entry{shell-backward-word (M-C-b)}{127}{\code {shell-backward-word (M-C-b)}} +\entry{previous-screen-line ()}{127}{\code {previous-screen-line ()}} +\entry{next-screen-line ()}{128}{\code {next-screen-line ()}} +\entry{clear-display (M-C-l)}{128}{\code {clear-display (M-C-l)}} +\entry{clear-screen (C-l)}{128}{\code {clear-screen (C-l)}} +\entry{redraw-current-line ()}{128}{\code {redraw-current-line ()}} +\entry{accept-line (Newline or Return)}{128}{\code {accept-line (Newline or Return)}} +\entry{previous-history (C-p)}{128}{\code {previous-history (C-p)}} +\entry{next-history (C-n)}{128}{\code {next-history (C-n)}} +\entry{beginning-of-history (M-<)}{128}{\code {beginning-of-history (M-<)}} +\entry{end-of-history (M->)}{128}{\code {end-of-history (M->)}} +\entry{reverse-search-history (C-r)}{128}{\code {reverse-search-history (C-r)}} +\entry{forward-search-history (C-s)}{128}{\code {forward-search-history (C-s)}} +\entry{non-incremental-reverse-search-history (M-p)}{128}{\code {non-incremental-reverse-search-history (M-p)}} +\entry{non-incremental-forward-search-history (M-n)}{128}{\code {non-incremental-forward-search-history (M-n)}} +\entry{history-search-forward ()}{129}{\code {history-search-forward ()}} +\entry{history-search-backward ()}{129}{\code {history-search-backward ()}} +\entry{history-substring-search-forward ()}{129}{\code {history-substring-search-forward ()}} +\entry{history-substring-search-backward ()}{129}{\code {history-substring-search-backward ()}} +\entry{yank-nth-arg (M-C-y)}{129}{\code {yank-nth-arg (M-C-y)}} +\entry{yank-last-arg (M-. or M-_)}{129}{\code {yank-last-arg (M-. or M-_)}} +\entry{operate-and-get-next (C-o)}{129}{\code {operate-and-get-next (C-o)}} +\entry{end-of-file (usually C-d)}{130}{\code {\i {end-of-file} (usually C-d)}} +\entry{delete-char (C-d)}{130}{\code {delete-char (C-d)}} +\entry{backward-delete-char (Rubout)}{130}{\code {backward-delete-char (Rubout)}} +\entry{forward-backward-delete-char ()}{130}{\code {forward-backward-delete-char ()}} +\entry{quoted-insert (C-q or C-v)}{130}{\code {quoted-insert (C-q or C-v)}} +\entry{self-insert (a, b, A, 1, !, ...{})}{130}{\code {self-insert (a, b, A, 1, !, \dots {})}} +\entry{bracketed-paste-begin ()}{130}{\code {bracketed-paste-begin ()}} +\entry{transpose-chars (C-t)}{130}{\code {transpose-chars (C-t)}} +\entry{transpose-words (M-t)}{130}{\code {transpose-words (M-t)}} +\entry{upcase-word (M-u)}{130}{\code {upcase-word (M-u)}} +\entry{downcase-word (M-l)}{130}{\code {downcase-word (M-l)}} +\entry{capitalize-word (M-c)}{131}{\code {capitalize-word (M-c)}} +\entry{overwrite-mode ()}{131}{\code {overwrite-mode ()}} +\entry{kill-line (C-k)}{131}{\code {kill-line (C-k)}} +\entry{backward-kill-line (C-x Rubout)}{131}{\code {backward-kill-line (C-x Rubout)}} +\entry{unix-line-discard (C-u)}{131}{\code {unix-line-discard (C-u)}} +\entry{kill-whole-line ()}{131}{\code {kill-whole-line ()}} +\entry{kill-word (M-d)}{131}{\code {kill-word (M-d)}} +\entry{backward-kill-word (M-DEL)}{131}{\code {backward-kill-word (M-\key {DEL})}} +\entry{shell-kill-word (M-C-d)}{131}{\code {shell-kill-word (M-C-d)}} +\entry{shell-backward-kill-word ()}{131}{\code {shell-backward-kill-word ()}} +\entry{shell-transpose-words (M-C-t)}{131}{\code {shell-transpose-words (M-C-t)}} +\entry{unix-word-rubout (C-w)}{131}{\code {unix-word-rubout (C-w)}} +\entry{unix-filename-rubout ()}{132}{\code {unix-filename-rubout ()}} +\entry{delete-horizontal-space ()}{132}{\code {delete-horizontal-space ()}} +\entry{kill-region ()}{132}{\code {kill-region ()}} +\entry{copy-region-as-kill ()}{132}{\code {copy-region-as-kill ()}} +\entry{copy-backward-word ()}{132}{\code {copy-backward-word ()}} +\entry{copy-forward-word ()}{132}{\code {copy-forward-word ()}} +\entry{yank (C-y)}{132}{\code {yank (C-y)}} +\entry{yank-pop (M-y)}{132}{\code {yank-pop (M-y)}} +\entry{digit-argument (M-0, M-1, ...{} M--)}{132}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}} +\entry{universal-argument ()}{132}{\code {universal-argument ()}} +\entry{complete (TAB)}{132}{\code {complete (\key {TAB})}} +\entry{possible-completions (M-?)}{133}{\code {possible-completions (M-?)}} +\entry{insert-completions (M-*)}{133}{\code {insert-completions (M-*)}} +\entry{menu-complete ()}{133}{\code {menu-complete ()}} +\entry{menu-complete-backward ()}{133}{\code {menu-complete-backward ()}} +\entry{delete-char-or-list ()}{133}{\code {delete-char-or-list ()}} +\entry{complete-filename (M-/)}{133}{\code {complete-filename (M-/)}} +\entry{possible-filename-completions (C-x /)}{133}{\code {possible-filename-completions (C-x /)}} +\entry{complete-username (M-~)}{133}{\code {complete-username (M-~)}} +\entry{possible-username-completions (C-x ~)}{133}{\code {possible-username-completions (C-x ~)}} +\entry{complete-variable (M-$)}{133}{\code {complete-variable (M-$)}} +\entry{possible-variable-completions (C-x $)}{133}{\code {possible-variable-completions (C-x $)}} +\entry{complete-hostname (M-@)}{133}{\code {complete-hostname (M-@)}} +\entry{possible-hostname-completions (C-x @)}{134}{\code {possible-hostname-completions (C-x @)}} +\entry{complete-command (M-!)}{134}{\code {complete-command (M-!)}} +\entry{possible-command-completions (C-x !)}{134}{\code {possible-command-completions (C-x !)}} +\entry{dynamic-complete-history (M-TAB)}{134}{\code {dynamic-complete-history (M-\key {TAB})}} +\entry{dabbrev-expand ()}{134}{\code {dabbrev-expand ()}} +\entry{complete-into-braces (M-{\indexlbrace })}{134}{\code {complete-into-braces (M-{\tt \char 123})}} +\entry{start-kbd-macro (C-x ()}{134}{\code {start-kbd-macro (C-x ()}} +\entry{end-kbd-macro (C-x ))}{134}{\code {end-kbd-macro (C-x ))}} +\entry{call-last-kbd-macro (C-x e)}{134}{\code {call-last-kbd-macro (C-x e)}} +\entry{print-last-kbd-macro ()}{134}{\code {print-last-kbd-macro ()}} +\entry{re-read-init-file (C-x C-r)}{134}{\code {re-read-init-file (C-x C-r)}} +\entry{abort (C-g)}{134}{\code {abort (C-g)}} +\entry{do-lowercase-version (M-A, M-B, M-x, ...{})}{135}{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}} +\entry{prefix-meta (ESC)}{135}{\code {prefix-meta (\key {ESC})}} +\entry{undo (C-_ or C-x C-u)}{135}{\code {undo (C-_ or C-x C-u)}} +\entry{revert-line (M-r)}{135}{\code {revert-line (M-r)}} +\entry{tilde-expand (M-&)}{135}{\code {tilde-expand (M-&)}} +\entry{set-mark (C-@)}{135}{\code {set-mark (C-@)}} +\entry{exchange-point-and-mark (C-x C-x)}{135}{\code {exchange-point-and-mark (C-x C-x)}} +\entry{character-search (C-])}{135}{\code {character-search (C-])}} +\entry{character-search-backward (M-C-])}{135}{\code {character-search-backward (M-C-])}} +\entry{skip-csi-sequence ()}{135}{\code {skip-csi-sequence ()}} +\entry{insert-comment (M-#)}{135}{\code {insert-comment (M-#)}} +\entry{dump-functions ()}{136}{\code {dump-functions ()}} +\entry{dump-variables ()}{136}{\code {dump-variables ()}} +\entry{dump-macros ()}{136}{\code {dump-macros ()}} +\entry{glob-complete-word (M-g)}{136}{\code {glob-complete-word (M-g)}} +\entry{glob-expand-word (C-x *)}{136}{\code {glob-expand-word (C-x *)}} +\entry{glob-list-expansions (C-x g)}{136}{\code {glob-list-expansions (C-x g)}} +\entry{display-shell-version (C-x C-v)}{136}{\code {display-shell-version (C-x C-v)}} +\entry{shell-expand-line (M-C-e)}{136}{\code {shell-expand-line (M-C-e)}} +\entry{history-expand-line (M-^)}{136}{\code {history-expand-line (M-^)}} +\entry{magic-space ()}{136}{\code {magic-space ()}} +\entry{alias-expand-line ()}{136}{\code {alias-expand-line ()}} +\entry{history-and-alias-expand-line ()}{136}{\code {history-and-alias-expand-line ()}} +\entry{insert-last-argument (M-. or M-_)}{136}{\code {insert-last-argument (M-. or M-_)}} +\entry{edit-and-execute-command (C-x C-e)}{137}{\code {edit-and-execute-command (C-x C-e)}} diff --git a/doc/bashref.fns b/doc/bashref.fns index f0433bb0..fab470f7 100644 --- a/doc/bashref.fns +++ b/doc/bashref.fns @@ -1,131 +1,132 @@ \initial {A} -\entry{\code {abort (C-g)}}{132} -\entry{\code {accept-line (Newline or Return)}}{126} -\entry{\code {alias-expand-line ()}}{134} +\entry{\code {abort (C-g)}}{134} +\entry{\code {accept-line (Newline or Return)}}{128} +\entry{\code {alias-expand-line ()}}{136} \initial {B} -\entry{\code {backward-char (C-b)}}{125} -\entry{\code {backward-delete-char (Rubout)}}{128} -\entry{\code {backward-kill-line (C-x Rubout)}}{129} -\entry{\code {backward-kill-word (M-\key {DEL})}}{129} -\entry{\code {backward-word (M-b)}}{125} -\entry{\code {beginning-of-history (M-<)}}{126} -\entry{\code {beginning-of-line (C-a)}}{125} -\entry{\code {bracketed-paste-begin ()}}{128} +\entry{\code {backward-char (C-b)}}{127} +\entry{\code {backward-delete-char (Rubout)}}{130} +\entry{\code {backward-kill-line (C-x Rubout)}}{131} +\entry{\code {backward-kill-word (M-\key {DEL})}}{131} +\entry{\code {backward-word (M-b)}}{127} +\entry{\code {beginning-of-history (M-<)}}{128} +\entry{\code {beginning-of-line (C-a)}}{127} +\entry{\code {bracketed-paste-begin ()}}{130} \initial {C} -\entry{\code {call-last-kbd-macro (C-x e)}}{132} -\entry{\code {capitalize-word (M-c)}}{128} -\entry{\code {character-search (C-])}}{133} -\entry{\code {character-search-backward (M-C-])}}{133} -\entry{\code {clear-screen (C-l)}}{126} -\entry{\code {complete (\key {TAB})}}{130} -\entry{\code {complete-command (M-!)}}{131} -\entry{\code {complete-filename (M-/)}}{131} -\entry{\code {complete-hostname (M-@)}}{131} -\entry{\code {complete-into-braces (M-{\tt \char 123})}}{132} -\entry{\code {complete-username (M-~)}}{131} -\entry{\code {complete-variable (M-$)}}{131} -\entry{\code {copy-backward-word ()}}{130} -\entry{\code {copy-forward-word ()}}{130} -\entry{\code {copy-region-as-kill ()}}{130} +\entry{\code {call-last-kbd-macro (C-x e)}}{134} +\entry{\code {capitalize-word (M-c)}}{131} +\entry{\code {character-search (C-])}}{135} +\entry{\code {character-search-backward (M-C-])}}{135} +\entry{\code {clear-display (M-C-l)}}{128} +\entry{\code {clear-screen (C-l)}}{128} +\entry{\code {complete (\key {TAB})}}{132} +\entry{\code {complete-command (M-!)}}{134} +\entry{\code {complete-filename (M-/)}}{133} +\entry{\code {complete-hostname (M-@)}}{133} +\entry{\code {complete-into-braces (M-{\tt \char 123})}}{134} +\entry{\code {complete-username (M-~)}}{133} +\entry{\code {complete-variable (M-$)}}{133} +\entry{\code {copy-backward-word ()}}{132} +\entry{\code {copy-forward-word ()}}{132} +\entry{\code {copy-region-as-kill ()}}{132} \initial {D} -\entry{\code {dabbrev-expand ()}}{132} -\entry{\code {delete-char (C-d)}}{127} -\entry{\code {delete-char-or-list ()}}{131} -\entry{\code {delete-horizontal-space ()}}{129} -\entry{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{130} -\entry{\code {display-shell-version (C-x C-v)}}{134} -\entry{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}{132} -\entry{\code {downcase-word (M-l)}}{128} -\entry{\code {dump-functions ()}}{133} -\entry{\code {dump-macros ()}}{134} -\entry{\code {dump-variables ()}}{133} -\entry{\code {dynamic-complete-history (M-\key {TAB})}}{132} +\entry{\code {dabbrev-expand ()}}{134} +\entry{\code {delete-char (C-d)}}{130} +\entry{\code {delete-char-or-list ()}}{133} +\entry{\code {delete-horizontal-space ()}}{132} +\entry{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{132} +\entry{\code {display-shell-version (C-x C-v)}}{136} +\entry{\code {do-lowercase-version (M-A, M-B, M-\var {x}, \dots {})}}{135} +\entry{\code {downcase-word (M-l)}}{130} +\entry{\code {dump-functions ()}}{136} +\entry{\code {dump-macros ()}}{136} +\entry{\code {dump-variables ()}}{136} +\entry{\code {dynamic-complete-history (M-\key {TAB})}}{134} \initial {E} -\entry{\code {edit-and-execute-command (C-x C-e)}}{134} -\entry{\code {end-kbd-macro (C-x ))}}{132} -\entry{\code {\i {end-of-file} (usually C-d)}}{127} -\entry{\code {end-of-history (M->)}}{126} -\entry{\code {end-of-line (C-e)}}{125} -\entry{\code {exchange-point-and-mark (C-x C-x)}}{133} +\entry{\code {edit-and-execute-command (C-x C-e)}}{137} +\entry{\code {end-kbd-macro (C-x ))}}{134} +\entry{\code {\i {end-of-file} (usually C-d)}}{130} +\entry{\code {end-of-history (M->)}}{128} +\entry{\code {end-of-line (C-e)}}{127} +\entry{\code {exchange-point-and-mark (C-x C-x)}}{135} \initial {F} -\entry{\code {forward-backward-delete-char ()}}{128} -\entry{\code {forward-char (C-f)}}{125} -\entry{\code {forward-search-history (C-s)}}{126} -\entry{\code {forward-word (M-f)}}{125} +\entry{\code {forward-backward-delete-char ()}}{130} +\entry{\code {forward-char (C-f)}}{127} +\entry{\code {forward-search-history (C-s)}}{128} +\entry{\code {forward-word (M-f)}}{127} \initial {G} -\entry{\code {glob-complete-word (M-g)}}{134} -\entry{\code {glob-expand-word (C-x *)}}{134} -\entry{\code {glob-list-expansions (C-x g)}}{134} +\entry{\code {glob-complete-word (M-g)}}{136} +\entry{\code {glob-expand-word (C-x *)}}{136} +\entry{\code {glob-list-expansions (C-x g)}}{136} \initial {H} -\entry{\code {history-and-alias-expand-line ()}}{134} -\entry{\code {history-expand-line (M-^)}}{134} -\entry{\code {history-search-backward ()}}{127} -\entry{\code {history-search-forward ()}}{126} -\entry{\code {history-substring-search-backward ()}}{127} -\entry{\code {history-substring-search-forward ()}}{127} +\entry{\code {history-and-alias-expand-line ()}}{136} +\entry{\code {history-expand-line (M-^)}}{136} +\entry{\code {history-search-backward ()}}{129} +\entry{\code {history-search-forward ()}}{129} +\entry{\code {history-substring-search-backward ()}}{129} +\entry{\code {history-substring-search-forward ()}}{129} \initial {I} -\entry{\code {insert-comment (M-#)}}{133} -\entry{\code {insert-completions (M-*)}}{131} -\entry{\code {insert-last-argument (M-. or M-_)}}{134} +\entry{\code {insert-comment (M-#)}}{135} +\entry{\code {insert-completions (M-*)}}{133} +\entry{\code {insert-last-argument (M-. or M-_)}}{136} \initial {K} -\entry{\code {kill-line (C-k)}}{129} -\entry{\code {kill-region ()}}{129} -\entry{\code {kill-whole-line ()}}{129} -\entry{\code {kill-word (M-d)}}{129} +\entry{\code {kill-line (C-k)}}{131} +\entry{\code {kill-region ()}}{132} +\entry{\code {kill-whole-line ()}}{131} +\entry{\code {kill-word (M-d)}}{131} \initial {M} -\entry{\code {magic-space ()}}{134} -\entry{\code {menu-complete ()}}{131} -\entry{\code {menu-complete-backward ()}}{131} +\entry{\code {magic-space ()}}{136} +\entry{\code {menu-complete ()}}{133} +\entry{\code {menu-complete-backward ()}}{133} \initial {N} -\entry{\code {next-history (C-n)}}{126} -\entry{\code {next-screen-line ()}}{126} -\entry{\code {non-incremental-forward-search-history (M-n)}}{126} -\entry{\code {non-incremental-reverse-search-history (M-p)}}{126} +\entry{\code {next-history (C-n)}}{128} +\entry{\code {next-screen-line ()}}{128} +\entry{\code {non-incremental-forward-search-history (M-n)}}{128} +\entry{\code {non-incremental-reverse-search-history (M-p)}}{128} \initial {O} -\entry{\code {operate-and-get-next (C-o)}}{134} -\entry{\code {overwrite-mode ()}}{128} +\entry{\code {operate-and-get-next (C-o)}}{129} +\entry{\code {overwrite-mode ()}}{131} \initial {P} -\entry{\code {possible-command-completions (C-x !)}}{132} -\entry{\code {possible-completions (M-?)}}{130} -\entry{\code {possible-filename-completions (C-x /)}}{131} -\entry{\code {possible-hostname-completions (C-x @)}}{131} -\entry{\code {possible-username-completions (C-x ~)}}{131} -\entry{\code {possible-variable-completions (C-x $)}}{131} -\entry{\code {prefix-meta (\key {ESC})}}{132} -\entry{\code {previous-history (C-p)}}{126} -\entry{\code {previous-screen-line ()}}{125} -\entry{\code {print-last-kbd-macro ()}}{132} +\entry{\code {possible-command-completions (C-x !)}}{134} +\entry{\code {possible-completions (M-?)}}{133} +\entry{\code {possible-filename-completions (C-x /)}}{133} +\entry{\code {possible-hostname-completions (C-x @)}}{134} +\entry{\code {possible-username-completions (C-x ~)}}{133} +\entry{\code {possible-variable-completions (C-x $)}}{133} +\entry{\code {prefix-meta (\key {ESC})}}{135} +\entry{\code {previous-history (C-p)}}{128} +\entry{\code {previous-screen-line ()}}{127} +\entry{\code {print-last-kbd-macro ()}}{134} \initial {Q} -\entry{\code {quoted-insert (C-q or C-v)}}{128} +\entry{\code {quoted-insert (C-q or C-v)}}{130} \initial {R} -\entry{\code {re-read-init-file (C-x C-r)}}{132} -\entry{\code {redraw-current-line ()}}{126} -\entry{\code {reverse-search-history (C-r)}}{126} -\entry{\code {revert-line (M-r)}}{133} +\entry{\code {re-read-init-file (C-x C-r)}}{134} +\entry{\code {redraw-current-line ()}}{128} +\entry{\code {reverse-search-history (C-r)}}{128} +\entry{\code {revert-line (M-r)}}{135} \initial {S} -\entry{\code {self-insert (a, b, A, 1, !, \dots {})}}{128} -\entry{\code {set-mark (C-@)}}{133} -\entry{\code {shell-backward-kill-word ()}}{129} -\entry{\code {shell-backward-word (M-C-b)}}{125} -\entry{\code {shell-expand-line (M-C-e)}}{134} -\entry{\code {shell-forward-word (M-C-f)}}{125} -\entry{\code {shell-kill-word (M-C-d)}}{129} -\entry{\code {shell-transpose-words (M-C-t)}}{129} -\entry{\code {skip-csi-sequence ()}}{133} -\entry{\code {start-kbd-macro (C-x ()}}{132} +\entry{\code {self-insert (a, b, A, 1, !, \dots {})}}{130} +\entry{\code {set-mark (C-@)}}{135} +\entry{\code {shell-backward-kill-word ()}}{131} +\entry{\code {shell-backward-word (M-C-b)}}{127} +\entry{\code {shell-expand-line (M-C-e)}}{136} +\entry{\code {shell-forward-word (M-C-f)}}{127} +\entry{\code {shell-kill-word (M-C-d)}}{131} +\entry{\code {shell-transpose-words (M-C-t)}}{131} +\entry{\code {skip-csi-sequence ()}}{135} +\entry{\code {start-kbd-macro (C-x ()}}{134} \initial {T} -\entry{\code {tilde-expand (M-&)}}{133} -\entry{\code {transpose-chars (C-t)}}{128} -\entry{\code {transpose-words (M-t)}}{128} +\entry{\code {tilde-expand (M-&)}}{135} +\entry{\code {transpose-chars (C-t)}}{130} +\entry{\code {transpose-words (M-t)}}{130} \initial {U} -\entry{\code {undo (C-_ or C-x C-u)}}{132} -\entry{\code {universal-argument ()}}{130} -\entry{\code {unix-filename-rubout ()}}{129} -\entry{\code {unix-line-discard (C-u)}}{129} -\entry{\code {unix-word-rubout (C-w)}}{129} -\entry{\code {upcase-word (M-u)}}{128} +\entry{\code {undo (C-_ or C-x C-u)}}{135} +\entry{\code {universal-argument ()}}{132} +\entry{\code {unix-filename-rubout ()}}{132} +\entry{\code {unix-line-discard (C-u)}}{131} +\entry{\code {unix-word-rubout (C-w)}}{131} +\entry{\code {upcase-word (M-u)}}{130} \initial {Y} -\entry{\code {yank (C-y)}}{130} -\entry{\code {yank-last-arg (M-. or M-_)}}{127} -\entry{\code {yank-nth-arg (M-C-y)}}{127} -\entry{\code {yank-pop (M-y)}}{130} +\entry{\code {yank (C-y)}}{132} +\entry{\code {yank-last-arg (M-. or M-_)}}{129} +\entry{\code {yank-nth-arg (M-C-y)}}{129} +\entry{\code {yank-pop (M-y)}}{132} diff --git a/doc/bashref.html b/doc/bashref.html index 30a6c31b..0a871c6a 100644 --- a/doc/bashref.html +++ b/doc/bashref.html @@ -1,11 +1,11 @@ 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%0DYF>H`#+FP6q9nVbdT*%U_JoBNUhIL4 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