From 5e6f45d9b16e4c95922e246491c2666a4c2c0399 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Tue, 11 Jan 2022 15:53:25 -0500 Subject: [PATCH] getting ready for bash-5.2 --- CHANGES | 323 ++ CHANGES-5.2 | 322 ++ CWRU/CWRU.chlog | 16 +- INSTALL | 4 + NEWS | 139 + NEWS-5.2 | 137 + README | 6 +- configure | 22 +- configure.ac | 6 +- doc/bash.0 | 782 ++-- doc/bash.html | 49 +- doc/bash.info | 300 +- doc/bash.pdf | Bin 397754 -> 396970 bytes doc/bash.ps | 7230 +++++++++++++++++------------------ doc/bashref.aux | 18 +- doc/bashref.dvi | Bin 814304 -> 816392 bytes doc/bashref.html | 67 +- doc/bashref.info | 298 +- doc/bashref.log | 102 +- doc/bashref.pdf | Bin 788761 -> 790709 bytes doc/bashref.ps | 1155 +++--- doc/bashref.toc | 20 +- doc/builtins.0 | 716 ++-- doc/builtins.ps | 1439 +++---- doc/rbash.ps | 6 +- examples/loadables/accept.c | 41 +- po/bash.pot | 827 ++-- support/config.guess | 1272 +++--- support/config.sub | 111 +- tests/RUN-ONE-TEST | 2 +- version.c | 4 +- version2.c | 4 +- 32 files changed, 8325 insertions(+), 7093 deletions(-) create mode 100644 CHANGES-5.2 create mode 100644 NEWS-5.2 diff --git a/CHANGES b/CHANGES index 7a47c7c5..682d1e37 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,326 @@ +This document details the changes between this version, bash-5.2-alpha, and +the previous version, bash-5.1-release. + +1. Changes to Bash + +a. Fixed a bug that assigned a value to the variable name supplied as an + argument to `wait -p' when there were no jobs. + +b. Fixed a bug that resulted in performing incorrect word expansion on the + key/value pairs in a compound array assignment. + +c. Fixed a bug that could put the child forked to run a command substitution + into the wrong process group. + +d. Fixed a problem that could cause the lastpipe option to work incorrectly if + file descriptor 0 was closed. + +e. Bash tries to suppress traps if a forked child receives a trapped signal + before it has a chance to reset its signal handlers. + +f. Fixed several memory leaks in compound array assignments. + +g. Fixed a problem with performing an assignment with `+=' to an array element + that was the value of a nameref. + +h. Fixed a bug that could cause a nameref containing an array reference using + `@' or `*' not to expand to multiple words. + +i. Fixed a bug where extended glob functions could match `.' or `..' when it + wasn't explicitly specified, even if dotglob was set. + +j. Fixed a bug that caused non-interactive posix-mode shells not to exit on a + variable assignment error while assigning into the temporary environment. + +k. Fixed a bug that caused parsing errors if an alias contained a compound + array assignment. + +l. Fixed a couple of instances where bash checked syntax too aggressively when + trying to determine how to add a partial command to command-oriented + history. + +m. Fixed a parser problem that caused it not to allow reserved words to follow + the `((' and `[[' commands. + +n. Fixed a bad offset calculation when using negative offsets to `history -d'. + +o. Fixed an off-by-one error that caused a read past the end of a buffer when + reading a multibyte character from the output of a command substitution. + +p. Fixed a problem with a failed `exec' command not setting $? to the right + value for an exit trap. + +q. Fixed a problem that caused bash not to unlink FIFOs created as part of + expanding redirections for an external command. + +r. Fixed a bug that could cause aliases not to be expanded in case statements. + +s. Fixed a bug that could cause word completion to attempt programmable + completion for the target of a redirection, instead of filename completion. + +t. Fixed a bug that could result in errors after rebinding a key sequence with + `bind -x' multiple times. + +u. Fixed a problem that could result in not quoting the result when performing + command name completion with a glob pattern in the command name. + +v. `mapfile' now uses fully-buffered reads in more cases, which should improve + bulk read performance. + +w. Fixed a bug that caused `wait -n' to not reset its internal state when + interrupted by a signal, resulting in subsequent calls failing. + +x. Fixed a bug with parsing numeric arguments to readline key sequences + installed with `bind -x'. + +y. Bash suppresses forking in several additional cases, including most uses + of $( 128 in the current encoding. + +hh. Fixed a problem that could cause the shell to attempt to free unallocated + memory if an expansion error occurred. + +ii. Fixed a bug in the bash malloc implementation of malloc_usable_size. Bash + did not use it, but it could cause problems with library functions that + did. + +jj. If the `exec' builtin fails, and the shell does not exit, it restores + trapped signals to their trapped state. + +kk. Fixed a bug that could cause variable assignment arguments to `declare' to + expand variables using attributes that the call to declare was turning off. + +ll. Fixed a bug with LINENO and arithmetic for commands. + +mm. Fixed a posix-mode bug that caused tildes not to be expanded after an + unquoted colon on the right side of an assignment statement. + +nn. Fixed a problem with `caller' and line numbers when executing an ERR trap. + +oo. Fixed a problem that could make the value returned by ${a:=b} not be the + final value assigned to a (e.g., if `a' has an attribute that modifies + the value on assignment). + +pp. Fixed a problem with saving multi-line here-documents to the history list + where the here-document delimiter does not appear on the first line. + +qq. Fixed a bug with using += to assign to dynamic variables like RANDOM. + +rr. Fixed a bug that caused `set -n' to modify $? if set after execution had + started. + +ss. Builtins like printf/read/wait now behave more consistently when assigning + arbitrary keys to associative arrays (like `]'. when appropriately quoted). + +tt. Fixed a problem with here-document collection printing the wrong prompt + when parsing a compound list in an interactive shell. + +uu. Fixed a problem with quoting shell expansion characters (like `$') when + they appear in a tab-completed word along with characters that do need + quoting (e.g.. $HOME/VirtualBox VMs). + +2. Changes to Readline + +a. Fixed a problem with cleaning up active marks when using callback mode. + +b. Fixed a problem with arithmetic comparison operators checking the version. + +c. Fixed a problem that could cause readline not to build on systems without + POSIX signal functions. + +d. Fixed a bug that could cause readline to crash if the application removed + the callback line handler before readline read all typeahead. + +e. Added additional checks for read errors in the middle of readline commands. + +f. Fixed a redisplay problem that occurred when switching from the digit- + argument prompt `(arg: N)' back to the regular prompt and the regular + prompt contained invisible characters. + +g. Fixed a problem with restoring the prompt when aborting an incremental + search. + +h. Fix a problem with characters > 128 not being displayed correctly in certain + single-byte encodings. + +i. Fixed a problem with unix-filename-rubout that caused it to delete too much + when applied to a pathname consisting only of one or more slashes. + +j. Fixed a display problem that caused the prompt to be wrapped incorrectly if + the screen changed dimensions during a call to readline() and the prompt + became longer than the screen width. + +k. Fixed a problem that caused the \r output by turning off bracketed paste + to overwrite the line if terminal echo was disabled. + +l. Fixed a bug that could cause colored-completion-prefix to not display if + completion-prefix-display-length was set. + +m. Fixed a problem with line wrapping prompts when a group of invisible + characters runs to the right edge of the screen and the prompt extends + longer then the screen width. + +n. Fixed a couple problems that could cause rl_end to be set incorrectly by + transpose-words. + +3. New Features in Bash + +a. The bash malloc returns memory that is aligned on 16-byte boundaries. + +b. There is a new internal timer framework used for read builtin timeouts. + +c. Rewrote the command substitution parsing code to call the parser recursively + and rebuild the command string from the parsed command. This allows better + syntax checking and catches errors much earlier. + +d. The `ulimit' builtin now treats an operand remaining after all of the options + and arguments are parsed as an argument to the last command specified by + an option. This is for POSIX compatibility. + +e. Here-document parsing now handles $'...' and $"..." quoting when reading the + here-document body. + +f. The `shell-expand-line' and `history-and-alias-expand-line' bindable readline + commands now understand $'...' and $"..." quoting. + +g. There is a new `spell-correct-word' bindable readline command to perform + spelling correction on the current word. + +h. The `unset' builtin now attempts to treat arguments as array subscripts + without parsing or expanding the subscript, even when `assoc_expand_once' + is not set. + +i. There is a default value for $BASH_LOADABLES_PATH in config-top.h. + +j. Associative array assignment and certain instances of referencing (e.g., + `test -v' now allow `@' and `*' to be used as keys. + +k. Bash attempts to expand indexed array subscripts only once when executing + shell constructs and word expansions. + +l. The `unset' builtin allows a subscript of `@' or `*' to unset a key with + that value for associative arrays instead of unsetting the entire array + (which you can still do with `unset arrayname'). For indexed arrays, it + removes all elements of the array without unsetting it (like `A=()'). + +m. Additional builtins (printf/test/read/wait) do a better job of not + parsing array subscripts if array_expand_once is set. + +n. New READLINE_ARGUMENT variable set to numeric argument for readline commands + defined using `bind -x'. + +o. The new `varredir_close' shell option causes bash to automatically close + file descriptors opened with {var}&WORD- redirection has WORD expand to the empty + string, treat the redirection as [N]<&- or [N]>&- and close file descriptor + N (default 0). + +w. Invalid parameter transformation operators are now invalid word expansions, + and so cause fatal errors in non-interactive shells. + +x. New shell option: patsub_replacement. When enabled, a `&' in the replacement + string of the pattern substitution expansion is replaced by the portion of + the string that matched the pattern. Backslash will escape the `&' and + insert a literal `&'. + +y. `command -p' no longer looks in the hash table for the specified command. + +z. The new `--enable-translatable-strings' option to `configure' allows $"..." + support to be compiled in or out. + +aa. The new `globskipdots' shell option forces pathname expansion never to + return `.' or `..' unless explicitly matched. + +bb. Array references using `@' and `*' that are the value of nameref variables + (declare -n ref='v[@]' ; echo $ref) no longer cause the shell to exit if + set -u is enabled and the array (v) is unset. + +4. New Features in Readline + +a. There is now an HS_HISTORY_VERSION containing the version number of the + history library for applications to use. + +b. History expansion better understands multiple history expansions that may + contain strings that would ordinarily inhibit history expansion (e.g., + `abc!$!$'). + +c. There is a new framework for readline timeouts, including new public + functions to set timeouts and query how much time is remaining before a + timeout hits, and a hook function that can trigger when readline times + out. There is a new state value to indicate a timeout. + +d. Automatically bind termcap key sequences for page-up and page-down to + history-search-backward and history-search-forward, respectively. + +e. There is a new `fetch-history' bindable command that retrieves the history + entry corresponding to its numeric argument. Negative arguments count back + from the end of the history. + +f. `vi-undo' is now a bindable command. + +g. There is a new option: `enable-active-region'. This separates control of + the active region and bracketed-paste. It has the same default value as + bracketed-paste, and enabling bracketed paste enables the active region. + Users can now turn off the active region while leaving bracketed paste + enabled. + +h. rl_completer_word_break_characters is now `const char *' like + rl_basic_word_break_characters. + +i. The non-incremental history searches now leave the current history offset + at the position of the last matching history entry, like incremental search. + +j. Readline looks in $LS_COLORS for a custom filename extension + (*.readline-colored-completion-prefix) and uses that as the default color + for the common prefix displayed when `colored-completion-prefix' is set. + +------------------------------------------------------------------------------ This document details the changes between this version, bash-5.1-rc3, and the previous version, bash-5.1-rc2. diff --git a/CHANGES-5.2 b/CHANGES-5.2 new file mode 100644 index 00000000..ad6e42b4 --- /dev/null +++ b/CHANGES-5.2 @@ -0,0 +1,322 @@ +This document details the changes between this version, bash-5.2-alpha, and +the previous version, bash-5.1-release. + +1. Changes to Bash + +a. Fixed a bug that assigned a value to the variable name supplied as an + argument to `wait -p' when there were no jobs. + +b. Fixed a bug that resulted in performing incorrect word expansion on the + key/value pairs in a compound array assignment. + +c. Fixed a bug that could put the child forked to run a command substitution + into the wrong process group. + +d. Fixed a problem that could cause the lastpipe option to work incorrectly if + file descriptor 0 was closed. + +e. Bash tries to suppress traps if a forked child receives a trapped signal + before it has a chance to reset its signal handlers. + +f. Fixed several memory leaks in compound array assignments. + +g. Fixed a problem with performing an assignment with `+=' to an array element + that was the value of a nameref. + +h. Fixed a bug that could cause a nameref containing an array reference using + `@' or `*' not to expand to multiple words. + +i. Fixed a bug where extended glob functions could match `.' or `..' when it + wasn't explicitly specified, even if dotglob was set. + +j. Fixed a bug that caused non-interactive posix-mode shells not to exit on a + variable assignment error while assigning into the temporary environment. + +k. Fixed a bug that caused parsing errors if an alias contained a compound + array assignment. + +l. Fixed a couple of instances where bash checked syntax too aggressively when + trying to determine how to add a partial command to command-oriented + history. + +m. Fixed a parser problem that caused it not to allow reserved words to follow + the `((' and `[[' commands. + +n. Fixed a bad offset calculation when using negative offsets to `history -d'. + +o. Fixed an off-by-one error that caused a read past the end of a buffer when + reading a multibyte character from the output of a command substitution. + +p. Fixed a problem with a failed `exec' command not setting $? to the right + value for an exit trap. + +q. Fixed a problem that caused bash not to unlink FIFOs created as part of + expanding redirections for an external command. + +r. Fixed a bug that could cause aliases not to be expanded in case statements. + +s. Fixed a bug that could cause word completion to attempt programmable + completion for the target of a redirection, instead of filename completion. + +t. Fixed a bug that could result in errors after rebinding a key sequence with + `bind -x' multiple times. + +u. Fixed a problem that could result in not quoting the result when performing + command name completion with a glob pattern in the command name. + +v. `mapfile' now uses fully-buffered reads in more cases, which should improve + bulk read performance. + +w. Fixed a bug that caused `wait -n' to not reset its internal state when + interrupted by a signal, resulting in subsequent calls failing. + +x. Fixed a bug with parsing numeric arguments to readline key sequences + installed with `bind -x'. + +y. Bash suppresses forking in several additional cases, including most uses + of $( 128 in the current encoding. + +hh. Fixed a problem that could cause the shell to attempt to free unallocated + memory if an expansion error occurred. + +ii. Fixed a bug in the bash malloc implementation of malloc_usable_size. Bash + did not use it, but it could cause problems with library functions that + did. + +jj. If the `exec' builtin fails, and the shell does not exit, it restores + trapped signals to their trapped state. + +kk. Fixed a bug that could cause variable assignment arguments to `declare' to + expand variables using attributes that the call to declare was turning off. + +ll. Fixed a bug with LINENO and arithmetic for commands. + +mm. Fixed a posix-mode bug that caused tildes not to be expanded after an + unquoted colon on the right side of an assignment statement. + +nn. Fixed a problem with `caller' and line numbers when executing an ERR trap. + +oo. Fixed a problem that could make the value returned by ${a:=b} not be the + final value assigned to a (e.g., if `a' has an attribute that modifies + the value on assignment). + +pp. Fixed a problem with saving multi-line here-documents to the history list + where the here-document delimiter does not appear on the first line. + +qq. Fixed a bug with using += to assign to dynamic variables like RANDOM. + +rr. Fixed a bug that caused `set -n' to modify $? if set after execution had + started. + +ss. Builtins like printf/read/wait now behave more consistently when assigning + arbitrary keys to associative arrays (like `]'. when appropriately quoted). + +tt. Fixed a problem with here-document collection printing the wrong prompt + when parsing a compound list in an interactive shell. + +uu. Fixed a problem with quoting shell expansion characters (like `$') when + they appear in a tab-completed word along with characters that do need + quoting (e.g.. $HOME/VirtualBox VMs). + +2. Changes to Readline + +a. Fixed a problem with cleaning up active marks when using callback mode. + +b. Fixed a problem with arithmetic comparison operators checking the version. + +c. Fixed a problem that could cause readline not to build on systems without + POSIX signal functions. + +d. Fixed a bug that could cause readline to crash if the application removed + the callback line handler before readline read all typeahead. + +e. Added additional checks for read errors in the middle of readline commands. + +f. Fixed a redisplay problem that occurred when switching from the digit- + argument prompt `(arg: N)' back to the regular prompt and the regular + prompt contained invisible characters. + +g. Fixed a problem with restoring the prompt when aborting an incremental + search. + +h. Fix a problem with characters > 128 not being displayed correctly in certain + single-byte encodings. + +i. Fixed a problem with unix-filename-rubout that caused it to delete too much + when applied to a pathname consisting only of one or more slashes. + +j. Fixed a display problem that caused the prompt to be wrapped incorrectly if + the screen changed dimensions during a call to readline() and the prompt + became longer than the screen width. + +k. Fixed a problem that caused the \r output by turning off bracketed paste + to overwrite the line if terminal echo was disabled. + +l. Fixed a bug that could cause colored-completion-prefix to not display if + completion-prefix-display-length was set. + +m. Fixed a problem with line wrapping prompts when a group of invisible + characters runs to the right edge of the screen and the prompt extends + longer then the screen width. + +n. Fixed a couple problems that could cause rl_end to be set incorrectly by + transpose-words. + +3. New Features in Bash + +a. The bash malloc returns memory that is aligned on 16-byte boundaries. + +b. There is a new internal timer framework used for read builtin timeouts. + +c. Rewrote the command substitution parsing code to call the parser recursively + and rebuild the command string from the parsed command. This allows better + syntax checking and catches errors much earlier. + +d. The `ulimit' builtin now treats an operand remaining after all of the options + and arguments are parsed as an argument to the last command specified by + an option. This is for POSIX compatibility. + +e. Here-document parsing now handles $'...' and $"..." quoting when reading the + here-document body. + +f. The `shell-expand-line' and `history-and-alias-expand-line' bindable readline + commands now understand $'...' and $"..." quoting. + +g. There is a new `spell-correct-word' bindable readline command to perform + spelling correction on the current word. + +h. The `unset' builtin now attempts to treat arguments as array subscripts + without parsing or expanding the subscript, even when `assoc_expand_once' + is not set. + +i. There is a default value for $BASH_LOADABLES_PATH in config-top.h. + +j. Associative array assignment and certain instances of referencing (e.g., + `test -v' now allow `@' and `*' to be used as keys. + +k. Bash attempts to expand indexed array subscripts only once when executing + shell constructs and word expansions. + +l. The `unset' builtin allows a subscript of `@' or `*' to unset a key with + that value for associative arrays instead of unsetting the entire array + (which you can still do with `unset arrayname'). For indexed arrays, it + removes all elements of the array without unsetting it (like `A=()'). + +m. Additional builtins (printf/test/read/wait) do a better job of not + parsing array subscripts if array_expand_once is set. + +n. New READLINE_ARGUMENT variable set to numeric argument for readline commands + defined using `bind -x'. + +o. The new `varredir_close' shell option causes bash to automatically close + file descriptors opened with {var}&WORD- redirection has WORD expand to the empty + string, treat the redirection as [N]<&- or [N]>&- and close file descriptor + N (default 0). + +w. Invalid parameter transformation operators are now invalid word expansions, + and so cause fatal errors in non-interactive shells. + +x. New shell option: patsub_replacement. When enabled, a `&' in the replacement + string of the pattern substitution expansion is replaced by the portion of + the string that matched the pattern. Backslash will escape the `&' and + insert a literal `&'. + +y. `command -p' no longer looks in the hash table for the specified command. + +z. The new `--enable-translatable-strings' option to `configure' allows $"..." + support to be compiled in or out. + +aa. The new `globskipdots' shell option forces pathname expansion never to + return `.' or `..' unless explicitly matched. + +bb. Array references using `@' and `*' that are the value of nameref variables + (declare -n ref='v[@]' ; echo $ref) no longer cause the shell to exit if + set -u is enabled and the array (v) is unset. + +4. New Features in Readline + +a. There is now an HS_HISTORY_VERSION containing the version number of the + history library for applications to use. + +b. History expansion better understands multiple history expansions that may + contain strings that would ordinarily inhibit history expansion (e.g., + `abc!$!$'). + +c. There is a new framework for readline timeouts, including new public + functions to set timeouts and query how much time is remaining before a + timeout hits, and a hook function that can trigger when readline times + out. There is a new state value to indicate a timeout. + +d. Automatically bind termcap key sequences for page-up and page-down to + history-search-backward and history-search-forward, respectively. + +e. There is a new `fetch-history' bindable command that retrieves the history + entry corresponding to its numeric argument. Negative arguments count back + from the end of the history. + +f. `vi-undo' is now a bindable command. + +g. There is a new option: `enable-active-region'. This separates control of + the active region and bracketed-paste. It has the same default value as + bracketed-paste, and enabling bracketed paste enables the active region. + Users can now turn off the active region while leaving bracketed paste + enabled. + +h. rl_completer_word_break_characters is now `const char *' like + rl_basic_word_break_characters. + +i. The non-incremental history searches now leave the current history offset + at the position of the last matching history entry, like incremental search. + +j. Readline looks in $LS_COLORS for a custom filename extension + (*.readline-colored-completion-prefix) and uses that as the default color + for the common prefix displayed when `colored-completion-prefix' is set. + diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index 204e6671..596830c2 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -1739,7 +1739,7 @@ lib/readline/text.c ---- complete.c,readline.c,readline.h - rl_completer_word_break_characters: now const char * like - rl_basic_word_break_characters; element of eadline state struct + rl_basic_word_break_characters; element of readline state struct used to save it also const. THIS IS AN API CHANGE bashline.c @@ -2613,7 +2613,7 @@ lib/malloc/malloc.c bashhist.c - bash_add_history: if we're parsing a here-document (PST_HEREDOC), only suppress adding the newline between lines if we're not at the first - line of the here-document (here_doc_first_line!= 0). From a report + line of the here-document (here_doc_first_line != 0). From a report by S0AndS0 12/8 @@ -2902,3 +2902,15 @@ bashline.c filename is unquoted (*QCP == 0) so the word will be expanded and is not part of the filename (if needed, we can use file_exists to check whether the expansion characters are actually part of the filename) + + 1/7 + --- +examples/loadables/accept.c + - new -b bindaddr option to bind to a specific IP address + - move setsockopt calls before bind() to avoid TIME_WAIT issues. Fixes + from Dzogovic Vehbo + + 1/10 + ---- +configure.ac + - bumped version to 5.2-alpha. diff --git a/INSTALL b/INSTALL index 5280c9eb..75b4aceb 100644 --- a/INSTALL +++ b/INSTALL @@ -473,6 +473,10 @@ does not provide the necessary support. '--enable-strict-posix-default' Make Bash POSIX-conformant by default (*note Bash POSIX Mode::). +'--enable-translatable-strings' + Enable support for '$"STRING"' translatable strings (*note Locale + Translation::). + '--enable-usg-echo-default' A synonym for '--enable-xpg-echo-default'. diff --git a/NEWS b/NEWS index a6170be8..ae96d858 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,142 @@ +This is a terse description of the new features added to bash-5.2 since +the release of bash-5.1. As always, the manual page (doc/bash.1) is +the place to look for complete descriptions. + +1. New Features in Bash + +a. The bash malloc returns memory that is aligned on 16-byte boundaries. + +b. There is a new internal timer framework used for read builtin timeouts. + +c. Rewrote the command substitution parsing code to call the parser recursively + and rebuild the command string from the parsed command. This allows better + syntax checking and catches errors much earlier. + +d. The `ulimit' builtin now treats an operand remaining after all of the options + and arguments are parsed as an argument to the last command specified by + an option. This is for POSIX compatibility. + +e. Here-document parsing now handles $'...' and $"..." quoting when reading the + here-document body. + +f. The `shell-expand-line' and `history-and-alias-expand-line' bindable readline + commands now understand $'...' and $"..." quoting. + +g. There is a new `spell-correct-word' bindable readline command to perform + spelling correction on the current word. + +h. The `unset' builtin now attempts to treat arguments as array subscripts + without parsing or expanding the subscript, even when `assoc_expand_once' + is not set. + +i. There is a default value for $BASH_LOADABLES_PATH in config-top.h. + +j. Associative array assignment and certain instances of referencing (e.g., + `test -v' now allow `@' and `*' to be used as keys. + +k. Bash attempts to expand indexed array subscripts only once when executing + shell constructs and word expansions. + +l. The `unset' builtin allows a subscript of `@' or `*' to unset a key with + that value for associative arrays instead of unsetting the entire array + (which you can still do with `unset arrayname'). For indexed arrays, it + removes all elements of the array without unsetting it (like `A=()'). + +m. Additional builtins (printf/test/read/wait) do a better job of not + parsing array subscripts if array_expand_once is set. + +n. New READLINE_ARGUMENT variable set to numeric argument for readline commands + defined using `bind -x'. + +o. The new `varredir_close' shell option causes bash to automatically close + file descriptors opened with {var}&WORD- redirection has WORD expand to the empty + string, treat the redirection as [N]<&- or [N]>&- and close file descriptor + N (default 0). + +w. Invalid parameter transformation operators are now invalid word expansions, + and so cause fatal errors in non-interactive shells. + +x. New shell option: patsub_replacement. When enabled, a `&' in the replacement + string of the pattern substitution expansion is replaced by the portion of + the string that matched the pattern. Backslash will escape the `&' and + insert a literal `&'. + +y. `command -p' no longer looks in the hash table for the specified command. + +z. The new `--enable-translatable-strings' option to `configure' allows $"..." + support to be compiled in or out. + +aa. The new `globskipdots' shell option forces pathname expansion never to + return `.' or `..' unless explicitly matched. + +bb. Array references using `@' and `*' that are the value of nameref variables + (declare -n ref='v[@]' ; echo $ref) no longer cause the shell to exit if + set -u is enabled and the array (v) is unset. + +2. New Features in Readline + +a. There is now an HS_HISTORY_VERSION containing the version number of the + history library for applications to use. + +b. History expansion better understands multiple history expansions that may + contain strings that would ordinarily inhibit history expansion (e.g., + `abc!$!$'). + +c. There is a new framework for readline timeouts, including new public + functions to set timeouts and query how much time is remaining before a + timeout hits, and a hook function that can trigger when readline times + out. There is a new state value to indicate a timeout. + +d. Automatically bind termcap key sequences for page-up and page-down to + history-search-backward and history-search-forward, respectively. + +e. There is a new `fetch-history' bindable command that retrieves the history + entry corresponding to its numeric argument. Negative arguments count back + from the end of the history. + +f. `vi-undo' is now a bindable command. + +g. There is a new option: `enable-active-region'. This separates control of + the active region and bracketed-paste. It has the same default value as + bracketed-paste, and enabling bracketed paste enables the active region. + Users can now turn off the active region while leaving bracketed paste + enabled. + +h. rl_completer_word_break_characters is now `const char *' like + rl_basic_word_break_characters. + +i. The non-incremental history searches now leave the current history offset + at the position of the last matching history entry, like incremental search. + +j. Readline looks in $LS_COLORS for a custom filename extension + (*.readline-colored-completion-prefix) and uses that as the default color + for the common prefix displayed when `colored-completion-prefix' is set. + +------------------------------------------------------------------------------- This is a terse description of the new features added to bash-5.1 since the release of bash-5.0. As always, the manual page (doc/bash.1) is the place to look for complete descriptions. diff --git a/NEWS-5.2 b/NEWS-5.2 new file mode 100644 index 00000000..22eacc53 --- /dev/null +++ b/NEWS-5.2 @@ -0,0 +1,137 @@ +This is a terse description of the new features added to bash-5.2 since +the release of bash-5.1. As always, the manual page (doc/bash.1) is +the place to look for complete descriptions. + +1. New Features in Bash + +a. The bash malloc returns memory that is aligned on 16-byte boundaries. + +b. There is a new internal timer framework used for read builtin timeouts. + +c. Rewrote the command substitution parsing code to call the parser recursively + and rebuild the command string from the parsed command. This allows better + syntax checking and catches errors much earlier. + +d. The `ulimit' builtin now treats an operand remaining after all of the options + and arguments are parsed as an argument to the last command specified by + an option. This is for POSIX compatibility. + +e. Here-document parsing now handles $'...' and $"..." quoting when reading the + here-document body. + +f. The `shell-expand-line' and `history-and-alias-expand-line' bindable readline + commands now understand $'...' and $"..." quoting. + +g. There is a new `spell-correct-word' bindable readline command to perform + spelling correction on the current word. + +h. The `unset' builtin now attempts to treat arguments as array subscripts + without parsing or expanding the subscript, even when `assoc_expand_once' + is not set. + +i. There is a default value for $BASH_LOADABLES_PATH in config-top.h. + +j. Associative array assignment and certain instances of referencing (e.g., + `test -v' now allow `@' and `*' to be used as keys. + +k. Bash attempts to expand indexed array subscripts only once when executing + shell constructs and word expansions. + +l. The `unset' builtin allows a subscript of `@' or `*' to unset a key with + that value for associative arrays instead of unsetting the entire array + (which you can still do with `unset arrayname'). For indexed arrays, it + removes all elements of the array without unsetting it (like `A=()'). + +m. Additional builtins (printf/test/read/wait) do a better job of not + parsing array subscripts if array_expand_once is set. + +n. New READLINE_ARGUMENT variable set to numeric argument for readline commands + defined using `bind -x'. + +o. The new `varredir_close' shell option causes bash to automatically close + file descriptors opened with {var}&WORD- redirection has WORD expand to the empty + string, treat the redirection as [N]<&- or [N]>&- and close file descriptor + N (default 0). + +w. Invalid parameter transformation operators are now invalid word expansions, + and so cause fatal errors in non-interactive shells. + +x. New shell option: patsub_replacement. When enabled, a `&' in the replacement + string of the pattern substitution expansion is replaced by the portion of + the string that matched the pattern. Backslash will escape the `&' and + insert a literal `&'. + +y. `command -p' no longer looks in the hash table for the specified command. + +z. The new `--enable-translatable-strings' option to `configure' allows $"..." + support to be compiled in or out. + +aa. The new `globskipdots' shell option forces pathname expansion never to + return `.' or `..' unless explicitly matched. + +bb. Array references using `@' and `*' that are the value of nameref variables + (declare -n ref='v[@]' ; echo $ref) no longer cause the shell to exit if + set -u is enabled and the array (v) is unset. + +2. New Features in Readline + +a. There is now an HS_HISTORY_VERSION containing the version number of the + history library for applications to use. + +b. History expansion better understands multiple history expansions that may + contain strings that would ordinarily inhibit history expansion (e.g., + `abc!$!$'). + +c. There is a new framework for readline timeouts, including new public + functions to set timeouts and query how much time is remaining before a + timeout hits, and a hook function that can trigger when readline times + out. There is a new state value to indicate a timeout. + +d. Automatically bind termcap key sequences for page-up and page-down to + history-search-backward and history-search-forward, respectively. + +e. There is a new `fetch-history' bindable command that retrieves the history + entry corresponding to its numeric argument. Negative arguments count back + from the end of the history. + +f. `vi-undo' is now a bindable command. + +g. There is a new option: `enable-active-region'. This separates control of + the active region and bracketed-paste. It has the same default value as + bracketed-paste, and enabling bracketed paste enables the active region. + Users can now turn off the active region while leaving bracketed paste + enabled. + +h. rl_completer_word_break_characters is now `const char *' like + rl_basic_word_break_characters. + +i. The non-incremental history searches now leave the current history offset + at the position of the last matching history entry, like incremental search. + +j. Readline looks in $LS_COLORS for a custom filename extension + (*.readline-colored-completion-prefix) and uses that as the default color + for the common prefix displayed when `colored-completion-prefix' is set. diff --git a/README b/README index 70b7a851..84549fd4 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Introduction ============ -This is GNU Bash, version 5.1. Bash is the GNU Project's Bourne +This is GNU Bash, version 5.2. Bash is the GNU Project's Bourne Again SHell, a complete implementation of the POSIX shell spec, but also with interactive command line editing, job control on architectures that support it, csh-like features such as history @@ -15,8 +15,8 @@ See the file POSIX for a discussion of how the Bash defaults differ from the POSIX spec and a description of the Bash `posix mode'. There are some user-visible incompatibilities between this version -of Bash and previous widely-distributed versions, bash-4.4 and -bash-5.0. For details, see the file COMPAT. The NEWS file tersely +of Bash and previous widely-distributed versions, bash-4.4, bash-5.0, +and bash-5.1. For details, see the file COMPAT. The NEWS file tersely lists features that are new in this release. Bash is free software, distributed under the terms of the [GNU] General diff --git a/configure b/configure index d2654f78..e9200378 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac for Bash 5.2, version 5.038. +# From configure.ac for Bash 5.2, version 5.039. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for bash 5.2-devel. +# Generated by GNU Autoconf 2.71 for bash 5.2-alpha. # # Report bugs to . # @@ -612,8 +612,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bash' PACKAGE_TARNAME='bash' -PACKAGE_VERSION='5.2-devel' -PACKAGE_STRING='bash 5.2-devel' +PACKAGE_VERSION='5.2-alpha' +PACKAGE_STRING='bash 5.2-alpha' PACKAGE_BUGREPORT='bug-bash@gnu.org' PACKAGE_URL='' @@ -1467,7 +1467,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bash 5.2-devel to adapt to many kinds of systems. +\`configure' configures bash 5.2-alpha to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1533,7 +1533,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bash 5.2-devel:";; + short | recursive ) echo "Configuration of bash 5.2-alpha:";; esac cat <<\_ACEOF @@ -1740,7 +1740,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bash configure 5.2-devel +bash configure 5.2-alpha generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2397,7 +2397,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bash $as_me 5.2-devel, which was +It was created by bash $as_me 5.2-alpha, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3176,7 +3176,7 @@ ac_config_headers="$ac_config_headers config.h" BASHVERS=5.2 -RELSTATUS=devel +RELSTATUS=alpha case "$RELSTATUS" in alp*|bet*|dev*|rc*|releng*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; @@ -22330,7 +22330,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bash $as_me 5.2-devel, which was +This file was extended by bash $as_me 5.2-alpha, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22398,7 +22398,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -bash config.status 5.2-devel +bash config.status 5.2-alpha configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 801b324d..ee44f446 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl report bugs to chet@po.cwru.edu dnl dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 1987-2021 Free Software Foundation, Inc. +# Copyright (C) 1987-2022 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify @@ -21,10 +21,10 @@ dnl Process this file with autoconf to produce a configure script. # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_REVISION([for Bash 5.2, version 5.038])dnl +AC_REVISION([for Bash 5.2, version 5.039])dnl define(bashvers, 5.2) -define(relstatus, devel) +define(relstatus, alpha) AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org]) diff --git a/doc/bash.0 b/doc/bash.0 index 47234606..38829fcd 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -131,7 +131,7 @@ IINNVVOOCCAATTIIOONN one started with the ----llooggiinn option. An _i_n_t_e_r_a_c_t_i_v_e shell is one started without non-option arguments (un- - less --ss is specified) and without the --cc option whose standard input + less --ss is specified) and without the --cc option, whose standard input and error are both connected to terminals (as determined by _i_s_a_t_t_y(3)), or one started with the --ii option. PPSS11 is set and $$-- includes ii if bbaasshh is interactive, allowing a shell script or a startup file to test @@ -366,7 +366,7 @@ SSHHEELLLL GGRRAAMMMMAARR conditional expression _e_x_p_r_e_s_s_i_o_n. Expressions are composed of the primaries described below under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. The words between the [[[[ and ]]]] do not undergo word splitting - and filename expansion. The shell performs tilde expansion, pa- + and pathname expansion. The shell performs tilde expansion, pa- rameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal on those words (the expansions that would occur if the words were en- @@ -2043,14 +2043,16 @@ EEXXPPAANNSSIIOONN start of a name or immediately following a slash must be matched ex- plicitly, unless the shell option ddoottgglloobb is set. In order to match the filenames ````..'''' and ````....'''', the pattern must begin with ``.'' (for - example, ``.?''), even if ddoottgglloobb is set. When not matching pathnames, + example, ``.?''), even if ddoottgglloobb is set. If the gglloobbsskkiippddoottss shell + option is enabled, the filenames ````..'''' and ````....'''' are never matched, + even if the pattern begins with a ````..''''. When not matching pathnames, the ````..'''' character is not treated specially. When matching a path- name, the slash character must always be matched explicitly by a slash in the pattern, but in other matching contexts it can be matched by a special pattern character as described below under PPaatttteerrnn MMaattcchhiinngg. See the description of sshhoopptt below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS for a - description of the nnooccaasseegglloobb, nnuullllgglloobb, ffaaiillgglloobb, and ddoottgglloobb shell - options. + description of the nnooccaasseegglloobb, nnuullllgglloobb, gglloobbsskkiippddoottss, ffaaiillgglloobb, and + ddoottgglloobb shell options. The GGLLOOBBIIGGNNOORREE shell variable may be used to restrict the set of file names matching a _p_a_t_t_e_r_n. If GGLLOOBBIIGGNNOORREE is set, each matching file @@ -5651,136 +5653,137 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS set once it has been set. --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 "*", or array variables sub- + scripted with "@" or "*", 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 ccoommppaatt3322 @@ -5790,117 +5793,122 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ccoommppaatt4433 ccoommppaatt4444 ccoommppaatt5500 - These control aspects of the shell's compatibility mode + These control aspects of the shell's compatibility mode (see SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE below). ccoommpplleettee__ffuullllqquuoottee - If set, bbaasshh quotes all shell metacharacters in file- - names and directory names when performing completion. + If set, bbaasshh quotes all shell metacharacters in file- + names and directory names when performing completion. If not set, bbaasshh removes metacharacters such as the dol- - lar sign from the set of characters that will be quoted - in completed filenames when these metacharacters appear - in shell variable references in words to be completed. - This means that dollar signs in variable names that ex- - pand to directories will not be quoted; however, any - dollar signs appearing in filenames will not be quoted, - either. This is active only when bash is using back- - slashes to quote completed filenames. This variable is - set by default, which is the default bash behavior in + lar sign from the set of characters that will be quoted + in completed filenames when these metacharacters appear + in shell variable references in words to be completed. + This means that dollar signs in variable names that ex- + pand to directories will not be quoted; however, any + dollar signs appearing in filenames will not be quoted, + either. This is active only when bash is using back- + slashes to quote completed filenames. This variable is + set by default, which is the default bash behavior in versions through 4.2. ddiirreexxppaanndd - If set, bbaasshh replaces directory names with the results - of word expansion when performing filename completion. - This changes the contents of the readline editing buf- - fer. If not set, bbaasshh attempts to preserve what the + If set, bbaasshh replaces directory names with the results + of word expansion when performing filename completion. + This changes the contents of the readline editing buf- + fer. If not set, bbaasshh attempts to preserve what the user typed. ddiirrssppeellll - If set, bbaasshh attempts spelling correction on directory - names during word completion if the directory name ini- + If set, bbaasshh attempts spelling correction on directory + names during word completion if the directory name ini- tially supplied does not exist. - ddoottgglloobb If set, bbaasshh includes filenames beginning with a `.' in - the results of pathname expansion. The filenames ````..'''' - and ````....'''' must always be matched explicitly, even if + ddoottgglloobb If set, bbaasshh includes filenames beginning with a `.' in + the results of pathname expansion. The filenames ````..'''' + and ````....'''' must always be matched explicitly, even if ddoottgglloobb is set. eexxeeccffaaiill If set, a non-interactive shell will not exit if it can- - not execute the file specified as an argument to the - eexxeecc builtin command. An interactive shell does not + not execute the file specified as an argument to the + eexxeecc builtin command. An interactive shell does not exit if eexxeecc fails. eexxppaanndd__aalliiaasseess - If set, aliases are expanded as described above under + If set, aliases are expanded as described above under AALLIIAASSEESS. This option is enabled by default for interac- tive shells. eexxttddeebbuugg - If set at shell invocation, or in a shell startup file, + If set at shell invocation, or in a shell startup file, arrange to execute the debugger profile before the shell - starts, identical to the ----ddeebbuuggggeerr option. If set af- - ter invocation, behavior intended for use by debuggers + starts, identical to the ----ddeebbuuggggeerr option. If set af- + ter invocation, behavior intended for use by debuggers is enabled: 11.. The --FF option to the ddeeccllaarree builtin displays the source file name and line number corresponding to each function name supplied as an argument. - 22.. If the command run by the DDEEBBUUGG trap returns a - non-zero value, the next command is skipped and + 22.. If the command run by the DDEEBBUUGG trap returns a + non-zero value, the next command is skipped and not executed. - 33.. If the command run by the DDEEBBUUGG trap returns a - value of 2, and the shell is executing in a sub- - routine (a shell function or a shell script exe- - cuted by the .. or ssoouurrccee builtins), the shell + 33.. If the command run by the DDEEBBUUGG trap returns a + value of 2, and the shell is executing in a sub- + routine (a shell function or a shell script exe- + cuted by the .. or ssoouurrccee builtins), the shell simulates a call to rreettuurrnn. - 44.. BBAASSHH__AARRGGCC and BBAASSHH__AARRGGVV are updated as described + 44.. BBAASSHH__AARRGGCC and BBAASSHH__AARRGGVV are updated as described in their descriptions above. - 55.. Function tracing is enabled: command substitu- + 55.. Function tracing is enabled: command substitu- tion, shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the DDEEBBUUGG and RREETTUURRNN traps. - 66.. Error tracing is enabled: command substitution, - shell functions, and subshells invoked with (( + 66.. Error tracing is enabled: command substitution, + shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the EERRRR trap. eexxttgglloobb If set, the extended pattern matching features described above under PPaatthhnnaammee EExxppaannssiioonn are enabled. eexxttqquuoottee - If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed - within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double + If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed + within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double quotes. This option is enabled by default. ffaaiillgglloobb - If set, patterns which fail to match filenames during + If set, patterns which fail to match filenames during pathname expansion result in an expansion error. ffoorrccee__ffiiggnnoorree - If set, the suffixes specified by the FFIIGGNNOORREE shell - variable cause words to be ignored when performing word + If set, the suffixes specified by the FFIIGGNNOORREE shell + variable cause words to be ignored when performing word completion even if the ignored words are the only possi- - ble completions. See SSHHEELLLL VVAARRIIAABBLLEESS above for a de- - scription of FFIIGGNNOORREE. This option is enabled by de- + ble completions. See SSHHEELLLL VVAARRIIAABBLLEESS above for a de- + scription of FFIIGGNNOORREE. This option is enabled by de- fault. gglloobbaasscciiiirraannggeess - If set, range expressions used in pattern matching - bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave - as if in the traditional C locale when performing com- - parisons. That is, the current locale's collating se- - quence is not taken into account, so bb will not collate - between AA and BB, and upper-case and lower-case ASCII + If set, range expressions used in pattern matching + bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave + as if in the traditional C locale when performing com- + parisons. That is, the current locale's collating se- + quence is not taken into account, so bb will not collate + between AA and BB, and upper-case and lower-case ASCII characters will collate together. + gglloobbsskkiippddoottss + If set, pathname expansion will never match the file- + names ````..'''' and ````....'''', even if the pattern begins with + a ````..''''. This option is enabled by default. + gglloobbssttaarr If set, the pattern **** used in a pathname expansion con- - text will match all files and zero or more directories - and subdirectories. If the pattern is followed by a //, + text will match all files and zero or more directories + and subdirectories. If the pattern is followed by a //, only directories and subdirectories match. ggnnuu__eerrrrffmmtt @@ -5908,25 +5916,25 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS GNU error message format. hhiissttaappppeenndd - If set, the history list is appended to the file named + If set, the history list is appended to the file named by the value of the HHIISSTTFFIILLEE variable when the shell ex- its, rather than overwriting the file. hhiissttrreeeeddiitt - If set, and rreeaaddlliinnee is being used, a user is given the + If set, and rreeaaddlliinnee is being used, a user is given the opportunity to re-edit a failed history substitution. hhiissttvveerriiffyy - If set, and rreeaaddlliinnee is being used, the results of his- - tory substitution are not immediately passed to the - shell parser. Instead, the resulting line is loaded + If set, and rreeaaddlliinnee is being used, the results of his- + tory substitution are not immediately passed to the + shell parser. Instead, the resulting line is loaded into the rreeaaddlliinnee editing buffer, allowing further modi- fication. hhoossttccoommpplleettee If set, and rreeaaddlliinnee is being used, bbaasshh will attempt to - perform hostname completion when a word containing a @@ - is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE + perform hostname completion when a word containing a @@ + is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE above). This is enabled by default. hhuuppoonneexxiitt @@ -5934,23 +5942,23 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS active login shell exits. iinnhheerriitt__eerrrreexxiitt - If set, command substitution inherits the value of the - eerrrreexxiitt option, instead of unsetting it in the subshell - environment. This option is enabled when _p_o_s_i_x _m_o_d_e is + If set, command substitution inherits the value of the + eerrrreexxiitt option, instead of unsetting it in the subshell + environment. This option is enabled when _p_o_s_i_x _m_o_d_e is enabled. iinntteerraaccttiivvee__ccoommmmeennttss If set, allow a word beginning with ## to cause that word - and all remaining characters on that line to be ignored - in an interactive shell (see CCOOMMMMEENNTTSS above). This op- + and all remaining characters on that line to be ignored + in an interactive shell (see CCOOMMMMEENNTTSS above). This op- tion is enabled by default. llaassttppiippee - If set, and job control is not active, the shell runs + If set, and job control is not active, the shell runs the last command of a pipeline not executed in the back- ground in the current shell environment. - lliitthhiisstt If set, and the ccmmddhhiisstt option is enabled, multi-line + lliitthhiisstt If set, and the ccmmddhhiisstt option is enabled, multi-line commands are saved to the history with embedded newlines rather than using semicolon separators where possible. @@ -5961,54 +5969,54 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS tribute is not inherited. llooccaallvvaarr__uunnsseett - If set, calling uunnsseett on local variables in previous - function scopes marks them so subsequent lookups find - them unset until that function returns. This is identi- - cal to the behavior of unsetting local variables at the + If set, calling uunnsseett on local variables in previous + function scopes marks them so subsequent lookups find + them unset until that function returns. This is identi- + cal to the behavior of unsetting local variables at the current function scope. llooggiinn__sshheellll - The shell sets this option if it is started as a login - shell (see IINNVVOOCCAATTIIOONN above). The value may not be + The shell sets this option if it is started as a login + shell (see IINNVVOOCCAATTIIOONN above). The value may not be changed. mmaaiillwwaarrnn - If set, and a file that bbaasshh is checking for mail has - been accessed since the last time it was checked, the - message ``The mail in _m_a_i_l_f_i_l_e has been read'' is dis- + If set, and a file that bbaasshh is checking for mail has + been accessed since the last time it was checked, the + message ``The mail in _m_a_i_l_f_i_l_e has been read'' is dis- played. nnoo__eemmppttyy__ccmmdd__ccoommpplleettiioonn - If set, and rreeaaddlliinnee is being used, bbaasshh will not at- - tempt to search the PPAATTHH for possible completions when + If set, and rreeaaddlliinnee is being used, bbaasshh will not at- + tempt to search the PPAATTHH for possible completions when completion is attempted on an empty line. nnooccaasseegglloobb - If set, bbaasshh matches filenames in a case-insensitive + If set, bbaasshh matches filenames in a case-insensitive fashion when performing pathname expansion (see PPaatthhnnaammee EExxppaannssiioonn above). nnooccaasseemmaattcchh - If set, bbaasshh matches patterns in a case-insensitive + If set, bbaasshh matches patterns in a case-insensitive fashion when performing matching while executing ccaassee or [[[[ conditional commands, when performing pattern substi- - tution word expansions, or when filtering possible com- + tution word expansions, or when filtering possible com- pletions as part of programmable completion. nnooeexxppaanndd__ttrraannssllaattiioonn - If set, bbaasshh encloses the translated results of $"..." - quoting in single quotes instead of double quotes. If + If set, bbaasshh encloses the translated results of $"..." + quoting in single quotes instead of double quotes. If the string is not translated, this has no effect. nnuullllgglloobb - If set, bbaasshh allows patterns which match no files (see - PPaatthhnnaammee EExxppaannssiioonn above) to expand to a null string, + If set, bbaasshh allows patterns which match no files (see + PPaatthhnnaammee EExxppaannssiioonn above) to expand to a null string, rather than themselves. ppaattssuubb__rreeppllaacceemmeenntt If set, bbaasshh expands occurrences of && in the replacement - string of pattern substitution to the text matched by - the pattern, as described under PPaarraammeetteerr EExxppaannssiioonn + string of pattern substitution to the text matched by + the pattern, as described under PPaarraammeetteerr EExxppaannssiioonn above. This option is enabled by default. pprrooggccoommpp @@ -6017,68 +6025,68 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS enabled by default. pprrooggccoommpp__aalliiaass - If set, and programmable completion is enabled, bbaasshh - treats a command name that doesn't have any completions - as a possible alias and attempts alias expansion. If it - has an alias, bbaasshh attempts programmable completion us- + If set, and programmable completion is enabled, bbaasshh + treats a command name that doesn't have any completions + as a possible alias and attempts alias expansion. If it + has an alias, bbaasshh attempts programmable completion us- ing the command word resulting from the expanded alias. pprroommppttvvaarrss If set, prompt strings undergo parameter expansion, com- - mand substitution, arithmetic expansion, and quote re- - moval after being expanded as described in PPRROOMMPPTTIINNGG + mand substitution, arithmetic expansion, and quote re- + moval after being expanded as described in PPRROOMMPPTTIINNGG above. This option is enabled by default. rreessttrriicctteedd__sshheellll - The shell sets this option if it is started in re- - stricted mode (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). The value - may not be changed. This is not reset when the startup - files are executed, allowing the startup files to dis- + The shell sets this option if it is started in re- + stricted mode (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). The value + may not be changed. This is not reset when the startup + files are executed, allowing the startup files to dis- cover whether or not a shell is restricted. sshhiifftt__vveerrbboossee - If set, the sshhiifftt builtin prints an error message when + If set, the sshhiifftt builtin prints an error message when the shift count exceeds the number of positional parame- ters. ssoouurrcceeppaatthh If set, the .. (ssoouurrccee) builtin uses the value of PPAATTHH to - find the directory containing the file supplied as an + find the directory containing the file supplied as an argument. This option is enabled by default. vvaarrrreeddiirr__cclloossee - If set, the shell automatically closes file descriptors + If set, the shell automatically closes file descriptors assigned using the _{_v_a_r_n_a_m_e_} redirection syntax (see RREE-- - DDIIRREECCTTIIOONN above) instead of leaving them open when the + DDIIRREECCTTIIOONN above) instead of leaving them open when the command completes. xxppgg__eecchhoo - If set, the eecchhoo builtin expands backslash-escape se- + If set, the eecchhoo builtin expands backslash-escape se- quences by default. ssuussppeenndd [--ff] - Suspend the execution of this shell until it receives a SSIIGGCCOONNTT + Suspend the execution of this shell until it receives a SSIIGGCCOONNTT signal. A login shell cannot be suspended; the --ff option can be used to override this and force the suspension. The return sta- - tus is 0 unless the shell is a login shell and --ff is not sup- + tus is 0 unless the shell is a login shell and --ff is not sup- plied, or if job control is not enabled. tteesstt _e_x_p_r [[ _e_x_p_r ]] Return a status of 0 (true) or 1 (false) depending on the evalu- ation of the conditional expression _e_x_p_r. Each operator and op- - erand must be a separate argument. Expressions are composed of - the primaries described above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. - tteesstt does not accept any options, nor does it accept and ignore + erand must be a separate argument. Expressions are composed of + the primaries described above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. + tteesstt does not accept any options, nor does it accept and ignore an argument of ---- as signifying the end of options. - Expressions may be combined using the following operators, - listed in decreasing order of precedence. The evaluation de- - pends on the number of arguments; see below. Operator prece- + Expressions may be combined using the following operators, + listed in decreasing order of precedence. The evaluation de- + pends on the number of arguments; see below. Operator prece- dence is used when there are five or more arguments. !! _e_x_p_r True if _e_x_p_r is false. (( _e_x_p_r )) - Returns the value of _e_x_p_r. This may be used to override + Returns the value of _e_x_p_r. This may be used to override the normal precedence of operators. _e_x_p_r_1 -aa _e_x_p_r_2 True if both _e_x_p_r_1 and _e_x_p_r_2 are true. @@ -6095,139 +6103,139 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS null. 2 arguments If the first argument is !!, the expression is true if and - only if the second argument is null. If the first argu- - ment is one of the unary conditional operators listed - above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS, the expression is + only if the second argument is null. If the first argu- + ment is one of the unary conditional operators listed + above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS, the expression is true if the unary test is true. If the first argument is not a valid unary conditional operator, the expression is false. 3 arguments The following conditions are applied in the order listed. - If the second argument is one of the binary conditional + If the second argument is one of the binary conditional operators listed above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS, the result of the expression is the result of the binary test - using the first and third arguments as operands. The --aa - and --oo operators are considered binary operators when - there are three arguments. If the first argument is !!, - the value is the negation of the two-argument test using + using the first and third arguments as operands. The --aa + and --oo operators are considered binary operators when + there are three arguments. If the first argument is !!, + the value is the negation of the two-argument test using the second and third arguments. If the first argument is exactly (( and the third argument is exactly )), the result - is the one-argument test of the second argument. Other- + is the one-argument test of the second argument. Other- wise, the expression is false. 4 arguments The following conditions are applied in the order listed. If the first argument is !!, the result is the negation of - the three-argument expression composed of the remaining - arguments. the two-argument test using the second and - third arguments. If the first argument is exactly (( and - the fourth argument is exactly )), the result is the two- - argument test of the second and third arguments. Other- + the three-argument expression composed of the remaining + arguments. the two-argument test using the second and + third arguments. If the first argument is exactly (( and + the fourth argument is exactly )), the result is the two- + argument test of the second and third arguments. Other- wise, the expression is parsed and evaluated according to precedence using the rules listed above. 5 or more arguments - The expression is parsed and evaluated according to + The expression is parsed and evaluated according to precedence using the rules listed above. - When used with tteesstt or [[, the << and >> 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 [--HHSS] --aa uulliimmiitt [--HHSS] [--bbccddeeffiikkllmmnnppqqrrssttuuvvxxPPRRTT [_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. + 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, if appropriate, are printed before the value. Other op- + When more than one resource is specified, the limit name and + unit, if appropriate, are printed before the value. Other op- tions are interpreted as follows: --aa All current limits are reported; no limits are set --bb The maximum socket buffer size --cc The maximum size of core files created --dd The maximum size of a process's data segment --ee The maximum scheduling priority ("nice") - --ff The maximum size of files written by the shell and its + --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) @@ -6236,132 +6244,132 @@ 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 + --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; --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 + 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; --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 or may not be unset. 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 from + 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 + 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- + 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 + 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 + 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- + 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, + 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 + 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 + 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- + 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- + 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-- + 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 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 + 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- + 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 @@ -6369,114 +6377,114 @@ SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE 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 + +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 + +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 + 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 + +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 + 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- + 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 + +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 + +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 + +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 + +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- + 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 + +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 + +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 + +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- + +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 + 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 - +o If the command hash table is empty, bash versions prior - to bash-5.1 printed an informational message to that ef- - fect, even when producing output that can be reused as - input. Bash-5.1 suppresses that message when the --ll op- + +o If the command hash table is empty, bash versions prior + to bash-5.1 printed an informational message to that ef- + fect, even when producing output that can be reused as + input. Bash-5.1 suppresses that message when the --ll op- tion is supplied. ccoommppaatt5511 - +o The uunnsseett builtin treats attempts to unset array sub- - scripts @@ and ** differently depending on whether the ar- - ray is indexed or associative, and differently than in + +o The uunnsseett builtin treats attempts to unset array sub- + scripts @@ and ** differently depending on whether the ar- + ray is indexed or associative, and differently than in previous versions. RREESSTTRRIICCTTEEDD SSHHEELLLL If bbaasshh is started with the name rrbbaasshh, or the --rr option is supplied at - invocation, the shell becomes restricted. A restricted shell is used - to set up an environment more controlled than the standard shell. It - behaves identically to bbaasshh with the exception that the following are + invocation, the shell becomes restricted. A restricted shell is used + to set up an environment more controlled than the standard shell. It + behaves identically to bbaasshh with the exception that the following are disallowed or not performed: +o changing directories with ccdd - +o setting or unsetting the values of SSHHEELLLL, PPAATTHH, HHIISSTTFFIILLEE, 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 + +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 + +o specifying a filename containing a slash as an argument to the --pp option to the hhaasshh builtin command - +o importing function definitions from the shell environment at + +o importing function definitions from the shell environment at startup - +o parsing the value of SSHHEELLLLOOPPTTSS from the shell environment at + +o parsing the value of SSHHEELLLLOOPPTTSS from the shell environment at startup +o redirecting output using the >, >|, <>, >&, &>, and >> redirect- @@ -6485,28 +6493,28 @@ RREESSTTRRIICCTTEEDD SSHHEELLLL +o using the eexxeecc builtin command to replace the shell with another command - +o adding or deleting builtin commands with the --ff and --dd options + +o adding or deleting builtin commands with the --ff and --dd options to the eennaabbllee builtin command - +o using the eennaabbllee builtin command to enable disabled shell + +o using the eennaabbllee builtin command to enable disabled shell builtins +o specifying the --pp option to the ccoommmmaanndd builtin command - +o turning off restricted mode with sseett ++rr or sshhoopptt --uu rree-- + +o turning off restricted mode with sseett ++rr or sshhoopptt --uu rree-- ssttrriicctteedd__sshheellll. These restrictions are enforced after any startup files are read. When a command that is found to be a shell script is executed (see CCOOMM-- - MMAANNDD EEXXEECCUUTTIIOONN above), rrbbaasshh turns off any restrictions in the shell + MMAANNDD EEXXEECCUUTTIIOONN above), rrbbaasshh turns off any restrictions in the shell spawned to execute the script. SSEEEE AALLSSOO _B_a_s_h _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, Brian Fox and Chet Ramey _T_h_e _G_n_u _R_e_a_d_l_i_n_e _L_i_b_r_a_r_y, Brian Fox and Chet Ramey _T_h_e _G_n_u _H_i_s_t_o_r_y _L_i_b_r_a_r_y, Brian Fox and Chet Ramey - _P_o_r_t_a_b_l_e _O_p_e_r_a_t_i_n_g _S_y_s_t_e_m _I_n_t_e_r_f_a_c_e _(_P_O_S_I_X_) _P_a_r_t _2_: _S_h_e_l_l _a_n_d _U_t_i_l_i_- + _P_o_r_t_a_b_l_e _O_p_e_r_a_t_i_n_g _S_y_s_t_e_m _I_n_t_e_r_f_a_c_e _(_P_O_S_I_X_) _P_a_r_t _2_: _S_h_e_l_l _a_n_d _U_t_i_l_i_- _t_i_e_s, IEEE -- http://pubs.opengroup.org/onlinepubs/9699919799/ http://tiswww.case.edu/~chet/bash/POSIX -- a description of posix mode @@ -6524,10 +6532,10 @@ FFIILLEESS _~_/_._b_a_s_h_r_c The individual per-interactive-shell startup file _~_/_._b_a_s_h___l_o_g_o_u_t - The individual login shell cleanup file, executed when a login + The individual login shell cleanup file, executed when a login shell exits _~_/_._b_a_s_h___h_i_s_t_o_r_y - The default value of HHIISSTTFFIILLEE, the file in which bash saves the + The default value of HHIISSTTFFIILLEE, the file in which bash saves the command history _~_/_._i_n_p_u_t_r_c Individual _r_e_a_d_l_i_n_e initialization file @@ -6541,15 +6549,15 @@ AAUUTTHHOORRSS BBUUGG RREEPPOORRTTSS If you find a bug in bbaasshh,, you should report it. But first, you should - make sure that it really is a bug, and that it appears in the latest - version of bbaasshh. The latest version is always available from + make sure that it really is a bug, and that it appears in the latest + version of bbaasshh. The latest version is always available from _f_t_p_:_/_/_f_t_p_._g_n_u_._o_r_g_/_p_u_b_/_g_n_u_/_b_a_s_h_/ and _h_t_t_p_:_/_/_g_i_t_._s_a_v_a_n_- _n_a_h_._g_n_u_._o_r_g_/_c_g_i_t_/_b_a_s_h_._g_i_t_/_s_n_a_p_s_h_o_t_/_b_a_s_h_-_m_a_s_t_e_r_._t_a_r_._g_z. - Once you have determined that a bug actually exists, use the _b_a_s_h_b_u_g - command to submit a bug report. If you have a fix, you are encouraged - to mail that as well! Suggestions and `philosophical' bug reports may - be mailed to _b_u_g_-_b_a_s_h_@_g_n_u_._o_r_g or posted to the Usenet newsgroup + Once you have determined that a bug actually exists, use the _b_a_s_h_b_u_g + command to submit a bug report. If you have a fix, you are encouraged + to mail that as well! Suggestions and `philosophical' bug reports may + be mailed to _b_u_g_-_b_a_s_h_@_g_n_u_._o_r_g or posted to the Usenet newsgroup ggnnuu..bbaasshh..bbuugg. ALL bug reports should include: @@ -6560,7 +6568,7 @@ BBUUGG RREEPPOORRTTSS A description of the bug behaviour A short script or `recipe' which exercises the bug - _b_a_s_h_b_u_g inserts the first three items automatically into the template + _b_a_s_h_b_u_g inserts the first three items automatically into the template it provides for filing a bug report. Comments and bug reports concerning this manual page should be directed @@ -6577,10 +6585,10 @@ BBUUGGSS Shell builtin commands and functions are not stoppable/restartable. Compound commands and command sequences of the form `a ; b ; c' are not - handled gracefully when process suspension is attempted. When a - process is stopped, the shell immediately executes the next command in - the sequence. It suffices to place the sequence of commands between - parentheses to force it into a subshell, which may be stopped as a + handled gracefully when process suspension is attempted. When a + process is stopped, the shell immediately executes the next command in + the sequence. It suffices to place the sequence of commands between + parentheses to force it into a subshell, which may be stopped as a unit. Array variables may not (yet) be exported. @@ -6589,4 +6597,4 @@ BBUUGGSS -GNU Bash 5.2 2021 November 22 BASH(1) +GNU Bash 5.2 2021 December 26 BASH(1) diff --git a/doc/bash.html b/doc/bash.html index 96ca194e..87259ee4 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2021 November 22BASH(1) +BASH(1)2021 December 26BASH(1)

Index @@ -368,7 +368,7 @@ An interactive shell is one started without non-option arguments and without the -c -option +option, whose standard input and error are both connected to terminals (as determined by isatty(3)), @@ -941,7 +941,7 @@ Expressions are composed of the primaries described below under The words between the [[ and ]] do not undergo word splitting -and filename expansion. +and pathname expansion. The shell performs tilde expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal on those words @@ -2557,15 +2557,15 @@ builtin command when no arguments are supplied.
Each time this parameter is -referenced, the number of seconds since shell invocation is returned. If a -value is assigned to +referenced, it expands to the number of seconds since shell invocation. +If a value is assigned to SECONDS, 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 +The number of seconds at shell invocation and the current time are always determined by querying the system clock. If SECONDS @@ -4681,6 +4681,18 @@ even if dotglob is set. +If the +globskipdots + +shell option is enabled, the filenames +``.'' + +and +``..'' + +are never matched, even if the pattern begins with a +``.''. + When not matching pathnames, the ``.'' @@ -4704,6 +4716,8 @@ for a description of the nullglob, +globskipdots, + failglob, and @@ -12524,7 +12538,9 @@ Exit after reading and executing one command.
Treat unset variables and parameters other than the special -parameters "@" and "*" as an error when performing +parameters "@" and "*", +or array variables subscripted with "@" or "*", +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. @@ -13046,6 +13062,19 @@ and B, and upper-case and lower-case ASCII characters will collate together. +
globskipdots + +
+If set, pathname expansion will never match the filenames +``.'' + +and +``..'', + +even if the pattern begins with a +``.''. + +This option is enabled by default.
globstar
@@ -14588,7 +14617,7 @@ There may be only one active coprocess at a time.
-
GNU Bash 5.22021 November 22BASH(1) +GNU Bash 5.22021 December 26BASH(1)

@@ -14694,7 +14723,7 @@ There may be only one active coprocess at a time.
BUGS

-This document was created by man2html from bash.1.
-Time: 22 November 2021 11:02:25 EST +This document was created by man2html from /usr/local/src/bash/bash-20220105/doc/bash.1.
+Time: 11 January 2022 15:02:14 EST diff --git a/doc/bash.info b/doc/bash.info index 8dc44b5c..a090315c 100644 --- a/doc/bash.info +++ b/doc/bash.info @@ -1,9 +1,9 @@ This is bash.info, produced by makeinfo version 6.8 from bashref.texi. This text is a brief description of the features that are present in the -Bash shell (version 5.2, 2 December 2021). +Bash shell (version 5.2, 26 December 2021). - This is Edition 5.2, last updated 2 December 2021, of 'The GNU Bash + This is Edition 5.2, last updated 26 December 2021, of 'The GNU Bash Reference Manual', for 'Bash', Version 5.2. Copyright (C) 1988-2021 Free Software Foundation, Inc. @@ -26,10 +26,10 @@ Bash Features ************* This text is a brief description of the features that are present in the -Bash shell (version 5.2, 2 December 2021). The Bash home page is +Bash shell (version 5.2, 26 December 2021). The Bash home page is . - This is Edition 5.2, last updated 2 December 2021, of 'The GNU Bash + This is Edition 5.2, last updated 26 December 2021, of 'The GNU Bash Reference Manual', for 'Bash', Version 5.2. Bash contains features that appear in other popular shells, and some @@ -2344,8 +2344,10 @@ characters. the start of a filename or immediately following a slash must be matched explicitly, unless the shell option 'dotglob' is set. In order to match the filenames '.' and '..', the pattern must begin with '.' (for -example, '.?'), even if 'dotglob' is set. When not matching filenames, -the '.' character is not treated specially. +example, '.?'), even if 'dotglob' is set. If the 'globskipdots' shell +option is enabled, the filenames '.' and '..' are never matched, even if +the pattern begins with a '.'. When not matching filenames, the '.' +character is not treated specially. When matching a filename, the slash character must always be matched explicitly by a slash in the pattern, but in other matching contexts it @@ -2353,8 +2355,8 @@ can be matched by a special pattern character as described below (*note Pattern Matching::). See the description of 'shopt' in *note The Shopt Builtin::, for a -description of the 'nocaseglob', 'nullglob', 'failglob', and 'dotglob' -options. +description of the 'nocaseglob', 'nullglob', 'globskipdots', 'failglob', +and 'dotglob' options. The 'GLOBIGNORE' shell variable may be used to restrict the set of file names matching a pattern. If 'GLOBIGNORE' is set, each matching @@ -4566,9 +4568,10 @@ parameters, or to display the names and values of shell variables. '-u' Treat unset variables and parameters other than the special - parameters '@' or '*' as an error when performing parameter - expansion. An error message will be written to the standard - error, and a non-interactive shell will exit. + parameters '@' or '*', or array variables subscripted with '@' + or '*', as an error when performing parameter expansion. An + error message will be written to the standard error, and a + non-interactive shell will exit. '-v' Print shell input lines as they are read. @@ -4860,6 +4863,11 @@ This builtin allows you to change additional shell optional behavior. upper-case and lower-case ASCII characters will collate together. + 'globskipdots' + If set, filename expansion will never match the filenames '.' + and '..', even if the pattern begins with a '.'. This option + is enabled by default. + 'globstar' If set, the pattern '**' used in a filename expansion context will match all files and zero or more directories and @@ -5753,7 +5761,7 @@ Variables::). 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. The number of seconds - at shell invocation and the current time is always determined by + at shell invocation and the current time are always determined by querying the system clock. If 'SECONDS' is unset, it loses its special properties, even if it is subsequently reset. @@ -6148,8 +6156,8 @@ File: bash.info, Node: What is an Interactive Shell?, Next: Is this Shell Inte 6.3.1 What is an Interactive Shell? ----------------------------------- -An interactive shell is one started without non-option arguments, unless -'-s' is specified, without specifying the '-c' option, and whose input +An interactive shell is one started without non-option arguments (unless +'-s' is specified) and without specifying the '-c' option, whose input and error output are both connected to terminals (as determined by 'isatty(3)'), or one started with the '-i' option. @@ -12414,138 +12422,138 @@ D.5 Concept Index  Tag Table: -Node: Top892 -Node: Introduction2807 -Node: What is Bash?3020 -Node: What is a shell?4131 -Node: Definitions6666 -Node: Basic Shell Features9614 -Node: Shell Syntax10830 -Node: Shell Operation11853 -Node: Quoting13143 -Node: Escape Character14444 -Node: Single Quotes14926 -Node: Double Quotes15271 -Node: ANSI-C Quoting16546 -Node: Locale Translation17853 -Node: Creating Internationalized Scripts19161 -Node: Comments23275 -Node: Shell Commands23890 -Node: Reserved Words24825 -Node: Simple Commands25578 -Node: Pipelines26229 -Node: Lists29185 -Node: Compound Commands30977 -Node: Looping Constructs31986 -Node: Conditional Constructs34478 -Node: Command Grouping48819 -Node: Coprocesses50294 -Node: GNU Parallel52954 -Node: Shell Functions53868 -Node: Shell Parameters61156 -Node: Positional Parameters65541 -Node: Special Parameters66440 -Node: Shell Expansions69651 -Node: Brace Expansion71775 -Node: Tilde Expansion74506 -Node: Shell Parameter Expansion77124 -Node: Command Substitution94987 -Node: Arithmetic Expansion96339 -Node: Process Substitution97304 -Node: Word Splitting98421 -Node: Filename Expansion100362 -Node: Pattern Matching102959 -Node: Quote Removal107564 -Node: Redirections107856 -Node: Executing Commands117513 -Node: Simple Command Expansion118180 -Node: Command Search and Execution120287 -Node: Command Execution Environment122662 -Node: Environment125694 -Node: Exit Status127354 -Node: Signals129135 -Node: Shell Scripts132581 -Node: Shell Builtin Commands135605 -Node: Bourne Shell Builtins137640 -Node: Bash Builtins159098 -Node: Modifying Shell Behavior189951 -Node: The Set Builtin190293 -Node: The Shopt Builtin200832 -Node: Special Builtins216543 -Node: Shell Variables217519 -Node: Bourne Shell Variables217953 -Node: Bash Variables220054 -Node: Bash Features252866 -Node: Invoking Bash253876 -Node: Bash Startup Files259886 -Node: Interactive Shells264986 -Node: What is an Interactive Shell?265393 -Node: Is this Shell Interactive?266039 -Node: Interactive Shell Behavior266851 -Node: Bash Conditional Expressions270477 -Node: Shell Arithmetic275116 -Node: Aliases278057 -Node: Arrays280667 -Node: The Directory Stack286911 -Node: Directory Stack Builtins287692 -Node: Controlling the Prompt291949 -Node: The Restricted Shell294911 -Node: Bash POSIX Mode297518 -Node: Shell Compatibility Mode308788 -Node: Job Control316814 -Node: Job Control Basics317271 -Node: Job Control Builtins322270 -Node: Job Control Variables327667 -Node: Command Line Editing328820 -Node: Introduction and Notation330488 -Node: Readline Interaction332108 -Node: Readline Bare Essentials333296 -Node: Readline Movement Commands335076 -Node: Readline Killing Commands336033 -Node: Readline Arguments337948 -Node: Searching338989 -Node: Readline Init File341172 -Node: Readline Init File Syntax342430 -Node: Conditional Init Constructs363915 -Node: Sample Init File368108 -Node: Bindable Readline Commands371229 -Node: Commands For Moving372430 -Node: Commands For History374478 -Node: Commands For Text379469 -Node: Commands For Killing383115 -Node: Numeric Arguments386145 -Node: Commands For Completion387281 -Node: Keyboard Macros391469 -Node: Miscellaneous Commands392153 -Node: Readline vi Mode398089 -Node: Programmable Completion398993 -Node: Programmable Completion Builtins406770 -Node: A Programmable Completion Example417462 -Node: Using History Interactively422706 -Node: Bash History Facilities423387 -Node: Bash History Builtins426389 -Node: History Interaction431394 -Node: Event Designators435011 -Node: Word Designators436362 -Node: Modifiers438119 -Node: Installing Bash439927 -Node: Basic Installation441061 -Node: Compilers and Options444780 -Node: Compiling For Multiple Architectures445518 -Node: Installation Names447208 -Node: Specifying the System Type449314 -Node: Sharing Defaults450027 -Node: Operation Controls450697 -Node: Optional Features451652 -Node: Reporting Bugs462867 -Node: Major Differences From The Bourne Shell464139 -Node: GNU Free Documentation License480986 -Node: Indexes506160 -Node: Builtin Index506611 -Node: Reserved Word Index513435 -Node: Variable Index515880 -Node: Function Index532369 -Node: Concept Index546150 +Node: Top894 +Node: Introduction2811 +Node: What is Bash?3024 +Node: What is a shell?4135 +Node: Definitions6670 +Node: Basic Shell Features9618 +Node: Shell Syntax10834 +Node: Shell Operation11857 +Node: Quoting13147 +Node: Escape Character14448 +Node: Single Quotes14930 +Node: Double Quotes15275 +Node: ANSI-C Quoting16550 +Node: Locale Translation17857 +Node: Creating Internationalized Scripts19165 +Node: Comments23279 +Node: Shell Commands23894 +Node: Reserved Words24829 +Node: Simple Commands25582 +Node: Pipelines26233 +Node: Lists29189 +Node: Compound Commands30981 +Node: Looping Constructs31990 +Node: Conditional Constructs34482 +Node: Command Grouping48823 +Node: Coprocesses50298 +Node: GNU Parallel52958 +Node: Shell Functions53872 +Node: Shell Parameters61160 +Node: Positional Parameters65545 +Node: Special Parameters66444 +Node: Shell Expansions69655 +Node: Brace Expansion71779 +Node: Tilde Expansion74510 +Node: Shell Parameter Expansion77128 +Node: Command Substitution94991 +Node: Arithmetic Expansion96343 +Node: Process Substitution97308 +Node: Word Splitting98425 +Node: Filename Expansion100366 +Node: Pattern Matching103112 +Node: Quote Removal107717 +Node: Redirections108009 +Node: Executing Commands117666 +Node: Simple Command Expansion118333 +Node: Command Search and Execution120440 +Node: Command Execution Environment122815 +Node: Environment125847 +Node: Exit Status127507 +Node: Signals129288 +Node: Shell Scripts132734 +Node: Shell Builtin Commands135758 +Node: Bourne Shell Builtins137793 +Node: Bash Builtins159251 +Node: Modifying Shell Behavior190104 +Node: The Set Builtin190446 +Node: The Shopt Builtin201044 +Node: Special Builtins216953 +Node: Shell Variables217929 +Node: Bourne Shell Variables218363 +Node: Bash Variables220464 +Node: Bash Features253277 +Node: Invoking Bash254287 +Node: Bash Startup Files260297 +Node: Interactive Shells265397 +Node: What is an Interactive Shell?265804 +Node: Is this Shell Interactive?266450 +Node: Interactive Shell Behavior267262 +Node: Bash Conditional Expressions270888 +Node: Shell Arithmetic275527 +Node: Aliases278468 +Node: Arrays281078 +Node: The Directory Stack287322 +Node: Directory Stack Builtins288103 +Node: Controlling the Prompt292360 +Node: The Restricted Shell295322 +Node: Bash POSIX Mode297929 +Node: Shell Compatibility Mode309199 +Node: Job Control317225 +Node: Job Control Basics317682 +Node: Job Control Builtins322681 +Node: Job Control Variables328078 +Node: Command Line Editing329231 +Node: Introduction and Notation330899 +Node: Readline Interaction332519 +Node: Readline Bare Essentials333707 +Node: Readline Movement Commands335487 +Node: Readline Killing Commands336444 +Node: Readline Arguments338359 +Node: Searching339400 +Node: Readline Init File341583 +Node: Readline Init File Syntax342841 +Node: Conditional Init Constructs364326 +Node: Sample Init File368519 +Node: Bindable Readline Commands371640 +Node: Commands For Moving372841 +Node: Commands For History374889 +Node: Commands For Text379880 +Node: Commands For Killing383526 +Node: Numeric Arguments386556 +Node: Commands For Completion387692 +Node: Keyboard Macros391880 +Node: Miscellaneous Commands392564 +Node: Readline vi Mode398500 +Node: Programmable Completion399404 +Node: Programmable Completion Builtins407181 +Node: A Programmable Completion Example417873 +Node: Using History Interactively423117 +Node: Bash History Facilities423798 +Node: Bash History Builtins426800 +Node: History Interaction431805 +Node: Event Designators435422 +Node: Word Designators436773 +Node: Modifiers438530 +Node: Installing Bash440338 +Node: Basic Installation441472 +Node: Compilers and Options445191 +Node: Compiling For Multiple Architectures445929 +Node: Installation Names447619 +Node: Specifying the System Type449725 +Node: Sharing Defaults450438 +Node: Operation Controls451108 +Node: Optional Features452063 +Node: Reporting Bugs463278 +Node: Major Differences From The Bourne Shell464550 +Node: GNU Free Documentation License481397 +Node: Indexes506571 +Node: Builtin Index507022 +Node: Reserved Word Index513846 +Node: Variable Index516291 +Node: Function Index532780 +Node: Concept Index546561  End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index a9708c4f8289545ded478327eeb241a2a3fc9a2a..59003607e3c6f0672668c04d3ee17469eb9e6000 100644 GIT binary patch delta 326328 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

-!Vw6mH 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 {v- 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 z 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 xWgwvs^QZ1u-MVP{w6EWj*(k4oF#jOQuNW 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

Z;TGt`iS@h}ZZv)B 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 delta 327058 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̬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 ssTquB*t-dzI}E=J&pL1a~5TJaLse^Xnz>R ztUO|6%+$0|k>_ISr*6{*b+Buj$9m|dU9cSw!Ti_;&*Fb0mPT1>zsbZm;{i*Z$DkR9 zx$cHwdTje1L(DY>In>SE9;N`pIKSa745~Jkh>cydq=;Zl{1oeas?FXiEVU}tyez76 zY0LiD2IH3A`r`X4sK_Zv6{SU~b`{=y{RjE9kWaDtIOdgl8tG@!pJi0AG|tt-TWonh zPE&W^x7dH!Zr`_aHx5%!A6j9LUAwy%``U_M5AAg9=X#ifzMJOY`LSyr#rAR*@iMFQ zwuFQ4!d*Q#kIJr9R8>h{k{N^hwi_PweC;N>{PFfb#O~x8uhZDr=jBgw{fucqW>Ly2 zy}Ms}7`Dup(@$eIRU^BxO_@ zgaFl5F3ssW=s`plj2GO05<~3|ZPRYZuH#<$aM-|)m#m1YvgF~zan}y>bS3`Y0<@09 zg#&+RzHct1(=g8E8`tb9wqXMDtYyn0Ghq{(O&{9bsDglrAmE4w{bu+icFm(C&SVrM zHVVSc)`mVT!L!7UFT>+7?u;oTJyJ>^WLd-trjhclcS$6%0n*lFH634aD+sVMPj!I( z%W|JN)?qoQ8+?GqkzM~Qmg0JZK{Ldf0Um!`e&Ei7xt*lnC1&4B=u{cvn=QgH6f6Wc zH1*Vy_eHEkVy+Byz%@OFpBmTLmEEJkNid9aU;wh*H~2lywLh^8x?Cb=5&;yO%~RF9^oL$EA_C17b`G9p*Q)mUm6Mgog{@e{lWW` zMM;&LPY>Rw;GMWIyptC?1hKknnI>~=B6Zk>gU#qA$xF}O{5T%xp!S@b1N6l23bEkB z<-|!AWr>NkS}d!;Cr&=&ITI5}9uj|MBIxe+GnsE!BO`+qPXNI(7UeA0qvUFoC(7Rz zub98AlEk0O0(aWCP4`Pvi(iP>{T*H>MFCpKP5M~bB%uIpK$5>#BV4688cL)=gvN4` z_7bToW@#RN1T}$oX;S?8aKL|zO>;zAtv7JeEr^h!;r#aP#7<0u7jd zD7srhh)0~qv5xJR(dRF)qXwUVvBMWjhudiX@y>X{&QsA+wdcZ@uioFRkHn+YNVLxx z>0kfpE4CcAm}mt71VB5604mEMdn?PiQJTuI`*z%P+fS}*b!H~ePzLt*k<$Fx`Pm^| zbaaPx(?CiQdZd={0~Y$3GJ$WFbM}yb_|!5O;5;Bm`%l;HA{eWb_(enK<2iP2jJ2eo091y;h%kRKu zPH-rhK^qxlt`(oTsaqDY9Hk*QTS+1+61>VQctmlCTFYSgsT+?I%yHkg5oH@0m8p!jcbQGwX+p^>*ve~CM z^dOZB5QST1b;Z&_rCBe3O;h~?4!ZB_;V&rYhE}S4>c_Cy_DoJ}NeHt6{c_{kGJ$|J zvJE`@H=EK2{(^Z$j|by)b659((xBLc$GGB0(z zNsmpIkn(YhqRK(=rtQ03H;WYm#`WYu3^ZknxVL^4n^$G5Q_f0%nUR|>|667|o|hgA z8rgOA>=KiMYY|=@wNs9D-wQFM&6AMNmX)g5lxVhid4=-GHzcjNbl#%4dvlQ?meSOi zFy&JHpD*{^jvPv6Zd3E$Q|+ykF*~XK$a|xzyjVv4DR0MC5Bl{;%A@#IDQHU(uL?O+ zOPni6Q10zf@ws(>$w}G4VkA7as5%B@wWGHxUb*G{owuW9-Qgv4y;Y^DK_O1$WRiuy zZzt4_!l(l_lTt^q2tUH`GxfqmG|E0@J2d?`kp^89_HG3Z(XOTRb~HXO0baXCuewfw zEDMOMWyGKW&6pVy&ggxYCCJ#O&Uy9gBaGXtpaU|OK?kgVTQz!Rm(IvgELkqSve90~ zr7moywr?A+WK8giDHzne)O{YueH7emeP8BLW)|VO5@cLCd|RrKC~5>8DQXU_q5-7* zw6H-Tdv}ze$kQO?)5<0-A@~#aI*jH=i-ADw!LKh0>U^9T1&RiAq8+_EPBYTGd?j&O zS&3oDzxoz`V3qkEZjYsQW-EpSDpJ#qURy^}nSM^9#(^at4sAWF-jWQ6BQ@#?|I2+( zS4syUL367ESjmk@>uc<9`Bm`2k#ESZh3VG*G=tCjWmO31q!yBAtC#+bgmg}GH-J0` zSLmA7y|J@w z%0v!-nY)&Wq8~jUunNjBvj;}=r+quMek%6K6Ldx;+4*;zCbKJbUK-RW5cB&^cQM%G9 za*RNYo|M_)6)kWkmJN5r)mZj+-yj8T|NF!n7FsF^j{`s_1x!Vg6NNb z*1lkE(}y`Z>4{!B=5c!Tojh`usU$P-w59z*BC zn@vXsM#fTg@74JetPI93wJ3PmdRwDzfLR?}ablE&85qBOEt!QhhEH>)qjX)c75LoQ zNUGxnh4pw)8UZ?yYH9iPA5T0(dN<>LuQ(^>sr8Mn_oRO^S=c`9%2xy6XB^WZ}W;8XJ2?kW;B1SCLKGrgd;v{?$M+;*3 zYsmu%ELx;ax>WqhNYYiN?cXBaW@#|X(rx=SauQQIai)FI;t{`VFF*uEXdvQAH zm8P6gm+hPv7m4zurlZ;wNx{E2t-93g59zt*pRyoNkw(B0d`)-~V>x1d^^r8bR5H`IH z#-W!!Fi&+9URRL(RF>Jss7i|B(u@u$LS>~~cAzUZ-5{d55ne$J-=4$P=PJM`oh7q^>)k5wq?3nI;E~y~2X2(>Nxkl`V8( zZ{=V5Z3>=Y7q2fao=7AUSXd&fvV*u=f#TLbQ-`Jq)B0ReJY5GLOH<(Dh!j}g|Ak_fK0+GyJJ@AuE=urbdRPeb%eZjSPg4*bnvi$q%w)NxB#9~JDCiE z8`14mazlJfVJk8hU9*}LQt2vK{t8m9Kv_Aoum?ce?@bMjI0gOKnCr4insd4@`x(+4 zVO(*^bPhnks_mhhmuf;DqYCo-5UO@-#=?(HyPqA_vyonKdu!@Wg!guNz1Y4+{~#JSCWtDIMvPB2o=OwcFhT@}nfzWsPE-(^dkI{33Z5)9a_3^X9^P~yoO!Tqiiv;o zk4VZ`Rx2idU({Y7N%O$_m8%$w9@DR!_K0i5;^1;gcM#F`s=J~))vxjHPA;yc*lV7k zgag!+3noPV)cX3SSoAU8(MQv3Jv0Bp1M#wbdbVBs;nMG!COIm<(n-nh{&!7WPt(|R z^}KAtWTqG70I7C?lo&myfb@UeuEaCUQ#z++y$gSTm^>{#35|W3D?T_mH{`ZRe(Ban zrA9_+yZ5qZ!%FT@Rxm5|QY+-oM1kQ$dw2_-2)@|0bJql|cZ;_wMYk$`H6e!mQJx%1 zk0`^4|BoUi$(}R2OsTBieSdTNyKmp$-uxzb|6l4bA~x^ch3~%k;W8K5lZWqA>CEA| zIJL%qxV`!PcPHI|#I_?o$F*y*eFyJ$pl3l;;j|aCi%lo-0+H5fauAv>}}A7%XZyB~rt>*+DThAyum*1=0zn8c8%-;GOFMw~>9 z{o1X!yHHdZ35`}}bci12TnzO7_ToSB?|%RUVr7-6muR>H9tt)JWo~3|VrmL9mvK@8 z6PKg712TV`DR|UjH}44Y5GR3?#U{u)W8`5HARMV>F_uV$q-H#e{RIEY{NtYLD@jS? zT;K=WQmZdjr%s)!?mvQv@gSl<=I_=1Dhl3R{c*+Br-AuvwGUq1TrDFOr@_tY>a#aF zeRH$9(!b(CE`mHsf}8zS`0C5W&F`26<9N){xGaA#;%1HiHbY-Mo25Gjiyk%U!OS9d!Z)O}F(ef_SH>!70V z6IOqgkqE2ZQC~4AgVna`s?{Jn{JO(`+h+0W&A;e)TpzDY z)av>e_tKrOWTGgG#O;tPOLYTQAKGBo(ms-~f>vEXK_mP-W7vq+2_avSQS&}4s69-E_7!_d`t_%J*U${g#uC(EpvT5DwY zywEe6Rl}#|yy3&wweht!M#*yHY0fgCc6u)ZZxf!g)Iy&@JK&t`s7a8*@T`04BH{9U8-6LP3tQrsOQ<3RYyV>tKIh zy|0^hK|KIHG=0#?jqGHzlH|~;X|bsexS|LtGL|L6POkyTl&Ru4Vgf50(?%@GbG63J zwi<%b97)Mi51%A2v|~qTUdxY!<-110Bu${ELl?{{T_iAI#%Je<5pLqSb6k&Lh_J}HjoA+?c^F{A79n!%$;E9)Vc)!?e>YhE(3`f~!{dK#GxB(m zdWv%nAyl0BKg(H>6*IdbcGL73yK%6a+CccC*TB>!Ojs@obI_Q@W(+~k^HR(Tk=rvD zmZDW?%8jQZa8y|+Tdb-EVHDg+O@1ONSX9K$7A67?hh42%wCcL*@zf6e388_o9G7+H zx$HLlzIwkP?iX1R%DMGK#$tb$#yse$cfF(w7LzG@$`82lM-| zyP4QJv!LR7I2mFqfmqr~Zw)t4_Pdil&zUR;^O9$J;)?!w*ULYS2viI+S%yam%i?5W z=+MS<&=1uhRb*3S9GhMaY@Vn`_8tCeu0TA9@=US-ho_EQUCe(M2*jd%CSQQd zlA^G_ACUJ`oh+-BoMj6EfFqedAJu}D!etA@fEti`Z2%58-$PHpHJf9z(hOHOApLqc zLp4!>1sp!V{^k|ovqY`S)@C}#zkM67?s7Rxk>khqWl=}hB@CJ93ky{-D7X@mYCS9P@u_Ofc| z_aL${Hvdf69xrM?&7~vdN8AHt<<2|OhksrSLZQ)ac#P0UO&(SXjdB+v(&etpLU96j zNS`G8lumT|Q0q6!&k%Rqt)w$VipcO8^-pU;oXARqiPHS1;_!dNg@FIQ>fX(N5X3llyiOvuVOc z3bn{xlJYK{q!EAGEom{G;{%^BP|YTGK67-NE{MGhZ;3Sb(`i|yELS%{W#S*4QMzm$ z+Dvji^$2`wdJ@1B~Skewo zO-$sBbC-XAq#S!VvCV|@HKG6dY*i?t*h!Z=MAzu2@p;&sD;54s-w;zYfo>a^PPo^pSjc1|8WOT5=(>cZ+?iueYLk(NY= zw(T-bvVaLyaI@_!MFt(4`0VcX1b_1U*>d#faW{ecSW&-Iq1Wg#Zt9wZk6ao)oswa~ zbGt^{&CpK}aJl>Glnk>t9}%fmO6~s89;puQy^wxvhUx=R;0o*juDA6IWe*Or&N6=* zQ&4{yiUXL}>)Pc1nAox$m591_hFSxRpt8m~Ob8+vr1MsB+<>?wXMm-3xl9^UxUiMB zCKRa&PLTBBaw7PH|0aA)Z!Fa)yTI?j{%`vD6K|o7nBdao9 zHjc8(9W<<)$?hO&izq4_tVb$=k6UkXrUie}u14N=p@uRU{()YTYid}K(d7Ox&{z9v zEp?*$*uY6ns*iCcTxgYWfLEh2d`OEuZ4jF67k5>swLw9jk71qZvBrYe)k09yh-Y9q zb#`?UAwZkl<}uSzi9s_(k&JR|V$|))3A7J1fgoCW&b6)SE1#k6wZJH`m{ZJYGHri2 zU9!<+1wXmv!N$jPvD%NMIreKLL5s})ped=C? zt7HC%YzzFV!pqvNOeg8!l8aQZnSOsDfS4-9B~oZO%bww;8y%DsmsNfiBGdyo_Ns2v zz%k9e62w`gqnyTd8_(d1pr0|32-i&#JRTFXd9&3p-k<`@;^?Rd7+W)CC9?6d!6Rcfixp1)+I{PhNjSEVEXB z+Dx&4vLW__Ht(?r_&oR3Nw}_2YTiDrc8B|4gWH!g>}AAC4#>@<%yRXC`S#b_F?D8+ z*u$sUq^WPv&ngW&lL@9|%5}@6R9n|k@N+%(T)};r9-9t{CIQXWNPWiON^k``See3Y zb?iD=8!&@zm-{;+a*XVdi`sv#re*>iIfu1`pWd(!C84$4Ec8tes{Z3{aBc+(Tawzk z1&OqkB_n*tW(p#x9qp#ktmT$|G%dMa9;&Vyv>@vb)rz(RRR=hiW%#w)JH$GhxLDnw&szY(9UyO zB%$CF*_1HB38FadZS->N_uOsvHf#oE2-jvJ1CVAw_Q;Duxy!hFWM*pN?3V5}j;39T z2;w03PcxNS&%)d%{MfbYC~hfyJ6C!u?Xin6kr8amJFBjhNp80{>x?je@hw)>F{7MUT-XM25z3s(KHtDE7h zQB|~1A|^9F1_#-x(0tCC_m`|G^4M7OFRpeS96I^&16fR>lr?|fs=@U@ecrWccjdX# z-k>|Gx@{DEs29L4%EBB0G17o2m7>^IA6s)vltQBU3>BV5>*%!e^l-xD&J3VQo2%1I z*S%kl_;)@JD%zwtKUM1INi80XO_cOj$Z{bsH-ilY#ee;l%G&Uu@mE<+~Y?Y)gOv3M`UZ`0;+$fw^N}Nur7DO zF`YW8g28`f*FJ~IzvCrde%ebA#h%K~yXjf)boIOK8TXi``FS73>Za-$AH}|fc+N)% zlQ{XuF8X`!(N1xFU~0+fJNi-adZX^>v(g@dhWT62Svh|j%xc#nW~G;BmulBp$!fbp zfo)JY2bTrA;N4s$T5D%ZLB8I}S>*49K3INA&!z9X=`Rt3F7oB$h5L-wv_oXGw(wD8 zYRdLf^4$AA{mL>$@YHt+XHL5ZmwXN8H0VW;Jbg#Y_q^y>geiE?Nv)QQ|LoD^dMjL zbVd`9&^;s9mEc4KyLS)}STNQ}a^ueKsue=_AL_Ole9KE}iJulmbSdH!%G37b z{6&9yX8Z4^ut<>693n4X(l*yh-<@=Oplyr9-^*M=L78MOWu!$mhQUb~B^iqZpI#e- z2a4=;SL@9Yt~^iueZXlr(>=Ot z%o{k<;|h8&cZ#9{ag%4h2j|~rwi6@L3lInYZa-$iH21w>>nDJQDp(_!N|yUa3EY3S zGL<3DbRXz;l5SKlunnT5bXVx+d{(?wGsEYIZCk)zw0k~!?x_~b>3xuI=*FpO?7Taw z9&<;R)b)zqJfXZ(ZxNMgkBxf3Ld#G)Cx%2X$F~}`AE9L)76NmHyXY*9(AG@fBqL7zFzj3KQFfSpHMv$L^W$v`r>mS|* zud03NuZ$s+X1%hS+F#}&=mZ*uoxw-le{`?=} z0T~yUddLGE0y8w1naBf2f8)lreb-muEmV~VqZ{40Bv0dHl9`l`?ciM>91In^C%Z0y4_zbzJ7Oo`!}qDfA?4#%d{-;#_b0G zlgA9NJYOw7eYjt+`|IdWbzAqEKlt$vENb*=_(K5}{OZ9r&={KxSoW-SI%?6U$P?%>2|zZ3^&nGAF93@>rJ$JjfO+D zuJPkTx7&5sTw;+tT|DcDRn*pMIhJvF+-%3=(n$BbYuY-Fe{QvOqKGqQ-tijr^?2;t zXc(*UI7H2W=f`$e4+BY8XCGW=v?<^}67qKXX75Q^L6AJbenGK2VFg9IF8$LEBQJ9KII6Tc$ z8?H~ai^DSJMOg^*puLHjcC339%S9~G-0r*7kp{7|+}oLzT5jkD57E}0(!c}+J}G!y zq)BNNMS5%Blc84C`tQT88n(-NSXT!`&3cR2T0;Qkf9txfRy(qostZY+*-XEk+lb15 zaLM?7W+LhRW-YX723mVi!ZxkZF3DnYzf&*Cw0aO|uHjHeTIfLLo2Z@`on6Ue}AQqk4%=j%*-PpuxnYyDYw>F)|^QX z6UlNW{8Z+$u+h8e5VA0U_u+IgSOOKyYWVr{Ndc2?E0}s;SFK8by4_G%YljRo0U3j* z)AUy)bY)SM4_3xynQ&AMisWSqxnOx`I5OIuDjGvjEx6QW!B}&se>v7I+RJZEPjUib zf01vl7Wenn^=|?>(##rpSNCIdzgQv2PP#tcvLSnaznW^|R#1hBTH9M6uP=OTOMUck z>~+klF8tO~Y9IW4e?g)4q}IH(+QS9G9=d)XJ=FE)t&iIaAGfyH=zL*8(|F#6rN)-K zrkz_46(hrE!Dju1&DK@lH`QYu>GuDYf4t*`CAMAP{G)5fY8Q>w>a7)?E>sJ*)WvSu zk5s45tdDNXr<&g1zZGiK1K$!cnZdU_&I=Dd+jizObZ#DiHkIMc<91xGn$d?4YHEir z_C$GC?T!kj(5u~=jP|5346u@VW-`zTz!|WyytF?GhJALw_($D$RM*FCU)#kuf6Zev z4kx+EGZ_mR=>77h-XA{vFV#keV@BhbY6D=mH&!@r00G=}K@OnwU~afybm(8`TjO(( zL9S1C+bLvl2?S86d&^6-@%aUSQn;nhTQSXmanrzx$C(uij4nQiKYTc`Bl475pjm;% zGRZUyf|-77n{~ITQC>fO`tGZbfA4>fk1~;Ah�~shgy6ZiAgx%608OV|l{Mq2(1! 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 s@Y`_YZ4`o<>i;`q52u2.734 E F0 .233 -(is speci\214ed\) and without the)2.734 F F12.733 E F0 .509(optio\ -n whose standard input and error are both connected to terminals \(as d\ -etermined by)108 504 R F2(isatty)3.019 E F0 .509(\(3\)\), or one).32 F +(is speci\214ed\) and without the)2.734 F F12.733 E F0 .352(optio\ +n, whose standard input and error are both connected to terminals \(as \ +determined by)108 504 R F2(isatty)2.863 E F0 .353(\(3\)\), or one).32 F .946(started with the)108 516 R F13.445 E F0(option.)3.445 E F3 (PS1)5.945 E F0 .945(is set and)3.195 F F1<24ad>3.445 E F0(includes) 3.445 E F1(i)3.445 E F0(if)3.445 E F1(bash)3.445 E F0 .945(is interacti) @@ -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.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(2)190.545 E 0 Cg EP +F(ariable)-.25 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(2) +190.955 E 0 Cg EP %%Page: 3 3 %%BeginPageSetup BP @@ -593,8 +593,8 @@ F2(case)3.144 E F0(or)3.144 E F2(select)3.143 E F0 .643(command \(only) (or function if in select then)-.25 F 7.5(until while { } time [[ ]])144 669.6 R F6(SHELL GRAMMAR)72 686.4 Q F0 (This section describes the syntax of the v)108 698.4 Q -(arious forms of shell commands.)-.25 E(GNU Bash 5.2)72 768 Q(2021 No) -136.385 E -.15(ve)-.15 G(mber 22).15 E(3)190.545 E 0 Cg EP +(arious forms of shell commands.)-.25 E(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(3)190.955 E 0 Cg EP %%Page: 4 4 %%BeginPageSetup BP @@ -717,8 +717,7 @@ or more pipelines separated by the)108 650.4 R F1(&&)2.671 E F0(and) G(cuted if, and only if,).15 E F2(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 712.8 Q F2(command1)144 729.6 Q F1(||)2.5 E F2(command2)2.5 E F0 -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(4) -190.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(4)190.955 E 0 Cg EP %%Page: 5 5 %%BeginPageSetup BP @@ -781,10 +780,10 @@ n status is 0; otherwise the return status)-.15 F .186(is 1.)144 319.2 R F1 -.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 372 R 3.259 (wu)-.25 G(nder)-3.259 E F3(CONDITION)3.259 E .759(AL EXPRESSIONS)-.18 F -F4(.)A F0 .343(The w)144 384 R .343(ords between the)-.1 F F2([[)2.843 E -F0(and)2.843 E F2(]])2.843 E F0 .343(do not under)2.843 F .342(go w)-.18 -F .342(ord splitting and \214lename e)-.1 F 2.842(xpansion. The)-.15 F -(shell)2.842 E .483(performs tilde e)144 396 R .483 +F4(.)A F0 .065(The w)144 384 R .065(ords between the)-.1 F F2([[)2.565 E +F0(and)2.565 E F2(]])2.565 E F0 .065(do not under)2.565 F .065(go w)-.18 +F .065(ord splitting and pathname e)-.1 F 2.565(xpansion. The)-.15 F +(shell)2.565 E .483(performs tilde e)144 396 R .483 (xpansion, parameter and v)-.15 F .483(ariable e)-.25 F .483 (xpansion, arithmetic e)-.15 F .483(xpansion, command sub-)-.15 F .201 (stitution, process substitution, and quote remo)144 408 R -.25(va)-.15 @@ -854,7 +853,7 @@ ormal quoting and pattern characters lose their meanings between brack) .583(with inde)144 720 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(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(5)190.545 E 0 Cg EP +(2021 December 26)136.795 E(5)190.955 E 0 Cg EP %%Page: 6 6 %%BeginPageSetup BP @@ -997,8 +996,8 @@ E F0 .116(causes the shell to test the ne)2.616 F .116 .116(nd e).65 F(x-)-.15 E .768(ecute an)144 720 R 3.268(ya)-.15 G (ssociated)-3.268 E F2(list)3.268 E F0 .768 (on a successful match, continuing the case statement e)3.268 F -.15(xe) --.15 G .768(cution as if the).15 F(GNU Bash 5.2)72 768 Q(2021 No)136.385 -E -.15(ve)-.15 G(mber 22).15 E(6)190.545 E 0 Cg EP +-.15 G .768(cution as if the).15 F(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(6)190.955 E 0 Cg EP %%Page: 7 7 %%BeginPageSetup BP @@ -1120,7 +1119,7 @@ Q F0 2.697(As)108 679.2 S .198 (cutes a compound command with).15 F 2.5(an)108 691.2 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(GNU Bash 5.2)72 -768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(7)190.545 E 0 Cg EP +768 Q(2021 December 26)136.795 E(7)190.955 E 0 Cg EP %%Page: 8 8 %%BeginPageSetup BP @@ -1253,8 +1252,8 @@ E F2(@)2.5 E F0(ha)2.5 E .3 -.15(ve s)-.2 H (replaced as speci\214ed by the ANSI C standard.)3.027 F (Backslash escape sequences, if present, are decoded as follo)108 684 Q (ws:)-.25 E F2(\\a)144 696 Q F0(alert \(bell\))180 696 Q F2(\\b)144 708 -Q F0(backspace)180 708 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15 -(ve)-.15 G(mber 22).15 E(8)190.545 E 0 Cg EP +Q F0(backspace)180 708 Q(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 +E(8)190.955 E 0 Cg EP %%Page: 9 9 %%BeginPageSetup BP @@ -1369,8 +1368,7 @@ F F2(value)2.752 E F0 .252(is e)2.752 F -.25(va)-.25 G .252 (sion and added to the v)108 722.4 R(ariable')-.25 E 3.727(sc)-.55 G 1.227(urrent v)-3.727 F 1.227(alue, which is also e)-.25 F -.25(va)-.25 G 3.727(luated. When).25 F 1.226(+= is applied to an array)3.726 F -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(9) -190.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(9)190.955 E 0 Cg EP %%Page: 10 10 %%BeginPageSetup BP @@ -1512,7 +1510,7 @@ E(ground pipeline.)-.15 E F1108 703.2 Q F0 .881 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 715.2 Q F12.5 E F0(option\).)2.5 E(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(10)185.545 E 0 Cg EP +(2021 December 26)136.795 E(10)185.955 E 0 Cg EP %%Page: 11 11 %%BeginPageSetup BP @@ -1640,8 +1638,7 @@ F F1($0)2.75 E F0 2.75(;s)C(ee)-2.75 E .04 (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.715(ni).15 G(f)-2.715 E(it is subsequently reset.)144 705.6 Q -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(11)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(11)185.955 E 0 Cg EP %%Page: 12 12 %%BeginPageSetup BP @@ -1746,8 +1743,8 @@ H(he current completion function.).1 E F1(COMP_LINE)108 690 Q F0 1.207 1.037(mands in)144 714 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 726 Q(w\).)-.25 E(GNU Bash 5.2)72 768 Q(2021 No) -136.385 E -.15(ve)-.15 G(mber 22).15 E(12)185.545 E 0 Cg EP +F0(be-)3.537 E(lo)144 726 Q(w\).)-.25 E(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(12)185.955 E 0 Cg EP %%Page: 13 13 %%BeginPageSetup BP @@ -1870,8 +1867,8 @@ F1(]})A F0 -.1(wa)2.512 G 2.512(sc).1 G .012(alled from the \214le) (at line number)144 702 R F1(${B)3.683 E(ASH_LINENO[)-.3 E F2($i)A F1 (]})A F0 6.183(.T)C(he)-6.183 E F1(caller)3.683 E F0 -.2(bu)3.683 G 1.184(iltin displays the current call stack using).2 F -(this information.)144 714 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E --.15(ve)-.15 G(mber 22).15 E(13)185.545 E 0 Cg EP +(this information.)144 714 Q(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(13)185.955 E 0 Cg EP %%Page: 14 14 %%BeginPageSetup BP @@ -1966,8 +1963,7 @@ F F0(\(see)4.047 E F2 1.547(SHELL B)4.047 F(UIL)-.09 E 1.547(TIN COM-) 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 720 Q F3 -.37(re)2.5 G(gion)-.03 E F0(.)A -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(14)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(14)185.955 E 0 Cg EP %%Page: 15 15 %%BeginPageSetup BP @@ -1982,17 +1978,17 @@ SF(READLINE_POINT)108 84 Q F0 .314 .09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1(REPL)108 120 Q (Y)-.92 E F0(Set to the line of input read by the)144 132 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 144 Q F0 .795(Each time th\ -is parameter is referenced, the number of seconds since shell in)144 156 -R -.2(vo)-.4 G .795(cation is returned.).2 F .713(If a v)144 168 R .712 -(alue is assigned to)-.25 F F3(SECONDS)3.212 E/F4 9/Times-Roman@0 SF(,)A -F0 .712(the v)2.962 F .712 +(guments are supplied.)-.18 E F1(SECONDS)108 144 Q F0 .177 +(Each time this parameter is referenced, it e)144 156 R .178 +(xpands to the number of seconds since shell in)-.15 F -.2(vo)-.4 G +(cation.).2 E .713(If a v)144 168 R .712(alue is assigned to)-.25 F F3 +(SECONDS)3.212 E/F4 9/Times-Roman@0 SF(,)A F0 .712(the v)2.962 F .712 (alue returned upon subsequent references is the number)-.25 F .627 (of seconds since the assignment plus the v)144 180 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 192 R -.1 -(wa)-.1 G .458(ys determined by querying the system clock.).1 F(If)5.457 -E F3(SECONDS)2.957 E F0 .457(is un-)2.707 F +-.2(vo)-.4 G(ca-).2 E .112(tion and the current time are al)144 192 R +-.1(wa)-.1 G .111(ys determined by querying the system clock.).1 F(If) +5.111 E F3(SECONDS)2.611 E F0 .111(is un-)2.361 F (set, it loses its special properties, e)144 204 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 216 Q F0 3.262(Ac)144 228 S .763 @@ -2090,8 +2086,8 @@ 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 729.6 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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(15)185.545 E 0 Cg EP +(alue is)-.25 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(15) +185.955 E 0 Cg EP %%Page: 16 16 %%BeginPageSetup BP @@ -2208,7 +2204,7 @@ A F2(HISTFILE)108 672 Q F0 .181 -.1 F(alue)-.25 E(is)144 696 Q F5(~/.bash_history)2.5 E F0 5(.I)C 2.5 (fu)-5 G(nset, the command history is not sa)-2.5 E -.15(ve)-.2 G 2.5 (dw).15 G(hen a shell e)-2.5 E(xits.)-.15 E(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(16)185.545 E 0 Cg EP +(2021 December 26)136.795 E(16)185.955 E 0 Cg EP %%Page: 17 17 %%BeginPageSetup BP @@ -2327,8 +2323,7 @@ F0(\(see)4.427 E F2(READLINE)2.761 E F0(be-)2.511 E(lo)144 624 Q(w\).) (rrides the v).15 F .973(alue of)-.25 F F2(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 720 Q(.)-.65 E -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(17)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(17)185.955 E 0 Cg EP %%Page: 18 18 %%BeginPageSetup BP @@ -2437,8 +2432,8 @@ E F0(and)3.423 E F1(\\W)3.423 E F0 .923(prompt string escapes \(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 720 Q --.15(xe)-.15 G(cuted.).15 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15 -(ve)-.15 G(mber 22).15 E(18)185.545 E 0 Cg EP +-.15(xe)-.15 G(cuted.).15 E(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(18)185.955 E 0 Cg EP %%Page: 19 19 %%BeginPageSetup BP @@ -2552,8 +2547,7 @@ E F0(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo) (must be a pre\214x of a stopped job')144 692.4 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 704.4 Q(.)-.55 -E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(19)185.545 E 0 Cg EP +E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(19)185.955 E 0 Cg EP %%Page: 20 20 %%BeginPageSetup BP @@ -2709,8 +2703,8 @@ F0 3.386(]}. If)B F3(subscript)3.386 E F0(is)3.386 E F1(*)3.386 E F0(or) R 5.295(.I)-.65 G 2.795(ft)-5.295 G(he)-2.795 E F3(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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15 -(ve)-.15 G(mber 22).15 E(20)185.545 E 0 Cg EP +(luates to a number).25 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 +E(20)185.955 E 0 Cg EP %%Page: 21 21 %%BeginPageSetup BP @@ -2860,8 +2854,8 @@ F1(]})A F0 3.149(,w)C(here)-3.149 E F2(x)3.149 E F0(and)3.149 E F2(y) 3.513(,i)C(nclusi)-3.513 E -.15(ve)-.25 G 6.013(.S).15 G 1.013 (upplied inte)-6.013 F 1.013(gers may be pre\214x)-.15 F 1.013(ed with) -.15 F F2(0)3.513 E F0 1.013(to force each term to ha)3.513 F 1.314 -.15 -(ve t)-.2 H(he).15 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve) --.15 G(mber 22).15 E(21)185.545 E 0 Cg EP +(ve t)-.2 H(he).15 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E +(21)185.955 E 0 Cg EP %%Page: 22 22 %%BeginPageSetup BP @@ -2994,8 +2988,8 @@ E -.855(AT)-.666 G(H).855 E F4(,)A F0(and)2.25 E F3(CDP)2.5 E -.855(AT) 712.8 Q 1.189 (When braces are used, the matching ending brace is the \214rst `)108 729.6 R F2(})A F0 3.69('n)C 1.19(ot escaped by a backslash or within a) --3.69 F(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(22)185.545 E 0 Cg EP +-3.69 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(22)185.955 E 0 +Cg EP %%Page: 23 23 %%BeginPageSetup BP @@ -3129,7 +3123,7 @@ F0 .459(positional parameters be)2.959 F .458(ginning at)-.15 F F1(of) 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 720 Q(GNU Bash 5.2)72 768 -Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(23)185.545 E 0 Cg EP +Q(2021 December 26)136.795 E(23)185.955 E 0 Cg EP %%Page: 24 24 %%BeginPageSetup BP @@ -3255,8 +3249,8 @@ H 3.314(ft).65 G .814(he pattern matches a trailing portion of the e) (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 684 Q(${)108 700.8 Q F1(par)A(ameter)-.15 E F2(/)A F1(pattern)A F2(/)A F1(string)A F0 -(})A(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 -E(24)185.545 E 0 Cg EP +(})A(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(24)185.955 E 0 Cg +EP %%Page: 25 25 %%BeginPageSetup BP @@ -3398,8 +3392,8 @@ F2(L)144 681.6 Q F0 .125(The e)180 681.6 R .124 (Q)144 705.6 Q F0 1.064(The e)180 705.6 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 717.6 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E --.15(ve)-.15 G(mber 22).15 E(25)185.545 E 0 Cg EP +(reused as input.)180 717.6 Q(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(25)185.955 E 0 Cg EP %%Page: 26 26 %%BeginPageSetup BP @@ -3513,8 +3507,7 @@ F0 5.751(.T)C .751(he process)-5.751 F F2(list)3.251 E F0 .751 (This \214lename is passed as an ar)108 729.6 R .148 (gument to the current command as the result of the e)-.18 F 2.648 (xpansion. If)-.15 F(the)2.648 E F1(>\()2.648 E F2(list)A F1(\)).833 E -F0(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(26)185.545 E 0 Cg EP +F0(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(26)185.955 E 0 Cg EP %%Page: 27 27 %%BeginPageSetup BP @@ -3614,464 +3607,469 @@ E F0 .039(at the start of a name or immediately fol-)5.039 F(lo)108 508.8 Q .19(wing a slash must be matched e)-.25 F(xplicitly)-.15 E 2.69 (,u)-.65 G .19(nless the shell option)-2.69 F F2(dotglob)2.691 E F0 .191 (is set.)2.691 F .191(In order to match the \214le-)5.191 F(names)108 -520.8 Q F2 -.63(``)2.709 G -.55(.').63 G(')-.08 E F0(and)5.209 E F2 -.63 -(``)2.709 G(..).63 E -.63('')-.55 G F0 2.709(,t).63 G .209 -(he pattern must be)-2.709 F .209(gin with `)-.15 F(`.)-.74 E 1.689 -.74 -('' \()-.7 H .209(for e).74 F .209(xample, `)-.15 F(`.?')-.74 E .209 -('\), e)-.74 F -.15(ve)-.25 G 2.709(ni).15 G(f)-2.709 E F2(dotglob)2.709 -E F0 .209(is set.)2.709 F .208(When not)5.209 F .04 -(matching pathnames, the)108 532.8 R F2 -.63(``)2.54 G -.55(.').63 G(') --.08 E F0 .04(character is not treated specially)5.04 F 5.04(.W)-.65 G -.04(hen matching a pathname, the slash char)-5.04 F(-)-.2 E .643 -(acter must al)108 544.8 R -.1(wa)-.1 G .642(ys be matched e).1 F .642 -(xplicitly by a slash in the pattern, b)-.15 F .642 -(ut in other matching conte)-.2 F .642(xts it can be)-.15 F .746 -(matched by a special pattern character as described belo)108 556.8 R -3.247(wu)-.25 G(nder)-3.247 E F3 -.09(Pa)3.247 G(tter).09 E 2.997(nM) --.135 G(atching)-2.997 E/F5 9/Times-Roman@0 SF(.)A F0 .747 -(See the description of)5.247 F F2(shopt)108 568.8 Q F0(belo)2.912 E -2.912(wu)-.25 G(nder)-2.912 E F3 .411(SHELL B)2.912 F(UIL)-.09 E .411 -(TIN COMMANDS)-.828 F F0 .411(for a description of the)2.661 F F2 -(nocaseglob)2.911 E F0(,)A F2(nullglob)2.911 E F0(,)A F2(failglob)2.911 -E F0(,)A(and)108 580.8 Q F2(dotglob)2.5 E F0(shell options.)2.5 E(The) -108 597.6 Q F3(GLOBIGNORE)2.561 E F0 .061(shell v)2.311 F .061 +520.8 Q F2 -.63(``)3.645 G -.55(.').63 G(')-.08 E F0(and)6.145 E F2 -.63 +(``)3.645 G(..).63 E -.63('')-.55 G F0 3.645(,t).63 G 1.145 +(he pattern must be)-3.645 F 1.145(gin with `)-.15 F(`.)-.74 E 2.625 +-.74('' \()-.7 H 1.145(for e).74 F 1.145(xample, `)-.15 F(`.?')-.74 E +1.145('\), e)-.74 F -.15(ve)-.25 G 3.645(ni).15 G(f)-3.645 E F2(dotglob) +3.644 E F0 1.144(is set.)3.644 F 1.144(If the)6.144 F F2(globskipdots) +108 532.8 Q F0 .153(shell option is enabled, the \214lenames)2.653 F F2 +-.63(``)2.653 G -.55(.').63 G(')-.08 E F0(and)5.153 E F2 -.63(``)2.654 G +(..).63 E -.63('')-.55 G F0 .154(are ne)5.784 F -.15(ve)-.25 G 2.654(rm) +.15 G .154(atched, e)-2.654 F -.15(ve)-.25 G 2.654(ni).15 G 2.654(ft) +-2.654 G .154(he pattern be-)-2.654 F .12(gins with a)108 544.8 R F2 +-.63(``)2.62 G -.55(.').63 G(')-.08 E F0 5.12(.W)C .12 +(hen not matching pathnames, the)-5.12 F F2 -.63(``)2.62 G -.55(.').63 G +(')-.08 E F0 .12(character is not treated specially)5.12 F 5.12(.W)-.65 +G .12(hen matching)-5.12 F 3.54(ap)108 556.8 S 1.04 +(athname, the slash character must al)-3.54 F -.1(wa)-.1 G 1.04 +(ys be matched e).1 F 1.041(xplicitly by a slash in the pattern, b)-.15 +F 1.041(ut in other)-.2 F .132(matching conte)108 568.8 R .132 +(xts it can be matched by a special pattern character as described belo) +-.15 F 2.631(wu)-.25 G(nder)-2.631 E F3 -.09(Pa)2.631 G(tter).09 E 2.381 +(nM)-.135 G(atch-)-2.381 E(ing)108 580.8 Q/F5 9/Times-Roman@0 SF(.)A F0 +.605(See the description of)5.105 F F2(shopt)3.105 E F0(belo)3.105 E +3.106(wu)-.25 G(nder)-3.106 E F3 .606(SHELL B)3.106 F(UIL)-.09 E .606 +(TIN COMMANDS)-.828 F F0 .606(for a description of the)2.856 F F2(no-) +3.106 E(caseglob)108 592.8 Q F0(,)A F2(nullglob)2.5 E F0(,)A F2 +(globskipdots)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 609.6 Q F3(GLOBIGNORE) +2.562 E F0 .062(shell v)2.312 F .061 (ariable may be used to restrict the set of \214le names matching a)-.25 -F F1(pattern)3.812 E F0 5.062(.I).24 G(f)-5.062 E F3(GLO-)2.562 E -(BIGNORE)108 609.6 Q F0 1.096(is set, each matching \214le name that al\ -so matches one of the patterns in)3.347 F F3(GLOBIGNORE)3.596 E F0 1.096 -(is re-)3.346 F(mo)108 621.6 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) +F F1(pattern)3.811 E F0 5.061(.I).24 G(f)-5.061 E F3(GLO-)2.561 E +(BIGNORE)108 621.6 Q F0 1.096(is set, each matching \214le name that al\ +so matches one of the patterns in)3.346 F F3(GLOBIGNORE)3.597 E F0 1.097 +(is re-)3.347 F(mo)108 633.6 Q -.15(ve)-.15 G 2.851(df).15 G .351 +(rom the list of matches.)-2.851 F .351(If the)5.351 F F2(nocaseglob) 2.851 E F0 .351(option is set, the matching ag)2.851 F .351 -(ainst the patterns in)-.05 F F3(GLO-)2.851 E(BIGNORE)108 633.6 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 -(are al)7.11 F -.1(wa)-.1 G 1.48(ys ignored when).1 F F3(GLOBIGNORE)108 -645.6 Q F0 .827(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15 -(ve)-.25 G 1.627 -.4(r, s).15 H(etting).4 E F3(GLOBIGNORE)3.327 E F0 -.827(to a non-null v)3.077 F .827(alue has the ef)-.25 F .827(fect of) --.25 F .683(enabling the)108 657.6 R F2(dotglob)3.183 E F0 .682 -(shell option, so all other \214lenames be)3.183 F .682(ginning with a) +(ainst the patterns in)-.05 F F3(GLO-)2.85 E(BIGNORE)108 645.6 Q F0 1.48 +(is performed without re)3.73 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.481(are al) +7.11 F -.1(wa)-.1 G 1.481(ys ignored when).1 F F3(GLOBIGNORE)108 657.6 Q +F0 .827(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15(ve)-.25 G +1.627 -.4(r, s).15 H(etting).4 E F3(GLOBIGNORE)3.327 E F0 .827 +(to a non-null v)3.077 F .827(alue has the ef)-.25 F .827(fect of)-.25 F +.682(enabling the)108 669.6 R F2(dotglob)3.182 E F0 .682 +(shell option, so all other \214lenames be)3.182 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 669.6 Q -1.184(vior of ignoring \214lenames be)-.2 F 1.184(ginning with a)-.15 F +5.682 F 2.283 -.8(To g)5.683 H .683(et the old).8 F(beha)108 681.6 Q +1.185(vior of ignoring \214lenames be)-.2 F 1.185(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 F3(GLOBIGNORE)3.685 E F5(.)A F0(The)108 -681.6 Q F2(dotglob)3.132 E F0 .632(option is disabled when)3.132 F F3 -(GLOBIGNORE)3.132 E F0 .632(is unset.)2.882 F .631 -(The pattern matching honors the setting of)5.632 F(the)108 693.6 Q F2 -(extglob)2.5 E F0(shell option.)2.5 E F2 -.1(Pa)108 710.4 S(tter).1 E -2.5(nM)-.15 G(atching)-2.5 E F0(An)108 727.2 Q 3.138(yc)-.15 G .638(har\ -acter that appears in a pattern, other than the special pattern charact\ -ers described belo)-3.138 F 1.938 -.65(w, m)-.25 H(atches).65 E -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(27)185.545 E 0 Cg EP +-.1 E F2 -.63(``)3.684 G(.*').63 E(')-.63 E F0 1.184 +(one of the patterns in)6.184 F F3(GLOBIGNORE)3.684 E F5(.)A F0(The)108 +693.6 Q F2(dotglob)3.131 E F0 .631(option is disabled when)3.131 F F3 +(GLOBIGNORE)3.132 E F0 .632(is unset.)2.882 F .632 +(The pattern matching honors the setting of)5.632 F(the)108 705.6 Q F2 +(extglob)2.5 E F0(shell option.)2.5 E F2 -.1(Pa)108 722.4 S(tter).1 E +2.5(nM)-.15 G(atching)-2.5 E F0(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(27)185.955 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 2.722(itself. The) -108 84 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 96 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 108 Q(.)-.65 E -(The special pattern characters ha)108 124.8 Q .3 -.15(ve t)-.2 H -(he follo).15 E(wing meanings:)-.25 E/F1 10/Times-Bold@0 SF(*)144 141.6 -Q F0 .377(Matches an)180 141.6 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 153.6 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(An)108 84 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.721(itself. The)108 96 R .221 +(NUL character may not occur in a pattern.)2.721 F 2.721(Ab)5.221 G .221 +(ackslash escapes the follo)-2.721 F .222(wing character; the es-)-.25 F +.418(caping backslash is discarded when matching.)108 108 R .418 +(The special pattern characters must be quoted if the)5.418 F 2.918(ya) +-.15 G .418(re to)-2.918 F(be matched literally)108 120 Q(.)-.65 E +(The special pattern characters ha)108 136.8 Q .3 -.15(ve t)-.2 H +(he follo).15 E(wing meanings:)-.25 E/F1 10/Times-Bold@0 SF(*)144 153.6 +Q F0 .376(Matches an)180 153.6 R 2.876(ys)-.15 G .376 +(tring, including the null string.)-2.876 F .376(When the)5.376 F F1 +(globstar)2.876 E F0 .377(shell option is enabled,)2.876 F(and)180 165.6 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 165.6 R 1.058(If follo)6.058 F 1.058(wed by a)-.25 F F1(/)3.558 E -F0(,)A(tw)180 177.6 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 189.6 Q -F0(Matches an)180 189.6 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E -F1([...])144 201.6 Q F0 .578(Matches an)180 201.6 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 213.6 R/F2 10/Times-Italic@0 SF -.15(ra)3.185 G(ng).15 E +.)180 177.6 R 1.058(If follo)6.058 F 1.058(wed by a)-.25 F F1(/)3.558 E +F0(,)A(tw)180 189.6 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 201.6 Q +F0(Matches an)180 201.6 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E +F1([...])144 213.6 Q F0 .579(Matches an)180 213.6 R 3.079(yo)-.15 G .579 +(ne of the enclosed characters.)-3.079 F 3.079(Ap)5.579 G .578 +(air of characters separated by a h)-3.079 F(yphen)-.05 E .684 +(denotes a)180 225.6 R/F2 10/Times-Italic@0 SF -.15(ra)3.184 G(ng).15 E 3.184(ee)-.1 G(xpr)-3.384 E(ession)-.37 E F0 3.184(;a)C .984 -.15(ny c) -3.184 H .684(haracter that f).15 F .684(alls between those tw)-.1 F -3.184(oc)-.1 G .684(haracters, inclu-)-3.184 F(si)180 225.6 Q -.15(ve) --.25 G 3.712(,u).15 G 1.212(sing the current locale')-3.712 F 3.712(sc) +3.185(oc)-.1 G .685(haracters, inclu-)-3.185 F(si)180 237.6 Q -.15(ve) +-.25 G 3.713(,u).15 G 1.213(sing the current locale')-3.713 F 3.712(sc) -.55 G 1.212(ollating sequence and character set, is matched.)-3.712 F -1.213(If the)6.213 F 1.124(\214rst character follo)180 237.6 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 249.6 R .895 -(xpressions is determined by the current locale)-.15 F .376(and the v) -180 261.6 R .376(alues of the)-.25 F/F3 9/Times-Bold@0 SF(LC_COLLA)2.875 +1.212(If the)6.212 F 1.123(\214rst character follo)180 249.6 R 1.123 +(wing the)-.25 F F1([)3.623 E F0 1.123(is a)3.623 F F1(!)3.623 E F0 +1.124(or a)6.123 F F1(^)3.624 E F0 1.124(then an)3.624 F 3.624(yc)-.15 G +1.124(haracter not enclosed is matched.)-3.624 F .895 +(The sorting order of characters in range e)180 261.6 R .894 +(xpressions is determined by the current locale)-.15 F .375(and the v) +180 273.6 R .375(alues of the)-.25 F/F3 9/Times-Bold@0 SF(LC_COLLA)2.875 E(TE)-.855 E F0(or)2.625 E F3(LC_ALL)2.875 E F0 .375(shell v)2.625 F -.375(ariables, if set.)-.25 F 1.975 -.8(To o)5.375 H .375 -(btain the tra-).8 F .067(ditional interpretation of range e)180 273.6 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 285.6 R F1(LC_ALL)2.657 E F0 -.157(shell v)2.657 F .157(ariable to)-.25 F F1(C)2.657 E F0 2.657(,o)C +.375(ariables, if set.)-.25 F 1.976 -.8(To o)5.376 H .376 +(btain the tra-).8 F .068(ditional interpretation of range e)180 285.6 R +.068(xpressions, where)-.15 F F1([a\255d])2.568 E F0 .067(is equi)2.567 +F -.25(va)-.25 G .067(lent to).25 F F1([abcd])2.567 E F0 2.567(,s)C .067 +(et v)-2.567 F(alue)-.25 E .156(of the)180 297.6 R F1(LC_ALL)2.656 E F0 +.156(shell v)2.656 F .156(ariable to)-.25 F F1(C)2.657 E F0 2.657(,o)C 2.657(re)-2.657 G .157(nable the)-2.657 F F1(globasciiranges)2.657 E F0 -.156(shell option.)2.656 F(A)5.156 E F12.656 E F0(may)2.656 E .193(\ +.157(shell option.)2.657 F(A)5.157 E F12.657 E F0(may)2.657 E .193(\ be matched by including it as the \214rst or last character in the set.) -180 297.6 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 309.6 Q -.4(Wi) -180 327.6 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 339.6 Q(wing classes de\214ned in the POSIX standard:)-.25 E F1 -5.889(alnum alpha ascii blank cntrl digit graph lo)180 351.6 R 5.889 -(wer print punct space up-)-.1 F 5(per w)180 363.6 R 5(ord xdigit)-.1 F -F0 4.29(Ac)180 375.6 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 387.6 Q -.4(Wi) -180 405.6 S(thin).4 E F1([)4.536 E F0(and)4.536 E F1(])4.536 E F0 4.536 -(,a)C(n)-4.536 E F2 2.036(equivalence class)4.536 F F0 2.037 -(can be speci\214ed using the syntax)4.536 F F1([=)4.537 E F2(c)A F1(=]) -A F0 4.537(,w)C(hich)-4.537 E .125(matches all characters with the same\ - collation weight \(as de\214ned by the current locale\) as)180 417.6 R -(the character)180 429.6 Q F2(c)2.5 E F0(.)A -.4(Wi)180 447.6 S(thin).4 +180 309.6 R(A)5.193 E F1(])2.693 E F0 .193(may be matched by)2.693 F +(including it as the \214rst character in the set.)180 321.6 Q -.4(Wi) +180 339.6 S(thin).4 E F1([)3.07 E F0(and)3.07 E F1(])3.07 E F0(,)A F2 +-.15(ch)3.07 G(ar).15 E .571(acter classes)-.15 F F0 .571 +(can be speci\214ed using the syntax)3.071 F F1([:)3.071 E F2(class)A F1 +(:])A F0 3.071(,w)C(here)-3.071 E F2(class)3.071 E F0 +(is one of the follo)180 351.6 Q +(wing classes de\214ned in the POSIX standard:)-.25 E F1 5.889 +(alnum alpha ascii blank cntrl digit graph lo)180 363.6 R 5.889 +(wer print punct space up-)-.1 F 5(per w)180 375.6 R 5(ord xdigit)-.1 F +F0 4.289(Ac)180 387.6 S 1.789(haracter class matches an)-4.289 F 4.289 +(yc)-.15 G 1.789(haracter belonging to that class.)-4.289 F(The)6.789 E +F1 -.1(wo)4.29 G(rd).1 E F0(character)4.29 E +(class matches letters, digits, and the character _.)180 399.6 Q -.4(Wi) +180 417.6 S(thin).4 E F1([)4.537 E F0(and)4.537 E F1(])4.537 E F0 4.537 +(,a)C(n)-4.537 E F2 2.037(equivalence class)4.537 F F0 2.036 +(can be speci\214ed using the syntax)4.536 F F1([=)4.536 E F2(c)A F1(=]) +A F0 4.536(,w)C(hich)-4.536 E .125(matches all characters with the same\ + collation weight \(as de\214ned by the current locale\) as)180 429.6 R +(the character)180 441.6 Q F2(c)2.5 E F0(.)A -.4(Wi)180 459.6 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 .539(If the)108 464.4 R F1(extglob)3.039 E F0 .539 -(shell option is enabled using the)3.039 F F1(shopt)3.039 E F0 -.2(bu) -3.039 G .54(iltin, the shell recognizes se).2 F -.15(ve)-.25 G .54 -(ral e).15 F .54(xtended pattern)-.15 F .038(matching operators.)108 -476.4 R .038(In the follo)5.038 F .038(wing description, a)-.25 F F2 -(pattern-list)2.538 E F0 .037 -(is a list of one or more patterns separated by)2.538 F(a)108 488.4 Q F1 +(symbol)2.5 E F0(.)A .54(If the)108 476.4 R F1(extglob)3.04 E F0 .54 +(shell option is enabled using the)3.04 F F1(shopt)3.039 E F0 -.2(bu) +3.039 G .539(iltin, the shell recognizes se).2 F -.15(ve)-.25 G .539 +(ral e).15 F .539(xtended pattern)-.15 F .037(matching operators.)108 +488.4 R .037(In the follo)5.037 F .037(wing description, a)-.25 F F2 +(pattern-list)2.538 E F0 .038 +(is a list of one or more patterns separated by)2.538 F(a)108 500.4 Q F1 (|)2.5 E F0 5(.C)C (omposite patterns may be formed using one or more of the follo)-5 E -(wing sub-patterns:)-.25 E F1(?\()144 512.4 Q F2(pattern-list).833 E F1 -(\)).833 E F0(Matches zero or one occurrence of the gi)180 524.4 Q -.15 -(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(*\()144 536.4 Q F2 +(wing sub-patterns:)-.25 E F1(?\()144 524.4 Q F2(pattern-list).833 E F1 +(\)).833 E F0(Matches zero or one occurrence of the gi)180 536.4 Q -.15 +(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(*\()144 548.4 Q F2 (pattern-list).833 E F1(\)).833 E F0 -(Matches zero or more occurrences of the gi)180 548.4 Q -.15(ve)-.25 G -2.5(np).15 G(atterns)-2.5 E F1(+\()144 560.4 Q F2(pattern-list).833 E F1 -(\)).833 E F0(Matches one or more occurrences of the gi)180 572.4 Q -.15 -(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(@\()144 584.4 Q F2 -(pattern-list).833 E F1(\)).833 E F0(Matches one of the gi)180 596.4 Q --.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(!\()144 608.4 Q F2 -(pattern-list).833 E F1(\)).833 E F0(Matches an)180 620.4 Q(ything e) +(Matches zero or more occurrences of the gi)180 560.4 Q -.15(ve)-.25 G +2.5(np).15 G(atterns)-2.5 E F1(+\()144 572.4 Q F2(pattern-list).833 E F1 +(\)).833 E F0(Matches one or more occurrences of the gi)180 584.4 Q -.15 +(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(@\()144 596.4 Q F2 +(pattern-list).833 E F1(\)).833 E F0(Matches one of the gi)180 608.4 Q +-.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(!\()144 620.4 Q F2 +(pattern-list).833 E F1(\)).833 E F0(Matches an)180 632.4 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 .988(When matching \214lenames, the)108 637.2 R F1(dotglob)3.488 +-2.5 E .988(When matching \214lenames, the)108 649.2 R F1(dotglob)3.488 E F0 .988 (shell option determines the set of \214lenames that are tested: when) -3.488 F F1(dotglob)108 649.2 Q F0 1.392 -(is enabled, the set of \214lenames includes all \214les be)3.892 F -1.392(ginning with `)-.15 F(`.)-.74 E -.74('')-.7 G 3.891(,b).74 G 1.391 -(ut `)-4.091 F(`.)-.74 E 2.871 -.74('' a)-.7 H 1.391(nd `).74 F(`..)-.74 -E 2.871 -.74('' m)-.7 H 1.391(ust be).74 F .298 -(matched by a pattern or sub-pattern that be)108 661.2 R .298 +3.488 F F1(dotglob)108 661.2 Q F0 1.391 +(is enabled, the set of \214lenames includes all \214les be)3.891 F +1.392(ginning with `)-.15 F(`.)-.74 E -.74('')-.7 G 3.892(,b).74 G 1.392 +(ut `)-4.092 F(`.)-.74 E 2.872 -.74('' a)-.7 H 1.392(nd `).74 F(`..)-.74 +E 2.872 -.74('' m)-.7 H 1.392(ust be).74 F .298 +(matched by a pattern or sub-pattern that be)108 673.2 R .298 (gins with a dot; when it is disabled, the set does not include an)-.15 -F(y)-.15 E .328(\214lenames be)108 673.2 R .328(ginning with `)-.15 F -(`.)-.74 E 1.808 -.74('' u)-.7 H .327 +F(y)-.15 E .327(\214lenames be)108 685.2 R .327(ginning with `)-.15 F +(`.)-.74 E 1.807 -.74('' u)-.7 H .327 (nless the pattern or sub-pattern be).74 F .327(gins with a `)-.15 F(`.) -.74 E -.74('')-.7 G 5.327(.A).74 G 2.827(sa)-5.327 G(bo)-2.827 E -.15 -(ve)-.15 G 2.827(,`).15 G(`.)-3.567 E 1.807 -.74('' o)-.7 H .327 -(nly has a).74 F(special meaning when matching \214lenames.)108 685.2 Q -.968(Complicated e)108 702 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 714 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 726 Q(aster)-.1 E(.)-.55 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E --.15(ve)-.15 G(mber 22).15 E(28)185.545 E 0 Cg EP +(ve)-.15 G 2.828(,`).15 G(`.)-3.568 E 1.808 -.74('' o)-.7 H .328 +(nly has a).74 F(special meaning when matching \214lenames.)108 697.2 Q +.969(Complicated e)108 714 R .969(xtended pattern matching ag)-.15 F +.969(ainst long strings is slo)-.05 F 2.268 -.65(w, e)-.25 H .968 +(specially when the patterns contain).65 F 1.23 +(alternations and the strings contain multiple matches.)108 726 R 1.23 +(Using separate matches ag)6.23 F 1.23(ainst shorter strings, or)-.05 F +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(28)185.955 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/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 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(using arrays of strings instead of a single long string, may be f)108 +84 Q(aster)-.1 E(.)-.55 E/F1 10/Times-Bold@0 SF(Quote Remo)87 100.8 Q +-.1(va)-.1 G(l).1 E F0 1.113(After the preceding e)108 112.8 R 1.113 (xpansions, all unquoted occurrences of the characters)-.15 F F1(\\) -3.613 E F0(,)A F1<08>3.613 E F0 3.613(,a)C(nd)-3.613 E F1(")4.446 E F0 -1.113(that did not result)4.446 F(from one of the abo)108 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 .428(by the shell.)108 -148.8 R F3(Redir)5.428 E(ection)-.37 E F0(allo)2.928 E .428(ws commands\ +3.613 E F0(,)A F1<08>3.612 E F0 3.612(,a)C(nd)-3.612 E F1(")4.445 E F0 +1.112(that did not result)4.445 F(from one of the abo)108 124.8 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 141.6 Q F0 .545 +(Before a command is e)108 153.6 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 .429(by the shell.)108 +165.6 R F3(Redir)5.428 E(ection)-.37 E F0(allo)2.928 E .428(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 c\ -ommand 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 -172.8 R -.15(xe)-.15 G .215(cution en).15 F 2.715(vironment. The)-.4 F +F(dif)108 177.6 Q 1.019(ferent \214les, and can change the \214les the \ +command reads from and writes to.)-.25 F 1.02(Redirection may also be) +6.02 F .215(used to modify \214le handles in the current shell e)108 +189.6 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 +(may precede or appear an)108 201.6 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 +(processed in the order the)108 213.6 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 p\ receded by a \214le descriptor number may 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 +230.4 R .771(ord of)-.1 F .292(the form {)108 242.4 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 .793(persists be)108 261.6 R .793 -(yond the scope of the command, allo)-.15 F .794 -(wing the shell programmer to manage the \214le descriptor')-.25 F(s) --.55 E(lifetime manually)108 273.6 Q 5(.T)-.65 G(he)-5 E F1 -.1(va)2.5 G -(rr).1 E(edir_close)-.18 E F0(shell option manages this beha)2.5 E(vior) --.2 E(.)-.55 E .284(In the follo)108 290.4 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 302.4 R F1(<)3.012 E F0 -3.012(,t)C .512 +.293(xcept >&- and <&-, the shell will allocate)-.15 F 3.18<618c>108 +254.4 S .679(le descriptor greater than or equal to 10 and assign it to) +-3.18 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 266.4 Q +F0 .599(}, the v)B .599(alue of)-.25 F F3(varname)3.099 E F0 .599 +(de\214nes the \214le descriptor to close.)3.099 F .6(If {)5.6 F F3 +(varname)A F0 3.1(}i)C 3.1(ss)-3.1 G .6(upplied, the redirection)-3.1 F +.794(persists be)108 278.4 R .794(yond the scope of the command, allo) +-.15 F .793(wing the shell programmer to manage the \214le descriptor') +-.25 F(s)-.55 E(lifetime manually)108 290.4 Q 5(.T)-.65 G(he)-5 E F1 -.1 +(va)2.5 G(rr).1 E(edir_close)-.18 E F0(shell option manages this beha) +2.5 E(vior)-.2 E(.)-.55 E .283(In the follo)108 307.2 R .284(wing descr\ +iptions, if the \214le descriptor number is omitted, and the \214rst ch\ +aracter of the redirect-)-.25 F .513(ion operator is)108 319.2 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 314.4 Q F1(>)2.5 E F0 2.5(,t)C +(redirection operator is)108 331.2 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 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 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 355.2 R -.867(xpansion, quote remo)-.15 F -.25(va)-.15 G .867(l, pathname e).25 F +-2.5 E .824(The w)108 348 R .824(ord follo)-.1 F .824 +(wing the redirection operator in the follo)-.25 F .825 +(wing descriptions, unless otherwise noted, is sub-)-.25 F .463 +(jected to brace e)108 360 R .463(xpansion, tilde e)-.15 F .462 +(xpansion, parameter and v)-.15 F .462(ariable e)-.25 F .462 +(xpansion, command substitution, arith-)-.15 F .866(metic e)108 372 R +.866(xpansion, quote remo)-.15 F -.25(va)-.15 G .866(l, pathname e).25 F .867(xpansion, and w)-.15 F .867(ord splitting.)-.1 F .867(If it e)5.867 -F .866(xpands to more than one)-.15 F -.1(wo)108 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 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 +F .867(xpands to more than one)-.15 F -.1(wo)108 384 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 400.8 Q -.15 +(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 417.6 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 417.6 +(directs both standard output and standard error to the \214le)108 434.4 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 +451.2 Q F1(>&)A F0(1)A F1(>)2.5 E F0(dirlist)2.5 E .505 +(directs only the standard output to \214le)108 468 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 +(output before the standard output w)108 480 Q(as redirected to)-.1 E F3 +(dirlist)2.85 E F0(.).68 E F1(Bash)108 496.8 Q F0 .598(handles se)3.098 +F -.15(ve)-.25 G .598(ral \214lenames specially when the).15 F 3.099(ya) +-.15 G .599(re used in redirections, as described in the follo)-3.099 F +(wing)-.25 E 3.478(table. If)108 508.8 R .978 +(the operating system on which)3.478 F F1(bash)3.478 E F0 .978 +(is running pro)3.478 F .977 (vides these special \214les, bash will use them;)-.15 F -(otherwise it will emulate them internally with the beha)108 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 +(otherwise it will emulate them internally with the beha)108 520.8 Q +(vior described belo)-.2 E -.65(w.)-.25 G F1(/de)144 537.6 Q(v/fd/)-.15 +E F3(fd)A F0(If)180 549.6 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 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 -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 +(is duplicated.)2.5 E F1(/de)144 561.6 Q(v/stdin)-.15 E F0 +(File descriptor 0 is duplicated.)180 573.6 Q F1(/de)144 585.6 Q +(v/stdout)-.15 E F0(File descriptor 1 is duplicated.)180 597.6 Q F1(/de) +144 609.6 Q(v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 +621.6 Q F1(/de)144 633.6 Q(v/tcp/)-.15 E F3(host)A F1(/)A F3(port)A F0 +(If)180 645.6 Q F3(host)2.996 E F0 .496(is a v)2.996 F .496 (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 676.8 Q F1(bash)2.5 E F0 +(vice name,)180 657.6 Q F1(bash)2.5 E F0 +(attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E F1(/de)144 +669.6 Q(v/udp/)-.15 E F3(host)A F1(/)A F3(port)A F0(If)180 681.6 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 693.6 Q F1(bash)2.5 E F0 (attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af)108 -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 722.4 Q(.)-.65 E(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(29)185.545 E 0 -Cg EP +710.4 S(ailure to open or create a \214le causes the redirection to f) +-2.6 E(ail.)-.1 E .946(Redirections using \214le descriptors greater th\ +an 9 should be used with care, as the)108 727.2 R 3.447(ym)-.15 G .947 +(ay con\215ict with \214le)-3.447 F(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(29)185.955 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/F1 10/Times-Bold@0 -SF(Redir)87 84 Q(ecting Input)-.18 E F0 .391 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(descriptors the shell uses internally)108 84 Q(.)-.65 E/F1 10 +/Times-Bold@0 SF(Redir)87 100.8 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 +108 112.8 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 124.8 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 141.6 Q([)144 158.4 Q +F2(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F1(Redir)87 175.2 Q +(ecting Output)-.18 E F0 .174 (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 +108 187.2 R .175(xpansion of)-.15 F F2(wor)3.015 E(d)-.37 E F0 .175 +(to be opened for writ-)3.445 F .084(ing on \214le descriptor)108 199.2 +R F2(n)2.944 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 +.083(is not speci\214ed.)2.823 F .083(If the \214le does not e)5.083 F +(x-)-.15 E(ist it is created; if it does e)108 211.2 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 +(The general format for redirecting output is:)108 228 Q([)144 244.8 Q +F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .154 +(If the redirection operator is)108 261.6 R F1(>)2.654 E F0 2.654(,a)C +.154(nd the)-2.654 F F1(noclob)2.654 E(ber)-.1 E F0 .154(option to the) +2.654 F F1(set)2.655 E F0 -.2(bu)2.655 G .155 +(iltin has been enabled, the redirection).2 F .658(will f)108 273.6 R +.658(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 .657 +(ists and is a re).15 F .657(gular \214le.)-.15 F .657(If the redi-) +5.657 F .408(rection operator is)108 285.6 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 +(option to the)2.909 F F1(set)2.909 E F0 -.2(bu)2.909 G .409 (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) +297.6 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 +314.4 S(pending Redir).25 E(ected Output)-.18 E F0 .642 +(Redirection of output in this f)108 326.4 R .642 +(ashion causes the \214le whose name results from the e)-.1 F .641 +(xpansion of)-.15 F F2(wor)3.481 E(d)-.37 E F0 .641(to be)3.911 F .454 +(opened for appending on \214le descriptor)108 338.4 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 F2(n)3.314 E F0 -.454(is not speci\214ed.)3.194 F(If)5.454 E(the \214le does not e)108 -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 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 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 +(he standard output \(\214le descriptor 1\) if)-2.955 F F2(n)3.315 E F0 +.455(is not speci\214ed.)3.195 F(If)5.455 E(the \214le does not e)108 +350.4 Q(xist it is created.)-.15 E +(The general format for appending output is:)108 367.2 Q([)144 384 Q F2 +(n)A F0(])A F1(>>)A F2(wor)A(d)-.37 E F1(Redir)87 400.8 Q +(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F0 .249 +(This construct allo)108 412.8 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 +424.8 Q(xpansion of)-.15 E F2(wor)2.84 E(d)-.37 E F0(.).77 E +(There are tw)108 441.6 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 +(&>)144 458.4 Q F2(wor)A(d)-.37 E F0(and)108 470.4 Q F1(>&)144 482.4 Q +F2(wor)A(d)-.37 E F0(Of the tw)108 499.2 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 +-.25(va)-.25 G(lent to).25 E F1(>)144 516 Q F2(wor)A(d)-.37 E F0(2)2.5 E +F1(>&)A F0(1)A .114(When using the second form,)108 532.8 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 +2.614 E F0 5.114(.I)C 2.614(fi)-5.114 G 2.615(td)-2.614 G .115 +(oes, other redirection operators)-2.615 F(apply \(see)108 544.8 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 \(\ +(w\) for compatibility reasons.)-.25 E F1 -.25(Ap)87 561.6 S +(pending Standard Output and Standard Err).25 E(or)-.18 E F0 .249 +(This construct allo)108 573.6 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 +585.6 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 -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 +602.4 Q F1(&>>)144 619.2 Q F2(wor)A(d)-.37 E F0 +(This is semantically equi)108 636 Q -.25(va)-.25 G(lent to).25 E F1(>>) +144 652.8 Q F2(wor)A(d)-.37 E F0(2)2.5 E F1(>&)A F0(1)A(\(see)108 669.6 +Q F1(Duplicating File Descriptors)2.5 E F0(belo)2.5 E(w\).)-.25 E F1 +(Her)87 686.4 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 698.4 R F2(delimiter)108.35 710.4 Q F0 .615 +(\(with no trailing blanks\) is seen.)3.845 F .615 (All of the lines read up to that point are then used as the stan-)5.615 -F(dard input \(or \214le descriptor)108 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.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(30)185.545 E 0 Cg EP +F(dard input \(or \214le descriptor)108 722.4 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(GNU Bash 5.2)72 768 +Q(2021 December 26)136.795 E(30)185.955 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([)144 84 Q/F1 10 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(The format of here-documents is:)108 84 Q([)144 100.8 Q/F1 10 /Times-Italic@0 SF(n)A F0(])A/F2 10/Times-Bold@0 SF(<<)A 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 +F0(])A F1(wor)A(d)-.37 E(her)164 112.8 Q(e-document)-.37 E(delimiter)144 +124.8 Q F0 .301(No parameter and v)108 141.6 R .302(ariable e)-.25 F +.302(xpansion, command substitution, arithmetic e)-.15 F .302 (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 +153.6 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.881 E F1(wor)3.221 E(d)-.37 E F0(,).77 E .773 +(and the lines in the here-document are not e)108 165.6 R 3.274 +(xpanded. If)-.15 F F1(wor)3.274 E(d)-.37 E F0 .774 +(is unquoted, all lines of the here-document)3.274 F 1.195 +(are subjected to parameter e)108 177.6 R 1.194 +(xpansion, command substitution, and arithmetic e)-.15 F 1.194 +(xpansion, the character se-)-.15 F(quence)108 189.6 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 +E F0 2.5(,a)C(nd)-2.5 E F2<92>2.5 E F0(.)A .601 +(If the redirection operator is)108 206.4 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 + and the line)-3.101 F(containing)108 218.4 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 +-.25 E(ashion.)-.1 E F2(Her)87 235.2 Q 2.5(eS)-.18 G(trings)-2.5 E F0 +2.5(Av)108 247.2 S(ariant of here documents, the format is:)-2.75 E([) +144 264 Q F1(n)A F0(])A F2(<<<)A F1(wor)A(d)-.37 E F0(The)108 280.8 Q F1 +(wor)3.292 E(d)-.37 E F0(under)3.292 E .792(goes tilde e)-.18 F .792 +(xpansion, parameter and v)-.15 F .792(ariable e)-.25 F .791 +(xpansion, command substitution, arithmetic)-.15 F -.15(ex)108 292.8 S +1.187(pansion, and quote remo).15 F -.25(va)-.15 G 3.687(l. P).25 F 1.187(athname e)-.15 F 1.187(xpansion and w)-.15 F 1.187 -(ord splitting are not performed.)-.1 F 1.187(The result is)6.187 F .374 -(supplied as a single string, with a ne)108 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 +(ord splitting are not performed.)-.1 F 1.188(The result is)6.187 F .375 +(supplied as a single string, with a ne)108 304.8 R .374(wline appended\ +, to the command on its standard input \(or \214le descrip-)-.25 F(tor) +108 316.8 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 333.6 Q F0(The redirection operator) +108 345.6 Q([)144 362.4 Q F1(n)A F0(])A F2(<&)A F1(wor)A(d)-.37 E F0 +.126(is used to duplicate input \214le descriptors.)108 379.2 R(If)5.127 +E F1(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .127 (pands to one or more digits, the \214le descriptor denoted).15 F(by)108 -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 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 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 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 460.8 R .566(If the digits in)5.566 F F1(wor)3.406 +391.2 Q F1(n)3.318 E F0 .458(is made to be a cop)3.198 F 2.958(yo)-.1 G +2.958(ft)-2.958 G .457(hat \214le descriptor)-2.958 F 5.457(.I)-.55 G +2.957(ft)-5.457 G .457(he digits in)-2.957 F F1(wor)3.297 E(d)-.37 E F0 +.457(do not specify a \214le descriptor open)3.727 F .149 +(for input, a redirection error occurs.)108 403.2 R(If)5.149 E F1(wor) +2.989 E(d)-.37 E F0 -.25(eva)3.419 G .149(luates to).25 F F22.649 E +F0 2.65<2c8c>C .15(le descriptor)-2.65 F F1(n)3.01 E F0 .15(is closed.) +2.89 F(If)5.15 E F1(n)3.01 E F0 .15(is not speci\214ed,)2.89 F +(the standard input \(\214le descriptor 0\) is used.)108 415.2 Q +(The operator)108 432 Q([)144 448.8 Q F1(n)A F0(])A F2(>&)A F1(wor)A(d) +-.37 E F0 .444 +(is used similarly to duplicate output \214le descriptors.)108 465.6 R +(If)5.444 E F1(n)3.304 E F0 .443 +(is not speci\214ed, the standard output \(\214le descrip-)3.183 F .565 +(tor 1\) is used.)108 477.6 R .565(If the digits in)5.565 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 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 484.8 R .966(xpand to one or more digits or)-.15 F F2 -3.466 E F0 3.466(,t)C .965 +a redirection error oc-)3.836 F 3.204(curs. If)108 489.6 R F1(wor)3.544 +E(d)-.37 E F0 -.25(eva)3.974 G .704(luates to).25 F F23.204 E F0 +3.204<2c8c>C .704(le descriptor)-3.204 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.203 E F0 +.703(is omitted, and)3.203 F F1(wor)3.203 E(d)-.37 E F0(does)3.203 E +.965(not e)108 501.6 R .965(xpand to one or more digits or)-.15 F F2 +3.465 E F0 3.466(,t)C .966 (he standard output and standard error are redirected as described) --3.466 F(pre)108 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 571.2 Q F1(digit)5 E F0 +-3.466 F(pre)108 513.6 Q(viously)-.25 E(.)-.65 E F2(Mo)87 530.4 Q +(ving File Descriptors)-.1 E F0(The redirection operator)108 542.4 Q([) +144 559.2 Q F1(n)A F0(])A F2(<&)A F1(digit)A F2A F0(mo)108 576 Q +-.15(ve)-.15 G 3.018(st).15 G .518(he \214le descriptor)-3.018 F F1 +(digit)3.018 E F0 .518(to \214le descriptor)3.018 F F1(n)3.378 E F0 +3.018(,o).24 G 3.018(rt)-3.018 G .517 +(he standard input \(\214le descriptor 0\) if)-3.018 F F1(n)3.017 E F0 +.517(is not speci-)3.017 F(\214ed.)108 588 Q F1(digit)5 E F0 (is closed after being duplicated to)2.5 E F1(n)2.5 E F0(.)A(Similarly) -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 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 -696 R .518(xpansion of)-.15 F F1(wor)3.358 E(d)-.37 E F0 .518 +108 604.8 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)144 621.6 Q +F1(n)A F0(])A F2(>&)A F1(digit)A F2A F0(mo)108 638.4 Q -.15(ve)-.15 +G 2.767(st).15 G .267(he \214le descriptor)-2.767 F F1(digit)2.767 E F0 +.267(to \214le descriptor)2.767 F F1(n)3.127 E F0 2.767(,o).24 G 2.767 +(rt)-2.767 G .268(he standard output \(\214le descriptor 1\) if)-2.767 F +F1(n)2.768 E F0 .268(is not speci-)2.768 F(\214ed.)108 650.4 Q F2 +(Opening File Descriptors f)87 667.2 Q(or Reading and Writing)-.25 E F0 +(The redirection operator)108 679.2 Q([)144 696 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 +712.8 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 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(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(31)185.545 E 0 -Cg EP +(scriptor)108 724.8 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(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(31)185.955 E 0 Cg EP %%Page: 32 32 %%BeginPageSetup BP @@ -4079,242 +4077,241 @@ 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.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 +Q F0(allo)3.173 E 3.173(was)-.25 G .674(tring to be substituted for a w) +-3.173 F .674(ord when it is used as the \214rst w)-.1 F .674 (ord of a simple command.)-.1 F .394(The shell maintains a list of alia\ ses that may be set and unset with the)108 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 +(alias)2.893 E F0(and)2.893 E F3(unalias)2.893 E F0 -.2(bu)2.893 G .393 +(iltin commands).2 F(\(see)108 120 Q/F4 9/Times-Bold@0 SF 1.979(SHELL B) +4.479 F(UIL)-.09 E 1.979(TIN COMMANDS)-.828 F F0(belo)4.229 E 4.48 +(w\). The)-.25 F 1.98(\214rst w)4.48 F 1.98 +(ord of each simple command, if unquoted, is)-.1 F(check)108 132 Q .473 +(ed to see if it has an alias.)-.1 F .473(If so, that w)5.473 F .472 +(ord is replaced by the te)-.1 F .472(xt of the alias.)-.15 F .472 +(The characters)5.472 F F3(/)2.972 E F0(,)A F3($)2.972 E F0(,)A F3<92> +2.972 E F0(,)A(and)108 144 Q F3(=)3.611 E F0 1.111(and an)3.611 F 3.611 +(yo)-.15 G 3.611(ft)-3.611 G 1.111(he shell)-3.611 F F2(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 +(or quoting characters listed abo)3.612 F 1.412 -.15(ve m)-.15 H 1.112 +(ay not appear in an alias).15 F 3.62(name. The)108 156 R 1.12 +(replacement te)3.62 F 1.119(xt may contain an)-.15 F 3.619(yv)-.15 G +1.119(alid shell input, including shell metacharacters.)-3.869 F 1.119 +(The \214rst)6.119 F -.1(wo)108 168 S .513(rd of the replacement te).1 F +.513(xt is tested for aliases, b)-.15 F .513(ut a w)-.2 F .514 +(ord that is identical to an alias being e)-.1 F .514(xpanded is)-.15 F +.296(not e)108 180 R .296(xpanded a second time.)-.15 F .296 +(This means that one may alias)5.296 F F3(ls)2.796 E F0(to)2.796 E F3 +.296(ls \255F)2.796 F F0 2.796(,f)C .295(or instance, and)-2.796 F F3 +(bash)2.795 E F0 .295(does not try)2.795 F .528(to recursi)108 192 R +-.15(ve)-.25 G .528(ly e).15 F .528(xpand the replacement te)-.15 F +3.028(xt. If)-.15 F .528(the last character of the alias v)3.028 F .529 +(alue is a)-.25 F F2(blank)3.299 E F0 3.029(,t).67 G .529(hen the ne) +-3.029 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 .741 +(unalias)2.5 E F0(command.)2.5 E .742 (There is no mechanism for using ar)108 237.6 R .741 (guments in the replacement te)-.18 F 3.241(xt. If)-.15 F(ar)3.241 E -.742(guments are needed, use a shell)-.18 F(function \(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 +.741(guments are needed, use a shell)-.18 F(function \(see)108 249.6 Q +F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E .282(Aliases are not e)108 +266.4 R .282(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.783 E F0 +.283(shell option is set us-)2.783 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 +E .436 (The rules concerning the de\214nition and use of aliases are some)108 -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 +295.2 R .435(what confusing.)-.25 F F3(Bash)5.435 E F0(al)2.935 E -.1 +(wa)-.1 G .435(ys reads at least).1 F .67 (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 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 331.2 R -.15(xe)-.15 G 2.575(cuted. Therefore,).15 +1.059(commands on that line or the compound command.)108 319.2 R 1.059 +(Aliases are e)6.059 F 1.058(xpanded when a command is read, not)-.15 F +.074(when it is e)108 331.2 R -.15(xe)-.15 G 2.574(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 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 +and does not)2.574 F(tak)108 343.2 Q 2.838(ee)-.1 G -.25(ff)-2.838 G +.338(ect until the ne).25 F .338(xt line of input is read.)-.15 F .337 +(The commands follo)5.337 F .337 +(wing the alias de\214nition on that line are)-.25 F .551(not af)108 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 367.2 R -.15(xe)-.15 G .426 -(cuted, because a function de\214nition).15 F .404(is itself a command.) +-.2 F -.15(xe)-.15 G 3.051(cuted. Aliases).15 F .552(are e)3.052 F(x-) +-.15 E .426(panded when a function de\214nition is read, not when the f\ +unction is e)108 367.2 R -.15(xe)-.15 G .425 +(cuted, because a function de\214nition).15 F .403(is itself a command.) 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) +(As a consequence, aliases de\214ned in a function are not a)5.403 F +-.25(va)-.2 G .404(ilable until after that func-).25 F .862(tion is e) 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 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 +(FUNCTIONS)72 436.8 Q F0 3.467(As)108 448.8 S .967 +(hell function, de\214ned as described abo)-3.467 F 1.267 -.15(ve u)-.15 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 +.968(stores a series of commands for)3.217 F 1.002(later e)108 460.8 R +-.15(xe)-.15 G 3.502(cution. When).15 F 1.002(the name of a shell funct\ +ion is used as a simple command name, the list of com-)3.502 F .315 (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 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 496.8 R -.15(xe)-.15 G .64(cuted, the ar).15 F +G 2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .316 +(cuted in the conte).15 F .316(xt of the current)-.15 F .036 +(shell; no ne)108 484.8 R 2.536(wp)-.25 G .036 +(rocess is created to interpret them \(contrast this with the e)-2.536 F +-.15(xe)-.15 G .036(cution of a shell script\).).15 F .035(When a)5.035 +F .639(function is e)108 496.8 R -.15(xe)-.15 G .639(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 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 +-.18 F -.15(xe)-.15 G(cution.).15 E .533(The special parameter)108 508.8 +R F3(#)3.033 E F0 .532(is updated to re\215ect the change.)3.033 F .532 +(Special parameter)5.532 F F3(0)3.032 E F0 .532(is unchanged.)3.032 F +.532(The \214rst ele-)5.532 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 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 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 +1.215(these e)108 549.6 R 1.215(xceptions: the)-.15 F F4(DEB)3.715 E(UG) +-.09 E F0(and)3.465 E F3(RETURN)3.715 E F0 1.215 +(traps \(see the description of the)3.715 F F3(trap)3.714 E F0 -.2(bu) +3.714 G 1.214(iltin under).2 F F4(SHELL)3.714 E -.09(BU)108 561.6 S(IL) +.09 E .478(TIN COMMANDS)-.828 F F0(belo)2.728 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 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) +-.25 G 2.979(nt).15 G(he)-2.979 E F3(trace)2.979 E F0(attrib)2.979 E +.479(ute \(see)-.2 F .421(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 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 +(shell option has been enabled with the)2.92 F F3(set)2.92 E F0 -.2(bu) +108 585.6 S .071(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 +(traps\), and the)2.572 F F4(ERR)2.572 E F0 .072(trap is not inher)2.322 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 +(shell option has been enabled.)2.5 E -1.11(Va)108 614.4 S .656 (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 626.4 R .051 +3.155 E F0 -.2(bu)3.155 G .655(iltin command.).2 F(Ordinarily)5.655 E +3.155(,v)-.65 G .655(ariables and)-3.405 F .05(their v)108 626.4 R .05 (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 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 638.4 R 1.186(Local v)6.186 F -(ariables)-.25 E("shado)108 650.4 Q .155(w" v)-.25 F .155 +-.55 G 2.551(fav)-5.051 G .051(ariable is declared)-2.801 F F3(local) +2.551 E F0 2.551(,t)C .051(he v)-2.551 F(ariable')-.25 E 2.551(sv)-.55 G +(isi-)-2.551 E 1.186(ble scope is restricted to that function and its c\ +hildren \(including the functions it calls\).)108 638.4 R 1.185(Local v) +6.185 F(ariables)-.25 E("shado)108 650.4 Q .154(w" v)-.25 F .154 (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 -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 +-.25 F -.15(Fo)5.155 G 2.655(ri).15 G .155(nstance, a local v)-2.655 F +.155(ariable declared)-.25 F .67(in a function hides a global v)108 +662.4 R .669(ariable of the same name: references and assignments refer\ + to the local v)-.25 F(ari-)-.25 E .688(able, lea)108 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 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 +(ariable is once ag)-.25 F(ain)-.05 E(visible.)108 686.4 Q .727 +(The shell uses)108 703.2 R F2 .727(dynamic scoping)3.227 F F0 .726 +(to control a v)3.227 F(ariable')-.25 E 3.226(sv)-.55 G .726 +(isibility within functions.)-3.226 F -.4(Wi)5.726 G .726 +(th dynamic scoping,).4 F .007(visible v)108 715.2 R .007 (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 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(GNU Bash 5.2)72 -768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(32)185.545 E 0 Cg -EP +F -.15(xe)-.15 G .008(cution to reach).15 F .814(the current function.) +108 727.2 R .813(The v)5.814 F .813(alue of a v)-.25 F .813 +(ariable that a function sees depends on its v)-.25 F .813 +(alue within its caller)-.25 F 3.313(,i)-.4 G(f)-3.313 E(GNU Bash 5.2)72 +768 Q(2021 December 26)136.795 E(32)185.955 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(an)108 84 Q 2.117 --.65(y, w)-.15 H .817 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(an)108 84 Q 2.116 +-.65(y, w)-.15 H .816 (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) +F .817(This is also the v)5.816 F .817(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 +112.8 S 2.724(re).15 G .224(xample, if a v)-2.874 F(ariable)-.25 E/F1 10 +/Times-Italic@0 SF(var)2.724 E F0 .223(is declared as local in function) +2.724 F F1(func1)2.723 E F0 2.723(,a)C(nd)-2.723 E F1(func1)2.723 E F0 +.223(calls another function)2.723 F F1(func2)2.723 E F0(,)A .463 +(references to)108 124.8 R F1(var)2.963 E F0 .463(made from within)2.963 +F F1(func2)2.963 E F0 .463(will resolv)2.963 F 2.964(et)-.15 G 2.964(ot) +-2.964 G .464(he local v)-2.964 F(ariable)-.25 E F1(var)2.964 E F0(from) +2.964 E F1(func1)2.964 E F0 2.964(,s)C(hado)-2.964 E .464(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 +(The)108 153.6 Q/F2 10/Times-Bold@0 SF(unset)2.983 E F0 -.2(bu)2.983 G +.483(iltin also acts using the same dynamic scope: if a v).2 F .482 +(ariable is local to the current scope,)-.25 F F2(unset)2.982 E F0 .19 (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) +-5.19 E 2.721(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 \ +func-)-2.971 F .013(tion returns.)108 189.6 R .013 +(Once the function returns, an)5.013 F 2.513(yi)-.15 G .014 +(nstance of the v)-2.513 F .014(ariable at a pre)-.25 F .014 +(vious scope will become visible.)-.25 F .567(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 +3.066(yi)-.15 G .566(nstance of a v)-3.066 F .566 (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 +(wed will become visible.)-.25 E(The)108 230.4 Q F2(FUNCNEST)3.528 E F0 +-.25(va)3.528 G 1.028(riable, if set to a numeric v).25 F 1.028 (alue greater than 0, de\214nes a maximum function nesting)-.25 F(le)108 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) +-.15 E .044(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 +.043(cution resumes with).15 F 1.011(the ne)108 271.2 R 1.011 (xt command after the function call.)-.15 F(An)6.011 E 3.511(yc)-.15 G -1.011(ommand associated with the)-3.511 F F2(RETURN)3.511 E F0 1.011 -(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 283.2 R --.15(xe)-.15 G .213(cution resumes.).15 F .213 -(When a function completes, the v)5.213 F .214 +1.011(ommand associated with the)-3.511 F F2(RETURN)3.512 E F0 1.012 +(trap is e)3.512 F -.15(xe)-.15 G(cuted).15 E .214(before e)108 283.2 R +-.15(xe)-.15 G .214(cution resumes.).15 F .213 +(When a function completes, the v)5.214 F .213 (alues of the positional parameters and the spe-)-.25 F(cial parameter) 108 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 +-2.65 G(cution.).15 E 1.358 (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 +F0(or)3.859 E F2(typeset)3.859 E F0 -.2(bu)3.859 G 1.359(iltin com-).2 F 3.39(mands. The)108 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 -.047(\214le and line number)108 336 R 2.546(,i)-.4 G 2.546(ft)-2.546 G +.046(\214le and line number)108 336 R 2.546(,i)-.4 G 2.546(ft)-2.546 G (he)-2.546 E F2(extdeb)2.546 E(ug)-.2 E F0 .046 (shell option is enabled\).)2.546 F .046(Functions may be e)5.046 F .046 -(xported so that child shell)-.15 F .492 +(xported so that child shell)-.15 F .493 (processes \(those created when e)108 348 R -.15(xe)-.15 G .492 (cuting a separate shell in).15 F -.2(vo)-.4 G .492 -(cation\) automatically ha).2 F .793 -.15(ve t)-.2 H .493 -(hem de\214ned with).15 F(the)108 360 Q F23.201 E F0 .701 -(option to the)3.201 F F2(export)3.201 E F0 -.2(bu)3.201 G 3.201 -(iltin. A).2 F .7(function de\214nition may be deleted using the)3.201 F -F23.2 E F0 .7(option to the)3.2 F F2(unset)3.2 E F0 -.2(bu)108 372 -S(iltin.).2 E .371(Functions may be recursi)108 388.8 R -.15(ve)-.25 G +(cation\) automatically ha).2 F .792 -.15(ve t)-.2 H .492 +(hem de\214ned with).15 F(the)108 360 Q F23.2 E F0 .7 +(option to the)3.2 F F2(export)3.2 E F0 -.2(bu)3.2 G 3.2(iltin. A).2 F +.701(function de\214nition may be deleted using the)3.2 F F23.201 +E F0 .701(option to the)3.201 F F2(unset)3.201 E F0 -.2(bu)108 372 S +(iltin.).2 E .372(Functions may be recursi)108 388.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 .323 +(riable may be used to limit the depth of the function call).25 F .322 (stack and restrict the number of function in)108 400.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 412.8 Q .3 -.15(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV) -72 429.6 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 1.088 -(The shell allo)108 441.6 R 1.088(ws arithmetic e)-.25 F 1.089 +72 429.6 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 1.089 +(The shell allo)108 441.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 F2(let)3.589 E F0 -(and)3.589 E F2(de-)3.589 E(clar)108 453.6 Q(e)-.18 E F0 -.2(bu)3.453 G -.953(iltin commands, the).2 F F2(\(\()3.453 E F0 .952 +(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 453.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.452(\). Ev)B .952(aluation is done in)-.25 F<8c78>108 465.6 Q 1.057 +3.453(\). Ev)B .953(aluation is done in)-.25 F<8c78>108 465.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 .829 +(vision by 0 is trapped and \215agged as an error)-.25 F(.)-.55 E .828 (The operators and their precedence, associati)108 477.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 .828(The fol-)5.828 F -(lo)108 489.6 Q .439(wing list of operators is grouped into le)-.25 F --.15(ve)-.25 G .439(ls of equal-precedence operators.).15 F .44(The le) -5.44 F -.15(ve)-.25 G .44(ls are listed in order).15 F +(alues are the same as in the C language.)-.25 F .829(The fol-)5.829 F +(lo)108 489.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 501.6 Q F1(id)108 518.4 Q F2(++)A F1(id) 2.5 E F2A F0 -.25(va)144 530.4 S (riable post-increment and post-decrement).25 E F2 2.5108 542.4 S @@ -4330,8 +4327,8 @@ F0(multiplication, di)144 602.4 Q(vision, remainder)-.25 E F2 2.5<2bad> 144 662.4 Q F2(&)108 674.4 Q F0(bitwise AND)144 674.4 Q F2(^)108 686.4 Q F0(bitwise e)144 686.4 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2(|) 108 698.4 Q F0(bitwise OR)144 698.4 Q F2(&&)108 710.4 Q F0(logical AND) -144 710.4 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(33)185.545 E 0 Cg EP +144 710.4 Q(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(33)185.955 +E 0 Cg EP %%Page: 34 34 %%BeginPageSetup BP @@ -4346,84 +4343,84 @@ SF(||)108 84 Q F0(logical OR)144 84 Q/F2 10/Times-Italic@0 SF -.2(ex)108 F2 -.2(ex)2.5 G(pr2).2 E F0(comma)144 156 Q .68(Shell v)108 172.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.507(ated. W)108 184.8 R 1.007(ithin an e)-.4 -F 1.007(xpression, shell v)-.15 F 1.007 +-.25(va)-.25 G(lu-).25 E 3.508(ated. W)108 184.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 196.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 -.42(ing the parameter e)108 208.8 R .42(xpansion syntax.)-.15 F .42 -(The v)5.42 F .421(alue of a v)-.25 F .421(ariable is e)-.25 F -.25(va) --.25 G .421(luated as an arithmetic e).25 F .421(xpression when)-.15 F -.154(it is referenced, or when a v)108 220.8 R .154 +.421(ing the parameter e)108 208.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 220.8 R .154 (ariable which has been gi)-.25 F -.15(ve)-.25 G 2.654(nt).15 G(he) --2.654 E F2(inte)2.654 E -.1(ge)-.4 G(r).1 E F0(attrib)2.654 E .153 -(ute using)-.2 F F1(declar)2.653 E 2.653<65ad>-.18 G(i)-2.653 E F0 .153 -(is assigned a)2.653 F -.25(va)108 232.8 S 2.857(lue. A).25 F .357 +-2.654 E F2(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 232.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 F2(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 244.8 Q -(xpression.)-.15 E(Inte)108 261.6 Q .518(ger constants follo)-.15 F -3.018(wt)-.25 G .518(he C language de\214nition, without suf)-3.018 F -<8c78>-.25 E .517(es or character constants.)-.15 F .517(Constants with) -5.517 F 3.282(al)108 273.6 S .782 -(eading 0 are interpreted as octal numbers.)-3.282 F 3.283(Al)5.782 G -.783(eading 0x or 0X denotes he)-3.283 F 3.283(xadecimal. Otherwise,) --.15 F(num-)3.283 E .816(bers tak)108 285.6 R 3.316(et)-.1 G .816 -(he form [)-3.316 F F2(base#)A F0 .815(]n, where the optional)B F2(base) -3.315 E F0 .815(is a decimal number between 2 and 64 representing)3.315 -F .349(the arithmetic base, and)108 297.6 R F2(n)2.849 E F0 .349 -(is a number in that base.)2.849 F(If)5.35 E F2(base#)2.85 E F0 .35 -(is omitted, then base 10 is used.)2.85 F .35(When speci-)5.35 F(fying) -108 309.6 Q F2(n)2.975 E F0 2.975(,i)C 2.975(fan)-2.975 G .474(on-digit\ - is required, the digits greater than 9 are represented by the lo)-2.975 -F .474(wercase letters, the up-)-.25 F .518 +(xpression.)-.15 E(Inte)108 261.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 273.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 285.6 R 3.315(et)-.1 G .815 +(he form [)-3.315 F F2(base#)A F0 .815(]n, where the optional)B F2(base) +3.315 E F0 .816(is a decimal number between 2 and 64 representing)3.315 +F .35(the arithmetic base, and)108 297.6 R F2(n)2.85 E F0 .35 +(is a number in that base.)2.85 F(If)5.35 E F2(base#)2.849 E F0 .349 +(is omitted, then base 10 is used.)2.849 F .349(When speci-)5.349 F +(fying)108 309.6 Q F2(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 321.6 R 5.518(.I)-.55 G(f) -5.518 E F2(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 -333.6 Q .235(Operators are e)108 350.4 R -.25(va)-.25 G .235 +333.6 Q .234(Operators are e)108 350.4 R -.25(va)-.25 G .234 (luated in order of precedence.).25 F(Sub-e)5.234 E .234 -(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .234 +(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .235 (luated \214rst and may).25 F -.15(ove)108 362.4 S (rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F3 10.95 -/Times-Bold@0 SF(CONDITION)72 379.2 Q(AL EXPRESSIONS)-.219 E F0 .255 -(Conditional e)108 391.2 R .255(xpressions are used by the)-.15 F F1([[) +/Times-Bold@0 SF(CONDITION)72 379.2 Q(AL EXPRESSIONS)-.219 E F0 .256 +(Conditional e)108 391.2 R .256(xpressions are used by the)-.15 F F1([[) 2.755 E F0 .255(compound command and the)2.755 F F1(test)2.755 E F0(and) -2.755 E F1([)2.756 E F0 -.2(bu)2.756 G .256(iltin commands to test).2 F -.134(\214le attrib)108 403.2 R .134 +2.755 E F1([)2.755 E F0 -.2(bu)2.755 G .255(iltin commands to test).2 F +.133(\214le attrib)108 403.2 R .133 (utes and perform string and arithmetic comparisons.)-.2 F(The)5.133 E -F1(test)2.633 E F0(and)2.633 E F1([)2.633 E F0 .133 -(commands determine their be-)2.633 F(ha)108 415.2 Q .197 -(vior based on the number of ar)-.2 F .198 -(guments; see the descriptions of those commands for an)-.18 F 2.698(yo) --.15 G .198(ther command-)-2.698 F(speci\214c actions.)108 427.2 Q .235 +F1(test)2.633 E F0(and)2.633 E F1([)2.634 E F0 .134 +(commands determine their be-)2.634 F(ha)108 415.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 427.2 Q .234 (Expressions are formed from the follo)108 444 R .234 -(wing unary or binary primaries.)-.25 F F1(Bash)5.234 E F0 .234 -(handles se)2.734 F -.15(ve)-.25 G .234(ral \214lenames spe-).15 F .424 -(cially when the)108 456 R 2.924(ya)-.15 G .424(re used in e)-2.924 F +(wing unary or binary primaries.)-.25 F F1(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 456 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 -F1(bash)2.925 E F0 .425(is running pro)2.925 F .425(vides these)-.15 F -.345(special \214les, bash will use them; otherwise it will emulate the\ -m internally with this beha)108 468 R .344(vior: If an)-.2 F(y)-.15 E F2 -(\214le)2.844 E F0(ar)2.844 E(-)-.2 E .805 -(gument to one of the primaries is of the form)108 480 R F2(/de)3.305 E -(v/fd/n)-.15 E F0 3.306(,t)C .806(hen \214le descriptor)-3.306 F F2(n) -3.306 E F0 .806(is check)3.306 F 3.306(ed. If)-.1 F(the)3.306 E F2 -(\214le)3.306 E F0(ar)3.306 E(gu-)-.18 E .03 -(ment to one of the primaries is one of)108 492 R F2(/de)2.53 E(v/stdin) --.15 E F0(,)A F2(/de)2.529 E(v/stdout)-.15 E F0 2.529(,o)C(r)-2.529 E F2 -(/de)2.529 E(v/stderr)-.15 E F0 2.529<2c8c>C .029 -(le descriptor 0, 1, or 2, respec-)-2.529 F(ti)108 504 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 .721 +F1(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 468 R .345(vior: If an)-.2 F(y)-.15 E F2 +(\214le)2.845 E F0(ar)2.845 E(-)-.2 E .806 +(gument to one of the primaries is of the form)108 480 R F2(/de)3.306 E +(v/fd/n)-.15 E F0 3.305(,t)C .805(hen \214le descriptor)-3.305 F F2(n) +3.305 E F0 .805(is check)3.305 F 3.305(ed. If)-.1 F(the)3.305 E F2 +(\214le)3.305 E F0(ar)3.305 E(gu-)-.18 E .029 +(ment to one of the primaries is one of)108 492 R F2(/de)2.529 E +(v/stdin)-.15 E F0(,)A F2(/de)2.529 E(v/stdout)-.15 E F0 2.53(,o)C(r) +-2.53 E F2(/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 504 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 520.8 R 3.221(ws)-.25 G .722(ymbolic links and operate on the tar) +108 520.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 532.8 -Q 1.096(When used with)108 550.8 R F1([[)3.596 E F0 3.596(,t)C(he)-3.596 -E F1(<)3.596 E F0(and)3.595 E F1(>)3.595 E F0 1.095(operators sort le) -3.595 F 1.095(xicographically using the current locale.)-.15 F(The)6.095 -E F1(test)3.595 E F0(com-)3.595 E(mand sorts using ASCII ordering.)108 +Q 1.095(When used with)108 550.8 R F1([[)3.595 E F0 3.595(,t)C(he)-3.595 +E F1(<)3.595 E F0(and)3.595 E F1(>)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 F1(test)3.596 E F0(com-)3.596 E(mand sorts using ASCII ordering.)108 562.8 Q F1108 586.8 Q F2(\214le)2.5 E F0 -.35(Tr)144 586.8 S (ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F1108 598.8 Q F2(\214le)2.5 E F0 -.35(Tr)144 598.8 S(ue if).35 E F2(\214le)2.5 @@ -4449,7 +4446,7 @@ Q F2(\214le)2.5 E F0 -.35(Tr)144 658.8 S(ue if).35 E F2(\214le)2.5 E F0 G(ists and is readable.).15 E F1108 718.8 Q F2(\214le)2.5 E F0 -.35(Tr)144 718.8 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G (ists and has a size greater than zero.).15 E(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(34)185.545 E 0 Cg EP +(2021 December 26)136.795 E(34)185.955 E 0 Cg EP %%Page: 35 35 %%BeginPageSetup BP @@ -4488,10 +4485,10 @@ A F2(\214le2)2.5 E F0 -.35(Tr)144 228 S(ue if).35 E F2(\214le1)2.5 E F0 252 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 264 Q F2 -(optname)2.5 E F0 -.35(Tr)144 276 S .262(ue if the shell option).35 F F2 +(optname)2.5 E F0 -.35(Tr)144 276 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.763 E F0(option to the)144 288 Q F1(set)2.5 E F0 -.2(bu)2.5 G +2.762 E F0(option to the)144 288 Q F1(set)2.5 E F0 -.2(bu)2.5 G (iltin belo).2 E -.65(w.)-.25 G F1108 300 Q F2(varname)2.5 E F0 -.35(Tr)144 312 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 @@ -4502,12 +4499,12 @@ E F0(is set \(has been assigned a v)2.68 E(alue\).)-.25 E F1108 108 372 Q F1108 384 Q F2(string)2.5 E F0 -.35(Tr)144 396 S (ue if the length of).35 E F2(string)2.84 E F0(is non-zero.)2.72 E F2 (string1)108 412.8 Q F1(==)2.5 E F2(string2)2.5 E(string1)108 424.8 Q F1 -(=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 436.8 S .862 +(=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 436.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 .861 -(command for POSIX conformance.)3.361 F .446(When used with the)144 +(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 448.8 R F1([[)2.946 E F0 .446 -(command, this performs pattern matching as described abo)2.946 F .747 +(command, this performs pattern matching as described abo)2.946 F .746 -.15(ve \()-.15 H F1(Compound).15 E(Commands)144 460.8 Q F0(\).)A F2 (string1)108 477.6 Q F1(!=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 489.6 S (ue if the strings are not equal.).35 E F2(string1)108 506.4 Q F1(<)2.5 @@ -4517,38 +4514,38 @@ E(.)-.65 E F2(string1)108 535.2 Q F1(>)2.5 E F2(string2)2.5 E F0 -.35 (Tr)144 547.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 564 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 576 Q F0 .385(is one of)2.635 F F1(\255eq)2.885 E F0(,)A F1 +(OP)144 576 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.884 E(g1)-.37 E F0 .845(is equal to, not equal to, less than, les\ +(ar)2.885 E(g1)-.37 E F0 .845(is equal to, not equal to, less than, les\ s than or equal to, greater than, or greater than or equal to)144 588 R -F2(ar)144 600 Q(g2)-.37 E F0 3.59(,r)C(especti)-3.59 E -.15(ve)-.25 G -(ly).15 E(.)-.65 E F2(Ar)7.1 E(g1)-.37 E F0(and)3.59 E F2(ar)3.92 E(g2) --.37 E F0 1.089(may be positi)3.61 F 1.389 -.15(ve o)-.25 H 3.589(rn).15 -G -2.25 -.15(eg a)-3.589 H(ti).15 E 1.389 -.15(ve i)-.25 H(nte).15 E -3.589(gers. When)-.15 F 1.089(used with the)3.589 F F1([[)3.589 E F0 +F2(ar)144 600 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 612 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 624 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E/F4 10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP) -72 640.8 Q(ANSION)-.81 E F0 .614(When a simple command is e)108 652.8 R --.15(xe)-.15 G .614(cuted, the shell performs the follo).15 F .613 -(wing e)-.25 F .613(xpansions, assignments, and redi-)-.15 F +72 640.8 Q(ANSION)-.81 E F0 .613(When a simple command is e)108 652.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 664.8 Q(wing order)-.25 -E(.)-.55 E(1.)108 681.6 Q 1.848(The w)144 681.6 R 1.848 -(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 F 1.849 +E(.)-.55 E(1.)108 681.6 Q 1.849(The w)144 681.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 693.6 Q -.15(ve)-.2 G 2.5(df).15 G -(or later processing.)-2.5 E(2.)108 710.4 Q .18(The w)144 710.4 R .18 +(or later processing.)-2.5 E(2.)108 710.4 Q .179(The w)144 710.4 R .179 (ords that are not v)-.1 F .179 -(ariable assignments or redirections are e)-.25 F 2.679(xpanded. If)-.15 -F(an)2.679 E 2.679(yw)-.15 G .179(ords remain af-)-2.779 F .346(ter e) -144 722.4 R .346(xpansion, the \214rst w)-.15 F .346(ord is tak)-.1 F -.347(en to be the name of the command and the remaining w)-.1 F .347 -(ords are)-.1 F(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(35)185.545 E 0 Cg EP +(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 +722.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(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(35) +185.955 E 0 Cg EP %%Page: 36 36 %%BeginPageSetup BP @@ -4558,41 +4555,41 @@ BP (guments.)-.18 E(3.)108 100.8 Q (Redirections are performed as described abo)144 100.8 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 117.6 Q .717(The te)144 117.6 R .717 +/Times-Roman@0 SF(.)A F0(4.)108 117.6 Q .716(The te)144 117.6 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 .339 +.717(xpansion, parameter e)-.15 F(xpansion,)-.15 E .34 (command substitution, arithmetic e)144 129.6 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 141.6 Q -.587(If no command name results, the v)108 158.4 R .586 +.586(If no command name results, the v)108 158.4 R .586 (ariable assignments af)-.25 F .586(fect the current shell en)-.25 F -3.086(vironment. In)-.4 F .586(the case of)3.086 F .371(such a command \ +3.087(vironment. In)-.4 F .587(the case of)3.087 F .371(such a command \ \(one that consists only of assignment statements and redirections\), a\ ssignment statements)108 170.4 R .835 (are performed before redirections.)108 182.4 R .835(Otherwise, the v) 5.835 F .835(ariables are added to the en)-.25 F .835 -(vironment of the e)-.4 F -.15(xe)-.15 G(cuted).15 E .838 +(vironment of the e)-.4 F -.15(xe)-.15 G(cuted).15 E .839 (command and do not af)108 194.4 R .838(fect the current shell en)-.25 F 3.338(vironment. If)-.4 F(an)3.338 E 3.338(yo)-.15 G 3.338(ft)-3.338 G -.839(he assignments attempts to assign a)-3.338 F -.25(va)108 206.4 S +.838(he assignments attempts to assign a)-3.338 F -.25(va)108 206.4 S (lue to a readonly v).25 E(ariable, an error occurs, and the command e) --.25 E(xits with a non-zero status.)-.15 E .15 +-.25 E(xits with a non-zero status.)-.15 E .149 (If no command name results, redirections are performed, b)108 223.2 R -.149(ut do not af)-.2 F .149(fect the current shell en)-.25 F 2.649 +.149(ut do not af)-.2 F .15(fect the current shell en)-.25 F 2.65 (vironment. A)-.4 F(redirection error causes the command to e)108 235.2 Q(xit with a non-zero status.)-.15 E 1.064 (If there is a command name left after e)108 252 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 264 -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 276 R .466 -(xit status of the last command substitution performed.)-.15 F .467 +4.864 -.65(w. O)-.25 H 1.064(therwise, the).65 F .068(command e)108 264 +R 2.568(xits. If)-.15 F .069(one of the e)2.568 F .069 +(xpansions contained a command substitution, the e)-.15 F .069 +(xit status of the command)-.15 F .467(is the e)108 276 R .466 +(xit status of the last command substitution performed.)-.15 F .466 (If there were no command substitutions, the)5.466 F(command e)108 288 Q (xits with a status of zero.)-.15 E/F4 10.95/Times-Bold@0 SF -(COMMAND EXECUTION)72 304.8 Q F0 .547 -(After a command has been split into w)108 316.8 R .546 +(COMMAND EXECUTION)72 304.8 Q F0 .546 +(After a command has been split into w)108 316.8 R .547 (ords, if it results in a simple command and an optional list of ar)-.1 F(gu-)-.18 E(ments, the follo)108 328.8 Q(wing actions are tak)-.25 E (en.)-.1 E .379(If the command name contains no slashes, the shell atte\ @@ -4603,74 +4600,73 @@ mpts to locate it.)108 345.6 R .379(If there e)5.379 F .379 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 369.6 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 386.4 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 398.4 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 +(uiltin is in)-.2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E .31 +(If the name is neither a shell function nor a b)108 386.4 R .309 +(uiltin, and contains no slashes,)-.2 F F3(bash)2.809 E F0 .309 +(searches each element of)2.809 F(the)108 398.4 Q F1 -.666(PA)3.162 G +(TH)-.189 E F0 .662(for a directory containing an e)2.912 F -.15(xe)-.15 +G .662(cutable \214le by that name.).15 F F3(Bash)5.662 E F0 .663 +(uses a hash table to remember)3.162 F 1.915(the full pathnames of e)108 410.4 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 422.4 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 434.4 R F3(command_not_f)3.456 E -(ound_han-)-.25 E(dle)108 446.4 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 458.4 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 +F0(under)4.415 E F1 1.915(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS) +-.828 F F0(belo)4.164 E 4.414(w\). A)-.25 F(full)4.414 E .719 +(search of the directories in)108 422.4 R F1 -.666(PA)3.219 G(TH)-.189 E +F0 .72(is performed only if the command is not found in the hash table.) +2.969 F .72(If the)5.72 F .956(search is unsuccessful, the shell search\ +es for a de\214ned shell function named)108 434.4 R F3(command_not_f) +3.455 E(ound_han-)-.25 E(dle)108 446.4 Q F0 6.005(.I)C 3.505(ft)-6.005 G +1.005(hat function e)-3.505 F 1.005(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.006(eparate e)-3.506 F +-.15(xe)-.15 G 1.006(cution en).15 F 1.006 +(vironment with the original command)-.4 F .256 +(and the original command')108 458.4 R 2.756(sa)-.55 G -.18(rg)-2.756 G +.256(uments as its ar).18 F .256(guments, and the function')-.18 F 2.755 +(se)-.55 G .255(xit status becomes the e)-2.905 F .255(xit sta-)-.15 F .263(tus of that subshell.)108 470.4 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 482.4 Q 1.089(If the search is success\ ful, or if the command name contains one or more slashes, the shell e) -108 499.2 R -.15(xe)-.15 G 1.09(cutes the).15 F .198 -(named program in a separate e)108 511.2 R -.15(xe)-.15 G .198 +108 499.2 R -.15(xe)-.15 G 1.089(cutes the).15 F .197 +(named program in a separate e)108 511.2 R -.15(xe)-.15 G .197 (cution en).15 F 2.698(vironment. Ar)-.4 F .198 -(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .197 +(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .198 (n, and the remain-).15 F(ing ar)108 523.2 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 540 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 .143(sumed to be a)108 +(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.049(If this e)108 540 R -.15 +(xe)-.15 G 1.049(cution f).15 F 1.049 +(ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.048 +(cutable format, and the \214le is not a directory).15 F 3.548(,i)-.65 G +3.548(ti)-3.548 G 3.548(sa)-3.548 G(s-)-3.548 E .143(sumed to be a)108 552 R/F5 10/Times-Italic@0 SF .143(shell script)2.643 F F0 2.643(,a\214) C .143(le containing shell commands, and the shell creates a ne)-2.643 F 2.643(wi)-.25 G .143(nstance of itself to)-2.643 F -.15(exe)108 564 S -.136(cute it.).15 F .136 -(This subshell reinitializes itself, so that the ef)5.136 F .137 -(fect is as if a ne)-.25 F 2.637(ws)-.25 G .137(hell had been in)-2.637 -F -.2(vo)-.4 G -.1(ke).2 G 2.637(dt).1 G 2.637(oh)-2.637 G(andle)-2.637 -E .866(the script, with the e)108 576 R .866 +.137(cute it.).15 F .137 +(This subshell reinitializes itself, so that the ef)5.137 F .136 +(fect is as if a ne)-.25 F 2.636(ws)-.25 G .136(hell had been in)-2.636 +F -.2(vo)-.4 G -.1(ke).2 G 2.636(dt).1 G 2.636(oh)-2.636 G(andle)-2.636 +E .865(the script, with the e)108 576 R .866 (xception that the locations of commands remembered by the parent \(see) --.15 F F3(hash)3.365 E F0(belo)3.365 E(w)-.25 E(under)108 588 Q F1 +-.15 F F3(hash)3.366 E F0(belo)3.366 E(w)-.25 E(under)108 588 Q F1 (SHELL B)2.5 E(UIL)-.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 604.8 R .347(ginning with)-.15 F F3(#!)2.847 E F0 2.847(,t)C .348(h\ +(are retained by the child.)2.25 E .348(If the program is a \214le be) +108 604.8 R .348(ginning with)-.15 F F3(#!)2.848 E F0 2.848(,t)C .347(h\ e remainder of the \214rst line speci\214es an interpreter for the pro-) --2.847 F 3.178(gram. The)108 616.8 R .678(shell e)3.178 F -.15(xe)-.15 G +-2.848 F 3.178(gram. The)108 616.8 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 628.8 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 +(gument follo)-.18 F .206(wing the in-)-.25 F .267 (terpreter name on the \214rst line of the program, follo)108 640.8 R -.267(wed by the name of the program, follo)-.25 F .267(wed by the com-) +.268(wed by the name of the program, follo)-.25 F .268(wed by the com-) -.25 F(mand ar)108 652.8 Q(guments, if an)-.18 E -.65(y.)-.15 G F4 (COMMAND EXECUTION ENVIR)72 669.6 Q(ONMENT)-.329 E F0(The shell has an) 108 681.6 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 698.4 Q -1.405(open \214les inherited by the shell at in)144 698.4 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 710.4 S(iltin).2 E(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(36)185.545 E 0 Cg EP +1.406(open \214les inherited by the shell at in)144 698.4 R -.2(vo)-.4 G +1.405(cation, as modi\214ed by redirections supplied to the).2 F F3 +(exec)3.905 E F0 -.2(bu)144 710.4 S(iltin).2 E(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(36)185.955 E 0 Cg EP %%Page: 37 37 %%BeginPageSetup BP @@ -4684,9 +4680,9 @@ BP (the \214le creation mode mask as set by)144 100.8 Q F1(umask)2.5 E F0 (or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent)-2.5 E<83>108 117.6 Q(current traps set by)144 117.6 Q F1(trap)2.5 E F0<83>108 134.4 Q -.257(shell parameters that are set by v)144 134.4 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 +.256(shell parameters that are set by v)144 134.4 R .256 +(ariable assignment or with)-.25 F F1(set)2.756 E F0 .257 +(or inherited from the shell')2.756 F 2.757(sp)-.55 G(arent)-2.757 E (in the en)144 146.4 Q(vironment)-.4 E<83>108 163.2 Q (shell functions de\214ned during e)144 163.2 Q -.15(xe)-.15 G (cution or inherited from the shell').15 E 2.5(sp)-.55 G @@ -4698,93 +4694,93 @@ F0<83>108 196.8 Q(options enabled by)144 196.8 Q F1(shopt)2.5 E F0<83> <83>108 230.4 Q -.25(va)144 230.4 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 247.2 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 259.2 S .134(cution en).15 F .134 +/F2 9/Times-Bold@0 SF(PPID)2.5 E F0 .427 +(When a simple command other than a b)108 247.2 R .426 +(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .426 +(cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.926(di).1 G 2.926(nas) +-2.926 G(eparate)-2.926 E -.15(exe)108 259.2 S .133(cution en).15 F .133 (vironment that consists of the follo)-.4 F 2.634(wing. Unless)-.25 F -.133(otherwise noted, the v)2.634 F .133(alues are inherited from)-.25 F -(the shell.)108 271.2 Q<83>108 288 Q 1.055(the shell')144 288 R 3.555 -(so)-.55 G 1.055(pen \214les, plus an)-3.555 F 3.556(ym)-.15 G 1.056 +.134(otherwise noted, the v)2.634 F .134(alues are inherited from)-.25 F +(the shell.)108 271.2 Q<83>108 288 Q 1.056(the shell')144 288 R 3.556 +(so)-.55 G 1.056(pen \214les, plus an)-3.556 F 3.556(ym)-.15 G 1.056 (odi\214cations and additions speci\214ed by redirections to the com-) -3.556 F(mand)144 300 Q<83>108 316.8 Q(the current w)144 316.8 Q (orking directory)-.1 E<83>108 333.6 Q(the \214le creation mode mask)144 -333.6 Q<83>108 350.4 Q .857(shell v)144 350.4 R .857 +333.6 Q<83>108 350.4 Q .856(shell v)144 350.4 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 362.4 Q(vironment) --.4 E<83>108 379.2 Q .306(traps caught by the shell are reset to the v) -144 379.2 R .307(alues inherited from the shell')-.25 F 2.807(sp)-.55 G -.307(arent, and traps ignored)-2.807 F(by the shell are ignored)144 +-.4 E<83>108 379.2 Q .307(traps caught by the shell are reset to the v) +144 379.2 R .306(alues inherited from the shell')-.25 F 2.806(sp)-.55 G +.306(arent, and traps ignored)-2.806 F(by the shell are ignored)144 391.2 Q 2.5(Ac)108 408 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(A)108 424.8 Q/F3 10/Times-Italic@0 SF(subshell)2.5 E F0(is a cop)2.5 E 2.5(yo)-.1 G 2.5(ft)-2.5 G(he shell process.)-2.5 E .577(Command substitution, commands grouped with parentheses, and async\ -hronous commands are in)108 441.6 R -.2(vo)-.4 G -.1(ke).2 G 3.077(di).1 -G(n)-3.077 E 2.744(as)108 453.6 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 +hronous commands are in)108 441.6 R -.2(vo)-.4 G -.1(ke).2 G 3.078(di).1 +G(n)-3.078 E 2.745(as)108 453.6 S .245(ubshell en)-2.745 F .245 +(vironment that is a duplicate of the shell en)-.4 F .244(vironment, e) +-.4 F .244(xcept that traps caught by the shell are)-.15 F .358 (reset to the v)108 465.6 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 477.6 -R -.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.357 -(vironment. Changes)-.4 F .857(made to the subshell en)3.357 F(viron-) +G 2.858(cation. Builtin).2 F .359(commands that are in)2.859 F -.2(vo) +-.4 G -.1(ke).2 G(d).1 E .857(as part of a pipeline are also e)108 477.6 +R -.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.356 +(vironment. Changes)-.4 F .856(made to the subshell en)3.356 F(viron-) -.4 E(ment cannot af)108 489.6 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 -506.4 R 1.377(wned to e)-.15 F -.15(xe)-.15 G 1.377 +-.15(xe)-2.65 G(cution en).15 E(vironment.)-.4 E 1.376(Subshells spa)108 +506.4 R 1.376(wned to e)-.15 F -.15(xe)-.15 G 1.377 (cute command substitutions inherit the v).15 F 1.377(alue of the)-.25 F -F13.876 E F0 1.376(option from the parent)3.876 F 2.5(shell. When) +F13.877 E F0 1.377(option from the parent)3.877 F 2.5(shell. When) 108 518.4 R(not in)2.5 E F3(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 535.2 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 547.2 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 559.2 Q/F4 10.95 -/Times-Bold@0 SF(ENVIR)72 576 Q(ONMENT)-.329 E F0 2.343 +(clears the)2.5 E F12.5 E F0(option in such subshells.)2.5 E .405 +(If a command is follo)108 535.2 R .405(wed by a)-.25 F F1(&)2.905 E F0 +.404(and job control is not acti)2.905 F -.15(ve)-.25 G 2.904(,t).15 G +.404(he def)-2.904 F .404(ault standard input for the command)-.1 F .197 +(is the empty \214le)108 547.2 R F3(/de)2.697 E(v/null)-.15 E F0 5.197 +(.O)C .197(therwise, the in)-5.197 F -.2(vo)-.4 G -.1(ke).2 G 2.697(dc) +.1 G .198(ommand inherits the \214le descriptors of the calling shell) +-2.697 F(as modi\214ed by redirections.)108 559.2 Q/F4 10.95 +/Times-Bold@0 SF(ENVIR)72 576 Q(ONMENT)-.329 E F0 2.344 (When a program is in)108 588 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 F3(en) -5.033 E(vir)-.4 E(onment)-.45 E F0 7.343(.T).68 G 2.344 +5.033 E(vir)-.4 E(onment)-.45 E F0 7.343(.T).68 G 2.343 (his is a list of)-7.343 F F3(name)108 600 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 616.8 R .438(vides se)-.15 F -.15(ve)-.25 G .438 +.438(The shell pro)108 616.8 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 +F(in)2.938 E -.2(vo)-.4 G .438(cation, the shell scans its o).2 F .439 (wn en-)-.25 F .709(vironment and creates a parameter for each name fou\ -nd, automatically marking it for)108 628.8 R F3 -.2(ex)3.209 G(port).2 E -F0 .709(to child pro-)3.889 F 2.704(cesses. Ex)108 640.8 R .203 +nd, automatically marking it for)108 628.8 R F3 -.2(ex)3.208 G(port).2 E +F0 .708(to child pro-)3.888 F 2.703(cesses. Ex)108 640.8 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 +-2.703 E F0 .203(commands allo)2.703 F 2.704(wp)-.25 G(aram-)-2.704 E .332(eters and functions to be added to and deleted from the en)108 652.8 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 664.8 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 676.8 R 2.82(ye)-.15 G -.15(xe)-2.97 G .321 +(alue of a parameter in the en-)-.25 F .131 +(vironment is modi\214ed, the ne)108 664.8 R 2.631(wv)-.25 G .131 +(alue becomes part of the en)-2.881 F .132 +(vironment, replacing the old.)-.4 F .132(The en)5.132 F(vironment)-.4 E +.321(inherited by an)108 676.8 R 2.821(ye)-.15 G -.15(xe)-2.971 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 688.8 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 700.8 Q 2.5<65ad>-.18 G(x)-2.5 E -F0(commands.)2.5 E .562(The en)108 717.6 R .562(vironment for an)-.4 F -(y)-.15 E F3 .562(simple command)3.402 F F0 .563 +(nitial en)-2.821 F .32(vironment, whose v)-.4 F .32(alues may be modi-) +-.25 F .533(\214ed in the shell, less an)108 688.8 R 3.033(yp)-.15 G +.534(airs remo)-3.033 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.034(ya) +-.15 G .534(dditions via the)-3.034 F F1(export)3.034 E F0(and)3.034 E +F1(de-)3.034 E(clar)108 700.8 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.) +2.5 E .563(The en)108 717.6 R .563(vironment for an)-.4 F(y)-.15 E F3 +.563(simple command)3.403 F F0 .562 (or function may be augmented temporarily by pre\214xing it with)3.833 F -.203(parameter assignments, as described abo)108 729.6 R .502 -.15(ve i) +.202(parameter assignments, as described abo)108 729.6 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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(37)185.545 E 0 Cg EP +(.)A F0 .202(These assignment statements af)4.702 F .203(fect only the) +-.25 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(37)185.955 E 0 +Cg EP %%Page: 38 38 %%BeginPageSetup BP @@ -4797,209 +4793,209 @@ BP -.25 F/F2 10/Times-Italic@0 SF(all)3.64 E F0 .81 (parameter assignments are placed in)3.82 F(the en)108 112.8 Q (vironment for a command, not just those that precede the command name.) --.4 E(When)108 129.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 +-.4 E(When)108 129.6 Q F1(bash)3.585 E F0(in)3.585 E -.2(vo)-.4 G -.1 +(ke).2 G 3.585(sa).1 G 3.585(ne)-3.585 G 1.085(xternal command, the v) +-3.735 F(ariable)-.25 E F1(_)3.585 E F0 1.086 (is set to the full \214lename of the command and)3.586 F (passed to that command in its en)108 141.6 Q(vironment.)-.4 E/F3 10.95 -/Times-Bold@0 SF(EXIT ST)72 158.4 Q -1.04(AT)-.986 G(US)1.04 E F0 .15 -(The e)108 170.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 182.4 R .348(statuses f)2.848 F +/Times-Bold@0 SF(EXIT ST)72 158.4 Q -1.04(AT)-.986 G(US)1.04 E F0 .151 +(The e)108 170.4 R .151(xit status of an e)-.15 F -.15(xe)-.15 G .151 +(cuted command is the v).15 F .15(alue returned by the)-.25 F F2 +(waitpid)2.65 E F0 .15(system call or equi)2.65 F -.25(va)-.25 G .15 +(lent func-).25 F 2.847(tion. Exit)108 182.4 R .347(statuses f)2.847 F .347(all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F -1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .347(alues abo)-.25 -F .647 -.15(ve 1)-.15 H(25).15 E(specially)108 194.4 Q 5.506(.E)-.65 G -.506(xit statuses from shell b)-5.506 F .507 +1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .348(alues abo)-.25 +F .648 -.15(ve 1)-.15 H(25).15 E(specially)108 194.4 Q 5.507(.E)-.65 G +.507(xit statuses from shell b)-5.507 F .507 (uiltins and compound commands are also limited to this range.)-.2 F -(Under)5.507 E(certain circumstances, the shell will use special v)108 +(Under)5.506 E(certain circumstances, the shell will use special v)108 206.4 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15 -(Fo)108 223.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 235.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 247.2 Q F2(N)2.5 E F0(,)A F1(bash) +(Fo)108 223.2 S 3.372(rt).15 G .872(he shell')-3.372 F 3.372(sp)-.55 G +.873(urposes, a command which e)-3.372 F .873(xits with a zero e)-.15 F +.873(xit status has succeeded.)-.15 F .873(An e)5.873 F .873 +(xit status of)-.15 F .049(zero indicates success.)108 235.2 R 2.549(An) +5.049 G .049(on-zero e)-2.549 F .049(xit status indicates f)-.15 F 2.549 +(ailure. When)-.1 F 2.549(ac)2.549 G .048(ommand terminates on a f) +-2.549 F .048(atal sig-)-.1 F(nal)108 247.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 +(xit status.)-.15 E .404 (If a command is not found, the child process created to e)108 264 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 276 Q(ut is not e)-.2 E -.15(xe) +-.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .405 +(If a command is)5.405 F(found b)108 276 Q(ut is not e)-.2 E -.15(xe) -.15 G(cutable, the return status is 126.).15 E(If a command f)108 292.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 309.6 R .08 +-.15 E .081(Shell b)108 309.6 R .081 (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 321.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 +2.581(fs)-2.581 G .08(uccessful, and non-zero \()-2.581 F F2(false)A F0 +2.58(\)i)C 2.58(fa)-2.58 G 2.58(ne)-2.58 G .08(rror occurs while)-2.58 F +(the)108 321.6 Q 2.967(ye)-.15 G -.15(xe)-3.117 G 2.967(cute. All).15 F +-.2(bu)2.967 G .467(iltins return an e).2 F .468 (xit status of 2 to indicate incorrect usage, generally in)-.15 F -.25 -(va)-.4 G .467(lid options or).25 F(missing ar)108 333.6 Q(guments.)-.18 +(va)-.4 G .468(lid options or).25 F(missing ar)108 333.6 Q(guments.)-.18 E(The e)108 350.4 Q(xit status of the last command is a)-.15 E -.25(va) -.2 G(ilable in the special parameter $?.).25 E F1(Bash)108 367.2 Q F0 -.201(itself returns the e)2.701 F .202(xit status of the last command e) --.15 F -.15(xe)-.15 G .202 +.202(itself returns the e)2.702 F .202(xit status of the last command e) +-.15 F -.15(xe)-.15 G .201 (cuted, unless a syntax error occurs, in which case).15 F(it e)108 379.2 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 F3 -(SIGN)72 396 Q(ALS)-.219 E F0(When)108 408 Q F1(bash)2.503 E F0 .002 +(SIGN)72 396 Q(ALS)-.219 E F0(When)108 408 Q F1(bash)2.502 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 -420 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 +420 Q 1.216 -.15(ve s)-.25 H .916(hell\), and).15 F F4(SIGINT)3.416 E F0 +.915(is caught and handled \(so that the)3.166 F F1(wait)3.415 E F0 -.2 +(bu)3.415 G .915(iltin is interruptible\).).2 F .915(In all cases,)5.915 F F1(bash)108 432 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 448.8 -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 -460.8 R .747(job control is not in ef)3.247 F .747 -(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.248 E F0(and) -2.998 E F4(SIGQ)3.248 E(UIT)-.09 E F0 .748(in addi-)2.998 F .653 +Q 1.064(uiltin commands run by)-.2 F F1(bash)3.564 E F0(ha)3.564 E 1.365 +-.15(ve s)-.2 H 1.065(ignal handlers set to the v).15 F 1.065 +(alues inherited by the shell from its)-.25 F 3.248(parent. When)108 +460.8 R .748(job control is not in ef)3.248 F .747 +(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.247 E F0(and) +2.997 E F4(SIGQ)3.247 E(UIT)-.09 E F0 .747(in addi-)2.997 F .652 (tion to these inherited handlers.)108 472.8 R .653 -(Commands run as a result of command substitution ignore the k)5.653 F +(Commands run as a result of command substitution ignore the k)5.652 F -.15(ey)-.1 G(board-).15 E(generated job control signals)108 484.8 Q F4 (SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 E F4 -(SIGTSTP)2.5 E F5(.)A F0 2.045(The shell e)108 501.6 R 2.045 +(SIGTSTP)2.5 E F5(.)A F0 2.046(The shell e)108 501.6 R 2.046 (xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F4(SIGHUP)4.545 E -F5(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.346 --.15(ve s)-.25 H 2.046(hell resends the).15 F F4(SIGHUP)108 513.6 Q F0 -1.005(to all jobs, running or stopped.)3.255 F 1.004 -(Stopped jobs are sent)6.005 F F4(SIGCONT)3.504 E F0 1.004 -(to ensure that the)3.254 F 3.504(yr)-.15 G(ecei)-3.504 E 1.304 -.15 -(ve t)-.25 H(he).15 E F4(SIGHUP)108 525.6 Q F5(.)A F0 2.529 -.8(To p) -5.429 H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal\ - to a particular job, it should be remo).15 F -.15(ve)-.15 G 3.43(df).15 -G .93(rom the)-3.43 F 1.357(jobs table with the)108 537.6 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 F4 +F5(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.345 +-.15(ve s)-.25 H 2.045(hell resends the).15 F F4(SIGHUP)108 513.6 Q F0 +1.004(to all jobs, running or stopped.)3.254 F 1.004 +(Stopped jobs are sent)6.004 F F4(SIGCONT)3.505 E F0 1.005 +(to ensure that the)3.255 F 3.505(yr)-.15 G(ecei)-3.505 E 1.305 -.15 +(ve t)-.25 H(he).15 E F4(SIGHUP)108 525.6 Q F5(.)A F0 2.53 -.8(To p)5.43 +H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal to a \ +particular job, it should be remo).15 F -.15(ve)-.15 G 3.429(df).15 G +.929(rom the)-3.429 F 1.356(jobs table with the)108 537.6 R F1(diso) +3.856 E(wn)-.1 E F0 -.2(bu)3.856 G 1.356(iltin \(see).2 F F4 1.356 +(SHELL B)3.856 F(UIL)-.09 E 1.356(TIN COMMANDS)-.828 F F0(belo)3.607 E +1.357(w\) or mark)-.25 F 1.357(ed to not recei)-.1 F -.15(ve)-.25 G F4 (SIGHUP)108 549.6 Q F0(using)2.25 E F1(diso)2.5 E(wn \255h)-.1 E F0(.)A .166(If the)108 566.4 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 F4(SIGHUP)2.666 E F0 .166 (to all jobs when an interacti)2.416 F -.15(ve)-.25 G(login shell e)108 -578.4 Q(xits.)-.15 E(If)108 595.2 Q F1(bash)3.047 E F0 .547(is w)3.047 F +578.4 Q(xits.)-.15 E(If)108 595.2 Q F1(bash)3.046 E F0 .546(is w)3.046 F .546(aiting for a command to complete and recei)-.1 F -.15(ve)-.25 G 3.046(sas).15 G .546(ignal for which a trap has been set, the trap) --3.046 F .662(will not be e)108 607.2 R -.15(xe)-.15 G .662 +-3.046 F .663(will not be e)108 607.2 R -.15(xe)-.15 G .663 (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 619.2 R F1(wait)2.827 E F0 -.2(bu)2.827 G .327(iltin, the \ +F0 .662(is w)3.163 F .662(aiting for an asynchronous command)-.1 F .326 +(via the)108 619.2 R F1(wait)2.826 E F0 -.2(bu)2.826 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 +F1(wait)2.827 E F0 -.2(bu)2.827 G .327(iltin to re-).2 F (turn immediately with an e)108 631.2 Q (xit status greater than 128, immediately after which the trap is e)-.15 -E -.15(xe)-.15 G(cuted.).15 E .498(When job control is not enabled, and) +E -.15(xe)-.15 G(cuted.).15 E .499(When job control is not enabled, and) 108 648 R F1(bash)2.998 E F0 .498(is w)2.998 F .498(aiting for a fore) --.1 F .499(ground command to complete, the shell re-)-.15 F(cei)108 660 -Q -.15(ve)-.25 G 2.606(sk).15 G -.15(ey)-2.706 G .105 +-.1 F .498(ground command to complete, the shell re-)-.15 F(cei)108 660 +Q -.15(ve)-.25 G 2.605(sk).15 G -.15(ey)-2.705 G .105 (board-generated signals such as).15 F F4(SIGINT)2.605 E F0 .105 (\(usually generated by)2.355 F F1(^C)2.605 E F0 2.605(\)t)C .105 -(hat users commonly intend to)-2.605 F .423(send to that command.)108 +(hat users commonly intend to)-2.605 F .424(send to that command.)108 672 R .424(This happens because the shell and the command are in the sa\ me process group as)5.424 F(the terminal, and)108 684 Q F1(^C)2.5 E F0 (sends)2.5 E F4(SIGINT)2.5 E F0(to all processes in that process group.) -2.25 E(When)108 700.8 Q F1(bash)3.801 E F0 1.3 +2.25 E(When)108 700.8 Q F1(bash)3.8 E F0 1.3 (is running without job control enabled and recei)3.8 F -.15(ve)-.25 G (s).15 E F4(SIGINT)3.8 E F0 1.3(while w)3.55 F 1.3(aiting for a fore)-.1 -F(ground)-.15 E .809(command, it w)108 712.8 R .809 -(aits until that fore)-.1 F .81 +F(ground)-.15 E .81(command, it w)108 712.8 R .81(aits until that fore) +-.1 F .81 (ground command terminates and then decides what to do about the)-.15 F -F4(SIG-)3.31 E(INT)108 724.8 Q F5(:)A F0(GNU Bash 5.2)72 768 Q(2021 No) -136.385 E -.15(ve)-.15 G(mber 22).15 E(38)185.545 E 0 Cg EP +F4(SIG-)3.309 E(INT)108 724.8 Q F5(:)A F0(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(38)185.955 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(1.)108 84 Q .003 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(1.)108 84 Q .002 (If the command terminates due to the)144 84 R/F1 9/Times-Bold@0 SF -(SIGINT)2.503 E/F2 9/Times-Roman@0 SF(,)A/F3 10/Times-Bold@0 SF(bash) -2.252 E F0 .002(concludes that the user meant to end the entire)2.502 F +(SIGINT)2.502 E/F2 9/Times-Roman@0 SF(,)A/F3 10/Times-Bold@0 SF(bash) +2.252 E F0 .003(concludes that the user meant to end the entire)2.502 F (script, and acts on the)144 96 Q F1(SIGINT)2.5 E F0 (\(e.g., by running a)2.25 E F1(SIGINT)2.5 E F0(trap or e)2.25 E -(xiting itself\);)-.15 E(2.)108 112.8 Q .288 +(xiting itself\);)-.15 E(2.)108 112.8 Q .289 (If the command does not terminate due to)144 112.8 R F1(SIGINT)2.788 E -F2(,)A F0 .288(the program handled the)2.538 F F1(SIGINT)2.789 E F0 .289 -(itself and did)2.539 F .728(not treat it as a f)144 124.8 R .728 +F2(,)A F0 .288(the program handled the)2.538 F F1(SIGINT)2.788 E F0 .288 +(itself and did)2.538 F .728(not treat it as a f)144 124.8 R .728 (atal signal.)-.1 F .728(In that case,)5.728 F F3(bash)3.228 E F0 .728 (does not treat)3.228 F F1(SIGINT)3.228 E F0 .728(as a f)2.978 F .728 -(atal signal, either)-.1 F 3.228(,i)-.4 G(n-)-3.228 E .771 -(stead assuming that the)144 136.8 R F1(SIGINT)3.271 E F0 -.1(wa)3.021 G -3.271(su).1 G .771(sed as part of the program')-3.271 F 3.272(sn)-.55 G -.772(ormal operation \(e.g., emacs)-3.272 F .41 +(atal signal, either)-.1 F 3.229(,i)-.4 G(n-)-3.229 E .772 +(stead assuming that the)144 136.8 R F1(SIGINT)3.272 E F0 -.1(wa)3.022 G +3.272(su).1 G .771(sed as part of the program')-3.272 F 3.271(sn)-.55 G +.771(ormal operation \(e.g., emacs)-3.271 F .409 (uses it to abort editing commands\) or deliberately discarded.)144 148.8 R(Ho)5.409 E(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G F3(bash)3.309 E -F0 .409(will run an)2.909 F 2.909(yt)-.15 G .409(rap set)-2.909 F(on)144 -160.8 Q F1(SIGINT)3.788 E F2(,)A F0 1.288(as it does with an)3.538 F -3.788(yo)-.15 G 1.288(ther trapped signal it recei)-3.788 F -.15(ve)-.25 -G 3.789(sw).15 G 1.289(hile it is w)-3.789 F 1.289(aiting for the fore-) +F0 .41(will run an)2.91 F 2.91(yt)-.15 G .41(rap set)-2.91 F(on)144 +160.8 Q F1(SIGINT)3.789 E F2(,)A F0 1.289(as it does with an)3.539 F +3.789(yo)-.15 G 1.288(ther trapped signal it recei)-3.789 F -.15(ve)-.25 +G 3.788(sw).15 G 1.288(hile it is w)-3.788 F 1.288(aiting for the fore-) -.1 F(ground command to complete, for compatibility)144 172.8 Q(.)-.65 E /F4 10.95/Times-Bold@0 SF(JOB CONTR)72 189.6 Q(OL)-.329 E/F5 10 -/Times-Italic@0 SF -.25(Jo)108 201.6 S 3.369(bc).25 G(ontr)-3.369 E(ol) --.45 E F0 .868(refers to the ability to selecti)3.879 F -.15(ve)-.25 G +/Times-Italic@0 SF -.25(Jo)108 201.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 213.6 Q F0 2.664(\)t)C .164(heir e)-2.664 F -.15 -(xe)-.15 G .164(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 .165 -(acility via an interacti)-.1 F .465 -.15(ve i)-.25 H(nterf).15 E .165 +(re)C(-).37 E(sume)108 213.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 225.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 F3(bash)2.5 E F0(.)A .785(The shell associates a)108 242.4 R -F5(job)5.025 E F0 .785(with each pipeline.)3.515 F .784(It k)5.785 F -.784(eeps a table of currently e)-.1 F -.15(xe)-.15 G .784 -(cuting jobs, which may be).15 F .324(listed with the)108 254.4 R F3 -(jobs)2.824 E F0 2.824(command. When)2.824 F F3(bash)2.825 E F0 .325 -(starts a job asynchronously \(in the)2.825 F F5(bac)3.095 E(kgr)-.2 E -(ound)-.45 E F0 .325(\), it prints a line).77 F(that looks lik)108 266.4 +G(nd)-2.5 E F3(bash)2.5 E F0(.)A .784(The shell associates a)108 242.4 R +F5(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 254.4 R F3 +(jobs)2.825 E F0 2.825(command. When)2.825 F F3(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 266.4 Q(e:)-.1 E([1] 25647)144 283.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 300 R .732(with this job is 25647.)108 312 R .733 +ociated)108 300 R .733(with this job is 25647.)108 312 R .732 (All of the processes in a single pipeline are members of the same job) -5.732 F(.)-.4 E F3(Bash)5.733 E F0(uses)3.233 E(the)108 324 Q F5(job) -4.24 E F0(abstraction as the basis for job control.)2.73 E 1.982 -.8 +5.733 F(.)-.4 E F3(Bash)5.732 E F0(uses)3.232 E(the)108 324 Q F5(job) +4.24 E F0(abstraction as the basis for job control.)2.73 E 1.981 -.8 (To f)108 340.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.537(tion of a)108 352.8 R F5(curr)4.037 E 1.537(ent terminal pr)-.37 -F 1.537(ocess gr)-.45 F 1.537(oup ID)-.45 F F0 6.537(.M)C 1.538 +F 1.538(tion of a)108 352.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 364.8 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023 -(board-generated signals such as).15 F F1(SIG-)2.522 E(INT)108 376.8 Q -F2(.)A F0 1.215(These processes are said to be in the)5.715 F F5(for) +(board-generated signals such as).15 F F1(SIG-)2.523 E(INT)108 376.8 Q +F2(.)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.216(processes are those whose process)4.485 -F .146(group ID dif)108 388.8 R .146(fers from the terminal')-.25 F .146 -(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .145 -(board-generated signals.).15 F .145(Only fore-)5.145 F .16 +(kgr)-.2 E(ound)-.45 E F0 1.215(processes are those whose process)4.485 +F .145(group ID dif)108 388.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 400.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.052(minal. Background)108 412.8 R .551 -(processes which attempt to read from \(write to when)3.052 F F6 .551 -(stty tostop)3.051 F F0 .551(is in ef)3.051 F .551(fect\) the)-.25 F -.717(terminal are sent a)108 424.8 R F1 .717(SIGTTIN \(SIGTT)3.217 F -(OU\))-.162 E F0 .718(signal by the k)2.967 F(ernel')-.1 E 3.218(st)-.55 -G .718(erminal dri)-3.218 F -.15(ve)-.25 G 1.518 -.4(r, w).15 H .718 -(hich, unless caught, sus-).4 F(pends the process.)108 436.8 Q 1.088 -(If the operating system on which)108 453.6 R F3(bash)3.588 E F0 1.088 -(is running supports job control,)3.588 F F3(bash)3.587 E F0 1.087 -(contains f)3.587 F 1.087(acilities to use it.)-.1 F -.8(Ty)108 465.6 S -.301(ping the).8 F F5(suspend)3.141 E F0 .301(character \(typically) -3.571 F F3(^Z)2.801 E F0 2.801(,C)C .301 +-2.66 F(-)-.2 E 3.051(minal. Background)108 412.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 424.8 R F1 .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 436.8 Q 1.087 +(If the operating system on which)108 453.6 R F3(bash)3.587 E F0 1.088 +(is running supports job control,)3.588 F F3(bash)3.588 E F0 1.088 +(contains f)3.588 F 1.088(acilities to use it.)-.1 F -.8(Ty)108 465.6 S +.302(ping the).8 F F5(suspend)3.142 E F0 .302(character \(typically) +3.572 F F3(^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.143(stopped and returns control to)108 477.6 R F3(bash)4.642 E F0 +F 2.142(stopped and returns control to)108 477.6 R F3(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.142(character \(typically)5.412 F F3(^Y)4.642 E F0 4.642(,C)C -(ontrol-Y\))-4.642 E .021(causes the process to be stopped when it atte\ +2.143(character \(typically)5.413 F F3(^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 489.6 R(to)108 501.6 Q F3(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 @@ -5007,13 +5003,13 @@ F3(bg)3.392 E F0 .892(command to continue it in the)3.392 F .17 (background, the)108 513.6 R F3(fg)2.67 E F0 .17 (command to continue it in the fore)2.67 F .17(ground, or the)-.15 F F3 (kill)2.67 E F0 .17(command to kill it.)2.67 F(A)5.17 E F3(^Z)2.67 E F0 -(tak)2.67 E .17(es ef-)-.1 F 1.419(fect immediately)108 525.6 R 3.919 -(,a)-.65 G 1.418(nd has the additional side ef)-3.919 F 1.418 +(tak)2.67 E .17(es ef-)-.1 F 1.418(fect immediately)108 525.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 537.6 Q .777(There are a number of w)108 554.4 R .777 (ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F F3 (%)3.277 E F0 .777(introduces a job speci\214cation)3.277 F(\()108 566.4 -Q F5(jobspec)A F0 3.458(\). Job)B(number)3.458 E F5(n)3.818 E F0 .957 +Q F5(jobspec)A F0 3.457(\). Job)B(number)3.457 E F5(n)3.817 E F0 .957 (may be referred to as)3.697 F F3(%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.) @@ -5028,91 +5024,91 @@ E F0 .385(reports an)2.885 F(error)108 602.4 Q 5.194(.U)-.55 G(sing) (in its command line.)2.694 F .194(If the)5.194 F .306 (substring matches more than one job,)108 614.4 R F3(bash)2.806 E F0 .306(reports an error)2.806 F 5.306(.T)-.55 G .306(he symbols)-5.306 F -F3(%%)2.806 E F0(and)2.806 E F3(%+)2.806 E F0 .306(refer to the shell') -2.806 F(s)-.55 E .132(notion of the)108 626.4 R F5(curr)2.832 E .133 +F3(%%)2.806 E F0(and)2.806 E F3(%+)2.806 E F0 .307(refer to the shell') +2.806 F(s)-.55 E .133(notion of the)108 626.4 R F5(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 .133(ground or started in the back-)-.15 F 2.576(ground. The)108 -638.4 R F5(pr)3.826 E -.15(ev)-.37 G .076(ious job).15 F F0 .076 -(may be referenced using)2.806 F F3<25ad>2.576 E F0 5.076(.I)C 2.576(ft) --5.076 G .075(here is only a single job,)-2.576 F F3(%+)2.575 E F0(and) -2.575 E F3<25ad>2.575 E F0 .075(can both)2.575 F .317 +-.1 F .132(ground or started in the back-)-.15 F 2.575(ground. The)108 +638.4 R F5(pr)3.825 E -.15(ev)-.37 G .075(ious job).15 F F0 .075 +(may be referenced using)2.805 F F3<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 F3(%+)2.576 E F0(and) +2.576 E F3<25ad>2.576 E F0 .076(can both)2.576 F .317 (be used to refer to that job)108 650.4 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 F3 -(jobs)2.817 E F0 .317(command\), the current)2.817 F .033(job is al)108 +(jobs)2.817 E F0 .317(command\), the current)2.817 F .032(job is al)108 662.4 R -.1(wa)-.1 G .033(ys \215agged with a).1 F F3(+)2.533 E F0 2.533 (,a)C .033(nd the pre)-2.533 F .033(vious job with a)-.25 F F32.533 -E F0 5.033(.A)C .033(single % \(with no accompan)-2.5 F .032 +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 -674.4 Q(.)-.4 E .443 +674.4 Q(.)-.4 E .444 (Simply naming a job can be used to bring it into the fore)108 691.2 R -(ground:)-.15 E F3(%1)2.944 E F0 .444(is a synon)2.944 F .444(ym for) --.15 F F3 -.63(``)2.944 G .444(fg %1').63 F(')-.63 E F0 2.944(,b)C -(ringing)-2.944 E 1.473(job 1 from the background into the fore)108 -703.2 R 3.973(ground. Similarly)-.15 F(,)-.65 E F3 -.63(``)3.972 G 1.472 -(%1 &').63 F(')-.63 E F0 1.472(resumes job 1 in the background,)3.972 F +(ground:)-.15 E F3(%1)2.943 E F0 .443(is a synon)2.943 F .443(ym for) +-.15 F F3 -.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 +703.2 R 3.972(ground. Similarly)-.15 F(,)-.65 E F3 -.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 715.2 Q -.25(va)-.25 G(lent to).25 E F3 -.63(``)2.5 G(bg %1') -.63 E(')-.63 E F0(.)A(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve) --.15 G(mber 22).15 E(39)185.545 E 0 Cg EP +.63 E(')-.63 E F0(.)A(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E +(39)185.955 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 .13 -(The shell learns immediately whene)108 84 R -.15(ve)-.25 G 2.63(raj).15 -G .13(ob changes state.)-2.63 F(Normally)5.131 E(,)-.65 E/F1 10 -/Times-Bold@0 SF(bash)2.631 E F0 -.1(wa)2.631 G .131 -(its until it is about to print a).1 F .158 -(prompt before reporting changes in a job')108 96 R 2.658(ss)-.55 G .158 -(tatus so as to not interrupt an)-2.658 F 2.657(yo)-.15 G .157 -(ther output.)-2.657 F .157(If the)5.157 F F12.657 E F0 .157 -(option to)2.657 F(the)108 108 Q F1(set)2.647 E F0 -.2(bu)2.647 G .147 -(iltin command is enabled,).2 F F1(bash)2.647 E F0 .148 -(reports such changes immediately)2.648 F 5.148(.A)-.65 G .448 -.15 -(ny t)-5.148 H .148(rap on).15 F/F2 9/Times-Bold@0 SF(SIGCHLD)2.648 E F0 -.148(is e)2.398 F -.15(xe)-.15 G(-).15 E(cuted for each child that e)108 -120 Q(xits.)-.15 E .033(If an attempt to e)108 136.8 R(xit)-.15 E F1 -(bash)2.533 E F0 .033(is made while jobs are stopped \(or)2.533 F 2.532 -(,i)-.4 G 2.532(ft)-2.532 G(he)-2.532 E F1(checkjobs)2.532 E F0 .032 -(shell option has been enabled)2.532 F 1.002(using the)108 148.8 R F1 -(shopt)3.502 E F0 -.2(bu)3.502 G 1.002 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .131 +(The shell learns immediately whene)108 84 R -.15(ve)-.25 G 2.631(raj) +.15 G .131(ob changes state.)-2.631 F(Normally)5.131 E(,)-.65 E/F1 10 +/Times-Bold@0 SF(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 96 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 108 Q F1(set)2.648 E F0 -.2(bu)2.648 G .148 +(iltin command is enabled,).2 F F1(bash)2.648 E F0 .148 +(reports such changes immediately)2.648 F 5.147(.A)-.65 G .447 -.15 +(ny t)-5.147 H .147(rap on).15 F/F2 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 +120 Q(xits.)-.15 E .032(If an attempt to e)108 136.8 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 148.8 R F1 +(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.503 E F0 1.003 -(option is en-)3.503 F .956(abled, lists the jobs and their statuses.) +(arning message, and, if the)-.1 F F1(checkjobs)3.502 E F0 1.002 +(option is en-)3.502 F .955(abled, lists the jobs and their statuses.) 108 160.8 R(The)5.955 E F1(jobs)3.455 E F0 .955 -(command may then be used to inspect their status.)3.455 F .955(If a) -5.955 F .603(second attempt to e)108 172.8 R .604 +(command may then be used to inspect their status.)3.455 F .956(If a) +5.956 F .604(second attempt to e)108 172.8 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 184.8 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E -.645(When the shell is w)108 201.6 R .645 -(aiting for a job or process using the)-.1 F F1(wait)3.144 E F0 -.2(bu) -3.144 G .644(iltin, and job control is enabled,).2 F F1(wait)3.144 E F0 -(will)3.144 E .282(return when the job changes state. The)108 213.6 R F1 +.644(When the shell is w)108 201.6 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 213.6 R F1 2.782 E F0 .282(option causes)2.782 F F1(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 225.6 Q/F3 10.95/Times-Bold@0 SF(PR)72 242.4 Q -(OMPTING)-.329 E F0 .645(When e)108 254.4 R -.15(xe)-.15 G .645 -(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F1(bash)3.145 E +(OMPTING)-.329 E F0 .644(When e)108 254.4 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 F2(PS1)3.145 E F0 .645 -(when it is ready to read a command,)2.895 F .427 -(and the secondary prompt)108 266.4 R F2(PS2)2.927 E F0 .427 -(when it needs more input to complete a command.)2.677 F F1(Bash)5.428 E -F0(displays)2.928 E F2(PS0)2.928 E F0(after)2.678 E .038 -(it reads a command b)108 278.4 R .038(ut before e)-.2 F -.15(xe)-.15 G -.038(cuting it.).15 F F1(Bash)5.038 E F0(displays)2.537 E F2(PS4)2.537 E -F0 .037(as described abo)2.287 F .337 -.15(ve b)-.15 H .037 -(efore tracing each com-).15 F 1.121(mand when the)108 290.4 R F1 -3.621 E F0 1.122(option is enabled.)3.621 F F1(Bash)6.122 E F0(allo) +(when it is ready to read a command,)2.895 F .428 +(and the secondary prompt)108 266.4 R F2(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 F2(PS0)2.927 E F0(after)2.677 E .037 +(it reads a command b)108 278.4 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 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 290.4 R F1 +3.622 E F0 1.122(option is enabled.)3.622 F F1(Bash)6.122 E F0(allo) 3.622 E 1.122(ws these prompt strings to be customized by inserting a) -.25 F(number of backslash-escaped special characters that are decoded \ as follo)108 302.4 Q(ws:)-.25 E F1(\\a)144 314.4 Q F0 (an ASCII bell character \(07\))180 314.4 Q F1(\\d)144 326.4 Q F0 (the date in "W)180 326.4 Q(eekday Month Date" format \(e.g., "T)-.8 E (ue May 26"\))-.45 E F1(\\D{)144 338.4 Q/F4 10/Times-Italic@0 SF(format) -A F1(})A F0(the)180 350.4 Q F4(format)3.927 E F0 1.427(is passed to) -3.927 F F4(strftime)3.927 E F0 1.427 +A F1(})A F0(the)180 350.4 Q F4(format)3.926 E F0 1.426(is passed to) +3.926 F F4(strftime)3.926 E F0 1.427 (\(3\) and the result is inserted into the prompt string; an)B(empty)180 362.4 Q F4(format)2.5 E F0 (results in a locale-speci\214c time representation.)2.5 E @@ -5135,7 +5131,7 @@ Q F0(the hostname)180 398.4 Q F1(\\j)144 410.4 Q F0 144 530.4 Q F0(the v)180 530.4 Q(ersion of)-.15 E F1(bash)2.5 E F0 (\(e.g., 2.00\))2.5 E F1(\\V)144 542.4 Q F0(the release of)180 542.4 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 554.4 Q F0 .119(the v)180 +(l\().15 G(e.g., 2.00.0\))-2.5 E F1(\\w)144 554.4 Q F0 .12(the v)180 554.4 R .119(alue of the)-.25 F F1(PWD)2.619 E F0 .119(shell v)2.619 F .119(ariable \()-.25 F F1($PWD)A F0 .119(\), with)B F2($HOME)2.619 E F0 (abbre)2.369 E .119(viated with a tilde \(uses)-.25 F(the v)180 566.4 Q @@ -5152,89 +5148,90 @@ F1(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E(\\)144 626.4 Q F4 (\\[)144 650.4 Q F0(be)180 650.4 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 662.4 Q F1(\\])144 674.4 Q F0 -(end a sequence of non-printing characters)180 674.4 Q .119 +(end a sequence of non-printing characters)180 674.4 Q .12 (The command number and the history number are usually dif)108 691.2 R -.12(ferent: the history number of a command is its)-.25 F .547(position\ - in the history list, which may include commands restored from the hist\ -ory \214le \(see)108 703.2 R F2(HIST)3.046 E(OR)-.162 E(Y)-.315 E F0 -(be-)2.796 E(lo)108 715.2 Q .354(w\), while the command number is the p\ -osition in the sequence of commands e)-.25 F -.15(xe)-.15 G .355 -(cuted during the current).15 F .823(shell session.)108 727.2 R .822 -(After the string is decoded, it is e)5.823 F .822 -(xpanded via parameter e)-.15 F .822(xpansion, command substitution,) --.15 F(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(40)185.545 E 0 Cg EP +.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 703.2 R F2(HIST)3.047 E(OR)-.162 E(Y)-.315 E F0 +(be-)2.797 E(lo)108 715.2 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 727.2 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(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(40)185.955 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 .682(arithmetic e) -108 84 R .682(xpansion, and quote remo)-.15 F -.25(va)-.15 G .682 -(l, subject to the v).25 F .683(alue of the)-.25 F/F1 10/Times-Bold@0 SF -(pr)3.183 E(omptv)-.18 E(ars)-.1 E F0 .683(shell option \(see the de-) -3.183 F 1.198(scription of the)108 96 R F1(shopt)3.698 E F0 1.198 -(command under)3.698 F/F2 9/Times-Bold@0 SF 1.197(SHELL B)3.697 F(UIL) --.09 E 1.197(TIN COMMANDS)-.828 F F0(belo)3.447 E 3.697(w\). This)-.25 F -1.197(can ha)3.697 F 1.497 -.15(ve u)-.2 H(nw).15 E(anted)-.1 E .322 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .683(arithmetic e) +108 84 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 10/Times-Bold@0 SF +(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 96 R F1(shopt)3.697 E F0 1.197 +(command under)3.697 F/F2 9/Times-Bold@0 SF 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 108 R .322(fects if escaped portions of the string appear \ within command substitution or contain characters spe-)-.25 F(cial to w) 108 120 Q(ord e)-.1 E(xpansion.)-.15 E/F3 10.95/Times-Bold@0 SF -(READLINE)72 136.8 Q F0 .151 +(READLINE)72 136.8 Q F0 .15 (This is the library that handles reading input when using an interacti) -108 148.8 R .45 -.15(ve s)-.25 H .15(hell, unless the).15 F F1 -(\255\255noediting)2.65 E F0(option)2.65 E .384(is gi)108 160.8 R -.15 -(ve)-.25 G 2.884(na).15 G 2.884(ts)-2.884 G .384(hell in)-2.884 F -.2 -(vo)-.4 G 2.884(cation. Line).2 F .384 -(editing is also used when using the)2.884 F F12.885 E F0 .385 -(option to the)2.885 F F1 -.18(re)2.885 G(ad).18 E F0 -.2(bu)2.885 G -2.885(iltin. By).2 F(de-)2.885 E -.1(fa)108 172.8 S 1.407 +108 148.8 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 160.8 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 172.8 S 1.406 (ult, the line editing commands are similar to those of Emacs.).1 F -3.906(Av)6.406 G 1.406(i-style line editing interf)-3.906 F 1.406 +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 184.8 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 196.8 Q F2 .763(SHELL B)3.263 F(UIL)-.09 E .763(TIN COMMANDS) --.828 F F0(belo)3.013 E 3.263(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of) +(\(see)108 196.8 Q F2 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS) +-.828 F F0(belo)3.012 E 3.262(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of) -3.263 F 3.263(fl)-.25 G .763 -(ine editing after the shell is running, use the)-3.263 F F1(+o)3.262 E +(ine editing after the shell is running, use the)-3.263 F F1(+o)3.263 E (emacs)108 208.8 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 225.6 Q F0 .463(In this section, the Emacs-style notation is used to denote k) 108 237.6 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/F4 10/Times-Italic@0 SF -.1 -(ke)C(y)-.2 E F0(,)A 1.153(e.g., C\255n means Control\255N.)108 249.6 R -(Similarly)6.153 E(,)-.65 E F4(meta)4.033 E F0 -.1(ke)3.913 G 1.153 -(ys are denoted by M\255)-.05 F F4 -.1(ke)C(y)-.2 E F0 3.652(,s)C 3.652 -(oM)-3.652 G 1.152(\255x means Meta\255X.)-3.652 F(\(On)6.152 E -.1(ke) -108 261.6 S .83(yboards without a)-.05 F F4(meta)3.71 E F0 -.1(ke)3.59 G -2.13 -.65(y, M)-.05 H.65 E F4(x)A F0 .83(means ESC)3.33 F F4(x)3.33 -E F0 3.33(,i)C .831(.e., press the Escape k)-3.33 F 1.131 -.15(ey t)-.1 -H .831(hen the).15 F F4(x)4.101 E F0 -.1(ke)3.861 G 4.631 -.65(y. T)-.05 -H .831(his mak).65 F(es)-.1 E .6(ESC the)108 273.6 R F4 .6(meta pr)3.1 F -(e\214x)-.37 E F0 5.6(.T)C .6(he combination M\255C\255)-5.6 F F4(x)A F0 -.599(means ESC\255Control\255)3.099 F F4(x)A F0 3.099(,o)C 3.099(rp) --3.099 G .599(ress the Escape k)-3.099 F .899 -.15(ey t)-.1 H .599 -(hen hold).15 F(the Control k)108 285.6 Q .3 -.15(ey w)-.1 H -(hile pressing the).15 E F4(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\)) -.65 E .595(Readline commands may be gi)108 302.4 R -.15(ve)-.25 G 3.096 -(nn).15 G(umeric)-3.096 E F4(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.596 E -(ho)108 314.4 Q(we)-.25 E -.15(ve)-.25 G 1.419 -.4(r, i).15 H 3.119(ti) -.4 G 3.119(st)-3.119 G .619(he sign of the ar)-3.119 F .619 +(ke)C(y)-.2 E F0(,)A 1.152(e.g., C\255n means Control\255N.)108 249.6 R +(Similarly)6.152 E(,)-.65 E F4(meta)4.032 E F0 -.1(ke)3.913 G 1.153 +(ys are denoted by M\255)-.05 F F4 -.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 261.6 S .831(yboards without a)-.05 F F4(meta)3.711 E F0 -.1(ke) +3.591 G 2.131 -.65(y, M)-.05 H.65 E F4(x)A F0 .831(means ESC)3.331 F +F4(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 F4(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 273.6 R F4 .599 +(meta pr)3.099 F(e\214x)-.37 E F0 5.599(.T)C .599 +(he combination M\255C\255)-5.599 F F4(x)A F0 .599 +(means ESC\255Control\255)3.099 F F4(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 285.6 Q .3 -.15(ey w)-.1 H(hile pressing the).15 E F4 +(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\)).65 E .596 +(Readline commands may be gi)108 302.4 R -.15(ve)-.25 G 3.096(nn).15 G +(umeric)-3.096 E F4(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 +314.4 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.018(acts in the forw)108 326.4 R 1.018 +(ument to a command that).18 F 1.019(acts in the forw)108 326.4 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.019 -(ard direction.)-.1 F(Com-)6.019 E(mands whose beha)108 338.4 Q +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 338.4 Q (vior with ar)-.2 E(guments de)-.18 E(viates from this are noted belo) --.25 E -.65(w.)-.25 G .812(When a command is described as)108 355.2 R F4 +-.25 E -.65(w.)-.25 G .811(When a command is described as)108 355.2 R F4 (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 .811 -(or possible future retrie)-3.311 F -.25(va)-.25 G 3.311(l\().25 G F4 -(yank-)-3.311 E(ing)108 367.2 Q F0 2.529(\). The)B .029(killed te)2.529 +(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 F4 +(yank-)-3.312 E(ing)108 367.2 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 F4 .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,) @@ -5243,27 +5240,27 @@ F .029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F4 (xt separate the chunks of te)-.15 F .567(xt on the kill)-.15 F(ring.) 108 391.2 Q F1(Readline Initialization)87 408 Q F0 .091(Readline is cus\ tomized by putting commands in an initialization \214le \(the)108 420 R -F4(inputr)2.591 E(c)-.37 E F0 2.591(\214le\). The)2.591 F .092 -(name of this \214le)2.591 F .573(is tak)108 432 R .573(en from the v) +F4(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 432 R .573(en from the v) -.1 F .573(alue of the)-.25 F F2(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 F4(~/.inputr)2.573 -E(c)-.37 E F0 5.572(.I).31 G 3.072(ft)-5.572 G(hat)-3.072 E 3.061 -(\214le does)108 444 R .561(not e)3.061 F .562 +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 444 R .562(not e)3.062 F .562 (xist or cannot be read, the ultimate def)-.15 F .562(ault is)-.1 F F4 -(/etc/inputr)4.212 E(c)-.37 E F0 5.562(.W).31 G .562 -(hen a program which uses the)-5.562 F .175(readline library starts up,\ - the initialization \214le is read, and the k)108 456 R .474 -.15(ey b) --.1 H .174(indings and v).15 F .174(ariables are set.)-.25 F .174 -(There are)5.174 F .238(only a fe)108 468 R 2.738(wb)-.25 G .238 -(asic constructs allo)-2.738 F .239 -(wed in the readline initialization \214le.)-.25 F .239 -(Blank lines are ignored.)5.239 F .239(Lines be)5.239 F(gin-)-.15 E .554 -(ning with a)108 480 R F1(#)3.054 E F0 .554(are comments.)3.054 F .554 +(/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 456 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 468 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 480 R F1(#)3.053 E F0 .554(are comments.)3.053 F .554 (Lines be)5.554 F .554(ginning with a)-.15 F F1($)3.054 E F0 .554 -(indicate conditional constructs.)3.054 F .553(Other lines denote)5.553 +(indicate conditional constructs.)3.054 F .554(Other lines denote)5.554 F -.1(ke)108 492 S 2.5(yb)-.05 G(indings and v)-2.5 E(ariable settings.) --.25 E .986(The def)108 508.8 R .986(ault k)-.1 F -.15(ey)-.1 G .987 +-.25 E .987(The def)108 508.8 R .987(ault k)-.1 F -.15(ey)-.1 G .987 (-bindings may be changed with an).15 F F4(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 520.8 Q(wn commands and bindings.)-.25 E -.15 @@ -5273,11 +5270,11 @@ F -.1(ke)108 492 S 2.5(yb)-.05 G(indings and v)-2.5 E(ariable settings.) -.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 590.4 Q F4(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 F4(univer)2.58 E -(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.011(The follo)108 607.2 R +(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.01(The follo)108 607.2 R 1.011(wing symbolic character names are recognized:)-.25 F F4 -.4(RU) 3.511 G(BOUT).4 E F0(,)1.27 E F4(DEL)4.091 E F0(,).53 E F4(ESC)4.021 E -F0(,).72 E F4(LFD)4.091 E F0(,).28 E F4(NEWLINE)4.21 E F0(,).73 E F4 -(RET)4.14 E F0(,)1.27 E F4(RETURN)108.63 619.2 Q F0(,)1.1 E F4(SPC)2.83 +F0(,).72 E F4(LFD)4.091 E F0(,).28 E F4(NEWLINE)4.211 E F0(,).73 E F4 +(RET)4.141 E F0(,)1.27 E F4(RETURN)108.63 619.2 Q F0(,)1.1 E F4(SPC)2.83 E F0(,).72 E F4(SP)2.83 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G(nd)-2.5 E F4 -.5(TA)2.5 G(B).5 E F0(.).27 E .209 (In addition to command names, readline allo)108 636 R .209(ws k)-.25 F @@ -5288,18 +5285,18 @@ F4 -.5(TA)2.5 G(B).5 E F0(.).27 E .209 (The syntax for controlling k)108 676.8 R .666 -.15(ey b)-.1 H .366 (indings in the).15 F F4(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 688.8 R .264(xt of a macro and a k) +5.366 F .264(command or the te)108 688.8 R .264(xt of a macro and a k) -.15 F .564 -.15(ey s)-.1 H .264(equence to which it should be bound.) -.15 F .264(The name may be speci-)5.264 F .139(\214ed in one of tw)108 +.15 F .263(The name may be speci-)5.264 F .138(\214ed in one of tw)108 700.8 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 F4(Meta\255)2.638 E F0(or) 2.638 E F4(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 712.8 Q -1.541(When using the form)108 729.6 R F1 -.1(ke)4.041 G(yname).1 E F0(:) -A F4(function\255name).833 E F0(or)4.041 E F4(macr)4.042 E(o)-.45 E F0 +(es, or as a k)-.15 F .439 -.15(ey s)-.1 H(e-).15 E(quence.)108 712.8 Q +1.542(When using the form)108 729.6 R F1 -.1(ke)4.042 G(yname).1 E F0(:) +A F4(function\255name).833 E F0(or)4.042 E F4(macr)4.042 E(o)-.45 E F0 (,)A F4 -.1(ke)4.042 G(yname)-.2 E F0 1.542(is the name of a k)4.222 F -1.842 -.15(ey s)-.1 H 1.542(pelled out in).15 F(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(41)185.545 E 0 Cg EP +1.841 -.15(ey s)-.1 H 1.541(pelled out in).15 F(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(41)185.955 E 0 Cg EP %%Page: 42 42 %%BeginPageSetup BP @@ -5308,33 +5305,33 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.5(English. F)108 84 R(or e)-.15 E(xample:)-.15 E(Control-u: uni)144 108 Q -.15(ve)-.25 G (rsal\255ar).15 E(gument)-.18 E(Meta-Rubout: backw)144 120 Q(ard-kill-w) --.1 E(ord)-.1 E(Control-o: "> output")144 132 Q .699(In the abo)108 +-.1 E(ord)-.1 E(Control-o: "> output")144 132 Q .698(In the abo)108 148.8 R .998 -.15(ve ex)-.15 H(ample,).15 E/F1 10/Times-Italic@0 SF (C\255u)3.038 E F0 .698(is bound to the function)3.448 F/F2 10 /Times-Bold@0 SF(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 160.8 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(xpressed on the right hand side \(that is, to)-.15 F(insert the te) +108 160.8 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 172.8 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 189.6 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 +(into the line\).)2.5 E .055(In the second form,)108 189.6 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 201.6 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 213.6 R .686 -.15(ey e)-.1 H -.385(scapes can be used, as in the follo).15 F .385(wing e)-.25 F .385 -(xample, b)-.15 F .385(ut the symbolic character names)-.2 F +(Some)6.284 E .385(GNU Emacs style k)108 213.6 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 225.6 Q("\\C\255u": uni)144 249.6 Q -.15(ve) -.25 G(rsal\255ar).15 E(gument)-.18 E ("\\C\255x\\C\255r": re\255read\255init\255\214le)144 261.6 Q -("\\e[11~": "Function K)144 273.6 Q .3 -.15(ey 1)-.25 H(").15 E .314 -(In this e)108 290.4 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 +("\\e[11~": "Function K)144 273.6 Q .3 -.15(ey 1)-.25 H(").15 E .315 +(In this e)108 290.4 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 302.4 Q F2 -.18(re)2.5 G +.314(is bound to the func-)3.544 F(tion)108 302.4 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 (Function Key 1)2.5 E F0(.)A @@ -5355,26 +5352,27 @@ equences, a second set of backslash escapes is a)108 408 Q -.25(va)-.2 G (alue)-.25 E F1(nnn)2.5 E F0(\(one to three digits\))2.5 E F2(\\x)144 528 Q F1(HH)A F0(the eight-bit character whose v)180 528 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 1.142 +(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.141 (When entering the te)108 544.8 R 1.141(xt of a macro, single or double\ - quotes must be used to indicate a macro de\214nition.)-.15 F .089 -(Unquoted te)108 556.8 R .089(xt is assumed to be a function name.)-.15 -F .09(In the macro body)5.089 F 2.59(,t)-.65 G .09 -(he backslash escapes described abo)-2.59 F -.15(ve)-.15 G(are e)108 + quotes must be used to indicate a macro de\214nition.)-.15 F .09 +(Unquoted te)108 556.8 R .09(xt is assumed to be a function name.)-.15 F +.089(In the macro body)5.089 F 2.589(,t)-.65 G .089 +(he backslash escapes described abo)-2.589 F -.15(ve)-.15 G(are e)108 568.8 Q 2.5(xpanded. Backslash)-.15 F(will quote an)2.5 E 2.5(yo)-.15 G (ther character in the macro te)-2.5 E(xt, including " and \010.)-.15 E -F2(Bash)108 585.6 Q F0(allo)2.93 E .43(ws the current readline k)-.25 F -.73 -.15(ey b)-.1 H .429(indings to be displayed or modi\214ed with the) -.15 F F2(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 597.6 R .345 -.15 -(ve u)-.25 H .046(se by using the).15 F F22.546 E F0 .046 -(option to the)2.546 F F2(set)2.546 E F0 -.2(bu)2.546 G .046 +F2(Bash)108 585.6 Q F0(allo)2.929 E .429(ws the current readline k)-.25 +F .729 -.15(ey b)-.1 H .429 +(indings to be displayed or modi\214ed with the).15 F F2(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 597.6 R .346 -.15 +(ve u)-.25 H .046(se by using the).15 F F22.545 E F0 .045 +(option to the)2.545 F F2(set)2.545 E F0 -.2(bu)2.545 G .045 (iltin command).2 F(\(see)108 609.6 Q/F4 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 F2 -(Readline V)87 626.4 Q(ariables)-.92 E F0 .044(Readline has v)108 638.4 +(Readline V)87 626.4 Q(ariables)-.92 E F0 .043(Readline has v)108 638.4 R .043(ariables that can be used to further customize its beha)-.25 F (vior)-.2 E 5.043(.A)-.55 G -.25(va)-2.5 G .043 -(riable may be set in the).25 F F1(inpu-)2.553 E(tr)108 650.4 Q(c)-.37 E +(riable may be set in the).25 F F1(inpu-)2.554 E(tr)108 650.4 Q(c)-.37 E F0(\214le with a statement of the form)2.81 E F2(set)144 667.2 Q F1 (variable\255name value)2.5 E F0(or using the)108 679.2 Q F2(bind)2.5 E F0 -.2(bu)2.5 G(iltin command \(see).2 E F4(SHELL B)2.5 E(UIL)-.09 E @@ -5382,16 +5380,15 @@ F0 -.2(bu)2.5 G(iltin command \(see).2 E F4(SHELL B)2.5 E(UIL)-.09 E (Except where noted, readline v)108 696 R .79(ariables can tak)-.25 F 3.29(et)-.1 G .79(he v)-3.29 F(alues)-.25 E F2(On)3.29 E F0(or)3.29 E F2 (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 708 R .448 +.05 F(Unrecog-)5.79 E .448(nized v)108 708 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 720 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 720 Q -.15(ve)-.25 G .468 (\), and "1" are equi).15 F -.25(va)-.25 G .468(lent to).25 F F2(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 F2(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 -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(42)185.545 E 0 Cg EP +F -.25(va)-.25 G .468(lent to).25 F F2(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 +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(42)185.955 E 0 Cg EP %%Page: 43 43 %%BeginPageSetup BP @@ -5399,17 +5396,17 @@ 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 -.25(va)108 84 S (lues are:).25 E/F1 10/Times-Bold@0 SF(bell\255style \(audible\))108 -100.8 Q F0 .011(Controls what happens when readline w)144 112.8 R .011 -(ants to ring the terminal bell.)-.1 F .01(If set to)5.01 F F1(none)2.51 -E F0 2.51(,r)C .01(eadline ne)-2.51 F -.15(ve)-.25 G(r).15 E .94 -(rings the bell.)144 124.8 R .94(If set to)5.94 F F1(visible)3.44 E F0 -3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25(va) --.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0(,)A -(readline attempts to ring the terminal')144 136.8 Q 2.5(sb)-.55 G(ell.) --2.5 E F1(bind\255tty\255special\255chars \(On\))108 148.8 Q F0 .056 -(If set to)144 160.8 R F1(On)2.556 E F0 2.556(,r)C .056(eadline attempt\ -s to bind the control characters treated specially by the k)-2.556 F -(ernel')-.1 E 2.555(st)-.55 G(ermi-)-2.555 E(nal dri)144 172.8 Q -.15 +100.8 Q F0 .01(Controls what happens when readline w)144 112.8 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 124.8 R .94(If set to)5.94 F F1(visible)3.44 E +F0 3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25 +(va)-.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0 +(,)A(readline attempts to ring the terminal')144 136.8 Q 2.5(sb)-.55 G +(ell.)-2.5 E F1(bind\255tty\255special\255chars \(On\))108 148.8 Q F0 +.055(If set to)144 160.8 R F1(On)2.555 E F0 2.555(,r)C .056(eadline att\ +empts to bind the control characters treated specially by the k)-2.555 F +(ernel')-.1 E 2.556(st)-.55 G(ermi-)-2.556 E(nal dri)144 172.8 Q -.15 (ve)-.25 G 2.5(rt).15 G 2.5(ot)-2.5 G(heir readline equi)-2.5 E -.25(va) -.25 G(lents.).25 E F1(blink\255matching\255par)108 184.8 Q(en \(Off\)) -.18 E F0 .21(If set to)144 196.8 R F1(On)2.71 E F0 2.71(,r)C .21 @@ -5419,70 +5416,70 @@ s to bind the control characters treated specially by the k)-2.556 F (ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F0 .515(If set to) 144 232.8 R F1(On)3.015 E F0 3.015(,w)C .515(hen listing completions, r\ eadline displays the common pre\214x of the set of possible)-3.015 F -2.935(completions using a dif)144 244.8 R 2.935(ferent color)-.25 F -7.936(.T)-.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.936 -(en from the v)-.1 F 2.936(alue of the)-.25 F F1(LS_COLORS)144 256.8 Q -F0(en)3.077 E .577(vironment v)-.4 F 3.077(ariable. If)-.25 F .577 +2.936(completions using a dif)144 244.8 R 2.936(ferent color)-.25 F +7.936(.T)-.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.935 +(en from the v)-.1 F 2.935(alue of the)-.25 F F1(LS_COLORS)144 256.8 Q +F0(en)3.076 E .577(vironment v)-.4 F 3.077(ariable. If)-.25 F .577 (there is a color de\214nition in)3.077 F F1($LS_COLORS)3.077 E F0 .577 -(for the cus-)3.077 F .134(tom suf)144 268.8 R .135(\214x "readline-col\ +(for the cus-)3.077 F .135(tom suf)144 268.8 R .135(\214x "readline-col\ ored-completion-pre\214x", readline uses this color for the common pre\ \214x in-)-.25 F(stead of its def)144 280.8 Q(ault.)-.1 E F1(color)108 -292.8 Q(ed\255stats \(Off\))-.18 E F0 1.58(If set to)144 304.8 R F1(On) -4.08 E F0 4.08(,r)C 1.579 -(eadline displays possible completions using dif)-4.08 F 1.579 +292.8 Q(ed\255stats \(Off\))-.18 E F0 1.579(If set to)144 304.8 R F1(On) +4.079 E F0 4.079(,r)C 1.579 +(eadline displays possible completions using dif)-4.079 F 1.58 (ferent colors to indicate their \214le)-.25 F 2.5(type. The)144 316.8 R (color de\214nitions are tak)2.5 E(en from the v)-.1 E(alue of the)-.25 E F1(LS_COLORS)2.5 E F0(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F1 -(comment\255begin \(`)108 328.8 Q(`#')-.63 E('\))-.63 E F0 .884 +(comment\255begin \(`)108 328.8 Q(`#')-.63 E('\))-.63 E F0 .885 (The string that is inserted when the readline)144 340.8 R F1 -(insert\255comment)3.385 E F0 .885(command is e)3.385 F -.15(xe)-.15 G -3.385(cuted. This).15 F(com-)3.385 E(mand is bound to)144 352.8 Q 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 352.8 Q F1 (M\255#)2.5 E F0(in emacs mode and to)2.5 E F1(#)2.5 E F0 (in vi command mode.)2.5 E F1(completion\255display\255width \(\2551\)) 108 364.8 Q F0 1.453(The number of screen columns used to display possi\ -ble matches when performing completion.)144 376.8 R .193(The v)144 388.8 +ble matches when performing completion.)144 376.8 R .194(The v)144 388.8 R .193(alue is ignored if it is less than 0 or greater than the termina\ -l screen width.)-.25 F 2.694(Av)5.194 G .194(alue of 0 will)-2.944 F +l 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 400.8 Q(The def)5 E (ault v)-.1 E(alue is \2551.)-.25 E F1(completion\255ignor)108 412.8 Q (e\255case \(Off\))-.18 E F0(If set to)144 424.8 Q F1(On)2.5 E F0 2.5 (,r)C(eadline performs \214lename matching and completion in a case\255\ insensiti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1 -(completion\255map\255case \(Off\))108 436.8 Q F0 .094(If set to)144 +(completion\255map\255case \(Off\))108 436.8 Q F0 .093(If set to)144 448.8 R F1(On)2.593 E F0 2.593(,a)C(nd)-2.593 E F1(completion\255ignor) 2.593 E(e\255case)-.18 E F0 .093(is enabled, readline treats h)2.593 F -.093(yphens \()-.05 F/F2 10/Times-Italic@0 SFA F0 2.593(\)a)C .093 +.093(yphens \()-.05 F/F2 10/Times-Italic@0 SFA F0 2.593(\)a)C .094 (nd underscores)-2.593 F(\()144 460.8 Q F2(_)A F0 2.5(\)a)C 2.5(se)-2.5 G(qui)-2.5 E -.25(va)-.25 G(lent when performing case\255insensiti).25 E .3 -.15(ve \214)-.25 H(lename matching and completion.).15 E F1 (completion\255pr)108 472.8 Q(e\214x\255display\255length \(0\))-.18 E F0 .829(The length in characters of the common pre\214x of a list of po\ -ssible completions that is displayed)144 484.8 R 1.275 -(without modi\214cation.)144 496.8 R 1.275(When set to a v)6.275 F 1.274 -(alue greater than zero, common pre\214x)-.25 F 1.274 +ssible completions that is displayed)144 484.8 R 1.274 +(without modi\214cation.)144 496.8 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 508.8 S(lue are replaced with a\ n ellipsis when displaying possible completions.).25 E F1 -(completion\255query\255items \(100\))108 520.8 Q F0 .529 -(This determines when the user is queried about vie)144 532.8 R .53 -(wing the number of possible completions gen-)-.25 F .561(erated by the) -144 544.8 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 -556.8 R .783(If the number of possible completions is greater than or e\ -qual to the v)5.782 F .783(alue of this)-.25 F -.25(va)144 568.8 S .368 +(completion\255query\255items \(100\))108 520.8 Q F0 .53 +(This determines when the user is queried about vie)144 532.8 R .529 +(wing the number of possible completions gen-)-.25 F .56(erated by the) +144 544.8 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 556.8 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 568.8 S .367 (riable, readline will ask whether or not the user wishes to vie).25 F -2.867(wt)-.25 G .367(hem; otherwise the)-2.867 F 2.867(ya)-.15 G .367 -(re simply)-2.867 F .672(listed on the terminal.)144 580.8 R 3.172(Az) -5.672 G .673(ero v)-3.172 F .673(alue means readline should ne)-.25 F --.15(ve)-.25 G 3.173(ra).15 G .673(sk; ne)-3.173 F -.05(ga)-.15 G(ti).05 -E .973 -.15(ve v)-.25 H .673(alues are treated)-.1 F(as zero.)144 592.8 -Q F1(con)108 604.8 Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .613 -(If set to)144 616.8 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 +2.868(wt)-.25 G .368(hem; otherwise the)-2.868 F 2.868(ya)-.15 G .368 +(re simply)-2.868 F .673(listed on the terminal.)144 580.8 R 3.173(Az) +5.673 G .673(ero v)-3.173 F .673(alue means readline should ne)-.25 F +-.15(ve)-.25 G 3.172(ra).15 G .672(sk; ne)-3.172 F -.05(ga)-.15 G(ti).05 +E .972 -.15(ve v)-.25 H .672(alues are treated)-.1 F(as zero.)144 592.8 +Q F1(con)108 604.8 Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .612 +(If set to)144 616.8 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 (stripping the eighth bit and pre\214xing an escape character \(in ef) -144 628.8 R .541(fect, using escape as the)-.25 F F2 .542(meta pr)3.042 +144 628.8 R .541(fect, using escape as the)-.25 F F2 .541(meta pr)3.041 F(e-)-.37 E<8c78>144 640.8 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 @@ -5492,67 +5489,67 @@ F1(On)2.538 E F0 2.538(,r)C .038(eadline will inhibit w)-2.538 F .038 (Completion characters will be inserted into the)5.038 F(line as if the) 144 676.8 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 688.8 Q(ol\255characters \(On\))-.18 E F0 -1.21(When set to)144 700.8 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 +1.211(When set to)144 700.8 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(upport it, readline echoes a character)-3.711 F (corresponding to a signal generated from the k)144 712.8 Q -.15(ey)-.1 -G(board.).15 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(43)185.545 E 0 Cg EP +G(board.).15 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(43) +185.955 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(editing\255mode \(emacs\))108 84 Q F0 .142 +SF(editing\255mode \(emacs\))108 84 Q F0 .141 (Controls whether readline be)144 96 R .141(gins with a set of k)-.15 F .441 -.15(ey b)-.1 H .141(indings similar to).15 F/F2 10/Times-Italic@0 -SF(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 108 Q F1(emacs)2.5 E F0(or)2.5 E F1 -(vi)2.5 E F0(.)A F1(emacs\255mode\255string \(@\))108 120 Q F0 .517 -(If the)144 132 R F2(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F0 --.25(va)3.017 G .518 +SF(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 108 Q F1(emacs)2.5 E F0(or)2.5 E F1 +(vi)2.5 E F0(.)A F1(emacs\255mode\255string \(@\))108 120 Q F0 .518 +(If the)144 132 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 .622(last line of the primary prompt when emacs editing mode is acti) -144 144 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 156 -S 3.339(yb)-.05 G .839 -(inding, so the standard set of meta- and control pre\214x)-3.339 F .84 +144 144 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 156 +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 168 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 180 Q F1(enable\255acti)108 192 Q -.1(ve)-.1 G.1 E -(egion \(On\))-.18 E F0(The)144 204 Q F2(point)3.245 E F0 .746 -(is the current cursor position, and)3.245 F F2(mark)3.246 E F0 .746 +(egion \(On\))-.18 E F0(The)144 204 Q F2(point)3.246 E F0 .746 +(is the current cursor position, and)3.246 F F2(mark)3.246 E F0 .746 (refers to a sa)3.246 F -.15(ve)-.2 G 3.246(dc).15 G .746 -(ursor position.)-3.246 F .746(The te)5.746 F .746(xt be-)-.15 F .344 +(ursor position.)-3.246 F .745(The te)5.746 F .745(xt be-)-.15 F .344 (tween the point and mark is referred to as the)144 216 R F2 -.37(re) 2.844 G(gion)-.03 E F0 5.344(.W)C .344(hen this v)-5.344 F .344 -(ariable is set to)-.25 F F2(On)2.844 E F0 2.844(,r)C .344(eadline al-) --2.844 F(lo)144 228 Q .098(ws certain commands to designate the re)-.25 +(ariable is set to)-.25 F F2(On)2.845 E F0 2.845(,r)C .345(eadline al-) +-2.845 F(lo)144 228 Q .098(ws certain commands to designate the re)-.25 F .098(gion as)-.15 F F2(active)2.598 E F0 5.098(.W)C .098(hen the re) -5.098 F .098(gion is acti)-.15 F -.15(ve)-.25 G 2.598(,r).15 G .098 -(eadline high-)-2.598 F .629(lights the te)144 240 R .628(xt in the re) +(eadline high-)-2.598 F .628(lights the te)144 240 R .628(xt in the re) -.15 F .628(gion using the terminal')-.15 F 3.128(ss)-.55 G .628 (tandout mode.)-3.128 F .628(The acti)5.628 F .928 -.15(ve r)-.25 H -.15 -(eg).15 G .628(ion sho).15 F .628(ws the te)-.25 F(xt)-.15 E .447 -(inserted by brack)144 252 R .447(eted-paste and an)-.1 F 2.947(ym)-.15 -G .447(atching te)-2.947 F .448 +(eg).15 G .628(ion sho).15 F .629(ws the te)-.25 F(xt)-.15 E .448 +(inserted by brack)144 252 R .448(eted-paste and an)-.1 F 2.948(ym)-.15 +G .448(atching te)-2.948 F .447 (xt found by incremental and non-incremental his-)-.15 F(tory searches.) 144 264 Q F1(enable\255brack)108 276 Q(eted\255paste \(On\))-.1 E F0 -1.222(When set to)144 288 R F1(On)3.721 E F0 3.721(,r)C 1.221 +1.221(When set to)144 288 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 300 R(uf)-.2 E .353(fer as a single strin\ -g of characters, instead of treating each character as if)-.25 F .544 +g of characters, instead of treating each character as if)-.25 F .543 (it had been read from the k)144 312 R -.15(ey)-.1 G 3.043(board. This) -.15 F .543(can pre)3.043 F -.15(ve)-.25 G .543 +.15 F .543(can pre)3.043 F -.15(ve)-.25 G .544 (nt pasted characters from being interpreted as).15 F(editing commands.) -144 324 Q F1(enable\255k)108 336 Q(eypad \(Off\))-.1 E F0 .892 +144 324 Q F1(enable\255k)108 336 Q(eypad \(Off\))-.1 E F0 .893 (When set to)144 348 R F1(On)3.393 E F0 3.393(,r)C .893 (eadline will try to enable the application k)-3.393 F -.15(ey)-.1 G -.893(pad when it is called.).15 F .893(Some sys-)5.893 F +.893(pad when it is called.).15 F .892(Some sys-)5.893 F (tems need this to enable the arro)144 360 Q 2.5(wk)-.25 G -.15(ey)-2.6 G(s.).15 E F1(enable\255meta\255k)108 372 Q(ey \(On\))-.1 E F0 .64 (When set to)144 384 R F1(On)3.14 E F0 3.14(,r)C .64 @@ -5564,88 +5561,88 @@ G(s.).15 E F1(enable\255meta\255k)108 372 Q(ey \(On\))-.1 E F0 .64 (expand\255tilde \(Off\))108 408 Q F0(If set to)144 420 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 432 Q(eser)-.18 E -.1 -(ve)-.1 G(\255point \(Off\)).1 E F0 .552(If set to)144 444 R F1(On)3.052 +(ve)-.1 G(\255point \(Off\)).1 E F0 .553(If set to)144 444 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 456 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 468 Q F0 .949(Set the maximum number of history entries sa)144 480 R +108 468 Q F0 .948(Set the maximum number of history entries sa)144 480 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 492 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 504 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 516 Q F1(HISTSIZE)3.41 E F0 .91(shell v)3.41 F -3.41(ariable. If)-.25 F .911(an attempt is made to set)3.41 F F2 -(history\255size)3.411 E F0 .911(to a non-numeric v)3.411 F(alue,)-.25 E +-3.448 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 492 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 504 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 516 Q F1(HISTSIZE)3.411 E F0 .911(shell v)3.411 +F 3.411(ariable. If)-.25 F .911(an attempt is made to set)3.411 F F2 +(history\255size)3.41 E F0 .91(to a non-numeric v)3.41 F(alue,)-.25 E (the maximum number of history entries will be set to 500.)144 528 Q F1 -(horizontal\255scr)108 540 Q(oll\255mode \(Off\))-.18 E F0 .449 -(When set to)144 552 R F1(On)2.949 E F0 2.949(,m)C(ak)-2.949 E .448 -(es readline use a single line for display)-.1 F 2.948(,s)-.65 G .448 +(horizontal\255scr)108 540 Q(oll\255mode \(Off\))-.18 E F0 .448 +(When set to)144 552 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 564 R(w)-.25 E 2.5(line. This)144 576 R (setting is automatically enabled for terminals of height 1.)2.5 E F1 -(input\255meta \(Off\))108 588 Q F0 1.062(If set to)144 600 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 +(input\255meta \(Off\))108 588 Q F0 1.061(If set to)144 600 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 612 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 624 S(ynon) --2.865 E .365(ym for this v)-.15 F 2.864(ariable. The)-.25 F(def)2.864 E +(rdless of what the terminal claims it can support.).05 F .335(The name) +5.335 F F1(meta\255\215ag)2.835 E F0(is)2.835 E 2.864(as)144 624 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 .364 -(if the locale contains)2.864 F(eight-bit characters.)144 636 Q F1 +(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 636 Q F1 (isear)108 648 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 660 R -.15(xe)-.15 G(cut-).15 E -.935(ing the character as a command.)144 672 R .935(If this v)5.935 F -.935(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.434(nav).15 G .934 -(alue, the characters)-3.684 F F2(ESC)3.434 E F0(and)144 684 Q F2 +.934(ing the character as a command.)144 672 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 684 Q F2 (C\255J)2.5 E F0(will terminate an incremental search.)2.5 E F1 -.1(ke) -108 696 S(ymap \(emacs\)).1 E F0 2.02(Set the current readline k)144 708 -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 +108 696 S(ymap \(emacs\)).1 E F0 2.021(Set the current readline k)144 +708 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 720 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(GNU Bash 5.2)72 768 Q(2021 No)136.385 -E -.15(ve)-.15 G(mber 22).15 E(44)185.545 E 0 Cg EP +2.542 E F0(;)A F2(emacs)2.542 E F0(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(44)185.955 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 .448(is equi)144 -84 R -.25(va)-.25 G .448(lent to).25 F/F1 10/Times-Italic@0 SF -(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 F1(emacs)3.139 E F0 2.949(;t).27 G -.449(he v)-2.949 F .449(alue of)-.25 F/F2 10/Times-Bold@0 SF -(editing\255mode)2.949 E F0 .449(also af-)2.949 F(fects the def)144 96 Q +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .449(is equi)144 +84 R -.25(va)-.25 G .449(lent to).25 F/F1 10/Times-Italic@0 SF +(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 F1(emacs)3.139 E F0 2.948(;t).27 G +.448(he v)-2.948 F .448(alue of)-.25 F/F2 10/Times-Bold@0 SF +(editing\255mode)2.948 E F0 .448(also af-)2.948 F(fects the def)144 96 Q (ault k)-.1 E -.15(ey)-.1 G(map.).15 E F2 -.1(ke)108 108 S -(yseq\255timeout \(500\)).1 E F0 .368(Speci\214es the duration)144 120 R +(yseq\255timeout \(500\)).1 E F0 .367(Speci\214es the duration)144 120 R F1 -.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 132 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 132 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 144 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 144 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 -F1 -.37(re)3.306 G(adline).37 E F0(will)3.306 E .906(use the shorter b) +3.306 F -.15(ve)-.25 G 3.306(dw).15 G .807(ithin the timeout,)-3.306 F +F1 -.37(re)3.307 G(adline).37 E F0(will)3.307 E .907(use the shorter b) 144 156 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 +(lue is speci\214ed in milliseconds, so a v).25 F .906(alue of)-.25 F .05(1000 means that)144 168 R F1 -.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 180 R(alue,)-.25 E F1 -.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 192 Q .3 -.15(ey s)-.1 H +(ait until another k)-.1 F .351 -.15(ey i)-.1 H 2.551(sp).15 G(ressed) +-2.551 E(to decide which k)144 192 Q .3 -.15(ey s)-.1 H (equence to complete.).15 E F2(mark\255dir)108 204 Q(ectories \(On\)) -.18 E F0(If set to)144 216 Q F2(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.) @@ -5658,75 +5655,75 @@ E F1 -.37(re)2.551 G(adline).37 E F0 .051(will w)2.551 F .051 (ompleted names which are symbolic links to directories ha)-2.675 F .475 -.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 276 Q(alue of)-.25 E F2(mark\255dir)2.5 E(ectories)-.18 E F0(\).)A F2 -(match\255hidden\255\214les \(On\))108 288 Q F0 .192(This v)144 300 R -.192(ariable, when set to)-.25 F F2(On)2.692 E F0 2.692(,c)C .192 -(auses readline to match \214les whose names be)-2.692 F .193 -(gin with a `.)-.15 F 2.693('\()-.7 G(hidden)-2.693 E .457 +(match\255hidden\255\214les \(On\))108 288 Q F0 .193(This v)144 300 R +.193(ariable, when set to)-.25 F F2(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 312 R .456 (If set to)5.456 F F2(Off)2.956 E F0 2.956(,t)C .456(he leading `.) --2.956 F 2.956('m)-.7 G .456(ust be supplied by the)-2.956 F +-2.956 F 2.956('m)-.7 G .457(ust be supplied by the)-2.956 F (user in the \214lename to be completed.)144 324 Q F2 (menu\255complete\255display\255pr)108 336 Q(e\214x \(Off\))-.18 E F0 -1.585(If set to)144 348 R F2(On)4.085 E F0 4.085(,m)C 1.585(enu complet\ +1.586(If set to)144 348 R F2(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 360 Q +-4.086 F(\(which may be empty\) before c)144 360 Q (ycling through the list.)-.15 E F2(output\255meta \(Off\))108 372 Q F0 -.507(If set to)144 384 R F2(On)3.007 E F0 3.007(,r)C .507(eadline will \ +.506(If set to)144 384 R F2(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 396 Q .884(ed escape sequence.)-.15 F .884 +ta-)-3.006 F(pre\214x)144 396 Q .885(ed escape sequence.)-.15 F .884 (The def)5.884 F .884(ault is)-.1 F F1(Of)3.384 E(f)-.18 E F0 3.384(,b)C -.884(ut readline will set it to)-3.584 F F1(On)3.384 E F0 .885 +.884(ut readline will set it to)-3.584 F F1(On)3.384 E F0 .884 (if the locale contains)3.384 F(eight-bit characters.)144 408 Q F2 -(page\255completions \(On\))108 420 Q F0 .809(If set to)144 432 R F2(On) +(page\255completions \(On\))108 420 Q F0 .808(If set to)144 432 R F2(On) 3.308 E F0 3.308(,r)C .808(eadline uses an internal)-3.308 F F1(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 444 Q F2 -(print\255completions\255horizontally \(Off\))108 456 Q F0 .227 +(print\255completions\255horizontally \(Off\))108 456 Q F0 .228 (If set to)144 468 R F2(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 480 Q 2.5(,r)-.4 G(ather than do)-2.5 E (wn the screen.)-.25 E F2 -2.29 -.18(re v)108 492 T -(ert\255all\255at\255newline \(Off\)).08 E F0 .699(If set to)144 504 R -F2(On)3.199 E F0 3.199(,r)C .699 +(ert\255all\255at\255newline \(Off\)).08 E F0 .698(If set to)144 504 R +F2(On)3.198 E F0 3.198(,r)C .699 (eadline will undo all changes to history lines before returning when) --3.199 F F2(accept\255line)3.198 E F0(is)3.198 E -.15(exe)144 516 S +-3.198 F F2(accept\255line)3.199 E F0(is)3.199 E -.15(exe)144 516 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 F2 -.18(re)144 528 S(adline) .18 E F0(.)A F2(sho)108 540 Q(w\255all\255if\255ambiguous \(Off\))-.1 E -F0 .304(This alters the def)144 552 R .304(ault beha)-.1 F .304 +F0 .303(This alters the def)144 552 R .303(ault beha)-.1 F .304 (vior of the completion functions.)-.2 F .304(If set to)5.304 F F2(On) -2.804 E F0 2.803(,w)C .303(ords which ha)-2.903 F .603 -.15(ve m)-.2 H +2.804 E F0 2.804(,w)C .304(ords which ha)-2.904 F .604 -.15(ve m)-.2 H (ore).15 E 1.264(than one possible completion cause the matches to be l\ isted immediately instead of ringing the)144 564 R(bell.)144 576 Q F2 -(sho)108 588 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.346 -(This alters the def)144 600 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 F2(sho)144 612 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 F2(On)4.191 E F0 4.191(,w)C 1.691 +(sho)108 588 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.345 +(This alters the def)144 600 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 F2(sho)144 612 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 F2(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 624 R 3.54 +(ore than one possible completion).15 F 1.039(without an)144 624 R 3.539 (yp)-.15 G 1.039 -(ossible partial completion \(the possible completions don')-3.54 F -3.539(ts)-.18 G 1.039(hare a common pre\214x\))-3.539 F(cause the match\ -es to be listed immediately instead of ringing the bell.)144 636 Q F2 -(sho)108 648 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.021 -(If set to)144 660 R F2(On)3.521 E F0 3.521(,a)C 1.022 -(dd a string to the be)-3.521 F 1.022 +(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 636 Q F2 +(sho)108 648 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.022 +(If set to)144 660 R F2(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 672 Q(The mode strings are user)5 E (-settable \(e.g.,)-.2 E F1(emacs\255mode\255string)2.5 E F0(\).)A F2 -(skip\255completed\255text \(Off\))108 684 Q F0 .095(If set to)144 696 R -F2(On)2.595 E F0 2.595(,t)C .095(his alters the def)-2.595 F .095 -(ault completion beha)-.1 F .094 +(skip\255completed\255text \(Off\))108 684 Q F0 .094(If set to)144 696 R +F2(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 708 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 3.275(insert characters from \ +2.546(so)-.55 G .046(nly acti)-2.546 F .346 -.15(ve w)-.25 H .046 +(hen performing completion in the middle of a w).15 F 2.545(ord. If)-.1 +F .045(enabled, readline does not)2.545 F 3.275(insert characters from \ the completion that match characters after point in the w)144 720 R -3.274(ord being)-.1 F(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve) --.15 G(mber 22).15 E(45)185.545 E 0 Cg EP +3.275(ord being)-.1 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E +(45)185.955 E 0 Cg EP %%Page: 46 46 %%BeginPageSetup BP @@ -5735,53 +5732,53 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E (completed, so portions of the w)144 84 Q(ord follo)-.1 E (wing the cursor are not duplicated.)-.25 E/F1 10/Times-Bold@0 SF -(vi\255cmd\255mode\255string \(\(cmd\)\))108 96 Q F0 .517(If the)144 108 -R/F2 10/Times-Italic@0 SF(show\255mode\255in\255pr)3.017 E(ompt)-.45 E -F0 -.25(va)3.017 G .518 +(vi\255cmd\255mode\255string \(\(cmd\)\))108 96 Q F0 .518(If the)144 108 +R/F2 10/Times-Italic@0 SF(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 -120 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 132 R .33(xpanded lik)-.15 F 2.83(eak) +120 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 132 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 144 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 144 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 -156 Q F1(vi\255ins\255mode\255string \(\(ins\)\))108 168 Q F0 .517 -(If the)144 180 R F2(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F0 --.25(va)3.017 G .518 +156 Q F1(vi\255ins\255mode\255string \(\(ins\)\))108 168 Q F0 .518 +(If the)144 180 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 -192 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 204 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 216 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\ +192 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 204 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 216 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 -228 Q F1(visible\255stats \(Off\))108 240 Q F0 .846(If set to)144 252 R +228 Q F1(visible\255stats \(Off\))108 240 Q F0 .847(If set to)144 252 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 264 Q F1 (Readline Conditional Constructs)87 280.8 Q F0 .05 (Readline implements a f)108 292.8 R .05(acility similar in spirit to t\ -he conditional compilation features of the C preprocessor)-.1 F .096 -(which allo)108 304.8 R .096(ws k)-.25 F .396 -.15(ey b)-.1 H .096 +he conditional compilation features of the C preprocessor)-.1 F .097 +(which allo)108 304.8 R .097(ws k)-.25 F .396 -.15(ey b)-.1 H .096 (indings and v).15 F .096 -(ariable settings to be performed as the result of tests.)-.25 F .097 +(ariable settings to be performed as the result of tests.)-.25 F .096 (There are four parser)5.096 F(directi)108 316.8 Q -.15(ve)-.25 G 2.5 -(su).15 G(sed.)-2.5 E F1($if)108 333.6 Q F0(The)144 333.6 Q F1($if)2.963 -E F0 .463(construct allo)2.963 F .462(ws bindings to be made based on t\ +(su).15 G(sed.)-2.5 E F1($if)108 333.6 Q F0(The)144 333.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 345.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 357.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 374.4 Q F0(The)180 374.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 374.4 Q F0(The)180 374.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 386.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 @@ -5789,66 +5786,66 @@ erwise noted, no characters are required to isolate it.).15 E F1(mode) 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 410.4 Q F1(term)144 427.2 Q F0(The)180 427.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 439.2 R +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 439.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 451.2 Q F1(=)3.232 -E F0 .732(is tested ag)3.232 F .732(ainst both the full name of the ter\ +(wo)3.154 G .654(rd on the right side of).1 F(the)180 451.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(name before the \214rst)180 463.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 480 S(rsion).1 E F0 -(The)180 492 Q F1 -.1(ve)3.108 G(rsion).1 E F0 .608 -(test may be used to perform comparisons ag)3.108 F .609 +(The)180 492 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 504 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 516 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 +(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 516 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 528 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 540 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 552 R F1 +(ptional decimal point, and an op-)-2.818 F .101(tional minor v)180 540 +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 552 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 564 Q F1 (application)144 580.8 Q F0(The)180 592.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 604.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 -616.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 628.8 R -.15(Fo)5.397 G 2.896(ri).15 G .396 +(nd an initialization \214le can test for a)-2.614 F .501(particular v) +180 616.8 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 628.8 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 .396(equence that quotes the).15 F(current or pre)180 640.8 +(ey s)-.1 H .397(equence that quotes the).15 F(current or pre)180 640.8 Q(vious w)-.25 E(ord in)-.1 E F1(bash)2.5 E F0(:)A F1($if)180 664.8 Q F0 (Bash)2.5 E 2.5(#Q)180 676.8 S(uote the current or pre)-2.5 E(vious w) -.25 E(ord)-.1 E("\\C\255xq": "\\eb\\"\\ef\\"")180 688.8 Q F1($endif)180 -700.8 Q F0(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(46)185.545 E 0 Cg EP +700.8 Q F0(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(46)185.955 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-Italic@0 SF(variable)144 84 Q F0(The)180 96 Q F1(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 108 +/Times-Italic@0 SF(variable)144 84 Q F0(The)180 96 Q F1(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 108 R F1(=)2.579 E F0(,)A F1(==)2.579 E F0 2.579(,a)C(nd)-2.579 E F1(!=) -2.579 E F0 5.079(.T)C .079(he v)-5.079 F .079 -(ariable name must be sepa-)-.25 F .98(rated from the comparison operat\ -or by whitespace; the operator may be separated from)180 120 R .13 -(the v)180 132 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 +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 operator by whitespace; the operat\ +or may be separated from)180 120 R .129(the v)180 132 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 144 Q(ariables must be tested ag)-.25 E (ainst the v)-.05 E(alues)-.25 E F1(on)2.5 E F0(and)2.5 E F1(of)2.5 E(f) -.18 E F0(.)A/F2 10/Times-Bold@0 SF($endif)108 160.8 Q F0 @@ -5856,67 +5853,67 @@ or by whitespace; the operator may be separated from)180 120 R .13 (xample, terminates an)-.15 E F2($if)2.5 E F0(command.)2.5 E F2($else) 108 177.6 Q F0(Commands in this branch of the)144 177.6 Q F2($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 F2($include)108 194.4 Q F0 .356 -(This directi)144 206.4 R .656 -.15(ve t)-.25 H(ak).15 E .356 -(es a single \214lename as an ar)-.1 F .357 +(cuted if the test f).15 E(ails.)-.1 E F2($include)108 194.4 Q F0 .357 +(This directi)144 206.4 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 218.4 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3 -.15(ve w)-.25 H(ould read).05 E F1(/etc/inputr)2.5 E(c)-.37 E F0(:)A F2 ($include)144 242.4 Q F1(/etc/inputr)5.833 E(c)-.37 E F2(Sear)87 259.2 Q -(ching)-.18 E F0 .835(Readline pro)108 271.2 R .835 +(ching)-.18 E F0 .834(Readline pro)108 271.2 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 283.2 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 283.2 Q (There are tw)5 E 2.5(os)-.1 G(earch modes:)-2.5 E F1(incr)2.51 E (emental)-.37 E F0(and)3.01 E F1(non-incr)2.86 E(emental)-.37 E F0(.).51 -E .697(Incremental searches be)108 300 R .697 +E .698(Incremental searches be)108 300 R .698 (gin before the user has \214nished typing the search string.)-.15 F -.698(As each character of the)5.698 F .113 +.697(As each character of the)5.697 F .112 (search string is typed, readline displays the ne)108 312 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 +E 5.113(.A)-.55 G(n)-5.113 E .542 (incremental search requires only as man)108 324 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) +(haracters as needed to \214nd the desired history entry)-3.042 F 5.541 +(.T)-.65 G .541(he char)-5.541 F(-)-.2 E .224(acters present in the v) 108 336 R .224(alue of the)-.25 F F2(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 348 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 360 R .096(Control-G will abort an incrementa\ -l search and restore the original line.)5.097 F .096(When the search is) -5.096 F(terminated, the history entry containing the search string beco\ -mes the current line.)108 372 Q 2.938 -.8(To \214)108 388.8 T 1.339(nd \ +F .096(mental search.)108 360 R .096(Control-G will abort an incrementa\ +l search and restore the original line.)5.096 F .097(When the search is) +5.097 F(terminated, the history entry containing the search string beco\ +mes the current line.)108 372 Q 2.939 -.8(To \214)108 388.8 T 1.339(nd \ other matching entries in the history list, type Control-S or Control-R\ - as appropriate.).8 F 1.339(This will)6.339 F .675(search backw)108 -400.8 R .675(ard or forw)-.1 F .675(ard in the history for the ne)-.1 F -.674(xt entry matching the search string typed so f)-.15 F(ar)-.1 E -5.674(.A)-.55 G -.15(ny)-5.674 G .174(other k)108 412.8 R .474 -.15 + as appropriate.).8 F 1.338(This will)6.338 F .674(search backw)108 +400.8 R .674(ard or forw)-.1 F .674(ard in the history for the ne)-.1 F +.675(xt entry matching the search string typed so f)-.15 F(ar)-.1 E +5.675(.A)-.55 G -.15(ny)-5.675 G .175(other k)108 412.8 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 424.8 R F1(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 436.8 -Q .653(Readline remembers the last incremental search string.)108 453.6 -R .653(If tw)5.653 F 3.153(oC)-.1 G .653(ontrol-Rs are typed without an) --3.153 F 3.153(yi)-.15 G(nterv)-3.153 E(en-)-.15 E -(ing characters de\214ning a ne)108 465.6 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 424.8 R F1(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 +436.8 Q .653(Readline remembers the last incremental search string.)108 +453.6 R .653(If tw)5.653 F 3.153(oC)-.1 G .653 +(ontrol-Rs are typed without an)-3.153 F 3.152(yi)-.15 G(nterv)-3.152 E +(en-)-.15 E(ing characters de\214ning a ne)108 465.6 Q 2.5(ws)-.25 G (earch string, an)-2.5 E 2.5(yr)-.15 G(emembered search string is used.) -2.5 E .567(Non-incremental searches read the entire search string befo\ re starting to search for matching history lines.)108 482.4 R(The searc\ h string may be typed by the user or be part of the contents of the cur\ -rent line.)108 494.4 Q F2(Readline Command Names)87 511.2 Q F0 1.391 +rent line.)108 494.4 Q F2(Readline Command Names)87 511.2 Q F0 1.392 (The follo)108 523.2 R 1.391 (wing is a list of the names of the commands and the def)-.25 F 1.391 (ault k)-.1 F 1.691 -.15(ey s)-.1 H 1.391(equences to which the).15 F -3.892(ya)-.15 G(re)-3.892 E 2.622(bound. Command)108 535.2 R .122 -(names without an accompan)2.622 F .122(ying k)-.15 F .421 -.15(ey s)-.1 -H .121(equence are unbound by def).15 F 2.621(ault. In)-.1 F .121 -(the follo)2.621 F(wing)-.25 E(descriptions,)108 547.2 Q F1(point)3.41 E -F0 .91(refers to the current cursor position, and)3.41 F F1(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 F2(set\255mark)108 559.2 Q F0 2.5 +3.891(ya)-.15 G(re)-3.891 E 2.621(bound. Command)108 535.2 R .121 +(names without an accompan)2.621 F .121(ying k)-.15 F .421 -.15(ey s)-.1 +H .122(equence are unbound by def).15 F 2.622(ault. In)-.1 F .122 +(the follo)2.622 F(wing)-.25 E(descriptions,)108 547.2 Q F1(point)3.411 +E F0 .911(refers to the current cursor position, and)3.411 F F1(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 F2(set\255mark)108 559.2 Q F0 2.5 (command. The)2.5 F(te)2.5 E (xt between the point and mark is referred to as the)-.15 E F1 -.37(re) 2.5 G(gion)-.03 E F0(.)A F2(Commands f)87 576 Q(or Mo)-.25 E(ving)-.1 E @@ -5928,11 +5925,11 @@ F0 .911(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.411(db) .15 E(ard a character)-.1 E(.)-.55 E F2(backward\255char \(C\255b\))108 660 Q F0(Mo)144 672 Q .3 -.15(ve b)-.15 H(ack a character).15 E(.)-.55 E F2 -.25(fo)108 684 S(rward\255w).25 E(ord \(M\255f\))-.1 E F0(Mo)144 696 -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 +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 708 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E --.15(ve)-.15 G(mber 22).15 E(47)185.545 E 0 Cg EP +(ters and digits\).)144 708 Q(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(47)185.955 E 0 Cg EP %%Page: 48 48 %%BeginPageSetup BP @@ -5948,30 +5945,30 @@ SF(backward\255w)108 84 Q(ord \(M\255b\))-.1 E F0(Mo)144 96 Q 1.71 -.15 .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 144 Q F1(shell\255backward\255w)108 156 Q(ord)-.1 E F0(Mo)144 -168 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 +168 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 180 Q F1(pr)108 192 Q -.15(ev)-.18 G(ious\255scr).15 E(een\255line)-.18 E F0 -.891(Attempt to mo)144 204 R 1.191 -.15(ve p)-.15 H .891 +.89(Attempt to mo)144 204 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 -.89(vious ph)-.25 F .89(ysical screen line.)-.05 F .87(This will not ha) -144 216 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 +.891(vious ph)-.25 F .891(ysical screen line.)-.05 F .87 +(This will not ha)144 216 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 228 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 240 Q(een\255line)-.18 E F0 .638 -(Attempt to mo)144 252 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 264 R .309 -.15 +th.)-.05 E F1(next\255scr)108 240 Q(een\255line)-.18 E F0 .637 +(Attempt to mo)144 252 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 264 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 276 R(the screen width.)144 288 Q F1 -(clear\255display \(M\255C\255l\))108 300 Q F0 1.498 +(clear\255display \(M\255C\255l\))108 300 Q F0 1.499 (Clear the screen and, if possible, the terminal')144 312 R 3.999(ss) --.55 G 1.499(crollback b)-3.999 F(uf)-.2 E(fer)-.25 E 3.999(,t)-.4 G -1.499(hen redra)-3.999 F 3.999(wt)-.15 G 1.499(he current line,)-3.999 F +-.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 324 Q(ving the current line at the top of the screen.)-.2 E F1 (clear\255scr)108 336 Q(een \(C\255l\))-.18 E F0 1.36 (Clear the screen, then redra)144 348 R 3.86(wt)-.15 G 1.36 @@ -5982,10 +5979,10 @@ length of the prompt plus)144 276 R(the screen width.)144 288 Q F1 -.18(re)108 372 S(draw\255curr).18 E(ent\255line)-.18 E F0 (Refresh the current line.)144 384 Q F1(Commands f)87 400.8 Q (or Manipulating the History)-.25 E(accept\255line \(Newline, Retur)108 -412.8 Q(n\))-.15 E F0 .158(Accept the line re)144 424.8 R -.05(ga)-.15 G -.158(rdless of where the cursor is.).05 F .158 -(If this line is non-empty)5.158 F 2.659(,a)-.65 G .159 -(dd it to the history list)-2.659 F .699(according to the state of the) +412.8 Q(n\))-.15 E F0 .159(Accept the line re)144 424.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 436.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 @@ -6000,29 +5997,28 @@ E(ving forw)-.15 E(ard in the list.)-.1 E F1 -.65 E F1(end\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 end of the input history)-2.5 E 2.5 (,i)-.65 G(.e., the line currently being entered.)-2.5 E F1 -(operate\255and\255get\255next \(C\255o\))108 556.8 Q F0 .947 +(operate\255and\255get\255next \(C\255o\))108 556.8 Q F0 .948 (Accept the current line for e)144 568.8 R -.15(xe)-.15 G .948 -(cution and fetch the ne).15 F .948(xt line relati)-.15 F 1.248 -.15 -(ve t)-.25 H 3.448(ot).15 G .948(he current line from the)-3.448 F .73 -(history for editing.)144 580.8 R 3.23(An)5.73 G .73(umeric ar)-3.23 F -.729 +(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 580.8 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 592.8 Q F1(fetch\255history)108 604.8 Q F0 --.4(Wi)144 616.8 S .256(th a numeric ar).4 F .256 -(gument, fetch that entry from the history list and mak)-.18 F 2.757(ei) --.1 G 2.757(tt)-2.757 G .257(he current line.)-2.757 F -.4(Wi)5.257 G +-.4(Wi)144 616.8 S .257(th a numeric ar).4 F .257 +(gument, fetch that entry from the history list and mak)-.18 F 2.756(ei) +-.1 G 2.756(tt)-2.756 G .256(he current line.)-2.756 F -.4(Wi)5.256 G (th-).4 E(out an ar)144 628.8 Q(gument, mo)-.18 E .3 -.15(ve b)-.15 H (ack to the \214rst entry in the history list.).15 E F1 -2.29 -.18(re v) -108 640.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 1.471 +108 640.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 1.47 (Search backw)144 652.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 +-.1 F 1.471(ving `up' through the history as necessary)-.15 F(.)-.65 E (This is an incremental search.)144 664.8 Q F1 -.25(fo)108 676.8 S -(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.131 -(Search forw)144 688.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) +(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.132 +(Search forw)144 688.8 R 1.132(ard starting at the current line and mo) +-.1 F 1.131(ving `do)-.15 F 1.131(wn' through the history as necessary) -.25 F(.)-.65 E(This is an incremental search.)144 700.8 Q(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(48)185.545 E 0 -Cg EP +72 768 Q(2021 December 26)136.795 E(48)185.955 E 0 Cg EP %%Page: 49 49 %%BeginPageSetup BP @@ -6030,103 +6026,103 @@ 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(non\255incr)108 84 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) +(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F0 .164(Search backw) 144 96 R .164(ard through the history starting at the current line usin\ g a non-incremental search for)-.1 F 2.5(as)144 108 S (tring supplied by the user)-2.5 E(.)-.55 E F1(non\255incr)108 120 Q (emental\255f)-.18 E(orward\255sear)-.25 E(ch\255history \(M\255n\))-.18 -E F0 1.353(Search forw)144 132 R 1.354(ard through the history using a \ +E F0 1.354(Search forw)144 132 R 1.354(ard through the history using a \ non-incremental search for a string supplied by the)-.1 F(user)144 144 Q (.)-.55 E F1(history\255sear)108 156 Q(ch\255f)-.18 E(orward)-.25 E F0 -.249(Search forw)144 168 R .249(ard through the history for the string \ +.248(Search forw)144 168 R .249(ard through the history for the string \ of characters between the start of the current line)-.1 F (and the point.)144 180 Q(This is a non-incremental search.)5 E F1 -(history\255sear)108 192 Q(ch\255backward)-.18 E F0 .95(Search backw)144 -204 R .951(ard through the history for the string of characters between\ - the start of the current)-.1 F(line and the point.)144 216 Q +(history\255sear)108 192 Q(ch\255backward)-.18 E F0 .951(Search backw) +144 204 R .951(ard through the history for the string of characters bet\ +ween the start of the current)-.1 F(line and the point.)144 216 Q (This is a non-incremental search.)5 E F1(history\255substring\255sear) -108 228 Q(ch\255backward)-.18 E F0 .951(Search backw)144 240 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 -252 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 +108 228 Q(ch\255backward)-.18 E F0 .95(Search backw)144 240 R .951(ard \ +through the history for the string of characters between the start of t\ +he current)-.1 F .007(line and the current cursor position \(the)144 252 +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 .006(ywhere in a history)-.15 F 2.5 (line. This)144 264 R(is a non-incremental search.)2.5 E F1 (history\255substring\255sear)108 276 Q(ch\255f)-.18 E(orward)-.25 E F0 -.249(Search forw)144 288 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 300 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 312 Q F1(yank\255nth\255ar)108 324 Q 2.5(g\()-.1 G +.248(Search forw)144 288 R .249(ard through the history for the string \ +of characters between the start of the current line)-.1 F .319 +(and the point.)144 300 R .319(The search string may match an)5.319 F +.319(ywhere in a history line.)-.15 F .318(This is a non-incremental) +5.318 F(search.)144 312 Q F1(yank\255nth\255ar)108 324 Q 2.5(g\()-.1 G <4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 336 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 +F .622(ord on the pre)-.1 F .622(vious line\))-.25 F .773(at point.)144 348 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 360 Q .292(vious command be)-.25 F .292 +(ords in the)-.1 F(pre)144 360 Q .291(vious command be)-.25 F .291 (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 372 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 +(ument inserts the).18 F F2(n)2.791 E F0 .291(th w)B .292 +(ord from the end of)-.1 F .282(the pre)144 372 R .282(vious command.) +-.25 F .282(Once the ar)5.282 F(gument)-.18 E F2(n)2.781 E F0 .281 +(is computed, the ar)2.781 F .281(gument is e)-.18 F .281 (xtracted as if the "!)-.15 F F2(n)A F0(")A(history e)144 384 Q (xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 396 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 408 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 420 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 432 Q .807 -.15(ve b)-.15 H .507 +2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F0 1.307 +(Insert the last ar)144 408 R 1.307(gument to the pre)-.18 F 1.307 +(vious command \(the last w)-.25 F 1.308(ord of the pre)-.1 F 1.308 +(vious history entry\).)-.25 F -.4(Wi)144 420 S .204(th a numeric ar).4 +F .204(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e) +-.1 E F1(yank\255nth\255ar)2.704 E(g)-.1 E F0 5.203(.S)C(uccessi)-5.203 +E .503 -.15(ve c)-.25 H .203(alls to).15 F F1(yank\255last\255ar)2.703 E +(g)-.1 E F0(mo)144 432 Q .806 -.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 444 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 456 R 1.518 -.15 +(gument supplied to these successi)-.18 F .715 -.15(ve c)-.25 H .415 +(alls de-).15 F 1.217(termines the direction to mo)144 456 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 +-.05(ga)-.15 G(ti).05 E 1.518 -.15(ve a)-.25 H -.18(rg).15 G 1.218 (ument switches the direction).18 F .494 (through the history \(back or forw)144 468 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 480 S(rd, as if the "!$" history e).1 E(xpansion had been speci\214ed.) --.15 E F1(shell\255expand\255line \(M\255C\255e\))108 492 Q F0 .623 +-.15 E F1(shell\255expand\255line \(M\255C\255e\))108 492 Q F0 .622 (Expand the line as the shell does.)144 504 R .622 -(This performs alias and history e)5.622 F .622 +(This performs alias and history e)5.622 F .623 (xpansion as well as all of the)-.15 F(shell w)144 516 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 528 Q F0 .938 +(history\255expand\255line \(M\255^\))108 528 Q F0 .939 (Perform history e)144 540 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 552 Q(xpansion.)-.15 E F1(magic\255space) -108 564 Q F0 .438(Perform history e)144 576 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 588 Q 2.5(wf)-.25 G(or a description of history e) --2.5 E(xpansion.)-.15 E F1(alias\255expand\255line)108 600 Q F0 .394 -(Perform alias e)144 612 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 624 Q F1 +(ANSION)-.666 E F0(belo)3.189 E 3.438(wf)-.25 G .938(or a descrip-) +-3.438 F(tion of history e)144 552 Q(xpansion.)-.15 E F1(magic\255space) +108 564 Q F0 .437(Perform history e)144 576 R .437 +(xpansion on the current line and insert a space.)-.15 F(See)5.438 E F3 +(HIST)2.938 E(OR)-.162 E 2.688(YE)-.315 G(XP)-2.688 E(ANSION)-.666 E F0 +(be-)2.688 E(lo)144 588 Q 2.5(wf)-.25 G(or a description of history e) +-2.5 E(xpansion.)-.15 E F1(alias\255expand\255line)108 600 Q F0 .395 +(Perform alias e)144 612 R .395(xpansion on the current line.)-.15 F +(See)5.395 E F3(ALIASES)2.895 E F0(abo)2.645 E .694 -.15(ve f)-.15 H +.394(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 624 Q F1 (history\255and\255alias\255expand\255line)108 636 Q F0 (Perform history and alias e)144 648 Q(xpansion on the current line.) -.15 E F1(insert\255last\255ar)108 660 Q(gument \(M\255.)-.1 E 2.5(,M) .833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 672 S(ynon)-2.5 E(ym for) -.15 E F1(yank\255last\255ar)2.5 E(g)-.1 E F0(.)A F1 (edit\255and\255execute\255command \(C\255x C\255e\))108 684 Q F0(In)144 -696 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 +696 Q -.2(vo)-.4 G .346 -.1(ke a).2 H 2.646(ne).1 G .146 +(ditor on the current command line, and e)-2.646 F -.15(xe)-.15 G .146 +(cute the result as shell commands.).15 F F1(Bash)5.147 E F0(at-)2.647 E (tempts to in)144 708 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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15 -(ve)-.15 G(mber 22).15 E(49)185.545 E 0 Cg EP +(hat order)-2.5 E(.)-.55 E(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(49)185.955 E 0 Cg EP %%Page: 50 50 %%BeginPageSetup BP @@ -6135,81 +6131,80 @@ BP (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF(Commands f)87 84 Q(or Changing T)-.25 E(ext)-.92 E/F2 10 /Times-Italic@0 SF(end\255of\255\214le)108 96 Q F1(\(usually C\255d\)) -2.5 E F0 .798(The character indicating end-of-\214le as set, for e)144 +2.5 E F0 .799(The character indicating end-of-\214le as set, for e)144 108 R .799(xample, by)-.15 F/F3 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 +(.I)C 3.298(ft)-5.799 G .798(his character is read when)-3.298 F .592 (there are no characters on the line, and point is at the be)144 120 R -.592(ginning of the line, Readline interprets it)-.15 F +.593(ginning of the line, Readline interprets it)-.15 F (as the end of input and returns)144 132 Q/F4 9/Times-Bold@0 SF(EOF)2.5 E/F5 9/Times-Roman@0 SF(.)A F1(delete\255char \(C\255d\))108 144 Q F0 -.441(Delete the character at point.)144 156 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 168 Q 2.5(,a)-.4 G(s)-2.5 +.442(Delete the character at point.)144 156 R .442 +(If this function is bound to the same character as the tty)5.442 F F1 +(EOF)2.941 E F0(char)2.941 E(-)-.2 E(acter)144 168 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 180 Q F0 .553(Delete the character behind the cursor)144 192 R 5.553 +108 180 Q F0 .552(Delete the character behind the cursor)144 192 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 204 Q F1 -.25 -(fo)108 216 S(rward\255backward\255delete\255char).25 E F0 .473 -(Delete the character under the cursor)144 228 R 2.973(,u)-.4 G .474 -(nless the cursor is at the end of the line, in which case the)-2.973 F +(umeric ar)-3.053 F .553(gument, sa)-.18 F .853 -.15(ve t)-.2 H .553 +(he deleted te).15 F .553(xt on)-.15 F(the kill ring.)144 204 Q F1 -.25 +(fo)108 216 S(rward\255backward\255delete\255char).25 E F0 .474 +(Delete the character under the cursor)144 228 R 2.974(,u)-.4 G .474 +(nless the cursor is at the end of the line, in which case the)-2.974 F (character behind the cursor is deleted.)144 240 Q F1 -(quoted\255insert \(C\255q, C\255v\))108 252 Q F0 .779(Add the ne)144 +(quoted\255insert \(C\255q, C\255v\))108 252 Q F0 .778(Add the ne)144 264 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 276 S(ample.).15 E F1(tab\255insert \(C\255v T) +(nsert characters lik)-3.279 F(e)-.1 E F1(C\255q)3.279 E F0 3.279(,f)C +(or)-3.279 E -.15(ex)144 276 S(ample.).15 E F1(tab\255insert \(C\255v T) 108 288 Q(AB\))-.9 E F0(Insert a tab character)144 300 Q(.)-.55 E F1 (self\255insert \(a, b, A, 1, !, ...\))108 312 Q F0 (Insert the character typed.)144 324 Q F1(transpose\255chars \(C\255t\)) -108 336 Q F0 .321(Drag the character before point forw)144 348 R .321 +108 336 Q F0 .322(Drag the character before point forw)144 348 R .321 (ard o)-.1 F -.15(ve)-.15 G 2.821(rt).15 G .321 -(he character at point, mo)-2.821 F .322(ving point forw)-.15 F .322 +(he character at point, mo)-2.821 F .321(ving point forw)-.15 F .321 (ard as well.)-.1 F .372 (If point is at the end of the line, then this transposes the tw)144 360 -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 +R 2.872(oc)-.1 G .373(haracters before point.)-2.872 F(Ne)5.373 E -.05 +(ga)-.15 G(ti).05 E .673 -.15(ve a)-.25 H -.2(r-).15 G(guments ha)144 372 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F1 -(transpose\255w)108 384 Q(ords \(M\255t\))-.1 E F0 .023(Drag the w)144 -396 R .023(ord before point past the w)-.1 F .023(ord after point, mo) --.1 F .023(ving point o)-.15 F -.15(ve)-.15 G 2.524(rt).15 G .024(hat w) --2.524 F .024(ord as well.)-.1 F .024(If point)5.024 F +(transpose\255w)108 384 Q(ords \(M\255t\))-.1 E F0 .024(Drag the w)144 +396 R .024(ord before point past the w)-.1 F .023(ord after point, mo) +-.1 F .023(ving point o)-.15 F -.15(ve)-.15 G 2.523(rt).15 G .023(hat w) +-2.523 F .023(ord as well.)-.1 F .023(If point)5.023 F (is at the end of the line, this transposes the last tw)144 408 Q 2.5 (ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 420 Q -(ord \(M\255u\))-.1 E F0 1.699(Uppercase the current \(or follo)144 432 +(ord \(M\255u\))-.1 E F0 1.698(Uppercase the current \(or follo)144 432 R 1.698(wing\) w)-.25 F 4.198(ord. W)-.1 F 1.698(ith a ne)-.4 F -.05(ga) --.15 G(ti).05 E 1.998 -.15(ve a)-.25 H -.18(rg).15 G 1.698 +-.15 G(ti).05 E 1.999 -.15(ve a)-.25 H -.18(rg).15 G 1.699 (ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 444 S(rd, b).1 E (ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(do)108 456 Q -(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 468 Q 1.647 -(wercase the current \(or follo)-.25 F 1.647(wing\) w)-.25 F 4.147 -(ord. W)-.1 F 1.648(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.948 -.15 -(ve a)-.25 H -.18(rg).15 G 1.648(ument, lo).18 F 1.648(wercase the pre) +(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 468 Q 1.648 +(wercase the current \(or follo)-.25 F 1.648(wing\) w)-.25 F 4.148 +(ord. W)-.1 F 1.647(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.947 -.15 +(ve a)-.25 H -.18(rg).15 G 1.647(ument, lo).18 F 1.647(wercase the pre) -.25 F(vious)-.25 E -.1(wo)144 480 S(rd, b).1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 492 Q -(ord \(M\255c\))-.1 E F0 1.975(Capitalize the current \(or follo)144 504 +(ord \(M\255c\))-.1 E F0 1.974(Capitalize the current \(or follo)144 504 R 1.974(wing\) w)-.25 F 4.474(ord. W)-.1 F 1.974(ith a ne)-.4 F -.05(ga) --.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.974 +-.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.975 (ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 516 S(rd, b).1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1 -.1(ove)108 528 -S(rwrite\255mode).1 E F0 -.8(To)144 540 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 552 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 564 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 -.37(re) -4.395 G(adline\(\)).37 E F0 1.895(starts in insert)4.395 F 3.969 -(mode. In)144 576 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 588 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 600 Q +S(rwrite\255mode).1 E F0 -.8(To)144 540 S .438(ggle o).8 F -.15(ve)-.15 +G .438(rwrite mode.).15 F -.4(Wi)5.438 G .438(th an e).4 F .438 +(xplicit positi)-.15 F .737 -.15(ve n)-.25 H .437(umeric ar).15 F .437 +(gument, switches to o)-.18 F -.15(ve)-.15 G .437(rwrite mode.).15 F -.4 +(Wi)144 552 S .78(th an e).4 F .781(xplicit non-positi)-.15 F 1.081 -.15 +(ve n)-.25 H .781(umeric ar).15 F .781(gument, switches to insert mode.) +-.18 F .781(This command af)5.781 F(fects)-.25 E(only)144 564 Q F1 +(emacs)4.395 E F0(mode;)4.395 E F1(vi)4.395 E F0 1.894(mode does o)4.395 +F -.15(ve)-.15 G 1.894(rwrite dif).15 F(ferently)-.25 E 6.894(.E)-.65 G +1.894(ach call to)-6.894 F F2 -.37(re)4.394 G(adline\(\)).37 E F0 1.894 +(starts in insert)4.394 F 3.968(mode. In)144 576 R -.15(ove)3.968 G +1.468(rwrite mode, characters bound to).15 F F1(self\255insert)3.969 E +F0 1.469(replace the te)3.969 F 1.469(xt at point rather than)-.15 F +.958(pushing the te)144 588 R .958(xt to the right.)-.15 F .957 +(Characters bound to)5.958 F F1(backward\255delete\255char)3.457 E F0 +.957(replace the character)3.457 F(before point with a space.)144 600 Q (By def)5 E(ault, this command is unbound.)-.1 E F1(Killing and Y)87 616.8 Q(anking)-.85 E(kill\255line \(C\255k\))108 628.8 Q F0 (Kill the te)144 640.8 Q(xt from point to the end of the line.)-.15 E F1 @@ -6220,40 +6215,40 @@ 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 700.8 Q F0 (Kill all characters on the current line, no matter where point is.)144 -712.8 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(50)185.545 E 0 Cg EP +712.8 Q(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(50)185.955 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(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 -(ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F .728 +SF(kill\255w)108 84 Q(ord \(M\255d\))-.1 E F0 .728 +(Kill from point to the end of the current w)144 96 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 108 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 +(ord)-.1 E F0 .729(Kill from point to the end of the current w)144 156 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 168 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 (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 -(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 +(ord\255rubout \(C\255w\))-.1 E F0 .365(Kill the w)144 228 R .365 +(ord behind point, using white space as a w)-.1 F .364(ord boundary)-.1 +F 5.364(.T)-.65 G .364(he killed te)-5.364 F .364(xt is sa)-.15 F -.15 +(ve)-.2 G 2.864(do).15 G 2.864(nt)-2.864 G(he)-2.864 E(kill-ring.)144 +240 Q F1(unix\255\214lename\255rubout)108 252 Q F0 .166(Kill the w)144 264 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 .167(ord boundaries.)-.1 F(The)5.167 E(killed te)144 276 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 @@ -6261,15 +6256,15 @@ 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 (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 +(copy\255backward\255w)108 360 Q(ord)-.1 E F0(Cop)144 372 Q 4.801(yt)-.1 +G 2.301(he w)-4.801 F 2.301(ord before point to the kill b)-.1 F(uf)-.2 +E(fer)-.25 E 7.301(.T)-.55 G 2.301(he w)-7.301 F 2.3 +(ord boundaries are the same as)-.1 F F1(back-)4.8 E(ward\255w)144 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.507(yt)-.1 G 2.007(he w)-4.507 F 2.007(ord follo)-.1 F +2.007(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.008(.T)-.55 +G 2.008(he w)-7.008 F 2.008(ord boundaries are the same as)-.1 F F1 -.25 +(fo)4.508 G -.37(r-).25 G(ward\255w)144 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 @@ -6280,42 +6275,42 @@ F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 484.8 Q (gument \(M\2550, M\2551, ..., M\255\255\))-.1 E F0 .367 (Add this digit to the ar)144 508.8 R .367 (gument already accumulating, or start a ne)-.18 F 2.867(wa)-.25 G -.18 -(rg)-2.867 G 2.867(ument. M\255\255).18 F .367(starts a ne)2.867 F -.05 +(rg)-2.867 G 2.867(ument. M\255\255).18 F .366(starts a ne)2.867 F -.05 (ga)-.15 G(-).05 E(ti)144 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 +E F0 .778(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 .779 (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 +-.2 F(-)-.2 E .899(wise ignored.)144 580.8 R .898 +(As a special case, if this command is immediately follo)5.899 F .898 (wed by a character that is)-.25 F 1.23 (neither a digit nor minus sign, the ar)144 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 +-.15 F(.)-.55 E .823(The ar)144 604.8 R .823 (gument count is initially one, so e)-.18 F -.15(xe)-.15 G .823 -(cuting this function the \214rst time mak).15 F .823(es the ar)-.1 F +(cuting this function the \214rst time mak).15 F .822(es the ar)-.1 F (gument)-.18 E(count four)144 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 +(attempts completion treating the)3.637 F(te)144 669.6 Q .533(xt as a v) +-.15 F .533(ariable \(if the te)-.25 F .533(xt be)-.15 F .533(gins with) +-.15 F F1($)3.033 E F0 .533(\), username \(if the te)B .532(xt be)-.15 F +.532(gins with)-.15 F F1(~)3.032 E F0 .532(\), hostname \(if the)B(te) +144 681.6 Q .701(xt be)-.15 F .701(gins with)-.15 F F1(@)3.201 E F0 .701 +(\), or command \(including aliases and functions\) in turn.)B .702 (If none of these pro-)5.701 F (duces a match, \214lename completion is attempted.)144 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.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(51)185.545 E 0 Cg EP +-.15 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(51)185.955 E 0 +Cg EP %%Page: 52 52 %%BeginPageSetup BP @@ -6325,19 +6320,19 @@ BP 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 -(steps through the list of possible)3.694 F .829 +.15 F F1(possible\255com-)3.282 E(pletions)144 108 Q F0(.)A F1 +(menu\255complete)108 120 Q F0 .928(Similar to)144 132 R F1(complete) +3.428 E F0 3.428(,b)C .929(ut replaces the w)-3.628 F .929 +(ord to be completed with a single match from the list of)-.1 F 1.194 +(possible completions.)144 144 R 1.194(Repeated e)6.194 F -.15(xe)-.15 G +1.194(cution of).15 F F1(menu\255complete)3.694 E F0 1.193 +(steps through the list of possible)3.694 F .828 (completions, inserting each match in turn.)144 156 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 +F0(mo)3.227 E -.15(ve)-.15 G(s).15 E F2(n)3.227 E F0 1.73 (positions forw)144 180 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 @@ -6352,7 +6347,7 @@ E F1 -.9(TA)2.5 G(B).9 E F0 2.5(,b)C(ut is unbound by def)-2.7 E(ault.) 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 +(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char)2.735 E F0(\).)A .425(If at the end of the line, beha)144 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 @@ -6378,10 +6373,10 @@ E F1(possible\255\214lename\255completions \(C\255x /\))108 312 Q F0 (possible\255hostname\255completions \(C\255x @\))108 456 Q F0 (List the possible completions of the te)144 468 Q (xt before point, treating it as a hostname.)-.15 E F1 -(complete\255command \(M\255!\))108 480 Q F0 .581 +(complete\255command \(M\255!\))108 480 Q F0 .58 (Attempt completion on the te)144 492 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 +(xt before point, treating it as a command name.)-.15 F .581 +(Command comple-)5.581 F .715(tion attempts to match the te)144 504 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 @@ -6389,14 +6384,14 @@ E F1(possible\255\214lename\255completions \(C\255x /\))108 312 Q F0 (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 +(dynamic\255complete\255history \(M\255T)108 552 Q(AB\))-.9 E F0 .424 (Attempt completion on the te)144 564 R .425 -(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .424 +(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .425 (ainst lines from the history list)-.05 F (for possible completion matches.)144 576 Q F1(dab)108 588 Q(br)-.1 E --.15(ev)-.18 G(\255expand).15 E F0 .61 +-.15(ev)-.18 G(\255expand).15 E F0 .611 (Attempt menu completion on the te)144 600 R .611 -(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611 +(xt before point, comparing the te)-.15 F .61(xt ag)-.15 F .61 (ainst lines from the his-)-.05 F (tory list for possible completion matches.)144 612 Q F1 (complete\255into\255braces \(M\255{\))108 624 Q F0 .4(Perform \214lena\ @@ -6411,7 +6406,7 @@ E(start\255kbd\255macr)108 676.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\)) (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.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(52)185.545 E 0 Cg EP +(2021 December 26)136.795 E(52)185.955 E 0 Cg EP %%Page: 53 53 %%BeginPageSetup BP @@ -6419,7 +6414,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(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 +F0(Re-e)144 96 Q -.15(xe)-.15 G 1(cute the last k).15 F -.15(ey)-.1 G .999(board macro de\214ned, by making the characters in the macro 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 @@ -6427,18 +6422,18 @@ r as if).15 F(typed at the k)144 108 Q -.15(ey)-.1 G(board.).15 E F1 (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 -(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 -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 +(ead\255init\255\214le \(C\255x C\255r\))-.18 E F0 1.776 +(Read in the contents of the)144 172.8 R F2(inputr)4.276 E(c)-.37 E F0 +1.777(\214le, and incorporate an)4.276 F 4.277(yb)-.15 G 1.777 +(indings or v)-4.277 F 1.777(ariable assignments)-.25 F(found there.)144 +184.8 Q F1(abort \(C\255g\))108 196.8 Q F0 3.249 (Abort the current editing command and ring the terminal')144 208.8 R -5.749(sb)-.55 G 3.249(ell \(subject to the setting of)-5.749 F F1 +5.748(sb)-.55 G 3.248(ell \(subject to the setting of)-5.748 F F1 (bell\255style)144 220.8 Q F0(\).)A F1(do\255lo)108 232.8 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) -4.239 E F0 1.739 -(is uppercase, run the command that is bound to the corresponding)4.239 +C(..\))-2.5 E F0 1.738(If the meta\214ed character)144 244.8 R F2(x) +4.238 E F0 1.739 +(is uppercase, run the command that is bound to the corresponding)4.238 F(meta\214ed lo)144 256.8 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 @@ -6446,10 +6441,10 @@ F(meta\214ed lo)144 256.8 Q(wercase character)-.25 E 5(.T)-.55 G 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 -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 +-2.29 -.18(re v)108 316.8 T(ert\255line \(M\255r\)).08 E F0 .231 +(Undo all changes made to this line.)144 328.8 R .231(This is lik)5.231 +F 2.731(ee)-.1 G -.15(xe)-2.881 G .23(cuting the).15 F F1(undo)2.73 E F0 +.23(command enough times to re-)2.73 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 (xpansion on the current w)-.15 E(ord.)-.1 E F1 @@ -6457,76 +6452,75 @@ SF(ESC)5 E F1(f)2.25 E F0(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F1 (Set the mark to the point.)144 388.8 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 +144 412.8 Q .282(ap the point with the mark.)-.1 F .283 (The current cursor position is set to the sa)5.283 F -.15(ve)-.2 G -2.782(dp).15 G .282(osition, and the old)-2.782 F(cursor position is sa) +2.783(dp).15 G .283(osition, and the old)-2.783 F(cursor position is sa) 144 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 +(character\255sear)108 436.8 Q(ch \(C\255]\))-.18 E F0 3.036(Ac)144 +448.8 S .536(haracter is read and point is mo)-3.036 F -.15(ve)-.15 G 3.035(dt).15 G 3.035(ot)-3.035 G .535(he ne)-3.035 F .535 -(xt occurrence of that character)-.15 F 5.536(.A)-.55 G(ne)-2.5 E -.05 -(ga)-.15 G(ti).05 E .836 -.15(ve c)-.25 H(ount).15 E(searches for pre) +(xt occurrence of that character)-.15 F 5.535(.A)-.55 G(ne)-2.5 E -.05 +(ga)-.15 G(ti).05 E .835 -.15(ve c)-.25 H(ount).15 E(searches for pre) 144 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 -(haracter is read and point is mo)-3.544 F -.15(ve)-.15 G 3.544(dt).15 G +(ch\255backward \(M\255C\255]\))-.18 E F0 3.543(Ac)144 484.8 S 1.043 +(haracter is read and point is mo)-3.543 F -.15(ve)-.15 G 3.544(dt).15 G 3.544(ot)-3.544 G 1.044(he pre)-3.544 F 1.044 -(vious occurrence of that character)-.25 F 6.043(.A)-.55 G(ne)-2.5 E +(vious occurrence of that character)-.25 F 6.044(.A)-.55 G(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G (count searches for subsequent occurrences.)144 496.8 Q F1 -(skip\255csi\255sequence)108 508.8 Q F0 1.826 +(skip\255csi\255sequence)108 508.8 Q F0 1.827 (Read enough characters to consume a multi-k)144 520.8 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 -.791(Such sequences be)5.791 F .791 +(ey s)-.1 H 1.826(equence such as those de\214ned for k).15 F -.15(ey) +-.1 G 4.326(sl).15 G(ik)-4.326 E(e)-.1 E .79(Home and End.)144 532.8 R +.791(Such sequences be)5.79 F .791 (gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F -.331(If this sequence is bound to "\\[", k)144 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 +.332(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 .631 -.15 +(ve n)-.2 H 2.831(oe).15 G -.25(ff)-2.831 G .331(ect unless e).25 F (xplic-)-.15 E .026(itly bound to a readline command, instead of 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 +580.8 Q F0 -.4(Wi)144 592.8 S .481(thout a numeric ar).4 F .481 (gument, the v)-.18 F .481(alue of the readline)-.25 F F1 -(comment\255begin)2.981 E F0 -.25(va)2.981 G .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 +(comment\255begin)2.981 E F0 -.25(va)2.981 G .48 +(riable is inserted at the).25 F(be)144 604.8 Q .244 +(ginning of the current line.)-.15 F .245(If a numeric ar)5.244 F .245 +(gument is supplied, this command acts as a toggle: if)-.18 F .322 (the characters at the be)144 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 +(comment\255begin)2.821 E F0 2.821(,t)C .321(he v)-2.821 F .321(alue is) +-.25 F .831(inserted, otherwise the characters in)144 628.8 R F1 +(comment\255begin)3.331 E F0 .832(are deleted from the be)3.331 F .832 +(ginning of the line.)-.15 F 1.469 (In either case, the line is accepted as if a ne)144 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 +(wline had been typed.)-.25 F 1.468(The def)6.468 F 1.468(ault v)-.1 F +1.468(alue of)-.25 F F1(com-)3.968 E(ment\255begin)144 652.8 Q F0 .839 +(causes this command to mak)3.339 F 3.339(et)-.1 G .839 +(he current line a shell comment.)-3.339 F .84(If a numeric ar)5.84 F (gu-)-.18 E(ment causes the comment character to be remo)144 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(spell\255corr)108 676.8 Q(ect\255w)-.18 E -(ord \(C\255x s\))-.1 E F0 .42 -(Perform spelling correction on the current w)144 688.8 R .421 +(ord \(C\255x s\))-.1 E F0 .421 +(Perform spelling correction on the current w)144 688.8 R .42 (ord, treating it as a directory or \214lename, in the same)-.1 F -.1 -(wa)144 700.8 S 4.718(ya).1 G 4.718(st)-4.718 G(he)-4.718 E F1(cdspell) -4.718 E F0 2.218(shell option.)4.718 F -.8(Wo)7.217 G 2.217 -(rd boundaries are the same as those used by).8 F F1(shell\255f)4.717 E +(wa)144 700.8 S 4.717(ya).1 G 4.717(st)-4.717 G(he)-4.717 E F1(cdspell) +4.717 E F0 2.217(shell option.)4.717 F -.8(Wo)7.217 G 2.217 +(rd boundaries are the same as those used by).8 F F1(shell\255f)4.718 E (or)-.25 E(-)-.37 E(ward\255w)144 712.8 Q(ord)-.1 E F0(.)A(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(53)185.545 E 0 -Cg EP +72 768 Q(2021 December 26)136.795 E(53)185.955 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/Times-Bold@0 -SF(glob\255complete\255w)108 84 Q(ord \(M\255g\))-.1 E F0 .791(The w)144 +SF(glob\255complete\255w)108 84 Q(ord \(M\255g\))-.1 E F0 .792(The w)144 96 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 +.791(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144 108 R(pattern is used to generate a list of matching \214lenames for po\ ssible completions.)2.5 E F1(glob\255expand\255w)108 120 Q -(ord \(C\255x *\))-.1 E F0 .176(The w)144 132 R .176 +(ord \(C\255x *\))-.1 E F0 .175(The w)144 132 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 144 R 3.016(ord. If)-.1 F 3.016 @@ -6539,223 +6533,223 @@ ssible completions.)2.5 E F1(glob\255expand\255w)108 120 Q .872(the line is redra)144 192 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 204 S(pansion.).15 E F1(dump\255functions)108 216 Q F0 .627 -(Print all of the functions and their k)144 228 R .927 -.15(ey b)-.1 H -.626(indings to the readline output stream.).15 F .626(If a numeric ar) -5.626 F(gu-)-.18 E +(ex)144 204 S(pansion.).15 E F1(dump\255functions)108 216 Q F0 .626 +(Print all of the functions and their k)144 228 R .926 -.15(ey b)-.1 H +.627(indings to the readline output stream.).15 F .627(If a numeric ar) +5.627 F(gu-)-.18 E (ment is supplied, the output is formatted in such a w)144 240 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 252 Q(ariables)-.1 E F0 -.762(Print all of the settable readline v)144 264 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 276 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 288 Q -(c)-.37 E F0(\214le.)2.5 E F1(dump\255macr)108 300 Q(os)-.18 E F0 .592 -(Print all of the readline k)144 312 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 324 Q +.763(Print all of the settable readline v)144 264 R .762 +(ariables and their v)-.25 F .762(alues to the readline output stream.) +-.25 F .762(If a nu-)5.762 F .108(meric ar)144 276 R .108 +(gument is supplied, the output is formatted in such a w)-.18 F .109 +(ay that it can be made part of an)-.1 F F2(in-)2.609 E(putr)144 288 Q +(c)-.37 E F0(\214le.)2.5 E F1(dump\255macr)108 300 Q(os)-.18 E F0 .593 +(Print all of the readline k)144 312 R .893 -.15(ey s)-.1 H .592 +(equences bound to macros and the strings the).15 F 3.092(yo)-.15 G +3.092(utput. If)-3.092 F 3.092(an)3.092 G(umeric)-3.092 E(ar)144 324 Q .528(gument is supplied, the output is formatted in such a w)-.18 F .528 -(ay that it can be made part of an)-.1 F F2(inputr)3.027 E(c)-.37 E F0 +(ay that it can be made part of an)-.1 F F2(inputr)3.028 E(c)-.37 E F0 (\214le.)144 336 Q F1(display\255shell\255v)108 348 Q (ersion \(C\255x C\255v\))-.1 E F0(Display v)144 360 Q (ersion information about the current instance of)-.15 E F1(bash)2.5 E -F0(.)A F1(Pr)87 376.8 Q(ogrammable Completion)-.18 E F0 .146(When w)108 +F0(.)A F1(Pr)87 376.8 Q(ogrammable Completion)-.18 E F0 .147(When w)108 388.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 400.8 Q F0 3.829(\)h)C 1.329 -(as been de\214ned using the)-3.829 F F1(complete)3.829 E F0 -.2(bu) +F2(compspec)108 400.8 Q F0 3.828(\)h)C 1.329 +(as been de\214ned using the)-3.828 F F1(complete)3.829 E F0 -.2(bu) 3.829 G 1.329(iltin \(see).2 F/F3 9/Times-Bold@0 SF 1.329(SHELL B)3.829 -F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F0(belo)3.579 E 1.328(w\), the) +F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F0(belo)3.579 E 1.329(w\), the) -.25 F(programmable completion f)108 412.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 429.6 R .497 -(If the command w)5.497 F .498 -(ord is the empty string \(completion attempted at)-.1 F .234(the be)108 +(vo)-.4 G -.1(ke).2 G(d.).1 E .498 +(First, the command name is identi\214ed.)108 429.6 R .498 +(If the command w)5.498 F .497 +(ord is the empty string \(completion attempted at)-.1 F .233(the be)108 441.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 453.6 R .823 -(for the w)108 465.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 477.6 R .367(no compspec is found fo\ +2.733 F F1(complete)2.733 E F0 .233(is used.)2.733 F .234(If a comp-) +5.234 F .481(spec has been de\214ned for that command, the compspec is \ +used to generate the list of possible completions)108 453.6 R .822 +(for the w)108 465.6 R 3.322(ord. If)-.1 F .822(the command w)3.322 F +.823(ord is a full pathname, a compspec for the full pathname is search\ +ed for)-.1 F 2.867(\214rst. If)108 477.6 R .366(no compspec is found fo\ r the full pathname, an attempt is made to \214nd a compspec for the po\ -rtion)2.866 F(follo)108 489.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 501.6 R F1(complete)2.556 E F0 .056(is used as the def) +rtion)2.867 F(follo)108 489.6 Q .298(wing the \214nal slash.)-.25 F .298 +(If those searches do not result in a compspec, an)5.298 F 2.799(yc)-.15 +G .299(ompspec de\214ned with the)-2.799 F F12.799 E F0 .057 +(option to)108 501.6 R F1(complete)2.557 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 513.6 R .332(ord as a \ +.056(xpansion on)-.15 F .332(the command w)108 513.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 +F .332(ord from an)-.1 F 2.833(ys)-.15 G(uc-)-2.833 E(cessful e)108 525.6 Q(xpansion.)-.15 E .817(Once a compspec has been found, it is use\ d to generate the list of matching w)108 542.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 554.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 +(ve u)-.15 H(nder).15 E F1(Completing)2.5 E F0(is performed.)2.5 E .463 (First, the actions speci\214ed by the compspec are used.)108 571.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 583.2 R .595 -(When the)5.595 F F13.095 E F0(or)3.095 E F13.095 E F0 .596 +.464(Only matches which are pre\214x)5.464 F .464(ed by the w)-.15 F +.464(ord being)-.1 F .596(completed are returned.)108 583.2 R .596 +(When the)5.596 F F13.096 E F0(or)3.095 E F13.095 E F0 .595 (option is used for \214lename or directory name completion, the)3.095 F (shell v)108 595.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0 (is used to \214lter the matches.)2.25 E(An)108 612 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 624 S -.554(rds generated by the pattern need not match the w).1 F .555 -(ord being completed.)-.1 F(The)5.555 E F3(GLOBIGNORE)3.055 E F0 .555 -(shell v)2.805 F(ari-)-.25 E +.555(rds generated by the pattern need not match the w).1 F .554 +(ord being completed.)-.1 F(The)5.554 E F3(GLOBIGNORE)3.054 E F0 .554 +(shell v)2.804 F(ari-)-.25 E (able is not used to \214lter the matches, b)108 636 Q(ut the)-.2 E F3 (FIGNORE)2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 652.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 -664.8 R F3(IFS)2.912 E F0 .412(special v)2.662 F .412 +.32(xt, the string speci\214ed as the ar)-.15 F .32(gument to the)-.18 F +F12.82 E F0 .321(option is considered.)2.821 F .321 +(The string is \214rst split using the)5.321 F .413(characters in the) +108 664.8 R F3(IFS)2.913 E F0 .412(special v)2.663 F .412 (ariable as delimiters.)-.25 F .412(Shell quoting is honored.)5.412 F -.413(Each w)5.412 F .413(ord is then e)-.1 F(xpanded)-.15 E .092 -(using brace e)108 676.8 R .092(xpansion, tilde e)-.15 F .092 -(xpansion, parameter and v)-.15 F .092(ariable e)-.25 F .091 -(xpansion, command substitution, and arith-)-.15 F 1.396(metic e)108 +.412(Each w)5.412 F .412(ord is then e)-.1 F(xpanded)-.15 E .091 +(using brace e)108 676.8 R .091(xpansion, tilde e)-.15 F .092 +(xpansion, parameter and v)-.15 F .092(ariable e)-.25 F .092 +(xpansion, command substitution, and arith-)-.15 F 1.397(metic e)108 688.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 -700.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 +700.8 Q .509 -.15(ve u)-.15 H(nder).15 E F1 -.75(Wo)2.709 G .209 +(rd Splitting).75 F F0 5.209(.T)C .209(he results of the e)-5.209 F .209 +(xpansion are pre\214x-matched ag)-.15 F .21(ainst the w)-.05 F .21 (ord being com-)-.1 F(pleted, and the matching w)108 712.8 Q -(ords become the possible completions.)-.1 E 1.237 -(After these matches ha)108 729.6 R 1.537 -.15(ve b)-.2 H 1.237 -(een generated, an).15 F 3.737(ys)-.15 G 1.238 -(hell function or command speci\214ed with the)-3.737 F F13.738 E -F0(and)3.738 E F13.738 E F0(GNU Bash 5.2)72 768 Q(2021 No)136.385 -E -.15(ve)-.15 G(mber 22).15 E(54)185.545 E 0 Cg EP +(ords become the possible completions.)-.1 E 1.238 +(After these matches ha)108 729.6 R 1.538 -.15(ve b)-.2 H 1.238 +(een generated, an).15 F 3.738(ys)-.15 G 1.237 +(hell function or command speci\214ed with the)-3.738 F F13.737 E +F0(and)3.737 E F13.737 E F0(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(54)185.955 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 3.376 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 3.375 (options is in)108 84 R -.2(vo)-.4 G -.1(ke).2 G 5.875(d. When).1 F 3.375(the command or function is in)5.875 F -.2(vo)-.4 G -.1(ke).2 G -3.375(d, the).1 F/F1 9/Times-Bold@0 SF(COMP_LINE)5.875 E/F2 9 -/Times-Roman@0 SF(,)A F1(COMP_POINT)5.625 E F2(,)A F1(COMP_KEY)108 96 Q -F2(,)A F0(and)2.407 E F1(COMP_TYPE)2.657 E F0 -.25(va)2.407 G .157 +3.375(d, the).1 F/F1 9/Times-Bold@0 SF(COMP_LINE)5.876 E/F2 9 +/Times-Roman@0 SF(,)A F1(COMP_POINT)5.626 E F2(,)A F1(COMP_KEY)108 96 Q +F2(,)A F0(and)2.408 E F1(COMP_TYPE)2.658 E F0 -.25(va)2.408 G .157 (riables are assigned v).25 F .157(alues as described abo)-.25 F .457 --.15(ve u)-.15 H(nder).15 E/F3 10/Times-Bold@0 SF .158(Shell V)2.658 F -(ariables)-.92 E F0 5.158(.I)C(f)-5.158 E 3.486(as)108 108 S .986 -(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G .986 +-.15(ve u)-.15 H(nder).15 E/F3 10/Times-Bold@0 SF .157(Shell V)2.657 F +(ariables)-.92 E F0 5.157(.I)C(f)-5.157 E 3.485(as)108 108 S .986 +(hell function is being in)-3.485 F -.2(vo)-.4 G -.1(ke).2 G .986 (d, the).1 F F1(COMP_W)3.486 E(ORDS)-.09 E F0(and)3.236 E F1(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 120 R -.2(vo)-.4 G --.1(ke).2 G .346(d, the \214rst ar).1 F .346(gument \()-.18 F F3($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 132 -R .264(gument \()-.18 F F3($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 F3($3)A F0 2.763(\)i)C(s)-2.763 E .628(the w)108 144 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 156 R -.715(ainst the w)-.05 F .714(ord being completed is performed; the func\ +(When)5.986 E .347(the function or command is in)108 120 R -.2(vo)-.4 G +-.1(ke).2 G .347(d, the \214rst ar).1 F .346(gument \()-.18 F F3($1)A F0 +2.846(\)i)C 2.846(st)-2.846 G .346(he name of the command whose ar) +-2.846 F(guments)-.18 E .263(are being completed, the second ar)108 132 +R .263(gument \()-.18 F F3($2)A F0 2.763(\)i)C 2.763(st)-2.763 G .264 +(he w)-2.763 F .264(ord being completed, and the third ar)-.1 F .264 +(gument \()-.18 F F3($3)A F0 2.764(\)i)C(s)-2.764 E .629(the w)108 144 R +.629(ord preceding the w)-.1 F .629 +(ord being completed on the current command line.)-.1 F .628 +(No \214ltering of the generated)5.629 F .714(completions ag)108 156 R +.714(ainst the w)-.05 F .714(ord being completed is performed; the func\ tion or command has complete free-)-.1 F(dom in generating the matches.) -108 168 Q(An)108 184.8 Q 2.937(yf)-.15 G .437(unction speci\214ed with) --2.937 F F32.937 E F0 .437(is in)2.937 F -.2(vo)-.4 G -.1(ke).2 G +108 168 Q(An)108 184.8 Q 2.938(yf)-.15 G .437(unction speci\214ed with) +-2.938 F F32.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 196.8 Q F3(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 +2.937(yo)-.15 G 2.937(ft)-2.937 G .437(he shell f)-2.937 F .437 +(acilities, including)-.1 F(the)108 196.8 Q F3(compgen)2.956 E F0 -.2 +(bu)2.956 G .456(iltin described belo).2 F 1.756 -.65(w, t)-.25 H 2.956 +(og).65 G .456(enerate the matches.)-2.956 F .457 (It must put the possible completions in the)5.456 F F1(COMPREPL)108 208.8 Q(Y)-.828 E F0(array v)2.25 E(ariable, one per array element.)-.25 -E(Ne)108 225.6 Q .08(xt, an)-.15 F 2.58(yc)-.15 G .08 -(ommand speci\214ed with the)-2.58 F F32.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 237.6 -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 -249.6 Q(wline, if necessary)-.25 E(.)-.65 E .376 +E(Ne)108 225.6 Q .081(xt, an)-.15 F 2.581(yc)-.15 G .081 +(ommand speci\214ed with the)-2.581 F F32.581 E F0 .081 +(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G 2.581(di).1 G 2.58(na) +-2.581 G 2.58(ne)-2.58 G -.4(nv)-2.58 G .08(ironment equi).4 F -.25(va) +-.25 G .08(lent to command sub-).25 F 2.858(stitution. It)108 237.6 R +.359(should print a list of completions, one per line, to the standard \ +output.)2.858 F .359(Backslash may be used)5.359 F(to escape a ne)108 +249.6 Q(wline, if necessary)-.25 E(.)-.65 E .377 (After all of the possible completions are generated, an)108 266.4 R -2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F32.877 -E F0 .377(option is applied to the)2.877 F 3.182(list. The)108 278.4 R -.682(\214lter is a pattern as used for pathname e)3.182 F .681 -(xpansion; a)-.15 F F3(&)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 290.4 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G -(iteral)-3.022 E F3(&)3.022 E F0 .523 +2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F32.876 +E F0 .376(option is applied to the)2.876 F 3.181(list. The)108 278.4 R +.681(\214lter is a pattern as used for pathname e)3.181 F .681 +(xpansion; a)-.15 F F3(&)3.181 E F0 .682 +(in the pattern is replaced with the te)3.182 F .682(xt of)-.15 F .523 +(the w)108 290.4 R .523(ord being completed.)-.1 F 3.023(Al)5.523 G +(iteral)-3.023 E F3(&)3.023 E F0 .522 (may be escaped with a backslash; the backslash is remo)3.022 F -.15(ve) --.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 302.4 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 F3(!)3.349 E F0(ne)108 314.4 Q -.05(ga)-.15 G .764 +-.15 G 3.022(db).15 G(efore)-3.022 E .849(attempting a match.)108 302.4 +R(An)5.849 E 3.349(yc)-.15 G .849 +(ompletion that matches the pattern will be remo)-3.349 F -.15(ve)-.15 G +3.35(df).15 G .85(rom the list.)-3.35 F 3.35(Al)5.85 G(eading)-3.35 E F3 +(!)3.35 E F0(ne)108 314.4 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 F3(nocase-)3.265 E(match)108 326.4 Q F0 +3.264(d. If).15 F(the)3.264 E F3(nocase-)3.264 E(match)108 326.4 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 -343.2 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H .587(re\214x and suf).15 +343.2 Q 3.086(,a)-.65 G .886 -.15(ny p)-3.086 H .586(re\214x and suf).15 F .587(\214x speci\214ed with the)-.25 F F33.087 E F0(and)3.087 E F33.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 355.2 Q .246 +tion code as the list of possible completions.)108 355.2 Q .247 (If the pre)108 372 R .247(viously-applied actions do not generate an) -.25 F 2.747(ym)-.15 G .247(atches, and the)-2.747 F F3 .247(\255o dir) -2.747 F(names)-.15 E F0 .247(option w)2.747 F .247(as supplied to)-.1 F +2.747 F(names)-.15 E F0 .247(option w)2.747 F .246(as supplied to)-.1 F F3(complete)108 384 Q F0(when the compspec w)2.5 E -(as de\214ned, directory name completion is attempted.)-.1 E .462 -(If the)108 400.8 R F3 .462(\255o plusdirs)2.962 F F0 .462(option w) +(as de\214ned, directory name completion is attempted.)-.1 E .461 +(If the)108 400.8 R F3 .462(\255o plusdirs)2.961 F F0 .462(option w) 2.962 F .462(as supplied to)-.1 F F3(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 412.8 Q 2.5(ym)-.15 G -(atches are added to the results of the other actions.)-2.5 E .559 -(By def)108 429.6 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 441.6 R .632(The def)5.632 F(ault)-.1 -E F3(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 453.6 R -.558(If the)5.558 F F3 .559(\255o bashdefault)3.059 F F0 .559(option w) -3.059 F .559(as supplied to)-.1 F F3(complete)3.059 E F0 .559 -(when the compspec)3.059 F -.1(wa)108 465.6 S 3.172(sd).1 G .672 -(e\214ned, the)-3.172 F F3(bash)3.172 E F0(def)3.172 E .671 +(atches are added to the results of the other actions.)-2.5 E .56 +(By def)108 429.6 R .56(ault, if a compspec is found, whate)-.1 F -.15 +(ve)-.25 G 3.06(ri).15 G 3.06(tg)-3.06 G .559 +(enerates is returned to the completion code as the full set)-3.06 F +.631(of possible completions.)108 441.6 R .631(The def)5.631 F(ault)-.1 +E F3(bash)3.131 E F0 .631 +(completions are not attempted, and the readline def)3.131 F .632 +(ault of \214le-)-.1 F .559(name completion is disabled.)108 453.6 R +.559(If the)5.559 F F3 .559(\255o bashdefault)3.059 F F0 .559(option w) +3.059 F .559(as supplied to)-.1 F F3(complete)3.058 E F0 .558 +(when the compspec)3.058 F -.1(wa)108 465.6 S 3.171(sd).1 G .671 +(e\214ned, the)-3.171 F F3(bash)3.171 E F0(def)3.171 E .671 (ault completions are attempted if the compspec generates no matches.) --.1 F .671(If the)5.671 F F33.171 E(default)108 477.6 Q F0 1.207 -(option w)3.706 F 1.207(as supplied to)-.1 F F3(complete)3.707 E F0 +-.1 F .672(If the)5.672 F F33.172 E(default)108 477.6 Q F0 1.207 +(option w)3.707 F 1.207(as supplied to)-.1 F F3(complete)3.707 E F0 1.207(when the compspec w)3.707 F 1.207(as de\214ned, readline')-.1 F -3.707(sd)-.55 G(ef)-3.707 E 1.207(ault completion)-.1 F +3.707(sd)-.55 G(ef)-3.707 E 1.206(ault completion)-.1 F (will be performed if the compspec \(and, if attempted, the def)108 489.6 Q(ault)-.1 E F3(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 506.4 R .632(tions force\ +desired, the programmable completion func-)108 506.4 R .633(tions force\ readline to append a slash to completed names which are symbolic links\ - to directories, subject)108 518.4 R 2.762(to the v)108 530.4 R 2.762 -(alue of the)-.25 F F3(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 F3(mark-sym-)5.261 E(link)108 542.4 + to directories, subject)108 518.4 R 2.761(to the v)108 530.4 R 2.761 +(alue of the)-.25 F F3(mark\255dir)5.261 E(ectories)-.18 E F0 2.761 +(readline v)5.261 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.762 +(rdless of the setting of the).05 F F3(mark-sym-)5.262 E(link)108 542.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 -559.2 R .191(This is most useful when used in combina-)5.191 F 1.172 +.191(There is some support for dynamically modifying completions.)108 +559.2 R .19(This is most useful when used in combina-)5.191 F 1.172 (tion with a def)108 571.2 R 1.172(ault completion speci\214ed with)-.1 F F3 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 583.2 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 595.2 R .665 -(being attempted \(supplied as the \214rst ar)108 607.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 +ec associated with the command on which completion is)108 595.2 R .666 +(being attempted \(supplied as the \214rst ar)108 607.2 R .665 +(gument when the function is e)-.18 F -.15(xe)-.15 G .665 +(cuted\), programmable completion).15 F .083(restarts from the be)108 619.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 631.2 Q(uilt dynamicall\ +-.25 G .084(ompspec for that command.)-2.584 F .084(This allo)5.084 F +.084(ws a set of)-.25 F(completions to be b)108 631.2 Q(uilt dynamicall\ y as completion is attempted, rather than being loaded all at once.)-.2 -E -.15(Fo)108 648 S 2.636(ri).15 G .137 -(nstance, assuming that there is a library of compspecs, each k)-2.636 F +E -.15(Fo)108 648 S 2.637(ri).15 G .137 +(nstance, assuming that there is a library of compspecs, each k)-2.637 F .137(ept in a \214le corresponding to the name of)-.1 F (the command, the follo)108 660 Q(wing def)-.25 E (ault completion function w)-.1 E(ould load completions dynamically:)-.1 @@ -6763,156 +6757,154 @@ E/F4 10/Courier@0 SF(_completion_loader\(\))108 676.8 Q({)108 688.8 Q 6 (.")144 700.8 S (/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6 E(})108 712.8 Q(complete -D -F _completion_loader -o bashdefault -o default)108 -724.8 Q F0(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(55)185.545 E 0 Cg EP +724.8 Q F0(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(55)185.955 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.95 -/Times-Bold@0 SF(HIST)72 100.8 Q(OR)-.197 E(Y)-.383 E F0 .372(When the) -108 112.8 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 -10/Times-Italic@0 SF .371(command history)2.871 F F0(,)A .304 -(the list of commands pre)108 124.8 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) -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 136.8 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 -(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 +/Times-Bold@0 SF(HIST)72 100.8 Q(OR)-.197 E(Y)-.383 E F0 .371(When the) +108 112.8 R/F2 10/Times-Bold@0 SF .371(\255o history)2.871 F F0 .371 +(option to the)2.871 F F2(set)2.872 E F0 -.2(bu)2.872 G .372 +(iltin is enabled, the shell pro).2 F .372(vides access to the)-.15 F/F3 +10/Times-Italic@0 SF .372(command history)2.872 F F0(,)A .305 +(the list of commands pre)108 124.8 R .305(viously typed.)-.25 F .305 +(The v)5.305 F .304(alue of the)-.25 F/F4 9/Times-Bold@0 SF(HISTSIZE) +2.804 E F0 -.25(va)2.554 G .304(riable is used as the number of com-).25 +F .429(mands to sa)108 136.8 R .729 -.15(ve i)-.2 H 2.929(nah).15 G .429 +(istory list.)-2.929 F .429(The te)5.429 F .429(xt of the last)-.15 F F4 +(HISTSIZE)2.93 E F0 .43(commands \(def)2.68 F .43(ault 500\) is sa)-.1 F +-.15(ve)-.2 G 2.93(d. The).15 F(shell)2.93 E .287 (stores each command in the history list prior to parameter and v)108 148.8 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 160.8 -S 4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565 +S 4.065(ta).2 G 1.565(fter history e)-4.065 F 1.565 (xpansion is performed, subject to the v)-.15 F 1.565 (alues of the shell v)-.25 F(ariables)-.25 E F4(HISTIGNORE)4.065 E F0 -(and)3.815 E F4(HISTCONTR)108 172.8 Q(OL)-.27 E/F5 9/Times-Roman@0 SF(.) +(and)3.816 E F4(HISTCONTR)108 172.8 Q(OL)-.27 E/F5 9/Times-Roman@0 SF(.) A F0 .082 (On startup, the history is initialized from the \214le named by the v) -108 189.6 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 +108 189.6 R(ariable)-.25 E F4(HISTFILE)2.582 E F0(\(def)2.332 E(ault)-.1 +E F3(~/.bash_history)2.582 E F0(\).)A .315(The \214le named by the v)108 201.6 R .315(alue of)-.25 F F4(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 213.6 R .658(alue of)-.25 F F4 +.315(ontain no more than the number of)-2.815 F .659 +(lines speci\214ed by the v)108 213.6 R .659(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 225.6 S +.658(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 225.6 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 237.6 Q 1.604 +(When the history \214le is read, lines)5.142 F(be)108 237.6 Q 1.605 (ginning with the history comment character follo)-.15 F 1.604 -(wed immediately by a digit are interpreted as time-)-.25 F .151 -(stamps for the follo)108 249.6 R .151(wing history line.)-.25 F .151 +(wed immediately by a digit are interpreted as time-)-.25 F .15 +(stamps for the follo)108 249.6 R .15(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 261.6 Q F4(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 +.151(alue of)-.25 F(the)108 261.6 Q F4(HISTTIMEFORMA)3.559 E(T)-.855 E +F0 -.25(va)3.309 G 3.559(riable. When).25 F 3.559(as)3.559 G 1.059 (hell with history enabled e)-3.559 F 1.059(xits, the last)-.15 F F4 -($HISTSIZE)3.559 E F0 1.059(lines are)3.309 F .159 -(copied from the history list to)108 273.6 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 -285.6 Q F0(under)2.581 E F4 .081(SHELL B)2.581 F(UIL)-.09 E .081 +($HISTSIZE)3.559 E F0 1.058(lines are)3.309 F .158 +(copied from the history list to)108 273.6 R F4($HISTFILE)2.658 E F5(.)A +F0 .158(If the)4.658 F F2(histappend)2.658 E F0 .159 +(shell option is enabled \(see the description of)2.659 F F2(shopt)108 +285.6 Q F0(under)2.582 E F4 .082(SHELL B)2.582 F(UIL)-.09 E .082 (TIN COMMANDS)-.828 F F0(belo)2.332 E .082 (w\), the lines are appended to the history \214le, otherwise the)-.25 F -.197(history \214le is o)108 297.6 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\ - unwritable, the history is not sa)2.447 F -.15(ve)-.2 G(d.).15 E .583 -(If the)108 309.6 R F4(HISTTIMEFORMA)3.083 E(T)-.855 E F0 -.25(va)2.834 +.196(history \214le is o)108 297.6 R -.15(ve)-.15 G 2.696(rwritten. If) +.15 F F4(HISTFILE)2.696 E F0 .197(is unset, or if the history \214le is\ + unwritable, the history is not sa)2.446 F -.15(ve)-.2 G(d.).15 E .584 +(If the)108 309.6 R F4(HISTTIMEFORMA)3.084 E(T)-.855 E F0 -.25(va)2.834 G .584 (riable is set, time stamps are written to the history \214le, mark).25 -F .584(ed with the his-)-.1 F 1.148(tory comment character)108 321.6 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 +F .583(ed with the his-)-.1 F 1.147(tory comment character)108 321.6 R +3.647(,s)-.4 G 3.647(ot)-3.647 G(he)-3.647 E 3.647(ym)-.15 G 1.147 +(ay be preserv)-3.647 F 1.147(ed across shell sessions.)-.15 F 1.148 +(This uses the history comment)6.148 F 1.377 (character to distinguish timestamps from other history lines.)108 333.6 -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 +R 1.377(After sa)6.377 F 1.377(ving the history)-.2 F 3.876(,t)-.65 G +1.376(he history \214le is)-3.876 F .756 (truncated to contain no more than)108 345.6 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 357.6 Q (alue, or a numeric v)-.25 E -(alue less than zero, the history \214le is not truncated.)-.25 E .298 -(The b)108 374.4 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 386.4 R -(The)5.472 E F2(history)2.972 E F0 -.2(bu)2.972 G .471 -(iltin may be used to display or modify the history list and).2 F .001 +(alue less than zero, the history \214le is not truncated.)-.25 E .299 +(The b)108 374.4 R .299(uiltin command)-.2 F F2(fc)2.799 E F0(\(see) +2.799 E F4 .299(SHELL B)2.799 F(UIL)-.09 E .299(TIN COMMANDS)-.828 F F0 +(belo)2.549 E .298(w\) may be used to list or edit and re-e)-.25 F -.15 +(xe)-.15 G(-).15 E .471(cute a portion of the history list.)108 386.4 R +(The)5.471 E F2(history)2.971 E F0 -.2(bu)2.971 G .472 +(iltin may be used to display or modify the history list and).2 F .002 (manipulate the history \214le.)108 398.4 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 410.4 Q -(vide access to the history list.)-.15 E 1.486(The shell allo)108 427.2 -R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486 +(When using command-line editing, search commands are a)5.002 F -.25(va) +-.2 G .001(ilable in each edit-).25 F(ing mode that pro)108 410.4 Q +(vide access to the history list.)-.15 E 1.485(The shell allo)108 427.2 +R 1.485(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486 (hich commands are sa)-3.986 F -.15(ve)-.2 G 3.986(do).15 G 3.986(nt) --3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F4(HISTCONTR)3.985 -E(OL)-.27 E F0(and)3.735 E F4(HISTIGNORE)108 439.2 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 +-3.986 G 1.486(he history list.)-3.986 F(The)6.486 E F4(HISTCONTR)3.986 +E(OL)-.27 E F0(and)3.736 E F4(HISTIGNORE)108 439.2 Q F0 -.25(va)2.708 G +.458(riables may be set to cause the shell to sa).25 F .757 -.15(ve o) +-.2 H .457(nly a subset of the commands entered.).15 F(The)5.457 E F2 (cmdhist)108 451.2 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 463.2 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 475.2 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 487.2 R F2(shopt)2.818 E F0 -.2(bu)2.818 G .318 +1.077(yntactic correctness.)-3.577 F(The)6.077 E F2(lithist)3.576 E F0 +.373(shell option causes the shell to sa)108 475.2 R .674 -.15(ve t)-.2 +H .374(he command with embedded ne).15 F .374 +(wlines instead of semicolons.)-.25 F .374(See the)5.374 F .319 +(description of the)108 487.2 R F2(shopt)2.819 E F0 -.2(bu)2.819 G .318 (iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F4 .318(SHELL B)2.818 F -(UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .319 +(UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .318 (for information on setting and)2.568 F(unsetting shell options.)108 499.2 Q F1(HIST)72 516 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 528 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 540 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 552 R F2(+H)3.449 E F0 .949 +-.81 E F0 .61(The shell supports a history e)108 528 R .611 +(xpansion feature that is similar to the history e)-.15 F .611 +(xpansion in)-.15 F F2(csh)3.111 E F0 5.611(.T)C .611(his section)-5.611 +F .871(describes what syntax features are a)108 540 R -.25(va)-.2 G +3.371(ilable. This).25 F .871(feature is enabled by def)3.371 F .87 +(ault for interacti)-.1 F 1.17 -.15(ve s)-.25 H .87(hells, and).15 F +.949(can be disabled using the)108 552 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 564 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 580.8 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 592.8 R .21(guments to a pre) --.18 F .209 +(iltin command \(see).2 F F4 .949(SHELL B)3.449 F(UIL)-.09 E .95 +(TIN COMMANDS)-.828 F F0(be-)3.2 E(lo)108 564 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.306(History e)108 580.8 R 1.306 +(xpansions introduce w)-.15 F 1.306(ords from the history list into the\ + input stream, making it easy to repeat)-.1 F .209 +(commands, insert the ar)108 592.8 R .209(guments to a pre)-.18 F .21 (vious command into the current input line, or \214x errors in pre)-.25 -F(vious)-.25 E(commands quickly)108 604.8 Q(.)-.65 E 1.163(History e)108 +F(vious)-.25 E(commands quickly)108 604.8 Q(.)-.65 E 1.164(History e)108 621.6 R 1.163(xpansion is performed immediately after a complete line i\ -s read, before the shell breaks it into)-.15 F -.1(wo)108 633.6 S .252 +s read, before the shell breaks it into)-.15 F -.1(wo)108 633.6 S .251 (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 645.6 Q .145 -(es place in tw)-.1 F 2.645(op)-.1 G 2.646(arts. The)-2.645 F .146(\214\ +(vidually without taking quoting on pre)-.25 F .252 +(vious lines into account.)-.25 F(It)5.252 E(tak)108 645.6 Q .146 +(es place in tw)-.1 F 2.646(op)-.1 G 2.646(arts. The)-2.646 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 657.6 R .766 -(The line selected from the)5.766 F .253(history is the)108 669.6 R F3 --.15(ev)2.753 G(ent).15 E F0 2.753(,a)C .253 +r inclusion into the current one.)108 657.6 R .767 +(The line selected from the)5.767 F .254(history is the)108 669.6 R F3 +-.15(ev)2.754 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 681.6 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 693.6 -R -.15(ve)-.25 G(ral).15 E F3(metac)3.072 E(har)-.15 E(acter)-.15 E F0 +2.753 E(ds)-.37 E F0 5.253(.V)C(arious)-6.363 E F3(modi\214er)2.753 E(s) +-.1 E F0 .253(are a)2.753 F -.25(va)-.2 G(il-).25 E .538 +(able to manipulate the selected w)108 681.6 R 3.038(ords. The)-.1 F +.538(line is brok)3.038 F .538(en into w)-.1 F .539(ords in the same f) +-.1 F .539(ashion as when reading)-.1 F .573(input, so that se)108 693.6 +R -.15(ve)-.25 G(ral).15 E F3(metac)3.073 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 705.6 R .355 +-.1 F 3.072(ord. His-)-.1 F .355(tory e)108 705.6 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 -717.6 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 character)-.15 F 2.855(,w)-.4 G .356(hich is)-2.855 F F2(!) +3.689 E F0 .356(by def)3.689 F(ault.)-.1 E .791(Only backslash \()108 +717.6 R F2(\\).833 E F0 3.291(\)a).833 G .79 +(nd single quotes can quote the history e)-3.291 F .79 +(xpansion character)-.15 F 3.29(,b)-.4 G .79(ut the history e)-3.49 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 729.6 R -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(56)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(56)185.955 E 0 Cg EP %%Page: 57 57 %%BeginPageSetup BP @@ -6922,20 +6914,20 @@ BP (Se)108 100.8 Q -.15(ve)-.25 G .03(ral characters inhibit history e).15 F .03(xpansion if found immediately follo)-.15 F .03(wing the history e) -.25 F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 112.8 T -3.163(ni).25 G 3.163(fi)-3.163 G 3.162(ti)-3.163 G 3.162(su)-3.162 G +3.162(ni).25 G 3.162(fi)-3.162 G 3.162(ti)-3.162 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 124.8 Q(xpansion.)-.15 E(Se)108 -141.6 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 153.6 R F1(histv)2.732 E(erify)-.1 E +F1(\()3.163 E F0(will also inhibit e)108 124.8 Q(xpansion.)-.15 E(Se)108 +141.6 Q -.15(ve)-.25 G .11(ral shell options settable with the).15 F F1 +(shopt)2.61 E F0 -.2(bu)2.61 G .109 +(iltin may be used to tailor the beha).2 F .109(vior of history e)-.2 F +(xpansion.)-.15 E .231(If the)108 153.6 R F1(histv)2.731 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,\ +F F1 -.18(re)2.731 G(adline).18 E F0 .232(is be-)2.732 F .449(ing used,\ history substitutions are not immediately passed to the shell parser) -108 165.6 R 5.449(.I)-.55 G .449(nstead, the e)-5.449 F .449 +108 165.6 R 5.449(.I)-.55 G .448(nstead, the e)-5.449 F .448 (xpanded line is)-.15 F 2.228(reloaded into the)108 177.6 R F1 -.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 @@ -6943,30 +6935,30 @@ F F1 -.18(re)2.731 G(adline).18 E F0 .231(is be-)2.731 F .449(ing used,\ 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 201.6 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 +.303(er for correction.).25 F(The)5.303 E F12.803 E F0 .303 +(option to the)2.803 F F1(history)2.804 E F0 -.2(bu)2.804 G .304 (iltin command may be used to see what a history e).2 F(x-)-.15 E .52 (pansion will do before using it.)108 213.6 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 (iltin may be used to add commands to the).2 F (end of the history list without actually e)108 225.6 Q -.15(xe)-.15 G (cuting them, so that the).15 E 2.5(ya)-.15 G(re a)-2.5 E -.25(va)-.2 G -(ilable for subsequent recall.).25 E 1.109(The shell allo)108 242.4 R +(ilable for subsequent recall.).25 E 1.108(The shell allo)108 242.4 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 254.4 R -F1(histchars)2.662 E F0(abo)2.662 E .462 -.15(ve u)-.15 H(nder).15 E F1 -.163(Shell V)2.662 F(ariables)-.92 E F0 2.663(\). The)B .163 +(xpansion mechanism \(see the de-)-.15 F .163(scription of)108 254.4 R +F1(histchars)2.663 E F0(abo)2.663 E .463 -.15(ve u)-.15 H(nder).15 E F1 +.163(Shell V)2.663 F(ariables)-.92 E F0 2.663(\). The)B .162 (shell uses the history comment character to mark)2.663 F (history timestamps when writing the history \214le.)108 266.4 Q F1(Ev) -87 283.2 Q(ent Designators)-.1 E F0 .205(An e)108 295.2 R -.15(ve)-.25 G +87 283.2 Q(ent Designators)-.1 E F0 .204(An e)108 295.2 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 +y list.).15 F .205(Unless the reference is abso-)5.204 F(lute, e)108 307.2 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 324 Q F0 -1.607(Start a history substitution, e)144 324 R 1.607(xcept when follo) +1.608(Start a history substitution, e)144 324 R 1.608(xcept when follo) -.15 F 1.607(wed by a)-.25 F F1(blank)4.107 E F0 4.107(,n)C -.25(ew) --4.107 G 1.608(line, carriage return, = or \().25 F(\(when the)144 336 Q +-4.107 G 1.607(line, carriage return, = or \().25 F(\(when the)144 336 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 348 Q/F2 10/Times-Italic@0 SF (n)A F0(Refer to command line)144 348 Q F2(n)2.86 E F0(.).24 E F1<21ad> @@ -6977,56 +6969,56 @@ E F0 -.2(bu)2.5 G(iltin\).).2 E F1(!)108 348 Q/F2 10/Times-Italic@0 SF g the current position in the history list starting with)144 384 R F2 (string)144.34 396 Q F0(.).22 E F1(!?)108 408 Q F2(string)A F1([?])A F0 1.503(Refer to the most recent command preceding the current position i\ -n the history list containing)144 420 R F2(string)144.34 432 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 444 R .391 +n the history list containing)144 420 R F2(string)144.34 432 Q F0 5.496 +(.T).22 G .496(he trailing)-5.496 F F1(?)2.996 E F0 .496 +(may be omitted if)2.996 F F2(string)3.336 E F0 .497(is follo)3.216 F +.497(wed immediately by a ne)-.25 F 2.997(wline. If)-.25 F F2(string) +2.997 E F0(is)2.997 E .391(missing, the string from the most recent sea\ +rch is used; it is an error if there is no pre)144 444 R .39 (vious search)-.25 F(string.)144 456 Q/F3 12/Times-Bold@0 SF(^)108 473 Q -F2(string1)-5 I F3(^)5 I F2(string2)-5 I F3(^)5 I F0 .753 -(Quick substitution.)144 480 R .753(Repeat the pre)5.753 F .753 +F2(string1)-5 I F3(^)5 I F2(string2)-5 I F3(^)5 I F0 .752 +(Quick substitution.)144 480 R .752(Repeat the pre)5.752 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 +(string2)3.593 E F0 5.753(.E).02 G(qui)-5.753 E -.25(va)-.25 G .753 (lent to).25 F -.74(``)144 492 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 504 Q F0(The entire command line typed so f)144 504 Q(ar)-.1 E(.)-.55 E F1 --.75(Wo)87 520.8 S(rd Designators).75 E F0 -.8(Wo)108 532.8 S 1.313 +-.75(Wo)87 520.8 S(rd Designators).75 E F0 -.8(Wo)108 532.8 S 1.314 (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 544.8 R .529(ord designator)-.1 F 5.529(.I)-.55 G +-.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F1(:)3.814 E F0 1.313 +(separates the e)3.813 F -.15(ve)-.25 G 1.313(nt speci\214cation).15 F +.529(from the w)108 544.8 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 +-3.029 E F1(%)3.029 E F0 5.53(.W)C(ords)-6.33 E .516 (are numbered from the be)108 556.8 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-) +(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)5.515 G .515(rds are in-) .8 F(serted into the current line separated by single spaces.)108 568.8 Q F1 2.5(0\()108 585.6 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 597.6 Q 2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E F2(n)108.36 609.6 Q F0(The)144 609.6 Q F2(n)2.5 E F0(th w)A(ord.)-.1 E F1(^)108 621.6 Q F0(The \214rst ar)144 621.6 Q 2.5(gument. That)-.18 F -(is, w)2.5 E(ord 1.)-.1 E F1($)108 633.6 Q F0 .064(The last w)144 633.6 -R 2.564(ord. This)-.1 F .064(is usually the last ar)2.564 F .064 +(is, w)2.5 E(ord 1.)-.1 E F1($)108 633.6 Q F0 .063(The last w)144 633.6 +R 2.563(ord. This)-.1 F .063(is usually the last ar)2.563 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 645.6 Q(ord in the line.)-.1 E -F1(%)108 657.6 Q F0 1.419(The \214rst w)144 657.6 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 +.064(ord if there is only)-.1 F(one w)144 645.6 Q(ord in the line.)-.1 E +F1(%)108 657.6 Q F0 1.42(The \214rst w)144 657.6 R 1.42 +(ord matched by the most recent `?)-.1 F F2(string)A F0 1.419 +(?' search, if the search string be)B 1.419(gins with a)-.15 F (character that is part of a w)144 669.6 Q(ord.)-.1 E F2(x)108.77 681.6 Q F1A F2(y)A F0 2.5(Ar)144 681.6 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 693.6 Q F0 .316(All of the w)144 693.6 R .316(ords b)-.1 F .316 +(*)108 693.6 Q F0 .315(All of the w)144 693.6 R .315(ords b)-.1 F .315 (ut the zeroth.)-.2 F .315(This is a synon)5.315 F .315(ym for `)-.15 F F2(1\255$)A F0 2.815('. It)B .315(is not an error to use)2.815 F F1(*) -2.815 E F0 .315(if there is)2.815 F(just one w)144 705.6 Q(ord in the e) +2.816 E F0 .316(if there is)2.816 F(just one w)144 705.6 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 717.6 Q F0(Abbre)144 717.6 Q(viates)-.25 E F2(x\255$)2.5 E -F0(.)A(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(57)185.545 E 0 Cg EP +F0(.)A(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(57)185.955 E 0 +Cg EP %%Page: 58 58 %%BeginPageSetup BP @@ -7039,10 +7031,10 @@ SF<78ad>108 84 Q F0(Abbre)144 84 Q(viates)-.25 E/F2 10/Times-Italic@0 SF (is missing, it def)2.5 E(aults to 0.)-.1 E(If a w)108 100.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 117.6 Q F0 .183 -(After the optional w)108 129.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 141.6 Q +-.15(ve)-.25 G(nt.).15 E F1(Modi\214ers)87 117.6 Q F0 .184 +(After the optional w)108 129.6 R .184(ord designator)-.1 F 2.684(,t)-.4 +G .183(here may appear a sequence of one or more of the follo)-2.684 F +.183(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 141.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 158.4 Q F0(Remo)144 158.4 Q .3 -.15(ve a t)-.15 H @@ -7056,152 +7048,151 @@ G .184(here may appear a sequence of one or more of the follo)-2.683 F 206.4 Q F0(Print the ne)144 206.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 218.4 Q F0 (Quote the substituted w)144 218.4 Q -(ords, escaping further substitutions.)-.1 E F1(x)108 230.4 Q F0 .386 -(Quote the substituted w)144 230.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 +(ords, escaping further substitutions.)-.1 E F1(x)108 230.4 Q F0 .385 +(Quote the substituted w)144 230.4 R .385(ords as with)-.1 F F1(q)2.885 +E F0 2.885(,b)C .386(ut break into w)-3.085 F .386(ords at)-.1 F F1 +(blanks)2.886 E F0 .386(and ne)2.886 F 2.886(wlines. The)-.25 F F1(q) +2.886 E F0(and)2.886 E F1(x)2.886 E F0(modi\214ers are mutually e)144 242.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 254.4 Q F2(old)A F1(/)A -F2(ne)A(w)-.15 E F1(/)A F0(Substitute)144 266.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 +F2(ne)A(w)-.15 E F1(/)A F0(Substitute)144 266.4 Q F2(ne)3.329 E(w)-.15 E +F0 .469(for the \214rst occurrence of)3.279 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 +(yc)-.15 G .469(haracter may be used as the)-2.969 F .953 (delimiter in place of /.)144 278.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 +5.953 F -.15(ve)-.25 G .954(nt line.).15 F .131 (The delimiter may be quoted in)144 290.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 302.4 R F2 +(ti)-2.631 G 2.631(sr)-2.631 G(e-)-2.631 E .619(placed by)144 302.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 314.4 R -2.986(,i)-.4 G 2.986(fn)-2.986 G 2.986(op)-2.986 G(re)-2.986 E .486 +3.889 F F2(old)3.349 E F0(substi-)3.89 E .487(tuted, or)144 314.4 R +2.987(,i)-.4 G 2.987(fn)-2.987 G 2.987(op)-2.987 G(re)-2.987 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 326.4 Q(w)-.15 E F0 +E F0 .486(in a)3.206 F F1(!?)2.986 E F2(string)A F1([?])A F0 2.986 +(search. If)5.486 F F2(ne)144.36 326.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 338.4 Q F0(Repeat the pre)144 338.4 Q(vious substitution.)-.25 E F1 -(g)108 350.4 Q F0 .398(Cause changes to be applied o)144 350.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 362.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 +(g)108 350.4 Q F0 .397(Cause changes to be applied o)144 350.4 R -.15 +(ve)-.15 G 2.897(rt).15 G .398(he entire e)-2.897 F -.15(ve)-.25 G .398 +(nt line.).15 F .398(This is used in conjunction with `)5.398 F F1(:s)A +F0 2.898('\()C(e.g.,)-2.898 E(`)144 362.4 Q F1(:gs/)A F2(old)A F1(/)A F2 +(ne)A(w)-.15 E F1(/)A F0 .351('\) or `)B F1(:&)A F0 2.851('. If)B .351 +(used with `)2.851 F F1(:s)A F0 .351(', an)B 2.851(yd)-.15 G .35 +(elimiter can be used in place of /, and the \214nal de-)-2.851 F (limiter is optional if it is the last character of the e)144 374.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 386.4 Q F0(Apply the follo)144 386.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 403.2 Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F0 .063 +SF(SHELL B)72 403.2 Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F0 .062 (Unless otherwise noted, each b)108 415.2 R .062(uiltin command documen\ ted in this section as accepting options preceded by)-.2 F F1108 427.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 439.2 R F1 +(iltins do not accept options).2 F .461(and do not treat)108 439.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 451.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 +2.962 G .462(iltins accept and).2 F .261(process ar)108 451.2 R .261 +(guments be)-.18 F .261(ginning with)-.15 F F12.761 E F0 .261 +(without requiring)2.761 F F12.761 E F0 5.261(.O)C .261(ther b) +-5.261 F .26(uiltins that accept ar)-.2 F .26(guments b)-.18 F .26 (ut are not)-.2 F 1.154(speci\214ed as accepting options interpret ar) 108 463.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 475.2 Q -.15(ve)-.25 G(nt this interpretation.).15 E F1(:)108 493.2 Q F0 -([)2.5 E F2(ar)A(guments)-.37 E F0(])A .451(No ef)144 505.2 R .451 +([)2.5 E F2(ar)A(guments)-.37 E F0(])A .452(No ef)144 505.2 R .452 (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 517.2 R +-.15 E F2(ar)3.282 E(guments)-.37 E F0 .451(and performing an)3.221 F +2.951(ys)-.15 G(peci\214ed)-2.951 E 2.5(redirections. The)144 517.2 R (return status is zero.)2.5 E F1(.)110.5 534 Q F2(\214lename)6.666 E F0 ([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108 546 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 558 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 +(vironment and return the e)-.4 F(xit)-.15 E 1.331 (status of the last command e)144 570 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 .023 -(names in)144 582 R/F4 9/Times-Bold@0 SF -.666(PA)2.523 G(TH)-.189 E F0 -.022(are used to \214nd the directory containing)2.273 F F2(\214lename) -4.432 E F0 2.522(,b).18 G(ut)-2.722 E F2(\214lename)2.522 E F0 .022 -(does not need to be)2.522 F -.15(exe)144 594 S 3.86(cutable. The).15 F -1.36(\214le searched for in)3.86 F F4 -.666(PA)3.86 G(TH)-.189 E F0 -1.361(need not be e)3.61 F -.15(xe)-.15 G 3.861(cutable. When).15 F F1 -(bash)3.861 E F0 1.361(is not in)3.861 F F2(posix)3.861 E(mode)144 606 Q -F0 2.649(,t)C .148 -(he current directory is searched if no \214le is found in)-2.649 F F4 --.666(PA)2.648 G(TH)-.189 E/F5 9/Times-Roman@0 SF(.)A F0 .148(If the) -4.648 F F1(sour)2.648 E(cepath)-.18 E F0 .148(option to the)2.648 F F1 -(shopt)144 618 Q F0 -.2(bu)3.659 G 1.159(iltin command is turned of).2 F +5.741 E F0 1.33(does not contain a slash, \214le-)4.011 F .022(names in) +144 582 R/F4 9/Times-Bold@0 SF -.666(PA)2.522 G(TH)-.189 E F0 .022 +(are used to \214nd the directory containing)2.272 F F2(\214lename)4.432 +E F0 2.522(,b).18 G(ut)-2.722 E F2(\214lename)2.522 E F0 .023 +(does not need to be)2.523 F -.15(exe)144 594 S 3.861(cutable. The).15 F +1.361(\214le searched for in)3.861 F F4 -.666(PA)3.861 G(TH)-.189 E F0 +1.361(need not be e)3.611 F -.15(xe)-.15 G 3.86(cutable. When).15 F F1 +(bash)3.86 E F0 1.36(is not in)3.86 F F2(posix)3.86 E(mode)144 606 Q F0 +2.648(,t)C .148 +(he current directory is searched if no \214le is found in)-2.648 F F4 +-.666(PA)2.648 G(TH)-.189 E/F5 9/Times-Roman@0 SF(.)A F0 .149(If the) +4.648 F F1(sour)2.649 E(cepath)-.18 E F0 .149(option to the)2.649 F F1 +(shopt)144 618 Q F0 -.2(bu)3.66 G 1.16(iltin command is turned of).2 F 1.159(f, the)-.25 F F4 -.666(PA)3.659 G(TH)-.189 E F0 1.159 -(is not searched.)3.409 F 1.16(If an)6.159 F(y)-.15 E F2(ar)3.66 E -(guments)-.37 E F0 1.16(are supplied,)3.66 F(the)144 630 Q 3.692(yb)-.15 -G 1.192(ecome the positional parameters when)-3.692 F F2(\214lename) -3.692 E F0 1.192(is e)3.692 F -.15(xe)-.15 G 3.691(cuted. Otherwise).15 -F 1.191(the positional pa-)3.691 F .82(rameters are unchanged.)144 642 R -.82(If the)5.82 F F13.32 E F0 .82(option is enabled,)3.32 F F1(.) -3.32 E F0 .82(inherits an)3.32 F 3.32(yt)-.15 G .82(rap on)-3.32 F F1 -(DEB)3.32 E(UG)-.1 E F0 3.32(;i)C 3.32(fi)-3.32 G 3.32(ti)-3.32 G 3.32 -(sn)-3.32 G(ot,)-3.32 E(an)144 654 Q(y)-.15 E F1(DEB)3.323 E(UG)-.1 E F0 -.823(trap string is sa)3.323 F -.15(ve)-.2 G 3.322(da).15 G .822 -(nd restored around the call to)-3.322 F F1(.)3.322 E F0 3.322(,a)C(nd) --3.322 E F1(.)3.322 E F0 .822(unsets the)3.322 F F1(DEB)3.322 E(UG)-.1 E -F0(trap)3.322 E .226(while it e)144 666 R -.15(xe)-.15 G 2.726 -(cutes. If).15 F F12.727 E F0 .227 +(is not searched.)3.409 F 1.159(If an)6.159 F(y)-.15 E F2(ar)3.659 E +(guments)-.37 E F0 1.159(are supplied,)3.659 F(the)144 630 Q 3.691(yb) +-.15 G 1.191(ecome the positional parameters when)-3.691 F F2 +(\214lename)3.692 E F0 1.192(is e)3.692 F -.15(xe)-.15 G 3.692 +(cuted. Otherwise).15 F 1.192(the positional pa-)3.692 F .82 +(rameters are unchanged.)144 642 R .82(If the)5.82 F F13.32 E F0 +.82(option is enabled,)3.32 F F1(.)3.32 E F0 .82(inherits an)3.32 F 3.32 +(yt)-.15 G .82(rap on)-3.32 F F1(DEB)3.32 E(UG)-.1 E F0 3.32(;i)C 3.32 +(fi)-3.32 G 3.32(ti)-3.32 G 3.32(sn)-3.32 G(ot,)-3.32 E(an)144 654 Q(y) +-.15 E F1(DEB)3.322 E(UG)-.1 E F0 .822(trap string is sa)3.322 F -.15 +(ve)-.2 G 3.322(da).15 G .822(nd restored around the call to)-3.322 F F1 +(.)3.322 E F0 3.322(,a)C(nd)-3.322 E F1(.)3.322 E F0 .823(unsets the) +3.323 F F1(DEB)3.323 E(UG)-.1 E F0(trap)3.323 E .227(while it e)144 666 +R -.15(xe)-.15 G 2.727(cutes. If).15 F F12.727 E F0 .227 (is not set, and the sourced \214le changes the)2.727 F F1(DEB)2.727 E -(UG)-.1 E F0 .227(trap, the ne)2.727 F 2.727(wv)-.25 G .227(alue is) --2.977 F .891(retained when)144 678 R F1(.)3.391 E F0 3.391 -(completes. The)3.391 F .891 -(return status is the status of the last command e)3.391 F .89 -(xited within the)-.15 F(script \(0 if no commands are e)144 690 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 706.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 718.8 Q F0 2.724(with no ar)5.224 F 2.724 +(UG)-.1 E F0 .227(trap, the ne)2.727 F 2.726(wv)-.25 G .226(alue is) +-2.976 F .89(retained when)144 678 R F1(.)3.39 E F0 3.39(completes. The) +3.39 F .891(return status is the status of the last command e)3.39 F +.891(xited within the)-.15 F(script \(0 if no commands are e)144 690 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 706.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 718.8 Q F0 2.725(with no ar)5.225 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 +(option prints the list of aliases in the form)5.224 F F1(alias)5.224 E F2(name)144 730.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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(58)185.545 E 0 Cg EP +3.08 E F0(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(58)185.955 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(whose)144 84 Q/F1 -10/Times-Italic@0 SF(value)2.508 E F0 .009(is gi)2.508 F -.15(ve)-.25 G +10/Times-Italic@0 SF(value)2.509 E F0 .009(is gi)2.509 F -.15(ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F1(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 +(causes the ne)2.509 F .009(xt w)-.15 F .009(ord to be check)-.1 F .008 (ed for alias substi-)-.1 F .579(tution when the alias is e)144 96 R 3.079(xpanded. F)-.15 F .579(or each)-.15 F F1(name)3.079 E F0 .579 (in the ar)3.079 F .579(gument list for which no)-.18 F F1(value)3.079 E -F0 .578(is sup-)3.078 F 1.313(plied, the name and v)144 108 R 1.314 +F0 .579(is sup-)3.079 F 1.314(plied, the name and v)144 108 R 1.314 (alue of the alias is printed.)-.25 F/F2 10/Times-Bold@0 SF(Alias)6.314 -E F0 1.314(returns true unless a)3.814 F F1(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 +E F0 1.314(returns true unless a)3.814 F F1(name)3.814 E F0 1.313(is gi) +3.814 F -.15(ve)-.25 G 3.813(nf).15 G(or)-3.813 E (which no alias has been de\214ned.)144 120 Q F2(bg)108 136.8 Q F0([)2.5 -E F1(jobspec)A F0(...])2.5 E .745(Resume each suspended job)144 148.8 R -F1(jobspec)3.245 E F0 .745 -(in the background, as if it had been started with)3.245 F F2(&)3.244 E -F0 5.744(.I)C(f)-5.744 E F1(job-)4.984 E(spec)144 160.8 Q F0 .671 -(is not present, the shell')3.481 F 3.171(sn)-.55 G .672(otion of the) --3.171 F F1(curr)3.172 E .672(ent job)-.37 F F0 .672(is used.)3.172 F F2 -(bg)5.672 E F1(jobspec)4.912 E F0 .672(returns 0 unless run)3.482 F .419 +E F1(jobspec)A F0(...])2.5 E .744(Resume each suspended job)144 148.8 R +F1(jobspec)3.244 E F0 .745 +(in the background, as if it had been started with)3.244 F F2(&)3.245 E +F0 5.745(.I)C(f)-5.745 E F1(job-)4.985 E(spec)144 160.8 Q F0 .672 +(is not present, the shell')3.482 F 3.172(sn)-.55 G .672(otion of the) +-3.172 F F1(curr)3.172 E .672(ent job)-.37 F F0 .672(is used.)3.172 F F2 +(bg)5.671 E F1(jobspec)4.911 E F0 .671(returns 0 unless run)3.481 F .418 (when job control is disabled or)144 172.8 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 F1(jobspec)2.918 E F0 -.1(wa)2.918 G 2.918(sn).1 G -(ot)-2.918 E(found or w)144 184.8 Q(as started without job control.)-.1 +(hen run with job control enabled, an)-2.919 F 2.919(ys)-.15 G +(peci\214ed)-2.919 E F1(jobspec)2.919 E F0 -.1(wa)2.919 G 2.919(sn).1 G +(ot)-2.919 E(found or w)144 184.8 Q(as started without job control.)-.1 E F2(bind)108 201.6 Q F0([)2.5 E F2A F1 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F2(\255lpsvPSVX)-2.5 E F0(])A F2(bind)108 213.6 Q F0([)2.5 E F2 A F1 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F2-2.5 E F1 @@ -7215,30 +7206,30 @@ G(ymap)-.2 E F0(])A F22.5 E F1 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F1 (function\255name)A F2(bind)108 261.6 Q F0([)2.5 E F2A F1 -.1(ke) 2.5 G(ymap)-.2 E F0(])A F1 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F1 -.37(re)C (adline\255command).37 E F2(bind)108 273.6 Q F1 -.37(re)2.5 G -(adline-command-line).37 E F0 .238(Display current)144 285.6 R F2 -.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 F2 -.18(re)2.739 G(adline).18 E F0 .239(function or) -2.739 F .04(macro, or set a)144 297.6 R F2 -.18(re)2.54 G(adline).18 E -F0 -.25(va)2.54 G 2.54(riable. Each).25 F .039(non-option ar)2.54 F .039 -(gument is a command as it w)-.18 F .039(ould appear in a)-.1 F F2 -.18 -(re)144 309.6 S(adline).18 E F0 .182(initialization \214le such as)2.681 -F F1(.inputr)2.912 E(c)-.37 E F0 2.682(,b).31 G .182 +(adline-command-line).37 E F0 .239(Display current)144 285.6 R F2 -.18 +(re)2.739 G(adline).18 E F0 -.1(ke)2.739 G 2.739(ya)-.05 G .239 +(nd function bindings, bind a k)-2.739 F .539 -.15(ey s)-.1 H .238 +(equence to a).15 F F2 -.18(re)2.738 G(adline).18 E F0 .238(function or) +2.738 F .039(macro, or set a)144 297.6 R F2 -.18(re)2.539 G(adline).18 E +F0 -.25(va)2.539 G 2.539(riable. Each).25 F .039(non-option ar)2.539 F +.04(gument is a command as it w)-.18 F .04(ould appear in a)-.1 F F2 +-.18(re)144 309.6 S(adline).18 E F0 .182(initialization \214le such as) +2.682 F F1(.inputr)2.912 E(c)-.37 E F0 2.682(,b).31 G .182 (ut each binding or command must be passed as a sep-)-2.882 F 1.907 (arate ar)144 321.6 R 1.907 (gument; e.g., '"\\C\255x\\C\255r": re\255read\255init\255\214le'.)-.18 F 1.907(Options, if supplied, ha)6.907 F 2.207 -.15(ve t)-.2 H 1.907 (he follo).15 F(wing)-.25 E(meanings:)144 333.6 Q F2144 345.6 Q F1 --.1(ke)2.5 G(ymap)-.2 E F0(Use)180 357.6 Q F1 -.1(ke)5.158 G(ymap)-.2 E -F0 2.658(as the k)5.348 F -.15(ey)-.1 G 2.658(map to be af).15 F 2.659 -(fected by the subsequent bindings.)-.25 F(Acceptable)7.659 E F1 -.1(ke) -180 369.6 S(ymap)-.2 E F0 3.193(names are)5.883 F F1 3.193 -(emacs, emacs\255standar)5.693 F 3.192 +-.1(ke)2.5 G(ymap)-.2 E F0(Use)180 357.6 Q F1 -.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 F1 -.1(ke) +180 369.6 S(ymap)-.2 E F0 3.192(names are)5.882 F F1 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 381.6 Q F0 4.089(,a)C(nd)-4.089 E F1(vi\255insert) -4.379 E F0(.).68 E F1(vi)6.589 E F0 1.589(is equi)4.089 F -.25(va)-.25 G -1.589(lent to).25 F F1(vi\255command)4.089 E F0(\()4.089 E F1(vi\255mo)A -(ve)-.1 E F0 1.59(is also a syn-)4.089 F(on)180 393.6 Q(ym\);)-.15 E F1 +(vi\255command)180 381.6 Q F0 4.09(,a)C(nd)-4.09 E F1(vi\255insert)4.38 +E F0(.).68 E F1(vi)6.589 E F0 1.589(is equi)4.089 F -.25(va)-.25 G 1.589 +(lent to).25 F F1(vi\255command)4.089 E F0(\()4.089 E F1(vi\255mo)A(ve) +-.1 E F0 1.589(is also a syn-)4.089 F(on)180 393.6 Q(ym\);)-.15 E F1 (emacs)2.5 E F0(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F1 (emacs\255standar)2.5 E(d)-.37 E F0(.)A F2144 405.6 Q F0 (List the names of all)180 405.6 Q F2 -.18(re)2.5 G(adline).18 E F0 @@ -7271,31 +7262,30 @@ F1 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 585.6 Q .3 -.15(ve a)-.15 H .3 (shell\255command)A F0(Cause)180 609.6 Q F1(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 F1 -.1(ke)4.325 G(yseq)-.2 E F0 1.825(is entered.)4.325 F -(When)6.825 E F1(shell\255com-)4.325 E(mand)180 621.6 Q F0 1.765(is e) -4.265 F -.15(xe)-.15 G 1.765(cuted, the shell sets the).15 F/F3 9 +(When)6.825 E F1(shell\255com-)4.325 E(mand)180 621.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 F2 -.18(re)180 633.6 S(adline).18 E -F0 .375(line b)2.874 F(uf)-.2 E .375(fer and the)-.25 F F3 +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.186 +(va)2.625 G .375(riables to the).25 F 1.185 (current location of the insertion point and the sa)180 645.6 R -.15(ve) --.2 G 3.685(di).15 G 1.185(nsertion point \(the mark\), respec-)-3.685 F -(ti)180 657.6 Q -.15(ve)-.25 G(ly).15 E 5.377(.T)-.65 G .377 -(he shell assigns an)-5.377 F 2.877(yn)-.15 G .377(umeric ar)-2.877 F -.377(gument the user supplied to the)-.18 F F3(READLINE_AR-)2.878 E -(GUMENT)180 669.6 Q F0 -.25(va)3.605 G 3.855(riable. If).25 F 1.355 -(there w)3.855 F 1.354(as no ar)-.1 F 1.354(gument, that v)-.18 F 1.354 -(ariable is not set.)-.25 F 1.354(If the e)6.354 F -.15(xe)-.15 G(cuted) -.15 E .343(command changes the v)180 681.6 R .343(alue of an)-.25 F -2.843(yo)-.15 G(f)-2.843 E F3(READLINE_LINE)2.844 E/F4 9/Times-Roman@0 -SF(,)A F3(READLINE_POINT)2.594 E F4(,)A F0(or)2.594 E F3(READ-)2.844 E +-.2 G 3.686(di).15 G 1.186(nsertion point \(the mark\), respec-)-3.686 F +(ti)180 657.6 Q -.15(ve)-.25 G(ly).15 E 5.378(.T)-.65 G .377 +(he shell assigns an)-5.378 F 2.877(yn)-.15 G .377(umeric ar)-2.877 F +.377(gument the user supplied to the)-.18 F F3(READLINE_AR-)2.877 E +(GUMENT)180 669.6 Q F0 -.25(va)3.604 G 3.854(riable. If).25 F 1.354 +(there w)3.854 F 1.354(as no ar)-.1 F 1.354(gument, that v)-.18 F 1.354 +(ariable is not set.)-.25 F 1.355(If the e)6.355 F -.15(xe)-.15 G(cuted) +.15 E .344(command changes the v)180 681.6 R .344(alue of an)-.25 F +2.843(yo)-.15 G(f)-2.843 E F3(READLINE_LINE)2.843 E/F4 9/Times-Roman@0 +SF(,)A F3(READLINE_POINT)2.593 E F4(,)A F0(or)2.593 E F3(READ-)2.843 E (LINE_MARK)180 693.6 Q F4(,)A F0(those ne)2.25 E 2.5(wv)-.25 G (alues will be re\215ected in the editing state.)-2.75 E F2144 -705.6 Q F0 .83(List all k)180 705.6 R 1.13 -.15(ey s)-.1 H .829 +705.6 Q F0 .829(List all k)180 705.6 R 1.129 -.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 717.6 Q(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(59)185.545 E 0 -Cg EP +72 768 Q(2021 December 26)136.795 E(59)185.955 E 0 Cg EP %%Page: 60 60 %%BeginPageSetup BP @@ -7305,147 +7295,146 @@ BP 84 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 10 /Times-Bold@0 SF(br)108 100.8 Q(eak)-.18 E F0([)2.5 E/F2 10 -/Times-Italic@0 SF(n)A F0(])A .054(Exit from within a)144 112.8 R F1 --.25(fo)2.554 G(r).25 E F0(,)A F1(while)2.554 E F0(,)A F1(until)2.555 E +/Times-Italic@0 SF(n)A F0(])A .055(Exit from within a)144 112.8 R F1 +-.25(fo)2.555 G(r).25 E F0(,)A F1(while)2.555 E F0(,)A F1(until)2.555 E F0 2.555(,o)C(r)-2.555 E F1(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/F3 -10/Symbol SF2.555 E F0(1.)2.555 E(If)144 124.8 Q F2(n)3.075 E F0 +2.555 E -.15(ve)-.25 G(ls.).15 E F2(n)5.414 E F0 .054(must be)2.794 F/F3 +10/Symbol SF2.554 E F0(1.)2.554 E(If)144 124.8 Q F2(n)3.074 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 + are e)2.954 F 2.715(xited. The)-.15 F .215(return v)2.715 F(alue)-.25 E (is 0 unless)144 136.8 Q F2(n)2.5 E F0 (is not greater than or equal to 1.)2.5 E F1 -.2(bu)108 153.6 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 165.6 Q .77(ecute the speci\214ed shell b)-.15 F .77 +(])A(Ex)144 165.6 Q .771(ecute the speci\214ed shell b)-.15 F .771 (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 +.771(nd return its e)-3.271 F .77(xit status.)-.15 F .77(This is useful) +5.77 F .615 (when de\214ning a function whose name is the same as a shell b)144 -177.6 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144 +177.6 R .616(uiltin, retaining the functionality of)-.2 F .57(the b)144 189.6 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 201.6 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 218.4 Q F0([)2.5 E F2 -.2(ex)C(pr) -.2 E F0(])A .254(Returns the conte)144 230.4 R .254(xt of an)-.15 F +.2 E F0(])A .253(Returns the conte)144 230.4 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 242.4 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 +.254(cuted with the).15 F F1(.)2.754 E F0(or)2.754 E F1(sour)144 242.4 Q +(ce)-.18 E F0 -.2(bu)2.825 G 2.825(iltins\). W).2 F(ithout)-.4 E F2 -.2 +(ex)2.825 G(pr).2 E F0(,)A F1(caller)2.825 E F0 .324 (displays the line number and source \214lename of the current)2.824 F -.254(subroutine call.)144 254.4 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\ +.253(subroutine call.)144 254.4 R .253(If a non-ne)5.253 F -.05(ga)-.15 +G(ti).05 E .553 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15 +F F2 -.2(ex)2.753 G(pr).2 E F0(,)A F1(caller)2.753 E F0 .254 +(displays the line number)2.754 F 2.754(,s)-.4 G(ub-)-2.754 E 1.327(rou\ tine name, and source \214le corresponding to that position in the curr\ -ent e)144 266.4 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001 -(This e)144 278.4 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 290.4 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 302.4 Q +ent e)144 266.4 R -.15(xe)-.15 G 1.327(cution call stack.).15 F(This e) +144 278.4 Q(xtra information may be used, for e)-.15 E .001 +(xample, to print a stack trace.)-.15 F .001(The current frame is frame) +5.001 F 3.02(0. The)144 290.4 R .52(return v)3.02 F .52 +(alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .519 +(cuting a subroutine call or).15 F F2 -.2(ex)3.019 G(pr).2 E F0 .519 +(does not corre-)3.019 F(spond to a v)144 302.4 Q (alid position in the call stack.)-.25 E F1(cd)108 319.2 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 331.2 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/F4 9 -/Times-Bold@0 SF(HOME)2.821 E F0 .321(shell v)2.571 F .321(ariable is) --.25 F .929(the def)144 343.2 R 3.429(ault. The)-.1 F -.25(va)3.429 G -(riable).25 E F4(CDP)3.429 E -.855(AT)-.666 G(H).855 E F0 .93 -(de\214nes the search path for the directory containing)3.179 F F2(dir) -3.78 E F0 3.43(:e).73 G(ach)-3.43 E .407(directory name in)144 355.2 R -F4(CDP)2.907 E -.855(AT)-.666 G(H).855 E F0 .407(is searched for)2.657 F -F2(dir)2.907 E F0 5.407(.A)C(lternati)-5.407 E .707 -.15(ve d)-.25 H +(dir)A F0(])A .321(Change the current directory to)144 331.2 R F2(dir) +2.821 E F0 5.321(.i)C(f)-5.321 E F2(dir)2.821 E F0 .322 +(is not supplied, the v)2.821 F .322(alue of the)-.25 F/F4 9 +/Times-Bold@0 SF(HOME)2.822 E F0 .322(shell v)2.572 F .322(ariable is) +-.25 F .93(the def)144 343.2 R 3.43(ault. The)-.1 F -.25(va)3.43 G +(riable).25 E F4(CDP)3.43 E -.855(AT)-.666 G(H).855 E F0 .929 +(de\214nes the search path for the directory containing)3.18 F F2(dir) +3.779 E F0 3.429(:e).73 G(ach)-3.429 E .406(directory name in)144 355.2 +R F4(CDP)2.907 E -.855(AT)-.666 G(H).855 E F0 .407(is searched for)2.657 +F F2(dir)2.907 E F0 5.407(.A)C(lternati)-5.407 E .707 -.15(ve d)-.25 H .407(irectory names in).15 F F4(CDP)2.907 E -.855(AT)-.666 G(H).855 E F0 -.406(are sepa-)2.656 F .799(rated by a colon \(:\).)144 367.2 R 3.299 +.407(are sepa-)2.657 F .799(rated by a colon \(:\).)144 367.2 R 3.299 (An)5.799 G .799(ull directory name in)-3.299 F F4(CDP)3.299 E -.855(AT) -.666 G(H).855 E F0 .799(is the same as the current directory)3.049 F -3.3(,i)-.65 G(.e.,)-3.3 E -.74(``)144 379.2 S F1(.).74 E F0 -.74('')C -5.428(.I).74 G(f)-5.428 E F2(dir)3.278 E F0(be)3.658 E .428 +3.299(,i)-.65 G(.e.,)-3.299 E -.74(``)144 379.2 S F1(.).74 E F0 -.74('') +C 5.427(.I).74 G(f)-5.427 E F2(dir)3.277 E F0(be)3.657 E .427 (gins with a slash \(/\), then)-.15 F F4(CDP)2.928 E -.855(AT)-.666 G(H) -.855 E F0 .428(is not used.)2.678 F(The)5.428 E F12.927 E F0 .427 -(option causes)2.927 F F1(cd)2.927 E F0 .427(to use the)2.927 F(ph)144 -391.2 Q .167 +.855 E F0 .428(is not used.)2.678 F(The)5.428 E F12.928 E F0 .428 +(option causes)2.928 F F1(cd)2.928 E F0 .428(to use the)2.928 F(ph)144 +391.2 Q .168 (ysical directory structure by resolving symbolic links while tra)-.05 F --.15(ve)-.2 G(rsing).15 E F2(dir)2.668 E F0 .168(and before processing) -2.668 F 1.225(instances of)144 403.2 R F2(..)3.725 E F0(in)3.725 E F2 +-.15(ve)-.2 G(rsing).15 E F2(dir)2.667 E F0 .167(and before processing) +2.667 F 1.225(instances of)144 403.2 R F2(..)3.725 E F0(in)3.725 E F2 (dir)3.725 E F0 1.225(\(see also the)3.725 F F13.725 E F0 1.225 (option to the)3.725 F F1(set)3.725 E F0 -.2(bu)3.725 G 1.225 (iltin command\); the).2 F F13.725 E F0 1.225(option forces)3.725 -F .411(symbolic links to be follo)144 415.2 R .411 +F .412(symbolic links to be follo)144 415.2 R .411 (wed by resolving the link after processing instances of)-.25 F F2(..) 2.911 E F0(in)2.911 E F2(dir)2.911 E F0 5.411(.I)C(f)-5.411 E F2(..) -2.912 E F0(ap-)2.912 E .341(pears in)144 427.2 R F2(dir)2.841 E F0 2.841 -(,i)C 2.841(ti)-2.841 G 2.841(sp)-2.841 G .341(rocessed by remo)-2.841 F -.341(ving the immediately pre)-.15 F .34(vious pathname component from) --.25 F F2(dir)2.84 E F0(,)A .175(back to a slash or the be)144 439.2 R -.175(ginning of)-.15 F F2(dir)2.675 E F0 5.175(.I)C 2.675(ft)-5.175 G -(he)-2.675 E F12.676 E F0 .176(option is supplied with)2.676 F F1 -2.676 E F0 2.676(,a)C .176(nd the current w)-2.676 F(ork-)-.1 E +2.911 E F0(ap-)2.911 E .34(pears in)144 427.2 R F2(dir)2.84 E F0 2.84 +(,i)C 2.84(ti)-2.84 G 2.841(sp)-2.84 G .341(rocessed by remo)-2.841 F +.341(ving the immediately pre)-.15 F .341(vious pathname component from) +-.25 F F2(dir)2.841 E F0(,)A .176(back to a slash or the be)144 439.2 R +.176(ginning of)-.15 F F2(dir)2.676 E F0 5.176(.I)C 2.676(ft)-5.176 G +(he)-2.676 E F12.675 E F0 .175(option is supplied with)2.675 F F1 +2.675 E F0 2.675(,a)C .175(nd the current w)-2.675 F(ork-)-.1 E .341(ing directory cannot be successfully determined after a successful\ - directory change,)144 451.2 R F1(cd)2.84 E F0 .34(will return)2.84 F -.356(an unsuccessful status.)144 463.2 R .356 -(On systems that support it, the)5.356 F F12.857 E F0 .357 -(option presents the e)2.857 F .357(xtended attrib)-.15 F(utes)-.2 E .07 -(associated with a \214le as a directory)144 475.2 R 5.07(.A)-.65 G -2.569(na)-5.07 G -.18(rg)-2.569 G .069(ument of).18 F F12.569 E F0 -.069(is con)2.569 F -.15(ve)-.4 G .069(rted to).15 F F4($OLDPWD)2.569 E -F0 .069(before the direc-)2.319 F .306(tory change is attempted.)144 -487.2 R .306(If a non-empty directory name from)5.306 F F4(CDP)2.806 E --.855(AT)-.666 G(H).855 E F0 .306(is used, or if)2.556 F F12.807 E -F0 .307(is the \214rst)2.807 F(ar)144 499.2 Q .116(gument, and the dire\ -ctory change is successful, the absolute pathname of the ne)-.18 F 2.615 -(ww)-.25 G .115(orking direc-)-2.715 F .15 + directory change,)144 451.2 R F1(cd)2.841 E F0 .341(will return)2.841 F +.357(an unsuccessful status.)144 463.2 R .357 +(On systems that support it, the)5.357 F F12.856 E F0 .356 +(option presents the e)2.856 F .356(xtended attrib)-.15 F(utes)-.2 E +.069(associated with a \214le as a directory)144 475.2 R 5.069(.A)-.65 G +2.569(na)-5.069 G -.18(rg)-2.569 G .069(ument of).18 F F12.569 E F0 +.07(is con)2.57 F -.15(ve)-.4 G .07(rted to).15 F F4($OLDPWD)2.57 E F0 +.07(before the direc-)2.32 F .307(tory change is attempted.)144 487.2 R +.306(If a non-empty directory name from)5.307 F F4(CDP)2.806 E -.855(AT) +-.666 G(H).855 E F0 .306(is used, or if)2.556 F F12.806 E F0 .306 +(is the \214rst)2.806 F(ar)144 499.2 Q .116(gument, and the directory c\ +hange is successful, the absolute pathname of the ne)-.18 F 2.616(ww) +-.25 G .116(orking direc-)-2.716 F .15 (tory is written to the standard output.)144 511.2 R .15 (If the directory change is successful,)5.15 F F1(cd)2.65 E F0 .15 -(sets the v)2.65 F .15(alue of the)-.25 F F1(PWD)144 523.2 Q F0(en)2.958 -E .458(vironment v)-.4 F .458(ariable to the ne)-.25 F 2.958(wd)-.25 G -.458(irectory name, and sets the)-2.958 F F1(OLDPWD)2.957 E F0(en)2.957 -E .457(vironment v)-.4 F(ari-)-.25 E .125(able to the v)144 535.2 R .125 +(sets the v)2.65 F .15(alue of the)-.25 F F1(PWD)144 523.2 Q F0(en)2.957 +E .457(vironment v)-.4 F .457(ariable to the ne)-.25 F 2.958(wd)-.25 G +.458(irectory name, and sets the)-2.958 F F1(OLDPWD)2.958 E F0(en)2.958 +E .458(vironment v)-.4 F(ari-)-.25 E .126(able to the v)144 535.2 R .126 (alue of the current w)-.25 F .126(orking directory before the change.) --.1 F .126(The return v)5.126 F .126(alue is true if the)-.25 F +-.1 F .125(The return v)5.125 F .125(alue is true if the)-.25 F (directory w)144 547.2 Q(as successfully changed; f)-.1 E (alse otherwise.)-.1 E F1(command)108 564 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 -576 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 588 R F4 --.666(PA)3.001 G(TH)-.189 E F0 .502(are e)2.751 F -.15(xe)-.15 G 3.002 +576 Q F2(command)2.764 E F0(with)3.334 E F2(ar)2.894 E(gs)-.37 E F0 .065 +(suppressing the normal shell function lookup.)2.834 F .065(Only b)5.065 +F .065(uiltin commands or)-.2 F .502(commands found in the)144 588 R F4 +-.666(PA)3.002 G(TH)-.189 E F0 .502(are e)2.752 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 600 R .4(ault v)-.1 F .4(alue for) --.25 F F4 -.666(PA)2.9 G(TH)-.189 E F0 .399 +F -.15(ve)-.25 G .501(n, the search for).15 F F2(command)3.201 E F0(is) +3.771 E .399(performed using a def)144 600 R .399(ault v)-.1 F .399 +(alue for)-.25 F F4 -.666(PA)2.899 G(TH)-.189 E F0 .4 (that is guaranteed to \214nd all of the standard utilities.)2.649 F(If) -5.399 E .174(either the)144 612 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 624 S .818(ingle w)-3.318 F .817 +5.4 E .175(either the)144 612 R F12.675 E F0(or)2.675 E F1 +2.675 E F0 .175(option is supplied, a description of)2.675 F F2(command) +2.875 E F0 .174(is printed.)3.445 F(The)5.174 E F12.674 E F0 .174 +(option causes)2.674 F 3.317(as)144 624 S .817(ingle w)-3.317 F .817 (ord indicating the command or \214lename used to in)-.1 F -.2(vo)-.4 G --.1(ke).2 G F2(command)3.617 E F0 .817(to be displayed; the)4.087 F F1 -144 636 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 648 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 +-.1(ke).2 G F2(command)3.618 E F0 .818(to be displayed; the)4.088 F F1 +144 636 Q F0 .25(option produces a more v)2.75 F .25 +(erbose description.)-.15 F .249(If the)5.25 F F12.749 E F0(or) +2.749 E F12.749 E F0 .249(option is supplied, the e)2.749 F .249 +(xit status)-.15 F 1.004(is 0 if)144 648 R F2(command)3.704 E F0 -.1(wa) +4.274 G 3.504(sf).1 G 1.005(ound, and 1 if not.)-3.504 F 1.005 (If neither option is supplied and an error occurred or)6.005 F F2 -(command)144.2 660 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 672 S +(command)144.2 660 Q F0 1.599(cannot be found, the e)4.869 F 1.599 +(xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.598 +(xit status of the)-.15 F F1(command)4.098 E F0 -.2(bu)144 672 S (iltin is the e).2 E(xit status of)-.15 E F2(command)2.7 E F0(.).77 E F1 (compgen)108 688.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 700.8 R +-.37 E F0(])A .012(Generate possible completion matches for)144 700.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 712.8 R F1(complete)3.481 E F0 -.2(bu)3.481 G .981 +E F0 .013(s, which may be an)B 2.513(yo)-.15 G(ption)-2.513 E .982 +(accepted by the)144 712.8 R F1(complete)3.482 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 2.787(standard output.)144 724.8 R 2.787(When using the)7.787 F -F15.287 E F0(or)5.287 E F15.287 E F0 2.787(options, the v) -5.287 F 2.786(arious shell v)-.25 F 2.786(ariables set by the)-.25 F -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(60)185.545 E 0 Cg EP +3.481 E F13.481 E F0 3.481(,a)C .981(nd write the matches to the) +-3.481 F 2.786(standard output.)144 724.8 R 2.786(When using the)7.786 F +F15.286 E F0(or)5.287 E F15.287 E F0 2.787(options, the v) +5.287 F 2.787(arious shell v)-.25 F 2.787(ariables set by the)-.25 F +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(60)185.955 E 0 Cg EP %%Page: 61 61 %%BeginPageSetup BP @@ -7471,20 +7460,20 @@ F0 2.5(][)C F2-2.5 E F1(comp-option)2.5 E F0 2.5(][)C F2(\255DEI) 2.5 E F0 2.5(][)C F2-2.5 E F1(pr)2.5 E(e\214x)-.37 E F0 2.5(][)C F2-2.5 E F1(suf)2.5 E<8c78>-.18 E F0(])A F1(name)2.5 E F0([)2.5 E F1(name ...)A F0(])A F2(complete \255pr)108 196.8 Q F0([)2.5 E F2 -(\255DEI)A F0 2.5(][)C F1(name)-2.5 E F0(...])2.5 E .633(Specify ho)144 -208.8 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633(uments to each).18 F F1 -(name)3.133 E F0 .633(should be completed.)3.133 F .634(If the)5.634 F -F23.134 E F0 .634(option is supplied, or if no)3.134 F .14 +(\255DEI)A F0 2.5(][)C F1(name)-2.5 E F0(...])2.5 E .634(Specify ho)144 +208.8 R 3.134(wa)-.25 G -.18(rg)-3.134 G .634(uments to each).18 F F1 +(name)3.134 E F0 .634(should be completed.)3.134 F .633(If the)5.634 F +F23.133 E F0 .633(option is supplied, or if no)3.133 F .139 (options are supplied, e)144 220.8 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 +(xisting completion speci\214cations are printed in a w)-.15 F .14 +(ay that allo)-.1 F .14(ws them to be)-.25 F .31(reused as input.)144 232.8 R(The)5.31 E F22.81 E F0 .31(option remo)2.81 F -.15(ve)-.15 G 2.81(sac).15 G .31(ompletion speci\214cation for each)-2.81 F F1(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 F1 -(name)2.81 E F0(s)A 1.208 -(are supplied, all completion speci\214cations.)144 244.8 R(The)6.208 E -F23.708 E F0 1.207(option indicates that other supplied options) -3.707 F .5(and actions should apply to the `)144 256.8 R(`def)-.74 E +(name)2.81 E F0(s)A 1.207 +(are supplied, all completion speci\214cations.)144 244.8 R(The)6.207 E +F23.707 E F0 1.208(option indicates that other supplied options) +3.708 F .5(and actions should apply to the `)144 256.8 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 268.8 S .955(ommand for which no completion has pre)-3.455 F .955 @@ -7492,57 +7481,57 @@ F23.708 E F0 1.207(option indicates that other supplied options) (option indicates that)3.455 F .876 (other supplied options and actions should apply to `)144 280.8 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 292.8 R(The)5.447 E -F22.947 E F0 .447 +-3.376 F .447(pletion attempted on a blank line.)144 292.8 R(The)5.447 E +F22.947 E F0 .448 (option indicates that other supplied options and actions)2.947 F .123 (should apply to completion on the initial non-assignment w)144 304.8 R -.123(ord on the line, or after a command de-)-.1 F 1.021 -(limiter such as)144 316.8 R F2(;)3.521 E F0(or)3.521 E F2(|)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 328.8 R F2 -3.207 E F0 .707(option tak)3.207 F .707(es precedence o)-.1 F -.15 +.123(ord on the line, or after a command de-)-.1 F 1.02(limiter such as) +144 316.8 R F2(;)3.52 E F0(or)3.52 E F2(|)3.52 E F0 3.52(,w)C 1.021 +(hich is usually command name completion.)-3.52 F 1.021 +(If multiple options are sup-)6.021 F .708(plied, the)144 328.8 R F2 +3.208 E F0 .708(option tak)3.208 F .708(es precedence o)-.1 F -.15 (ve)-.15 G(r).15 E F23.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 F2 -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 F23.208 E F0(,)A F2144 340.8 Q F0 2.604(,o)C(r) --2.604 E F22.604 E F0 .103(are supplied, an)2.603 F 2.603(yo)-.15 +F 3.208(ep)-.1 G .707(recedence o)-3.208 F -.15(ve)-.15 G(r).15 E F2 +3.207 E F0 5.707(.I)C 3.207(fa)-5.707 G 1.007 -.15(ny o)-3.207 H +(f).15 E F23.207 E F0(,)A F2144 340.8 Q F0 2.603(,o)C(r) +-2.603 E F22.603 E F0 .103(are supplied, an)2.603 F 2.603(yo)-.15 G(ther)-2.603 E F1(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 352.8 Q .152 +(case speci\214ed by the option.)144 352.8 Q .153 (The process of applying these completion speci\214cations when w)144 -376.8 R .153(ord completion is attempted is de-)-.1 F(scribed abo)144 +376.8 R .152(ord completion is attempted is de-)-.1 F(scribed abo)144 388.8 Q .3 -.15(ve u)-.15 H(nder).15 E F2(Pr)2.5 E -(ogrammable Completion)-.18 E F0(.)A .556 -(Other options, if speci\214ed, ha)144 412.8 R .856 -.15(ve t)-.2 H .555 +(ogrammable Completion)-.18 E F0(.)A .555 +(Other options, if speci\214ed, ha)144 412.8 R .855 -.15(ve t)-.2 H .555 (he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F .555 -(guments to the)-.18 F F23.055 E F0(,)A F23.055 E F0 3.055 -(,a)C(nd)-3.055 E F23.055 E F0 .722(options \(and, if necessary) -144 424.8 R 3.222(,t)-.65 G(he)-3.222 E F23.222 E F0(and)3.222 E -F23.222 E F0 .723 -(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E +(guments to the)-.18 F F23.056 E F0(,)A F23.056 E F0 3.056 +(,a)C(nd)-3.056 E F23.056 E F0 .723(options \(and, if necessary) +144 424.8 R 3.223(,t)-.65 G(he)-3.223 E F23.223 E F0(and)3.223 E +F23.223 E F0 .722 +(options\) should be quoted to protect them from e)3.223 F(xpan-)-.15 E (sion before the)144 436.8 Q F2(complete)2.5 E F0 -.2(bu)2.5 G (iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2144 448.8 Q -F1(comp-option)2.5 E F0(The)184 460.8 Q F1(comp-option)2.791 E F0 .291 +F1(comp-option)2.5 E F0(The)184 460.8 Q F1(comp-option)2.79 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 472.8 Q F1 (comp-option)5 E F0(may be one of:)2.5 E F2(bashdefault)184 484.8 Q F0 .281(Perform the rest of the def)224 496.8 R(ault)-.1 E F2(bash)2.781 E F0 .281(completions if the compspec generates no)2.781 F(matches.)224 -508.8 Q F2(default)184 520.8 Q F0 2.876(Use readline')224 520.8 R 5.376 -(sd)-.55 G(ef)-5.376 E 2.875 +508.8 Q F2(default)184 520.8 Q F0 2.875(Use readline')224 520.8 R 5.375 +(sd)-.55 G(ef)-5.375 E 2.876 (ault \214lename completion if the compspec generates no)-.1 F(matches.) 224 532.8 Q F2(dir)184 544.8 Q(names)-.15 E F0(Perform directory name c\ ompletion if the compspec generates no matches.)224 556.8 Q F2 (\214lenames)184 568.8 Q F0 -.7(Te)224 580.8 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 592.8 R +e compspec generates \214lenames, so it can perform an).7 F 2.636<798c> +-.15 G(le-)-2.636 E .134(name\255speci\214c processing \(lik)224 592.8 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 604.8 R .45(Intended to be used with shell)5.45 F(functions.)224 616.8 Q F2(noquote)184 628.8 Q F0 -.7(Te)224 628.8 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 +3.314(ya)-.15 G .815(re \214lenames \(quoting)-3.314 F (\214lenames is the def)224 640.8 Q(ault\).)-.1 E F2(nosort)184 652.8 Q F0 -.7(Te)224 652.8 S(ll readline not to sort the list of possible comp\ letions alphabetically).7 E(.)-.65 E F2(nospace)184 664.8 Q F0 -.7(Te) @@ -7551,10 +7540,10 @@ letions alphabetically).7 E(.)-.65 E F2(nospace)184 664.8 Q F0 -.7(Te) 676.8 Q F2(plusdirs)184 688.8 Q F0 1.985(After an)224 688.8 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 700.8 R 3.084(ym)-.15 G .584 +.584(completion is attempted and an)224 700.8 R 3.084(ym)-.15 G .584 (atches are added to the results of the other)-3.084 F(actions.)224 -712.8 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(61)185.545 E 0 Cg EP +712.8 Q(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(61)185.955 E 0 +Cg EP %%Page: 62 62 %%BeginPageSetup BP @@ -7602,167 +7591,167 @@ E F0(option to the)2.5 E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1 (May also be speci\214ed as)5 E F12.5 E F0(.)A F1 -.1(va)184 480 S (riable).1 E F0(Names of all shell v)224 480 Q 2.5(ariables. May)-.25 F (also be speci\214ed as)2.5 E F12.5 E F0(.)A F1144 492 Q F2 -(command)2.5 E(command)184 504 Q F0 1.056(is e)3.556 F -.15(xe)-.15 G -1.056(cuted in a subshell en).15 F 1.056 +(command)2.5 E(command)184 504 Q F0 1.055(is e)3.555 F -.15(xe)-.15 G +1.055(cuted in a subshell en).15 F 1.056 (vironment, and its output is used as the possible)-.4 F(completions.) -184 516 Q F1144 528 Q F2(function)2.5 E F0 .113 +184 516 Q F1144 528 Q F2(function)2.5 E F0 .114 (The shell function)184 540 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 552 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 +(vironment. When)-.4 F .113(the func-)2.613 F .816(tion is e)184 552 R +-.15(xe)-.15 G .816(cuted, the \214rst ar).15 F .816(gument \()-.18 F F1 +($1)A F0 3.316(\)i)C 3.316(st)-3.316 G .817 (he name of the command whose ar)-3.316 F(guments)-.18 E 1.407 (are being completed, the second ar)184 564 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 576 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 588 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) +(ord being completed, and the)-.1 F .103(third ar)184 576 R .103 +(gument \()-.18 F F1($3)A F0 2.603(\)i)C 2.603(st)-2.603 G .103(he w) +-2.603 F .104(ord preceding the w)-.1 F .104 +(ord being completed on the current com-)-.1 F .102(mand line.)184 588 R +.102(When it \214nishes, the possible completions are retrie)5.102 F +-.15(ve)-.25 G 2.601(df).15 G .101(rom the v)-2.601 F .101(alue of the) -.25 F F3(COMPREPL)184 600 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E -F1144 612 Q F2(globpat)2.5 E F0 1.008(The pathname e)184 624 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 636 Q +F1144 612 Q F2(globpat)2.5 E F0 1.007(The pathname e)184 624 R +1.007(xpansion pattern)-.15 F F2(globpat)3.507 E F0 1.007(is e)3.507 F +1.008(xpanded to generate the possible comple-)-.15 F(tions.)184 636 Q F1144 648 Q F2(pr)2.5 E(e\214x)-.37 E(pr)184 660 Q(e\214x)-.37 E -F0 .534(is added at the be)3.034 F .534 +F0 .535(is added at the be)3.035 F .534 (ginning of each possible completion after all other options ha)-.15 F -.15(ve)-.2 G(been applied.)184 672 Q F1144 684 Q F2(suf)2.5 E <8c78>-.18 E(suf)184 684 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 696 Q F2(wor)2.5 E -(dlist)-.37 E F0(The)184 708 Q F2(wor)3.64 E(dlist)-.37 E F0 1.14 -(is split using the characters in the)3.64 F F3(IFS)3.64 E F0 1.139 -(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F .98 -(each resultant w)184 720 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(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(62)185.545 E 0 Cg EP +(dlist)-.37 E F0(The)184 708 Q F2(wor)3.639 E(dlist)-.37 E F0 1.14 +(is split using the characters in the)3.639 F F3(IFS)3.64 E F0 1.14 +(special v)3.39 F 1.14(ariable as delimiters, and)-.25 F .981 +(each resultant w)184 720 R .981(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.48(,i)C 3.48(no)-3.48 G .98(rder to)-3.48 F(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(62)185.955 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(pro)184 84 Q .766 -(vide a mechanism for the w)-.15 F .765 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(pro)184 84 Q .765 +(vide a mechanism for the w)-.15 F .766 (ords to contain shell metacharacters or characters in the)-.1 F -.25 -(va)184 96 S 1.964(lue of).25 F/F1 9/Times-Bold@0 SF(IFS)4.464 E/F2 9 +(va)184 96 S 1.965(lue of).25 F/F1 9/Times-Bold@0 SF(IFS)4.465 E/F2 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 108 Q(ord being completed.)-.1 E/F3 10 +6.465 F(match the w)184 108 Q(ord being completed.)-.1 E/F3 10 /Times-Bold@0 SF144 120 Q/F4 10/Times-Italic@0 SF(\214lterpat)2.5 -E(\214lterpat)184 132 Q F0 .456(is a pattern as used for pathname e) -2.956 F 2.956(xpansion. It)-.15 F .455 +E(\214lterpat)184 132 Q F0 .455(is a pattern as used for pathname e) +2.955 F 2.956(xpansion. It)-.15 F .456 (is applied to the list of possible)2.956 F 1.596 (completions generated by the preceding options and ar)184 144 R 1.596 (guments, and each completion)-.18 F(matching)184 156 Q F4(\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 F3(!)3.204 E F0 -(in)3.204 E F4(\214lterpat)3.204 E F0(ne)3.204 E -.05(ga)-.15 G .704 +3.204 E F0 .704(is remo)3.204 F -.15(ve)-.15 G 3.204(df).15 G .704 +(rom the list.)-3.204 F 3.204(Al)5.704 G(eading)-3.204 E F3(!)3.204 E F0 +(in)3.204 E F4(\214lterpat)3.205 E F0(ne)3.205 E -.05(ga)-.15 G .705 (tes the pattern;).05 F(in this case, an)184 168 Q 2.5(yc)-.15 G (ompletion not matching)-2.5 E F4(\214lterpat)2.5 E F0(is remo)2.5 E --.15(ve)-.15 G(d.).15 E .466(The return v)144 184.8 R .466 +-.15(ve)-.15 G(d.).15 E .467(The return v)144 184.8 R .467 (alue is true unless an in)-.25 F -.25(va)-.4 G .466 -(lid option is supplied, an option other than).25 F F32.967 E F0 -(or)2.967 E F32.967 E F0 .467(is sup-)2.967 F 1.362 -(plied without a)144 196.8 R F4(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 F4(name)144 208.8 Q F0 +(lid option is supplied, an option other than).25 F F32.966 E F0 +(or)2.966 E F32.966 E F0 .466(is sup-)2.966 F 1.361 +(plied without a)144 196.8 R F4(name)3.861 E F0(ar)3.861 E 1.361 +(gument, an attempt is made to remo)-.18 F 1.662 -.15(ve a c)-.15 H +1.362(ompletion speci\214cation for a).15 F F4(name)144 208.8 Q F0 (for which no speci\214cation e)2.5 E (xists, or an error occurs adding a completion speci\214cation.)-.15 E F3(compopt)108 225.6 Q F0([)2.5 E F3A F4(option)2.5 E F0 2.5(][)C F3(\255DEI)-2.5 E F0 2.5(][)C F3(+o)-2.5 E F4(option)2.5 E F0 2.5(][)C F4(name)-2.5 E F0(])A .447(Modify completion options for each)144 237.6 R F4(name)2.947 E F0 .447(according to the)2.947 F F4(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 249.6 R F4(name)3.226 E F0 3.226(sa)C .726 -(re supplied.)-3.226 F .725(If no)5.725 F F4(option)3.225 E F0 3.225(sa) -C .725(re gi)-3.225 F -.15(ve)-.25 G .725 +.447(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725 +(completion if no)144 249.6 R F4(name)3.225 E F0 3.225(sa)C .725 +(re supplied.)-3.225 F .725(If no)5.725 F F4(option)3.225 E F0 3.225(sa) +C .725(re gi)-3.225 F -.15(ve)-.25 G .726 (n, display the completion options for).15 F(each)144 261.6 Q F4(name) -3.223 E F0 .723(or the current completion.)3.223 F .724(The possible v) +3.224 E F0 .724(or the current completion.)3.224 F .724(The possible v) 5.724 F .724(alues of)-.25 F F4(option)3.224 E F0 .724(are those v)3.224 -F .724(alid for the)-.25 F F3(com-)3.224 E(plete)144 273.6 Q F0 -.2(bu) -2.678 G .178(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he) +F .723(alid for the)-.25 F F3(com-)3.223 E(plete)144 273.6 Q F0 -.2(bu) +2.677 G .177(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he) -5.178 E F32.678 E F0 .178 (option indicates that other supplied options should apply to)2.678 F -1.227(the `)144 285.6 R(`def)-.74 E(ault')-.1 E 3.727('c)-.74 G 1.228(o\ +1.228(the `)144 285.6 R(`def)-.74 E(ault')-.1 E 3.728('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 297.6 R 2.039 -(viously been de\214ned.)-.25 F(The)7.038 E F34.538 E F0 2.038 -(option indicates that other supplied options)4.538 F 1.538 -(should apply to `)144 309.6 R(`empty')-.74 E 4.038('c)-.74 G 1.539 +no)-3.728 F 2.038(completion has pre)144 297.6 R 2.038 +(viously been de\214ned.)-.25 F(The)7.038 E F34.538 E F0 2.039 +(option indicates that other supplied options)4.538 F 1.539 +(should apply to `)144 309.6 R(`empty')-.74 E 4.039('c)-.74 G 1.538 (ommand completion; that is, completion attempted on a blank line.) --4.038 F(The)144 321.6 Q F33.02 E F0 .52(option indicates that ot\ +-4.039 F(The)144 321.6 Q F33.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 333.6 R .868 +F .868(assignment w)144 333.6 R .868 (ord on the line, or after a command delimiter such as)-.1 F F3(;)3.368 -E F0(or)3.368 E F3(|)3.368 E F0 3.368(,w)C .868(hich is usually com-) --3.368 F(mand name completion.)144 345.6 Q .432(The return v)144 369.6 R +E F0(or)3.368 E F3(|)3.368 E F0 3.367(,w)C .867(hich is usually com-) +-3.367 F(mand name completion.)144 345.6 Q .431(The return v)144 369.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 381.6 Q F4(name)2.5 E F0 (for which no completion speci\214cation e)2.5 E (xists, or an output error occurs.)-.15 E F3(continue)108 398.4 Q F0([) -2.5 E F4(n)A F0(])A .85(Resume the ne)144 410.4 R .85 -(xt iteration of the enclosing)-.15 F F3 -.25(fo)3.35 G(r).25 E F0(,)A +2.5 E F4(n)A F0(])A .851(Resume the ne)144 410.4 R .851 +(xt iteration of the enclosing)-.15 F F3 -.25(fo)3.351 G(r).25 E F0(,)A F3(while)3.351 E F0(,)A F3(until)3.351 E F0 3.351(,o)C(r)-3.351 E F3 -(select)3.351 E F0 3.351(loop. If)3.351 F F4(n)3.711 E F0 .851 -(is speci\214ed, re-)3.591 F .204(sume at the)144 422.4 R F4(n)2.704 E -F0 .204(th enclosing loop.)B F4(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 F4(n)3.063 E F0 .203 -(is greater than the number of enclosing loops,)2.943 F 1.183 +(select)3.35 E F0 3.35(loop. If)3.35 F F4(n)3.71 E F0 .85 +(is speci\214ed, re-)3.59 F .203(sume at the)144 422.4 R F4(n)2.703 E F0 +.203(th enclosing loop.)B F4(n)5.563 E F0 .203(must be)2.943 F/F5 10 +/Symbol SF2.703 E F0 2.704(1. If)2.703 F F4(n)3.064 E F0 .204 +(is greater than the number of enclosing loops,)2.944 F 1.184 (the last enclosing loop \(the `)144 434.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 F4(n)3.684 E F0 -1.184(is not)3.684 F(greater than or equal to 1.)144 446.4 Q F3(declar) +G(l').15 E 3.684('l)-.74 G 1.184(oop\) is resumed.)-3.684 F 1.183 +(The return v)6.184 F 1.183(alue is 0 unless)-.25 F F4(n)3.683 E F0 +1.183(is not)3.683 F(greater than or equal to 1.)144 446.4 Q F3(declar) 108 463.2 Q(e)-.18 E F0([)2.5 E F3(\255aAfFgiIlnrtux)A F0 2.5(][)C F3 -2.5 E F0 2.5(][)C F4(name)-2.5 E F0([=)A F4(value)A F0 2.5(].)C (..])-2.5 E F3(typeset)108 475.2 Q F0([)2.5 E F3(\255aAfFgiIlnrtux)A F0 2.5(][)C F3-2.5 E F0 2.5(][)C F4(name)-2.5 E F0([=)A F4(value)A F0 -2.5(].)C(..])-2.5 E 1.265(Declare v)144 487.2 R 1.265 -(ariables and/or gi)-.25 F 1.565 -.15(ve t)-.25 H 1.265(hem attrib).15 F +2.5(].)C(..])-2.5 E 1.264(Declare v)144 487.2 R 1.264 +(ariables and/or gi)-.25 F 1.564 -.15(ve t)-.25 H 1.264(hem attrib).15 F 3.765(utes. If)-.2 F(no)3.765 E F4(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 499.2 S 3.46(riables. The).25 +(re gi)-3.765 F -.15(ve)-.25 G 3.765(nt).15 G 1.265(hen display the v) +-3.765 F 1.265(alues of)-.25 F -.25(va)144 499.2 S 3.46(riables. The).25 F F33.46 E F0 .96(option will display the attrib)3.46 F .96 (utes and v)-.2 F .96(alues of each)-.25 F F4(name)3.82 E F0 5.96(.W).18 G(hen)-5.96 E F33.46 E F0 .96(is used)3.46 F(with)144 511.2 Q F4 -(name)2.775 E F0(ar)2.775 E .275 +(name)2.774 E F0(ar)2.774 E .274 (guments, additional options, other than)-.18 F F32.775 E F0(and) -2.775 E F32.775 E F0 2.775(,a)C .274(re ignored.)-2.775 F(When) -5.274 E F32.774 E F0 .274(is supplied)2.774 F(without)144 523.2 Q -F4(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 535.2 Q .38 +2.775 E F32.775 E F0 2.775(,a)C .275(re ignored.)-2.775 F(When) +5.275 E F32.775 E F0 .275(is supplied)2.775 F(without)144 523.2 Q +F4(name)3.79 E F0(ar)3.79 E 1.29(guments, it will display the attrib) +-.18 F 1.289(utes and v)-.2 F 1.289(alues of all v)-.25 F 1.289 +(ariables ha)-.25 F 1.289(ving the at-)-.2 F(trib)144 535.2 Q .38 (utes speci\214ed by the additional options.)-.2 F .38 (If no other options are supplied with)5.38 F F32.88 E F0(,)A F3 -(declar)2.88 E(e)-.18 E F0(will)2.88 E 1.106(display the attrib)144 -547.2 R 1.106(utes and v)-.2 F 1.106(alues of all shell v)-.25 F 3.606 -(ariables. The)-.25 F F33.606 E F0 1.107 -(option will restrict the display to)3.606 F .3(shell functions.)144 -559.2 R(The)5.3 E F32.8 E F0 .299(option inhibits the display of \ -function de\214nitions; only the function name)2.8 F 1.54(and attrib)144 -571.2 R 1.54(utes are printed.)-.2 F 1.54(If the)6.54 F F3(extdeb)4.04 E -(ug)-.2 E F0 1.54(shell option is enabled using)4.04 F F3(shopt)4.04 E -F0 4.04(,t)C 1.54(he source \214le)-4.04 F .648 +(declar)2.88 E(e)-.18 E F0(will)2.88 E 1.107(display the attrib)144 +547.2 R 1.107(utes and v)-.2 F 1.106(alues of all shell v)-.25 F 3.606 +(ariables. The)-.25 F F33.606 E F0 1.106 +(option will restrict the display to)3.606 F .299(shell functions.)144 +559.2 R(The)5.299 E F32.799 E F0 .299(option inhibits the display\ + of function de\214nitions; only the function name)2.799 F 1.54 +(and attrib)144 571.2 R 1.54(utes are printed.)-.2 F 1.54(If the)6.54 F +F3(extdeb)4.04 E(ug)-.2 E F0 1.54(shell option is enabled using)4.04 F +F3(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 583.2 R F4(name)3.148 E F0 .648 (is de\214ned are displayed as well.)3.148 F(The)5.648 E F33.148 E -F0 .648(option implies)3.148 F F3144 595.2 Q F0 5.836(.T)C(he) --5.836 E F33.336 E F0 .836(option forces v)3.336 F .837 +F0 .649(option implies)3.149 F F3144 595.2 Q F0 5.837(.T)C(he) +-5.837 E F33.337 E F0 .837(option forces v)3.337 F .836 (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 F3(de-)3.337 E(clar)144 607.2 Q -(e)-.18 E F0 .819(is e)3.319 F -.15(xe)-.15 G .819 +(ve)-.25 G 3.336(nw).15 G(hen)-3.336 E F3(de-)3.336 E(clar)144 607.2 Q +(e)-.18 E F0 .818(is e)3.318 F -.15(xe)-.15 G .818 (cuted in a shell function.).15 F .818 -(It is ignored in all other cases.)5.818 F(The)5.818 E F33.318 E -F0 .818(option causes local)3.318 F -.25(va)144 619.2 S .693 -(riables to inherit the attrib).25 F .693(utes \(e)-.2 F .693(xcept the) --.15 F F4(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 +(It is ignored in all other cases.)5.818 F(The)5.819 E F33.319 E +F0 .819(option causes local)3.319 F -.25(va)144 619.2 S .694 +(riables to inherit the attrib).25 F .694(utes \(e)-.2 F .694(xcept the) +-.15 F F4(namer)3.194 E(ef)-.37 E F0(attrib)3.194 E .693(ute\) and v)-.2 +F .693(alue of an)-.25 F 3.193(ye)-.15 G .693(xisting v)-3.343 F (ariable)-.25 E .82(with the same)144 631.2 R F4(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 643.2 R .379(The follo)5.379 F .379 -(wing options can be used to restrict output to v)-.25 F .38 +.38(initially unset.)144 643.2 R .38(The follo)5.38 F .379 +(wing options can be used to restrict output to v)-.25 F .379 (ariables with the speci\214ed)-.25 F(attrib)144 655.2 Q(ute or to gi) -.2 E .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F3144 667.2 Q F0(Each)180 667.2 Q F4(name)2.5 E F0(is an inde)2.5 E -.15(xe) @@ -7771,140 +7760,139 @@ F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F3144 679.2 Q F0(Each)180 679.2 Q F4(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 F3(Arrays)2.5 E F0(abo)2.5 E -.15(ve) -.15 G(\).).15 E F3144 691.2 Q F0(Use function names only)180 -691.2 Q(.)-.65 E F3144 703.2 Q F0 .558(The v)180 703.2 R .558 +691.2 Q(.)-.65 E F3144 703.2 Q F0 .557(The v)180 703.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 F1 .557(ARITHMETIC EV)3.058 F(ALU) +(va)-.25 G .558(luation \(see).25 F F1 .558(ARITHMETIC EV)3.058 F(ALU) -1.215 E(A-)-.54 E(TION)180 715.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(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(63)185.545 E 0 Cg EP +(2021 December 26)136.795 E(63)185.955 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/F1 10/Times-Bold@0 -SF144 84 Q F0 .909(When the v)180 84 R .909 +SF144 84 Q F0 .91(When the v)180 84 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) +(-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 96 R(upper)2.5 E(-case attrib)-.2 E -(ute is disabled.)-.2 E F1144 108 Q F0(Gi)180 108 Q 1.62 -.15 -(ve e)-.25 H(ach).15 E/F2 10/Times-Italic@0 SF(name)3.82 E F0(the)3.82 E -F2(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 +(ute is disabled.)-.2 E F1144 108 Q F0(Gi)180 108 Q 1.619 -.15 +(ve e)-.25 H(ach).15 E/F2 10/Times-Italic@0 SF(name)3.819 E F0(the)3.819 +E F2(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 120 R .478(ariable is de\214ned by the v)-.25 F .478 (alue of)-.25 F F2(name)2.978 E F0 5.478(.A)C .478 -(ll references, assignments, and at-)-5.478 F(trib)180 132 Q .782 -(ute modi\214cations to)-.2 F F2(name)3.282 E F0 3.282(,e)C .782 -(xcept those using or changing the)-3.432 F F13.281 E F0(attrib) -3.281 E .781(ute itself, are)-.2 F .808(performed on the v)180 144 R -.808(ariable referenced by)-.25 F F2(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 +(ll references, assignments, and at-)-5.478 F(trib)180 132 Q .781 +(ute modi\214cations to)-.2 F F2(name)3.281 E F0 3.281(,e)C .782 +(xcept those using or changing the)-3.431 F F13.282 E F0(attrib) +3.282 E .782(ute itself, are)-.2 F .809(performed on the v)180 144 R +.809(ariable referenced by)-.25 F F2(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 156 Q(ariables.)-.25 E F1144 168 Q F0 -(Mak)180 168 Q(e)-.1 E F2(name)3.655 E F0 3.655(sr)C(eadonly)-3.655 E +(Mak)180 168 Q(e)-.1 E F2(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.154(alues by subsequent as-)-.25 F(signment statements or unset.)180 -180 Q F1144 192 Q F0(Gi)180 192 Q .729 -.15(ve e)-.25 H(ach).15 E -F2(name)2.929 E F0(the)2.929 E F2(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 F1(DEB) -2.929 E(UG)-.1 E F0(and)2.93 E F1(RETURN)2.93 E F0 +1.155(alues by subsequent as-)-.25 F(signment statements or unset.)180 +180 Q F1144 192 Q F0(Gi)180 192 Q .73 -.15(ve e)-.25 H(ach).15 E +F2(name)2.93 E F0(the)2.929 E F2(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 F1(DEB)2.929 +E(UG)-.1 E F0(and)2.929 E F1(RETURN)2.929 E F0 (traps from the calling shell.)180 204 Q(The trace attrib)5 E (ute has no special meaning for v)-.2 E(ariables.)-.25 E F1144 216 -Q F0 .91(When the v)180 216 R .909(ariable is assigned a v)-.25 F .909 +Q F0 .909(When the v)180 216 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 228 R(lo) -2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F1144 -240 Q F0(Mark)180 240 Q F2(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 +(ve)-.4 G .91(rted to upper).15 F(-)-.2 E 2.5(case. The)180 228 R(lo)2.5 +E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F1144 240 Q +F0(Mark)180 240 Q F2(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 256.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 F1(+a)2.644 E F0(and)2.644 E F1(+A)2.644 E F0 -.144(may not)2.644 F .579(be used to destro)144 268.8 R 3.079(ya)-.1 G +(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 268.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 (will not remo)3.079 F .879 -.15(ve t)-.15 H .579(he readonly attrib).15 -F 3.079(ute. When)-.2 F .578(used in a)3.078 F(function,)144 280.8 Q F1 -(declar)3.543 E(e)-.18 E F0(and)3.543 E F1(typeset)3.543 E F0(mak)3.543 -E 3.543(ee)-.1 G(ach)-3.543 E F2(name)3.543 E F0 1.043 -(local, as with the)3.543 F F1(local)3.544 E F0 1.044 -(command, unless the)3.544 F F13.544 E F0 1.205 +F 3.079(ute. When)-.2 F .579(used in a)3.079 F(function,)144 280.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 292.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 (,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 304.8 Q F0 5.217(.W)C .217 -(hen using)-5.217 F F12.717 E F0(or)2.717 E F12.717 E F0 -.217(and the compound assignment syntax to create array v)2.717 F .218 +(ariable is set to)-.25 F F2(value)144 304.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 316.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 328.8 Q -.25(va)-.4 G .365(lid optio\ +(alue is 0 unless an)-.25 F(in)144 328.8 Q -.25(va)-.4 G .366(lid optio\ n is encountered, an attempt is made to de\214ne a function using).25 F -/F3 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 340.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 352.8 R 1.748 +/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 340.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 352.8 R 1.749 (ariable without using the compound assignment syntax \(see)-.25 F F1 -(Arrays)4.249 E F0(abo)4.249 E -.15(ve)-.15 G 1.749(\), one of the).15 F -F2(names)144 364.8 Q F0 .359(is not a v)2.859 F .359(alid shell v)-.25 F +(Arrays)4.248 E F0(abo)4.248 E -.15(ve)-.15 G 1.748(\), one of the).15 F +F2(names)144 364.8 Q F0 .359(is not a v)2.858 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.212(only v)144 376.8 R 1.213 +.359(eadonly status for a read-)-2.859 F 1.213(only v)144 376.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.213(ariable, or an attempt is) +(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 388.8 Q(xistent function with)-.15 E F12.5 E F0(.)A F1(dirs [\255clpv] [+)108 405.6 Q F2(n)A F1 2.5(][) -C-2.5 E F2(n)A F1(])A F0 -.4(Wi)144 417.6 S .329 +C-2.5 E F2(n)A F1(])A F0 -.4(Wi)144 417.6 S .328 (thout options, displays the list of currently remembered directories.) -.4 F .328(The def)5.328 F .328(ault display is on a)-.1 F 1.238 +.4 F .329(The def)5.329 F .329(ault display is on a)-.1 F 1.238 (single line with directory names separated by spaces.)144 429.6 R 1.238 (Directories are added to the list with the)6.238 F F1(pushd)144 441.6 Q -F0 .928(command; the)3.428 F F1(popd)3.428 E F0 .928(command remo)3.428 +F0 .927(command; the)3.427 F F1(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 453.6 S (ys the \214rst directory in the stack.).1 E F1144 465.6 Q F0 (Clears the directory stack by deleting all of the entries.)180 465.6 Q -F1144 477.6 Q F0 .881 -(Produces a listing using full pathnames; the def)180 477.6 R .882 +F1144 477.6 Q F0 .882 +(Produces a listing using full pathnames; the def)180 477.6 R .881 (ault listing format uses a tilde to denote)-.1 F(the home directory)180 489.6 Q(.)-.65 E F1144 501.6 Q F0 (Print the directory stack with one entry per line.)180 501.6 Q F1 -144 513.6 Q F0 .273(Print the directory stack with one entry per line, \ -pre\214xing each entry with its inde)180 513.6 R 2.772(xi)-.15 G 2.772 -(nt)-2.772 G(he)-2.772 E(stack.)180 525.6 Q F1(+)144 537.6 Q F2(n)A F0 -1.564(Displays the)180 537.6 R F2(n)4.064 E F0 1.565 -(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F1 -(dirs)4.065 E F0 1.565(when in)4.065 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E +144 513.6 Q F0 .272(Print the directory stack with one entry per line, \ +pre\214xing each entry with its inde)180 513.6 R 2.773(xi)-.15 G 2.773 +(nt)-2.773 G(he)-2.773 E(stack.)180 525.6 Q F1(+)144 537.6 Q F2(n)A F0 +1.565(Displays the)180 537.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 549.6 Q F1144 561.6 Q F2 (n)A F0 1.194(Displays the)180 561.6 R F2(n)3.694 E F0 1.194 (th entry counting from the right of the list sho)B 1.194(wn by)-.25 F F1(dirs)3.694 E F0 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E -(without options, starting with zero.)180 573.6 Q .257(The return v)144 +(without options, starting with zero.)180 573.6 Q .258(The return v)144 590.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) -.15 G 2.758(sb).15 G -.15(ey)-2.758 G .258(ond the end of the direc-) .15 F(tory stack.)144 602.4 Q F1(diso)108 619.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 631.2 S .122 +(... |)2.5 E F2(pid)2.5 E F0(... ])2.5 E -.4(Wi)144 631.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 .121(is not present, and)2.932 +2.622(obs. If).15 F F2(jobspec)4.362 E F0 .122(is not present, and)2.932 F .096(neither the)144 643.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 655.2 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/F4 9/Times-Bold@0 SF(SIGHUP)3.085 E F0 .585 +.15 F F2(jobspec)145.74 655.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 667.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.359(jobs; the)144 679.2 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 691.2 S(lue is 0 unless a).25 E F2 +H 3.462(rm).15 G .962(ark all)-3.462 F 1.358(jobs; the)144 679.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 691.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 -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(64)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(64)185.955 E 0 Cg EP %%Page: 65 65 %%BeginPageSetup BP @@ -7912,25 +7900,25 @@ 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(echo)108 84 Q F0([)2.5 E F1(\255neE)A F0 2.5(][)C/F2 10 -/Times-Italic@0 SF(ar)-2.5 E(g)-.37 E F0(...])2.5 E .424(Output the)144 -96 R F2(ar)2.924 E(g)-.37 E F0 .424(s, separated by spaces, follo)B .424 +/Times-Italic@0 SF(ar)-2.5 E(g)-.37 E F0(...])2.5 E .425(Output the)144 +96 R F2(ar)2.925 E(g)-.37 E F0 .424(s, separated by spaces, follo)B .424 (wed by a ne)-.25 F 2.924(wline. The)-.25 F .424 -(return status is 0 unless a write)2.924 F .308(error occurs.)144 108 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 F1 -2.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 120 R .198 +(return status is 0 unless a write)2.924 F .307(error occurs.)144 108 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 F1 +2.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 120 R .198 (wing backslash-escaped characters is enabled.)-.25 F(The)5.198 E F1 -2.698 E F0 .198(option disables the in-)2.698 F .067 +2.698 E F0 .197(option disables the in-)2.697 F .067 (terpretation of these escape characters, e)144 132 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 144 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 156 R(ault.)-.1 E F1(echo)5.659 E F0 .659 +(ya)-.15 G .067(re interpreted by def)-2.567 F 2.568(ault. The)-.1 F F1 +(xpg_echo)144 144 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 156 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.658 E F0(inter)3.158 E(-) +(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 168 Q(wing escape sequences:)-.25 E F1(\\a)144 180 Q F0(alert \(bell\))180 180 Q F1(\\b)144 192 Q F0(backspace)180 192 Q F1(\\c)144 204 Q F0(suppress further output)180 204 Q F1(\\e)144 216 Q @@ -7945,156 +7933,156 @@ Q F1(\\c)144 204 Q F0(suppress further output)180 204 Q F1(\\e)144 216 Q (the eight-bit character whose v)180 324 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 336 Q F2(HHHH)A F0 -1.506(the Unicode \(ISO/IEC 10646\) character whose v)180 348 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 360 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 -(\\U)144 372 Q F2(HHHHHHHH)A F0 .548 +1.507(the Unicode \(ISO/IEC 10646\) character whose v)180 348 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 360 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 +(\\U)144 372 Q F2(HHHHHHHH)A F0 .547 (the Unicode \(ISO/IEC 10646\) character whose v)180 384 R .547 -(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) -3.047 E(HHH)180 396 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\)) +(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) +3.048 E(HHH)180 396 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\)) -2.5 E F1(enable)108 412.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 .277(Enable and disable b)144 424.8 R +(][)C F2(name)-2.5 E F0(...])2.5 E .278(Enable and disable b)144 424.8 R .278(uiltin shell commands.)-.2 F .278(Disabling a b)5.278 F .278 -(uiltin allo)-.2 F .278(ws a disk command which has)-.25 F .834 +(uiltin allo)-.2 F .278(ws a disk command which has)-.25 F .833 (the same name as a shell b)144 436.8 R .834(uiltin to be e)-.2 F -.15 (xe)-.15 G .834(cuted without specifying a full pathname, e).15 F -.15 -(ve)-.25 G 3.333(nt).15 G(hough)-3.333 E .989 +(ve)-.25 G 3.334(nt).15 G(hough)-3.334 E .99 (the shell normally searches for b)144 448.8 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 +(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 460.8 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.898 E .538(stead of the shell b) +SF -.666(PA)3.148 G(TH)-.189 E F0(in-)2.899 E .539(stead of the shell b) 144 472.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 .539(option means to load the ne)3.038 F(w)-.25 E -.2(bu)144 484.8 S +F0 .538(option means to load the ne)3.038 F(w)-.25 E -.2(bu)144 484.8 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 .606(Bash will use the v) +(ystems that support dynamic loading.)-3.865 F .607(Bash will use the v) 144 496.8 R .606(alue of the)-.25 F F1 -.3(BA)3.106 G(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F0 -.25(va)3.106 G .606 -(riable as a colon-separated list of).25 F .549 -(directories in which to search for)144 508.8 R F2(\214lename)3.049 E F0 -5.549(.T)C .549(he def)-5.549 F .548(ault is system-dependent.)-.1 F -(The)5.548 E F13.048 E F0 .548(option will)3.048 F .546 -(delete a b)144 520.8 R .546(uiltin pre)-.2 F .546(viously loaded with) --.25 F F13.046 E F0 5.547(.I)C 3.047(fn)-5.547 G(o)-3.047 E F2 +(riable as a colon-separated list of).25 F .548 +(directories in which to search for)144 508.8 R F2(\214lename)3.048 E F0 +5.549(.T)C .549(he def)-5.549 F .549(ault is system-dependent.)-.1 F +(The)5.549 E F13.049 E F0 .549(option will)3.049 F .547 +(delete a b)144 520.8 R .547(uiltin pre)-.2 F .547(viously loaded with) +-.25 F F13.047 E F0 5.547(.I)C 3.047(fn)-5.547 G(o)-3.047 E F2 (name)3.047 E F0(ar)3.047 E .547(guments are gi)-.18 F -.15(ve)-.25 G -.547(n, or if the).15 F F13.047 E F0 .547(option is)3.047 F .546 +.546(n, or if the).15 F F13.046 E F0 .546(option is)3.046 F .545 (supplied, a list of shell b)144 532.8 R .545(uiltins is printed.)-.2 F --.4(Wi)5.545 G .545(th no other option ar).4 F .545 +-.4(Wi)5.545 G .545(th no other option ar).4 F .546 (guments, the list consists of all)-.18 F .695(enabled shell b)144 544.8 R 3.195(uiltins. If)-.2 F F13.195 E F0 .695 (is supplied, only disabled b)3.195 F .695(uiltins are printed.)-.2 F -(If)5.695 E F13.195 E F0 .695(is supplied, the)3.195 F .262 +(If)5.695 E F13.195 E F0 .695(is supplied, the)3.195 F .261 (list printed includes all b)144 556.8 R .261 (uiltins, with an indication of whether or not each is enabled.)-.2 F -(If)5.261 E F12.761 E F0 .261(is sup-)2.761 F .268 +(If)5.261 E F12.761 E F0 .262(is sup-)2.762 F .269 (plied, the output is restricted to the POSIX)144 568.8 R F2(special) -2.768 E F0 -.2(bu)2.768 G 2.768(iltins. If).2 F .269 -(no options are supplied and a)2.768 F F2(name)2.769 E F0 .285 +2.768 E F0 -.2(bu)2.768 G 2.768(iltins. If).2 F .268 +(no options are supplied and a)2.768 F F2(name)2.768 E F0 .284 (is not a shell b)144 580.8 R(uiltin,)-.2 E F1(enable)2.784 E F0 .284 (will attempt to load)2.784 F F2(name)2.784 E F0 .284 -(from a shared object named)2.784 F F2(name)2.784 E F0 2.784(,a)C 2.784 -(si)-2.784 G 2.784(ft)-2.784 G(he)-2.784 E 1.41(command were)144 592.8 R +(from a shared object named)2.784 F F2(name)2.785 E F0 2.785(,a)C 2.785 +(si)-2.785 G 2.785(ft)-2.785 G(he)-2.785 E 1.41(command were)144 592.8 R F4 1.41(enable \255f)3.91 F F2 1.41(name name)3.91 F F0 6.41(.T)3.91 G 1.41(he return v)-6.41 F 1.41(alue is 0 unless a)-.25 F F2(name)4.27 E F0 1.41(is not a shell)4.09 F -.2(bu)144 604.8 S (iltin 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 621.6 T(l).15 -E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(The)144 633.6 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 645.6 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 657.6 Q +E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(The)144 633.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 645.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 657.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 674.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 686.4 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 698.4 R .176 +-.37 E F0(]])A(If)144 686.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 698.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 .177 +(option is supplied, the shell places a dash at the be)2.676 F .176 (ginning of)-.15 F .48(the zeroth ar)144 710.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 722.4 Q F0 .638 -(to be e)3.908 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138 +.48(option causes)2.98 F F2(com-)3.18 E(mand)144 722.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.499 E F0 .639(as the) -3.319 F(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(65)185.545 E 0 Cg EP +(is supplied, the shell passes)3.138 F F2(name)3.498 E F0 .638(as the) +3.318 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(65)185.955 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 1.078(zeroth ar) +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.077(zeroth ar) 144 84 R 1.077(gument to the e)-.18 F -.15(xe)-.15 G 1.077 (cuted command.).15 F(If)6.077 E/F1 10/Times-Italic@0 SF(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 96 Q .876 -.15(ve s) --.25 H .576(hell e).15 F .576(xits, unless the)-.15 F/F2 10/Times-Bold@0 -SF(execfail)3.076 E F0 .577(shell option is enabled.)3.077 F .577 +(cuted for some reason, a).15 F(non-interacti)144 96 Q .877 -.15(ve s) +-.25 H .577(hell e).15 F .577(xits, unless the)-.15 F/F2 10/Times-Bold@0 +SF(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 108 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 -120 R F2(exec)2.787 E F0 -.1(fa)2.787 G 2.787(ils. If).1 F F1(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 +F .82(subshell e)3.32 F .82(xits uncondi-)-.15 F .288(tionally if)144 +120 R F2(exec)2.788 E F0 -.1(fa)2.788 G 2.788(ils. If).1 F F1(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 132 Q (If there is a redirection error)5 E 2.5(,t)-.4 G (he return status is 1.)-2.5 E F2(exit)108 148.8 Q F0([)2.5 E F1(n)A F0 -(])A .096(Cause the shell to e)144 148.8 R .096(xit with a status of) --.15 F F1(n)2.596 E F0 5.096(.I)C(f)-5.096 E F1(n)2.955 E F0 .095 -(is omitted, the e)2.835 F .095(xit status is that of the last command) +(])A .095(Cause the shell to e)144 148.8 R .095(xit with a status of) +-.15 F F1(n)2.595 E F0 5.095(.I)C(f)-5.095 E F1(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 160.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 F2(export)108 177.6 Q F0([)2.5 E F2(\255fn)A F0 2.5(][).833 G F1(name)-2.5 E F0([=)A F1(wor)A(d)-.37 E -F0(]] ...)A F2(export \255p)108 189.6 Q F0 .256(The supplied)144 201.6 R +F0(]] ...)A F2(export \255p)108 189.6 Q F0 .257(The supplied)144 201.6 R F1(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 213.6 R(the)2.627 E F2 -2.627 E F0 .127(option is gi)2.627 F -.15(ve)-.25 G .127(n, the) +(xe)-.15 G(cuted).15 E 2.626(commands. If)144 213.6 R(the)2.626 E F2 +2.626 E F0 .127(option is gi)2.627 F -.15(ve)-.25 G .127(n, the) .15 F F1(names)2.987 E F0 .127(refer to functions.)2.897 F .127(If no) -5.127 F F1(names)2.987 E F0 .127(are gi)2.897 F -.15(ve)-.25 G .126 +5.127 F F1(names)2.987 E F0 .127(are gi)2.897 F -.15(ve)-.25 G .127 (n, or if the).15 F F2144 225.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 F22.548 E F0 -.048(option causes the)2.548 F -.15(ex)144 237.6 S 1.447 +(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 F22.547 E F0 +.047(option causes the)2.547 F -.15(ex)144 237.6 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 F1(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 F1(wor)A(d) --.37 E F0 3.946(,t)C(he)-3.946 E -.25(va)144 249.6 S .741(lue of the v) -.25 F .741(ariable is set to)-.25 F F1(wor)3.241 E(d)-.37 E F0(.)A F2 -(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 261.6 R F1(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 F22.531 E F0 .031(is supplied with a)2.531 F F1(name)2.891 E F0 -(that)2.711 E(is not a function.)144 273.6 Q F2(fc)108 290.4 Q F0([)2.5 +-.37 E F0 3.947(,t)C(he)-3.947 E -.25(va)144 249.6 S .742(lue of the v) +.25 F .742(ariable is set to)-.25 F F1(wor)3.242 E(d)-.37 E F0(.)A F2 +(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 261.6 R F1(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 F22.532 E F0 .032(is supplied with a)2.532 F F1(name)2.892 E F0 +(that)2.712 E(is not a function.)144 273.6 Q F2(fc)108 290.4 Q F0([)2.5 E F2A F1(ename)2.5 E F0 2.5(][)C F2(\255lnr)-2.5 E F0 2.5(][)C F1 <8c72>-2.5 E(st)-.1 E F0 2.5(][)C F1(last)-2.5 E F0(])A F2(fc \255s)108 302.4 Q F0([)2.5 E F1(pat)A F0(=)A F1 -.37(re)C(p).37 E F0 2.5(][)C F1 -(cmd)-2.5 E F0(])A .431 +(cmd)-2.5 E F0(])A .432 (The \214rst form selects a range of commands from)144 314.4 R F1<8c72> -4.842 E(st)-.1 E F0(to)3.612 E F1(last)3.022 E F0 .432 -(from the history list and displays or)3.612 F .142(edits and re-e)144 -326.4 R -.15(xe)-.15 G .142(cutes them.).15 F F1 -.45(Fi)5.141 G -.1(rs) +4.842 E(st)-.1 E F0(to)3.612 E F1(last)3.022 E F0 .431 +(from the history list and displays or)3.612 F .141(edits and re-e)144 +326.4 R -.15(xe)-.15 G .141(cutes them.).15 F F1 -.45(Fi)5.141 G -.1(rs) .45 G(t).1 E F0(and)3.321 E F1(last)2.731 E F0 .141 (may be speci\214ed as a string \(to locate the last command)3.321 F(be) -144 338.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 +144 338.4 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 .071 (is used as an of)144 350.4 R .071 (fset from the current command number\).)-.25 F .071(When listing, a) 5.071 F F1<8c72>2.571 E(st)-.1 E F0(or)2.571 E F1(last)2.571 E F0 .071 @@ -8105,10 +8093,10 @@ F 2.811(xi)-.15 G .311(nto the history list, where a ne)-2.811 F -.05 (lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 2.742(lid. If).25 F F1(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 386.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 F1<8c72> -4.503 E(st)-.1 E F0 2.593(otherwise. If)3.273 F F1<8c72>4.503 E(st)-.1 E -F0 .093(is not speci-)3.273 F(\214ed, it is set to the pre)144 398.4 Q +.093(ing \(so that)144 386.4 R/F4 10/Courier@0 SF .093(fc \255l \25510) +2.593 F F0 .093(prints the last 10 commands\) and to)2.593 F F1<8c72> +4.502 E(st)-.1 E F0 2.592(otherwise. If)3.272 F F1<8c72>4.502 E(st)-.1 E +F0 .092(is not speci-)3.272 F(\214ed, it is set to the pre)144 398.4 Q (vious command for editing and \25516 for listing.)-.25 E(The)144 422.4 Q F22.522 E F0 .022 (option suppresses the command numbers when listing.)2.522 F(The)5.022 E @@ -8116,91 +8104,92 @@ F22.522 E F0 .022(option re)2.522 F -.15(ve)-.25 G .022 (rses the order of).15 F .438(the commands.)144 434.4 R .438(If the) 5.438 F F22.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 -.335(the editor gi)144 446.4 R -.15(ve)-.25 G 2.835(nb).15 G(y)-2.835 E -F1(ename)3.025 E F0 .335(is in)3.015 F -.2(vo)-.4 G -.1(ke).2 G 2.835 +.334(the editor gi)144 446.4 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E +F1(ename)3.024 E F0 .335(is in)3.014 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.334 E F1(ename)3.024 E F0 .334(is not gi)3.014 F -.15(ve)-.25 G -(n,).15 E .63(the v)144 458.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 470.4 R .006 +F(If)5.335 E F1(ename)3.025 E F0 .335(is not gi)3.015 F -.15(ve)-.25 G +(n,).15 E .631(the v)144 458.4 R .631(alue of the)-.25 F F3(FCEDIT)3.131 +E F0 -.25(va)2.881 G .631(riable is used, and the v).25 F .631(alue of) +-.25 F F3(EDIT)3.131 E(OR)-.162 E F0(if)2.881 E F3(FCEDIT)3.13 E F0 .63 +(is not set.)2.88 F .63(If nei-)5.63 F .005(ther v)144 470.4 R .005 (ariable is set,)-.25 F F1(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 482.4 Q .788(In the second form,)144 506.4 R F1 +(x-)-.15 E(ecuted.)144 482.4 Q .789(In the second form,)144 506.4 R F1 (command)3.288 E F0 .788(is re-e)3.288 F -.15(xe)-.15 G .788 (cuted after each instance of).15 F F1(pat)3.288 E F0 .788 -(is replaced by)3.288 F F1 -.37(re)3.289 G(p).37 E F0(.)A F1(Com-)5.789 -E(mand)144 518.4 Q F0 .172(is interpreted the same as)2.672 F F1<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 530.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 +(is replaced by)3.288 F F1 -.37(re)3.288 G(p).37 E F0(.)A F1(Com-)5.788 +E(mand)144 518.4 Q F0 .171(is interpreted the same as)2.671 F F1<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 F4 .172(r='fc \255s')2.672 F +F0 2.672(,s)C 2.672(ot)-2.672 G(hat)-2.672 E(typing)144 530.4 Q F4 7.166 +(rc)3.666 G(c)-7.166 E F0 1.166(runs the last command be)3.666 F 1.166 +(ginning with)-.15 F F4(cc)3.666 E F0 1.165(and typing)3.666 F F4(r) +3.665 E F0(re-e)3.665 E -.15(xe)-.15 G 1.165(cutes the last com-).15 F (mand.)144 542.4 Q .142(If the \214rst form is used, the return v)144 566.4 R .142(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142 (lid option is encountered or).25 F F1<8c72>4.552 E(st)-.1 E F0(or)3.322 -E F1(last)2.732 E F0 .454(specify history lines out of range.)144 578.4 +E F1(last)2.732 E F0 .455(specify history lines out of range.)144 578.4 R .454(If the)5.454 F F22.954 E F0 .454 -(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 590.4 R -.15(xe)-.15 G .788 -(cuted or f).15 F .787 +(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 590.4 R -.15(xe)-.15 G .787 +(cuted or f).15 F .788 (ailure if an error occurs with the temporary \214le of commands.)-.1 F -.787(If the)5.787 F 1.135 +.788(If the)5.788 F 1.136 (second form is used, the return status is that of the command re-e)144 -602.4 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F1(cmd)3.836 E F0 1.136 -(does not)4.406 F(specify a v)144 614.4 Q +602.4 R -.15(xe)-.15 G 1.135(cuted, unless).15 F F1(cmd)3.835 E F0 1.135 +(does not)4.405 F(specify a v)144 614.4 Q (alid history line, in which case)-.25 E F2(fc)2.5 E F0(returns f)2.5 E (ailure.)-.1 E F2(fg)108 631.2 Q F0([)2.5 E F1(jobspec)A F0(])A(Resume) -144 643.2 Q F1(jobspec)5.654 E F0 1.413(in the fore)4.224 F 1.413 +144 643.2 Q F1(jobspec)5.653 E F0 1.413(in the fore)4.223 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 F1(jobspec)5.653 E F0 -1.413(is not present, the)4.223 F(shell')144 655.2 Q 3.116(sn)-.55 G -.616(otion of the)-3.116 F F1(curr)3.116 E .616(ent job)-.37 F F0 .617 -(is used.)3.116 F .617(The return v)5.617 F .617 +1.414(is not present, the)4.223 F(shell')144 655.2 Q 3.117(sn)-.55 G +.617(otion of the)-3.117 F F1(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 667.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 +.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 F1(jobspec)145.74 679.2 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(getopts)108 696 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 708 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 720 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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve) --.15 G(mber 22).15 E(66)185.545 E 0 Cg EP +(is used by shell procedures to parse positional parameters.)3.294 F F1 +(optstring)6.023 E F0 .793(contains the option)3.513 F .149 +(characters to be recognized; if a character is follo)144 720 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(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E +(66)185.955 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(ar)144 84 Q .578 -(gument, which should be separated from it by white space.)-.18 F .579 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(ar)144 84 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 96 R .636 (Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E/F1 10 -/Times-Bold@0 SF(getopts)3.136 E F0 .636(places the ne)3.136 F .635 -(xt op-)-.15 F .029(tion in the shell v)144 108 R(ariable)-.25 E/F2 10 -/Times-Italic@0 SF(name)2.889 E F0 2.529(,i).18 G(nitializing)-2.529 E -F2(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 120 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 132 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 -.567(the v)144 144 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 156 R F1(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 168 Q -2.044(When the end of options is encountered,)144 192 R F1(getopts)4.543 -E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.043 +/Times-Bold@0 SF(getopts)3.136 E F0 .636(places the ne)3.136 F .636 +(xt op-)-.15 F .03(tion in the shell v)144 108 R(ariable)-.25 E/F2 10 +/Times-Italic@0 SF(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 120 R +(ariable)-.25 E/F3 9/Times-Bold@0 SF(OPTIND)2.565 E/F4 9/Times-Roman@0 +SF(.)A F3(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 132 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 +144 R(ariable)-.25 E F3(OPT)3.066 E(ARG)-.81 E F4(.)A F0 .566 +(The shell does not reset)5.066 F F3(OPTIND)3.066 E F0 .567 +(automatically; it must be manually reset)2.816 F .39 +(between multiple calls to)144 156 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 168 Q +2.043(When the end of options is encountered,)144 192 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 F3(OPTIND)144 204 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 @@ -8211,32 +8200,32 @@ E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.043 (parses those instead.)2.5 E F1(getopts)144 264 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.668 +(is a colon,)3.065 F F2(silent)3.185 E F0 .345(error re-)3.525 F 1.669 (porting is used.)144 276 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 288 -R .394(guments are encountered.)-.18 F .394(If the v)5.394 F(ariable) +(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 288 +R .393(guments are encountered.)-.18 F .394(If the v)5.394 F(ariable) -.25 E F3(OPTERR)2.894 E F0 .394(is set to 0, no error messages)2.644 F (will be displayed, e)144 300 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E F2(optstring)2.73 E F0(is not a colon.) -2.72 E .666(If an in)144 324 R -.25(va)-.4 G .666(lid option is seen,) -.25 F F1(getopts)3.166 E F0 .667(places ? into)3.167 F F2(name)3.527 E -F0 .667(and, if not silent, prints an error message)3.347 F .4 -(and unsets)144 336 R F3(OPT)2.9 E(ARG)-.81 E F4(.)A F0(If)4.899 E F1 +2.72 E .667(If an in)144 324 R -.25(va)-.4 G .667(lid option is seen,) +.25 F F1(getopts)3.167 E F0 .667(places ? into)3.167 F F2(name)3.527 E +F0 .666(and, if not silent, prints an error message)3.347 F .399 +(and unsets)144 336 R F3(OPT)2.899 E(ARG)-.81 E F4(.)A F0(If)4.899 E F1 (getopts)2.899 E F0 .399 (is silent, the option character found is placed in)2.899 F F3(OPT)2.899 -E(ARG)-.81 E F0 .399(and no)2.649 F(diagnostic message is printed.)144 -348 Q 1.241(If a required ar)144 372 R 1.241(gument is not found, and) --.18 F F1(getopts)3.741 E F0 1.241(is not silent, a question mark \() -3.741 F F1(?).833 E F0 3.742(\)i).833 G 3.742(sp)-3.742 G 1.242 -(laced in)-3.742 F F2(name)144.36 384 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 F1(getopts)2.713 E F0 .213(is silent, then a colon \()2.713 -F F1(:).833 E F0(\)).833 E(is placed in)144 396 Q F2(name)2.86 E F0(and) -2.68 E F3(OPT)2.5 E(ARG)-.81 E F0(is set to the option character found.) -2.25 E F1(getopts)144 420 Q F0 .902 +E(ARG)-.81 E F0 .4(and no)2.65 F(diagnostic message is printed.)144 348 +Q 1.242(If a required ar)144 372 R 1.242(gument is not found, and)-.18 F +F1(getopts)3.741 E F0 1.241(is not silent, a question mark \()3.741 F F1 +(?).833 E F0 3.741(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F +F2(name)144.36 384 Q F0(,).18 E F3(OPT)2.713 E(ARG)-.81 E F0 .213 +(is unset, and a diagnostic message is printed.)2.463 F(If)5.213 E F1 +(getopts)2.713 E F0 .213(is silent, then a colon \()2.713 F F1(:).833 E +F0(\)).833 E(is placed in)144 396 Q F2(name)2.86 E F0(and)2.68 E F3(OPT) +2.5 E(ARG)-.81 E F0(is set to the option character found.)2.25 E F1 +(getopts)144 420 Q F0 .902 (returns true if an option, speci\214ed or unspeci\214ed, is found.) -3.401 F .902(It returns f)5.902 F .902(alse if the end of)-.1 F +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 432 Q F1(hash)108 448.8 Q F0([)2.5 E F1(\255lr)A F0 2.5(][)C F1-2.5 E F2(\214lename)2.5 E F0 2.5(][)C F1(\255dt)-2.5 E F0 2.5(][)C F2(name)-2.5 E F0(])A .858 @@ -8245,23 +8234,23 @@ G -.1(ke).2 G .858(d, the full pathname of the command).1 F F2(name) 3.718 E F0 .858(is determined by searching)3.538 F .956 (the directories in)144 472.8 R F1($P)3.456 E -.95(AT)-.74 G(H).95 E F0 .956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956 -(viously-remembered pathname is discarded.)-.25 F .243(If the)144 484.8 -R F12.743 E F0 .243 -(option is supplied, no path search is performed, and)2.743 F F2 -(\214lename)4.653 E F0 .242(is used as the full \214lename)2.923 F .615 +(viously-remembered pathname is discarded.)-.25 F .242(If the)144 484.8 +R F12.742 E F0 .243 +(option is supplied, no path search is performed, and)2.742 F F2 +(\214lename)4.653 E F0 .243(is used as the full \214lename)2.923 F .615 (of the command.)144 496.8 R(The)5.615 E F13.115 E F0 .615 (option causes the shell to for)3.115 F .615 (get all remembered locations.)-.18 F(The)5.615 E F13.115 E F0 -(op-)3.115 E .294(tion causes the shell to for)144 508.8 R .294 -(get the remembered location of each)-.18 F F2(name)2.793 E F0 5.293(.I) -C 2.793(ft)-5.293 G(he)-2.793 E F12.793 E F0 .293 -(option is supplied,)2.793 F .028(the full pathname to which each)144 +(op-)3.115 E .293(tion causes the shell to for)144 508.8 R .293 +(get the remembered location of each)-.18 F F2(name)2.794 E F0 5.294(.I) +C 2.794(ft)-5.294 G(he)-2.794 E F12.794 E F0 .294 +(option is supplied,)2.794 F .028(the full pathname to which each)144 520.8 R F2(name)2.528 E F0 .028(corresponds is printed.)2.528 F .028 (If multiple)5.028 F F2(name)2.528 E F0(ar)2.528 E .028 -(guments are sup-)-.18 F .176(plied with)144 532.8 R F12.676 E F0 -2.676(,t)C(he)-2.676 E F2(name)2.676 E F0 .175 -(is printed before the hashed full pathname.)2.676 F(The)5.175 E F1 -2.675 E F0 .175(option causes output to)2.675 F .783 +(guments are sup-)-.18 F .175(plied with)144 532.8 R F12.675 E F0 +2.675(,t)C(he)-2.675 E F2(name)2.675 E F0 .175 +(is printed before the hashed full pathname.)2.675 F(The)5.175 E F1 +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 544.8 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 F13.283 E F0(is)3.283 E .807 @@ -8269,12 +8258,12 @@ C 2.793(ft)-5.293 G(he)-2.793 E F12.793 E F0 .293 .807(The return status is true unless a)5.807 F F2(name)144.36 568.8 Q F0(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.) .25 E F1(help)108 585.6 Q F0([)2.5 E F1(\255dms)A F0 2.5(][)C F2 -(pattern)-2.5 E F0(])A .866(Display helpful information about b)144 +(pattern)-2.5 E F0(])A .867(Display helpful information about b)144 597.6 R .867(uiltin commands.)-.2 F(If)5.867 E F2(pattern)4.617 E F0 -.867(is speci\214ed,)3.607 F F1(help)3.367 E F0(gi)3.367 E -.15(ve)-.25 -G 3.367(sd).15 G(etailed)-3.367 E .224(help on all commands matching)144 -609.6 R F2(pattern)3.974 E F0 2.723(;o).24 G .223 -(therwise help for all the b)-2.723 F .223 +.866(is speci\214ed,)3.607 F F1(help)3.366 E F0(gi)3.366 E -.15(ve)-.25 +G 3.366(sd).15 G(etailed)-3.366 E .223(help on all commands matching)144 +609.6 R F2(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 621.6 Q F1 144 633.6 Q F0(Display a short description of each)180 633.6 Q F2 (pattern)2.5 E F1144 645.6 Q F0(Display the description of each) @@ -8283,8 +8272,8 @@ G 3.367(sd).15 G(etailed)-3.367 E .224(help on all commands matching)144 (Display only a short usage synopsis for each)180 657.6 Q F2(pattern)2.5 E F0(The return status is 0 unless no command matches)144 674.4 Q F2 (pattern)3.75 E F0(.).24 E F1(history [)108 691.2 Q F2(n)A F1(])A -(history \255c)108 703.2 Q F0(GNU Bash 5.2)72 768 Q(2021 No)136.385 E --.15(ve)-.15 G(mber 22).15 E(67)185.545 E 0 Cg EP +(history \255c)108 703.2 Q F0(GNU Bash 5.2)72 768 Q(2021 December 26) +136.795 E(67)185.955 E 0 Cg EP %%Page: 68 68 %%BeginPageSetup BP @@ -8298,13 +8287,13 @@ F1(history \255d)108 96 Q F2(start)2.5 E F0A F2(end)A F1 -.37 G(..)-2.5 E F0(])A F1(history \255s)108 132 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 144 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 156 R .38(An ar)5.38 F .38(gument of)-.18 F +.752(Lines listed with a)5.752 F F1(*)3.251 E F0(ha)3.251 E -.15(ve)-.2 +G .38(been modi\214ed.)144 156 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 168 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 +/Times-Bold@0 SF(HISTTIMEFOR-)2.881 E(MA)144 168 Q(T)-.855 E F0 .265 +(is set and not null, it is used as a format string for)2.515 F F2 +(strftime)2.764 E F0 .264(\(3\) to display the time stamp asso-)B 1.019 (ciated with each displayed history entry)144 180 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 @@ -8315,13 +8304,13 @@ F2(n)3.24 E F0 .38(lists only the last)3.12 F F2(n)3.24 E F0 2.88 E(Options, if supplied, ha)5 E .3 -.15(ve t)-.2 H(he follo).15 E (wing meanings:)-.25 E F1144 216 Q F0 (Clear the history list by deleting all the entries.)180 216 Q F1 -144 228 Q F2(of)2.5 E(fset)-.18 E F0 .39 +144 228 Q F2(of)2.5 E(fset)-.18 E F0 .389 (Delete the history entry at position)180 240 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 252 R -.05 -(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599 +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 252 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 264 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 @@ -8331,47 +8320,47 @@ G 2.889(si)-2.889 G .389(nterpreted as relati)-2.889 F -.15(ve)-.25 G -.15(ve)-.25 G 6.25(.P).15 G(ositi)-6.25 E -.15(ve)-.25 G(and ne)180 300 Q -.05(ga)-.15 G(ti).05 E .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 F1144 312 Q F0 .564(Append the `)180 312 -R(`ne)-.74 E(w')-.25 E 3.064('h)-.74 G .564 -(istory lines to the history \214le.)-3.064 F .565 +E -.15(ve)-.15 G(.).15 E F1144 312 Q F0 .565(Append the `)180 312 +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 324 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 336 Q F0 .854(Read the history lines not already read from the history \214le\ - into the current history list.)180 336 R .772 + into the current history list.)180 336 R .773 (These are lines appended to the history \214le since the be)180 348 R -.773(ginning of the current)-.15 F F1(bash)3.273 E F0(ses-)3.273 E +.772(ginning of the current)-.15 F F1(bash)3.272 E F0(ses-)3.272 E (sion.)180 360 Q F1144 372 Q F0(Read the contents of the history \ \214le and append them to the current history list.)180 372 Q F1 144 384 Q F0(Write the current history list to the history \214le, o)180 384 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G -(ontents.)-2.5 E F1144 396 Q F0 .626 +(ontents.)-2.5 E F1144 396 Q F0 .625 (Perform history substitution on the follo)180 396 R(wing)-.25 E F2(ar) -3.125 E(gs)-.37 E F0 .625(and display the result on the standard)3.125 F +3.125 E(gs)-.37 E F0 .626(and display the result on the standard)3.125 F 2.975(output. Does)180 408 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 420 Q(xpansion.)-.15 E F1144 432 Q F0 .363 -(Store the)180 432 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 +(normal history e)180 420 Q(xpansion.)-.15 E F1144 432 Q F0 .362 +(Store the)180 432 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 444 Q -.15(ve) -.15 G 2.5(db).15 G(efore the)-2.5 E F2(ar)2.83 E(gs)-.37 E F0 -(are added.)2.77 E .145(If the)144 460.8 R F3(HISTTIMEFORMA)2.645 E(T) +(are added.)2.77 E .146(If the)144 460.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 .669(entry is written to the history \214le, mark)144 472.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 484.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 496.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 508.8 S .168(lid option\ +.25 F .668(entry is written to the history \214le, mark)144 472.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 484.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 496.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 508.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.669 E(f-)-.18 E(set) -144 520.8 Q F0 .341(or range is supplied as an ar)2.841 F .341 -(gument to)-.18 F F12.841 E F0 2.841(,o)C 2.84(rt)-2.841 G .34 -(he history e)-2.84 F .34(xpansion supplied as an ar)-.15 F .34 +\214le, an in).25 F -.25(va)-.4 G(lid).25 E F2(of)2.668 E(f-)-.18 E(set) +144 520.8 Q F0 .34(or range is supplied as an ar)2.84 F .34(gument to) +-.18 F F12.841 E F0 2.841(,o)C 2.841(rt)-2.841 G .341 +(he history e)-2.841 F .341(xpansion supplied as an ar)-.15 F .341 (gument to)-.18 F F1144 532.8 Q F0 -.1(fa)2.5 G(ils.).1 E F1(jobs) 108 549.6 Q F0([)2.5 E F1(\255lnprs)A F0 2.5(][)C F2(jobspec)A F0(... ]) 2.5 E F1(jobs \255x)108 561.6 Q F2(command)2.5 E F0([)2.5 E F2(ar)2.5 E @@ -8379,26 +8368,25 @@ F0 .854(Read the history lines not already read from the history \214le\ -.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 585.6 Q F0 (List process IDs in addition to the normal information.)180 585.6 Q F1 -144 597.6 Q F0 .193(Display information only about jobs that ha) -180 597.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 609.6 Q F1 +144 597.6 Q F0 .194(Display information only about jobs that ha) +180 597.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 609.6 Q F1 144 621.6 Q F0(List only the process ID of the job')180 621.6 Q 2.5(sp) -.55 G(rocess group leader)-2.5 E(.)-.55 E F1144 633.6 Q F0 (Display only running jobs.)180 633.6 Q F1144 645.6 Q F0 -(Display only stopped jobs.)180 645.6 Q(If)144 662.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 674.4 Q -.25 +(Display only stopped jobs.)180 645.6 Q(If)144 662.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 674.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 691.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 691.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 +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 703.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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(68)185.545 E 0 Cg EP +E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(68)185.955 E 0 Cg EP %%Page: 69 69 %%BeginPageSetup BP @@ -8413,60 +8401,60 @@ SF(kill)108 84 Q F0([)2.5 E F1A/F2 10/Times-Italic@0 SF(sigspec) (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.827 E .318(either a case-insensiti)144 120 R .618 -.15(ve s)-.25 H -.318(ignal name such as).15 F/F3 9/Times-Bold@0 SF(SIGKILL)2.818 E F0 -.319(\(with or without the)2.569 F F3(SIG)2.819 E F0 .319 -(pre\214x\) or a signal)2.569 F(number;)144 132 Q F2(signum)3.268 E F0 +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 .427(An ar)5.427 F(-)-.2 E .313(gument of)144 144 R -F12.813 E F0 .314(lists the signal names.)2.814 F .314(If an)5.314 +(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 .314 -(n, the names of).15 F .12(the signals corresponding to the ar)144 156 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 168 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 180 R +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.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 232.8 Q F2(ar) +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.542(re).15 G .042(ach ar) --2.542 F .042(gument, a local v)-.18 F .042(ariable named)-.25 F F2 +(.. | \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 .041(can be)2.541 F -(an)144 273.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 +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.282 E F0 .422(to ha)3.102 F .722 -.15(ve a v)-.2 H +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.421 E F2(name)2.921 E F0 .421(is \255, the set)2.921 F .509 +(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.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 309.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 3.38(turns. The)144 321.6 R .88 -(restore is ef)3.38 F .88(fected as if a series of)-.25 F F1(set)3.381 E -F0 .881(commands were e)3.381 F -.15(xe)-.15 G .881 -(cuted to restore the v).15 F(alues)-.25 E .788 +(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 3.381(turns. The)144 321.6 R .881 +(restore is ef)3.381 F .881(fected as if a series of)-.25 F F1(set)3.381 +E F0 .88(commands were e)3.38 F -.15(xe)-.15 G .88 +(cuted to restore the v).15 F(alues)-.25 E .787 (that were in place before the function.)144 333.6 R -.4(Wi)5.788 G .788 -(th no operands,).4 F F1(local)3.288 E F0 .787(writes a list of local v) -3.288 F .787(ariables to)-.25 F .654(the standard output.)144 345.6 R -.654(It is an error to use)5.654 F F1(local)3.154 E F0 .654 -(when not within a function.)3.154 F .655(The return status is 0)5.654 F +(th no operands,).4 F F1(local)3.288 E F0 .788(writes a list of local v) +3.288 F .788(ariables to)-.25 F .655(the standard output.)144 345.6 R +.654(It is an error to use)5.655 F F1(local)3.154 E F0 .654 +(when not within a function.)3.154 F .654(The return status is 0)5.654 F (unless)144 357.6 Q F1(local)2.5 E F0(is used outside a function, an in) 2.5 E -.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 @@ -8482,17 +8470,17 @@ F0 2.5(][)C F1-2.5 E F2(quantum)2.5 E F0 2.5(][)C F2(arr)-2.5 E (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 415.2 R +(])A .158(Read lines from the standard input into the inde)144 415.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 427.2 -R F13.748 E F0 1.248(option is supplied.)3.748 F 1.249(The v)6.249 +(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 F2(fd)4.629 E F0 1.249(if the)144 427.2 +R F13.749 E F0 1.249(option is supplied.)3.749 F 1.249(The v)6.249 F(ariable)-.25 E F3(MAPFILE)3.749 E F0 1.249(is the def)3.499 F(ault)-.1 -E F2(arr)3.749 E(ay)-.15 E F0 6.249(.O)C 1.249(ptions, if supplied,) --6.249 F(ha)144 439.2 Q .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 451.2 Q F0 .911 -(The \214rst character of)180 451.2 R F2(delim)3.411 E F0 .911 -(is used to terminate each input line, rather than ne)3.411 F 3.41 +E F2(arr)3.748 E(ay)-.15 E F0 6.248(.O)C 1.248(ptions, if supplied,) +-6.248 F(ha)144 439.2 Q .3 -.15(ve t)-.2 H(he follo).15 E +(wing meanings:)-.25 E F1144 451.2 Q F0 .91 +(The \214rst character of)180 451.2 R F2(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 F2(delim)180 463.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 F1144 475.2 Q F0(Cop)180 475.2 Q 2.5(ya)-.1 G 2.5 @@ -8511,39 +8499,39 @@ E F2(delim)2.5 E F0(\(def)2.5 E(ault ne)-.1 E (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 547.2 Q F0(Specify the number of lines read between each call to)180 547.2 Q -F2(callbac)2.7 E(k)-.2 E F0(.).67 E(If)144 564 Q F12.967 E F0 .467 +F2(callbac)2.7 E(k)-.2 E F0(.).67 E(If)144 564 Q F12.968 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 .262(plied the inde)144 576 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 588 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 +(luated, it is sup-).25 F .261(plied the inde)144 576 R 2.761(xo)-.15 G +2.761(ft)-2.761 G .261(he ne)-2.761 F .262(xt array element to be assig\ +ned and the line to be assigned to that element)-.15 F .275 +(as additional ar)144 588 R(guments.)-.18 E F2(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 600 Q (If not supplied with an e)144 616.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 633.6 Q F0 .797 -(returns successfully unless an in)3.298 F -.25(va)-.4 G .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 F2(arr) -3.297 E(ay)-.15 E F0 .797(is in-)3.297 F -.25(va)144 645.6 S +3.297 E(ay)-.15 E F0 .798(is in-)3.298 F -.25(va)144 645.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 F1(popd)108 662.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 674.4 Q -.15(ve)-.15 G 3.091 -(se).15 G .591(ntries from the directory stack.)-3.091 F .592 -(The elements are numbered from 0 starting at the \214rst)5.591 F .665 -(directory listed by)144 686.4 R F1(dirs)3.165 E F0 5.665(.W)C .665 -(ith no ar)-6.065 F(guments,)-.18 E F1(popd)3.165 E F0(remo)3.165 E -.15 -(ve)-.15 G 3.165(st).15 G .664(he top directory from the stack, and) +2.5(][)C-2.5 E F2(n)A F0(])A(Remo)144 674.4 Q -.15(ve)-.15 G 3.092 +(se).15 G .592(ntries from the directory stack.)-3.092 F .591 +(The elements are numbered from 0 starting at the \214rst)5.591 F .664 +(directory listed by)144 686.4 R F1(dirs)3.164 E F0 5.664(.W)C .664 +(ith no ar)-6.064 F(guments,)-.18 E F1(popd)3.165 E F0(remo)3.165 E -.15 +(ve)-.15 G 3.165(st).15 G .665(he top directory from the stack, and) -3.165 F(changes to the ne)144 698.4 Q 2.5(wt)-.25 G(op directory)-2.5 E 5(.A)-.65 G -.18(rg)-5 G(uments, if supplied, ha).18 E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 710.4 Q F0 .551 (Suppresses the normal change of directory when remo)180 710.4 R .551 (ving directories from the stack, so)-.15 F (that only the stack is manipulated.)180 722.4 Q(GNU Bash 5.2)72 768 Q -(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(69)185.545 E 0 Cg EP +(2021 December 26)136.795 E(69)185.955 E 0 Cg EP %%Page: 70 70 %%BeginPageSetup BP @@ -8553,54 +8541,54 @@ BP 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 .779 -(from the stack.)180 96 R -.15(Fo)5.779 G 3.279(re).15 G(xample:)-3.429 -E/F3 10/Courier@0 SF .779(popd +0)3.279 F F0(remo)3.279 E -.15(ve)-.15 G -3.279(st).15 G .779(he \214rst directory)-3.279 F(,)-.65 E F3 .78 -(popd +1)3.28 F F0 .78(the sec-)3.28 F(ond.)180 108 Q F1144 120 Q F2 -(n)A F0(Remo)180 120 Q -.15(ve)-.15 G 3.76(st).15 G(he)-3.76 E F2(n)3.76 -E F0 1.259(th entry counting from the right of the list sho)B 1.259 -(wn by)-.25 F F1(dirs)3.759 E F0 3.759(,s)C 1.259(tarting with)-3.759 F -2.5(zero. F)180 132 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 .093 +(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero,)-2.64 F .78 +(from the stack.)180 96 R -.15(Fo)5.78 G 3.28(re).15 G(xample:)-3.43 E +/F3 10/Courier@0 SF .779(popd +0)3.279 F F0(remo)3.279 E -.15(ve)-.15 G +3.279(st).15 G .779(he \214rst directory)-3.279 F(,)-.65 E F3 .779 +(popd +1)3.279 F F0 .779(the sec-)3.279 F(ond.)180 108 Q F1144 120 Q +F2(n)A F0(Remo)180 120 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 132 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 .094 (If the top element of the directory stack is modi\214ed, and the)144 -148.8 R F2(-n)2.593 E F0 .094(option w)2.594 F .094(as not supplied,)-.1 -F F1(popd)2.594 E F0(uses)2.594 E(the)144 160.8 Q F1(cd)2.697 E F0 -.2 -(bu)2.697 G .196 +148.8 R F2(-n)2.593 E F0 .093(option w)2.593 F .093(as not supplied,)-.1 +F F1(popd)2.593 E F0(uses)2.593 E(the)144 160.8 Q F1(cd)2.696 E F0 -.2 +(bu)2.696 G .196 (iltin to change to the directory at the top of the stack.).2 F .196 -(If the)5.196 F F1(cd)2.696 E F0 -.1(fa)2.696 G(ils,).1 E F1(popd)2.696 -E F0 .196(returns a non-)2.696 F(zero v)144 172.8 Q(alue.)-.25 E -(Otherwise,)144 189.6 Q F1(popd)2.67 E F0 .17(returns f)2.67 F .17 +(If the)5.196 F F1(cd)2.696 E F0 -.1(fa)2.696 G(ils,).1 E F1(popd)2.697 +E F0 .197(returns a non-)2.697 F(zero v)144 172.8 Q(alue.)-.25 E +(Otherwise,)144 189.6 Q F1(popd)2.671 E F0 .171(returns f)2.671 F .171 (alse if an in)-.1 F -.25(va)-.4 G .171 -(lid option is encountered, the directory stack is empty).25 F 2.671(,o) --.65 G 2.671(ra)-2.671 G(non-e)144 201.6 Q -(xistent directory stack entry is speci\214ed.)-.15 E 1.556(If the)144 -218.4 R F1(popd)4.056 E F0 1.556(command is successful, bash runs)4.056 -F F1(dirs)4.056 E F0 1.556(to sho)4.056 F 4.055(wt)-.25 G 1.555 -(he \214nal contents of the directory)-4.055 F +(lid option is encountered, the directory stack is empty).25 F 2.67(,o) +-.65 G 2.67(ra)-2.67 G(non-e)144 201.6 Q +(xistent directory stack entry is speci\214ed.)-.15 E 1.555(If the)144 +218.4 R F1(popd)4.055 E F0 1.555(command is successful, bash runs)4.055 +F F1(dirs)4.056 E F0 1.556(to sho)4.056 F 4.056(wt)-.25 G 1.556 +(he \214nal contents of the directory)-4.056 F (stack, and the return status is 0.)144 230.4 Q F1(printf)108 247.2 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 .357(Write the formatted)144 259.2 R F2(ar)2.857 -E(guments)-.37 E F0 .357 -(to the standard output under the control of the)2.857 F F2(format)2.858 -E F0 5.358(.T)C(he)-5.358 E F12.858 E F0(op-)2.858 E .714 +A(guments)-.37 E F0(])A .358(Write the formatted)144 259.2 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 271.2 R(ariable)-.25 E F2(var)3.214 E F0 .714(rather than being printed to the standard)3.214 -F(output.)144 283.2 Q(The)144 307.2 Q F2(format)3.017 E F0 .517(is a ch\ +F(output.)144 283.2 Q(The)144 307.2 Q F2(format)3.018 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 319.2 R -.15(ve)-.4 G .703 + which are)3.018 F .704(simply copied to standard output, character esc\ +ape sequences, which are con)144 319.2 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 331.2 R .037 +\214cations, each of which causes printing of the ne)144 331.2 R .036 (xt successi)-.15 F -.15(ve)-.25 G F2(ar)144 343.2 Q(gument)-.37 E F0 -5.532(.I)C 3.032(na)-5.532 G .532(ddition to the standard)-3.032 F F2 -(printf)3.032 E F0 .532(\(1\) format speci\214cations,)B F1(printf)3.031 -E F0 .531(interprets the follo)3.031 F(w-)-.25 E(ing e)144 355.2 Q +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 355.2 Q (xtensions:)-.15 E F1(%b)144 367.2 Q F0(causes)180 367.2 Q F1(printf) -2.595 E F0 .096(to e)2.595 F .096 +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 .096(in the)2.596 F(same w)180 379.2 Q(ay as) +2.596 E(gument)-.37 E F0 .095(in the)2.595 F(same w)180 379.2 Q(ay as) -.1 E F1(echo \255e)2.5 E F0(.)A F1(%q)144 391.2 Q F0(causes)180 391.2 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 @@ -8608,179 +8596,178 @@ F1(printf)2.51 E F0 .01(to output the corresponding)2.51 F F2(ar)2.51 E 2.5 E F0 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15 G (upplied precision to the)-2.5 E F2(ar)2.5 E(gument)-.37 E F0 (before quoting it.)2.5 E F1(%\()144 427.2 Q F2(datefmt)A F1(\)T)A F0 -(causes)180 439.2 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 451.2 R F2 +(causes)180 439.2 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 451.2 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 +(ger representing the number)-.15 F .293(of seconds since the epoch.)180 463.2 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 +.293(alues may be used: \2551 represents the)-.25 F .693 (current time, and \2552 represents the time the shell w)180 475.2 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 487.2 R -.15 +.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 487.2 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 499.2 Q(vior)-.2 E(.)-.55 E .902 +F1(printf)2.71 E F0(beha)180 499.2 Q(vior)-.2 E(.)-.55 E .901 (The %b, %q, and %T directi)144 516 R -.15(ve)-.25 G 3.401(sa).15 G .901 -(ll use the \214eld width and precision ar)-3.401 F .901 -(guments from the format)-.18 F .357(speci\214cation and write that man) -144 528 R 2.857(yb)-.15 G .358 -(ytes from \(or use that wide a \214eld for\) the e)-2.857 F .358 +(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 528 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 540 Q(Ar) -144 556.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 +144 556.8 Q .463(guments to non-string format speci\214ers are treated \ +as C constants, e)-.18 F .464(xcept that a leading plus or)-.15 F 1.259 (minus sign is allo)144 568.8 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 580.8 Q(alue of the follo) --.25 E(wing character)-.25 E(.)-.55 E(The)144 597.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 -609.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 580.8 Q(alue of the follo) +-.25 E(wing character)-.25 E(.)-.55 E(The)144 597.6 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 +609.6 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,) +.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 621.6 Q(The return v)5 E (alue is zero on success, non-zero on f)-.25 E(ailure.)-.1 E F1(pushd) 108 638.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 650.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 662.4 R 3.139(wt) --.25 G .639(op of the)-3.139 F .088(stack the current w)144 674.4 R .088 -(orking directory)-.1 F 5.088(.W)-.65 G .088(ith no ar)-5.488 F -(guments,)-.18 E F1(pushd)2.589 E F0 -.15(ex)2.589 G .089 -(changes the top tw).15 F 2.589(oe)-.1 G .089(lements of)-2.589 F +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 662.4 R 3.14(wt) +-.25 G .64(op of the)-3.14 F .089(stack the current w)144 674.4 R .089 +(orking directory)-.1 F 5.089(.W)-.65 G .089(ith no ar)-5.489 F +(guments,)-.18 E F1(pushd)2.589 E F0 -.15(ex)2.588 G .088 +(changes the top tw).15 F 2.588(oe)-.1 G .088(lements of)-2.588 F (the directory stack.)144 686.4 Q(Ar)5 E(guments, if supplied, ha)-.18 E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 698.4 Q F0 1.811(Suppresses the normal change of directory when rotatin\ g or adding directories to the)180 698.4 R (stack, so that only the stack is manipulated.)180 710.4 Q(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(70)185.545 E 0 -Cg EP +72 768 Q(2021 December 26)136.795 E(70)185.955 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(+)144 84 Q/F2 10/Times-Italic@0 SF(n)A F0 1.267 -(Rotates the stack so that the)180 84 R F2(n)3.767 E F0 1.268 -(th directory \(counting from the left of the list sho)B 1.268(wn by) +SF(+)144 84 Q/F2 10/Times-Italic@0 SF(n)A F0 1.268 +(Rotates the stack so that the)180 84 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 96 Q F0 2.5(,s)C(tarting with zero\) is at the top.) -2.5 E F1144 108 Q F2(n)A F0 .92(Rotates the stack so that the)180 108 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 120 Q F0 2.5(,s)C(tarting with zero\) is at the top.)-2.5 E F2(dir)144.35 132 Q F0(Adds)180 132 Q F2(dir)2.85 E F0 -(to the directory stack at the top)3.23 E .434 -(After the stack has been modi\214ed, if the)144 148.8 R F12.934 E -F0 .434(option w)2.934 F .435(as not supplied,)-.1 F F1(pushd)2.935 E F0 -.435(uses the)2.935 F F1(cd)2.935 E F0 -.2(bu)2.935 G .435(iltin to).2 F +(to the directory stack at the top)3.23 E .435 +(After the stack has been modi\214ed, if the)144 148.8 R F12.935 E +F0 .434(option w)2.934 F .434(as not supplied,)-.1 F F1(pushd)2.934 E F0 +.434(uses the)2.934 F F1(cd)2.934 E F0 -.2(bu)2.934 G .434(iltin to).2 F (change to the directory at the top of the stack.)144 160.8 Q(If the)5 E F1(cd)2.5 E F0 -.1(fa)2.5 G(ils,).1 E F1(pushd)2.5 E F0 (returns a non-zero v)2.5 E(alue.)-.25 E 1.78(Otherwise, if no ar)144 177.6 R 1.78(guments are supplied,)-.18 F F1(pushd)4.28 E F0 1.78 -(returns 0 unless the directory stack is empty)4.28 F(.)-.65 E .092 -(When rotating the directory stack,)144 189.6 R F1(pushd)2.592 E F0 .093 -(returns 0 unless the directory stack is empty or a non-e)2.592 F(x-) --.15 E(istent directory stack element is speci\214ed.)144 201.6 Q 1.278 -(If the)144 218.4 R F1(pushd)3.778 E F0 1.278 -(command is successful, bash runs)3.778 F F1(dirs)3.778 E F0 1.277 -(to sho)3.777 F 3.777(wt)-.25 G 1.277 -(he \214nal contents of the directory)-3.777 F(stack.)144 230.4 Q F1 -(pwd)108 247.2 Q F0([)2.5 E F1(\255LP)A F0(])A .844 +(returns 0 unless the directory stack is empty)4.28 F(.)-.65 E .093 +(When rotating the directory stack,)144 189.6 R F1(pushd)2.593 E F0 .092 +(returns 0 unless the directory stack is empty or a non-e)2.593 F(x-) +-.15 E(istent directory stack element is speci\214ed.)144 201.6 Q 1.277 +(If the)144 218.4 R F1(pushd)3.777 E F0 1.277 +(command is successful, bash runs)3.777 F F1(dirs)3.777 E F0 1.278 +(to sho)3.778 F 3.778(wt)-.25 G 1.278 +(he \214nal contents of the directory)-3.778 F(stack.)144 230.4 Q F1 +(pwd)108 247.2 Q F0([)2.5 E F1(\255LP)A F0(])A .845 (Print the absolute pathname of the current w)144 259.2 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 +(orking directory)-.1 F 5.844(.T)-.65 G .844 +(he pathname printed contains no)-5.844 F .181(symbolic links if the)144 271.2 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 .181(iltin command is).2 F 3.263 -(enabled. If)144 283.2 R(the)3.263 E F13.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\ +(set)2.681 E F0 -.2(bu)2.681 G .182(iltin command is).2 F 3.264 +(enabled. If)144 283.2 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 295.2 R -.25(va) -.4 G .405(lid op-).25 F(tion is supplied.)144 307.2 Q F1 -.18(re)108 -324 S(ad).18 E F0([)3.816 E F1(\255ers)A F0 3.816(][)C F1-3.816 E -F2(aname)3.816 E F0 3.816(][)C F1-3.816 E F2(delim)3.816 E F0 -3.816(][)C F1-3.816 E F2(te)3.816 E(xt)-.2 E F0 3.816(][)C F1 --3.816 E F2(nc)3.816 E(har)-.15 E(s)-.1 E F0 3.817(][)C F1 --3.817 E F2(nc)3.817 E(har)-.15 E(s)-.1 E F0 3.817(][)C F1-3.817 E -F2(pr)3.817 E(ompt)-.45 E F0 3.817(][)C F1-3.817 E F2(timeout) -3.817 E F0 3.817(][)C F1-3.817 E F2(fd)3.817 E F0(])A([)108 336 Q +324 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 336 Q F2(name)A F0(...])2.5 E .516(One line is read from the standard input, \ or from the \214le descriptor)144 348 R F2(fd)3.016 E F0 .516 -(supplied as an ar)3.016 F .516(gument to)-.18 F(the)144 360 Q F1 -2.935 E F0 .435(option, split into w)2.935 F .435(ords as described abo) +(supplied as an ar)3.016 F .517(gument to)-.18 F(the)144 360 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 .436(nd the \214rst w)-2.935 F .436 -(ord is as-)-.1 F .376(signed to the \214rst)144 372 R F2(name)3.236 E +(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 372 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 .375 -(If there are more w)5.376 F(ords)-.1 E .236 +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 384 R .237(ords and their interv)-.1 F -.237(ening delimiters are assigned to the last)-.15 F F2(name)3.097 E F0 -5.237(.I).18 G(f)-5.237 E .875(there are fe)144 396 R .875(wer w)-.25 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 396 R .874(wer w)-.25 F .875(ords read from the input stream than names, the remaining names ar\ -e assigned)-.1 F .517(empty v)144 408 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 420 R +e assigned)-.1 F .518(empty v)144 408 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 420 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.526(\)m)C(ay)-2.526 E .488 +(backslash character \()2.526 F F1(\\)A F0 2.527(\)m)C(ay)-2.527 E .489 (be used to remo)144 432 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 +(xt character read and for line continuation.)-.15 F(Op-)5.488 E (tions, if supplied, ha)144 444 Q .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 456 Q F2(aname)2.5 E F0 1.026(The w) +(wing meanings:)-.25 E F1144 456 Q F2(aname)2.5 E F0 1.025(The w) 180 468 R 1.026(ords are assigned to sequential indices of the array v) --.1 F(ariable)-.25 E F2(aname)3.855 E F0 3.525(,s).18 G 1.025 -(tarting at 0.)-3.525 F F2(aname)180.33 480 Q F0(is unset before an)2.68 +-.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 480 Q F0(is unset before an)2.68 E 2.5(yn)-.15 G .5 -.25(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E F2(name)2.5 E F0(ar)2.5 E(guments are ignored.)-.18 E F1144 492 Q -F2(delim)2.5 E F0 .28(The \214rst character of)180 504 R F2(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 F2(de-)2.781 E(lim)180 516 Q F0(is the empty string,) -2.5 E F1 -.18(re)2.5 G(ad).18 E F0 +F2(delim)2.5 E F0 .281(The \214rst character of)180 504 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 516 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 528 Q F0 .373 +144 528 Q F0 .372 (If the standard input is coming from a terminal,)180 528 R F1 -.18(re) -2.873 G(adline).18 E F0(\(see)2.873 E F3(READLINE)2.872 E F0(abo)2.622 E --.15(ve)-.15 G 2.872(\)i).15 G 2.872(su)-2.872 G(sed)-2.872 E .218 +2.873 G(adline).18 E F0(\(see)2.873 E F3(READLINE)2.873 E F0(abo)2.623 E +-.15(ve)-.15 G 2.873(\)i).15 G 2.873(su)-2.873 G(sed)-2.873 E .218 (to obtain the line.)180 540 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 552 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 564 Q F2(te)2.5 E(xt)-.2 -E F0(If)180 564 Q F1 -.18(re)2.716 G(adline).18 E F0 .216 -(is being used to read the line,)2.716 F F2(te)2.716 E(xt)-.2 E F0 .216 -(is placed into the editing b)2.716 F(uf)-.2 E .215(fer before edit-) +E F0(If)180 564 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 576 Q(gins.)-.15 E F1144 588 Q F2(nc)2.5 E(har) --.15 E(s)-.1 E F1 -.18(re)180 600 S(ad).18 E F0 .322 -(returns after reading)2.822 F F2(nc)2.823 E(har)-.15 E(s)-.1 E F0 .323 +-.15 E(s)-.1 E F1 -.18(re)180 600 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 (characters rather than w)2.823 F .323 (aiting for a complete line of in-)-.1 F(put, b)180 612 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 624 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 636 S(ad) -.18 E F0 1.269(returns after reading e)3.77 F(xactly)-.15 E F2(nc)3.769 -E(har)-.15 E(s)-.1 E F0 1.269(characters rather than w)3.769 F 1.269 -(aiting for a complete)-.1 F .274 +.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 648 R F1 -.18(re)2.775 -G(ad).18 E F0 .275(times out.)2.775 F .275(Delimiter characters encoun-) -5.275 F 1.003 +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 660 R -F1 -.18(re)3.502 G(ad).18 E F0 1.002(to return until)3.502 F F2(nc)3.502 -E(har)-.15 E(s)-.1 E F0 .608(characters are read.)180 672 R .608 -(The result is not split on the characters in)5.608 F F1(IFS)3.108 E F0 -3.108(;t)C .609(he intent is that the)-3.108 F -.25(va)180 684 S .67 +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 672 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 684 S .669 (riable is assigned e).25 F .669 -(xactly the characters read \(with the e)-.15 F .669 +(xactly the characters read \(with the e)-.15 F .67 (xception of backslash; see the)-.15 F F1180 696 Q F0(option belo) -2.5 E(w\).)-.25 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(71)185.545 E 0 Cg EP +2.5 E(w\).)-.25 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(71) +185.955 E 0 Cg EP %%Page: 72 72 %%BeginPageSetup BP @@ -8788,78 +8775,78 @@ BP /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 SF144 84 Q/F2 10/Times-Italic@0 SF(pr)2.5 E(ompt)-.45 E F0 -(Display)180 96 Q F2(pr)3.66 E(ompt)-.45 E F0 1.161(on standard error) -3.66 F 3.661(,w)-.4 G 1.161(ithout a trailing ne)-3.661 F 1.161 +(Display)180 96 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 108 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 120 Q F0 .544(Backslash does not act as an escape character) -180 120 R 5.543(.T)-.55 G .543(he backslash is considered to be part of) --5.543 F .492(the line.)180 132 R .492(In particular)5.492 F 2.992(,ab) --.4 G(ackslash-ne)-2.992 E .493 +144 120 Q F0 .543(Backslash does not act as an escape character) +180 120 R 5.543(.T)-.55 G .544(he backslash is considered to be part of) +-5.543 F .493(the line.)180 132 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 144 Q F1144 156 Q F0(Silent mode.)180 156 Q (If input is coming from a terminal, characters are not echoed.)5 E F1 -144 168 Q F2(timeout)2.5 E F0(Cause)180 180 Q F1 -.18(re)2.929 G -(ad).18 E F0 .428(to time out and return f)2.929 F .428 -(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .56 +144 168 Q F2(timeout)2.5 E F0(Cause)180 180 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 192 R F2(timeout)3.061 E F0 -(seconds.)3.061 E F2(timeout)5.561 E F0 .561(may be a decimal number) +(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 204 Q (wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E .3 -.15(ve i)-.25 H(f).15 E F1 -.18(re)2.5 G(ad).18 E F0 .506(is readin\ g input from a terminal, pipe, or other special \214le; it has no ef)180 -216 R .506(fect when reading)-.25 F .59(from re)180 228 R .59 -(gular \214les.)-.15 F(If)5.59 E F1 -.18(re)3.09 G(ad).18 E F0 .589 -(times out,)3.09 F F1 -.18(re)3.089 G(ad).18 E F0(sa)3.089 E -.15(ve)-.2 -G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .589 +216 R .505(fect when reading)-.25 F .589(from re)180 228 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 240 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 .228(The e)180 252 R .228(xit status is 0 if input is a) +(ata.)-2.77 E .227(The e)180 252 R .228(xit status is 0 if input is a) -.15 F -.25(va)-.2 G .228(ilable on the speci\214ed \214le descriptor) -.25 F 2.728(,o)-.4 G 2.727(rt)-2.728 G .227(he read will re-)-2.727 F -1.224(turn EOF)180 264 R 3.724(,n)-.8 G 1.224(on-zero otherwise.)-3.724 -F 1.224(The e)6.224 F 1.225 +.25 F 2.728(,o)-.4 G 2.728(rt)-2.728 G .228(he read will re-)-2.728 F +1.225(turn EOF)180 264 R 3.725(,n)-.8 G 1.225(on-zero otherwise.)-3.725 +F 1.225(The e)6.225 F 1.225 (xit status is greater than 128 if the timeout is e)-.15 F(x-)-.15 E (ceeded.)180 276 Q F1144 288 Q F2(fd)2.5 E F0 (Read input from \214le descriptor)180 288 Q F2(fd)2.5 E F0(.)A .522 (If no)144 304.8 R F2(names)3.382 E F0 .522 (are supplied, the line read, without the ending delimiter b)3.292 F -.522(ut otherwise unmodi\214ed, is)-.2 F 1.186(assigned to the v)144 +.522(ut otherwise unmodi\214ed, is)-.2 F 1.187(assigned to the v)144 316.8 R(ariable)-.25 E/F3 9/Times-Bold@0 SF(REPL)3.686 E(Y)-.828 E/F4 9 /Times-Roman@0 SF(.)A F0 1.186(The e)5.686 F 1.186 (xit status is zero, unless end-of-\214le is encountered,)-.15 F F1 -.18 -(re)3.687 G(ad).18 E F0 .961 +(re)3.686 G(ad).18 E F0 .96 (times out \(in which case the status is greater than 128\), a v)144 -328.8 R .96(ariable assignment error \(such as as-)-.25 F .706 +328.8 R .961(ariable assignment error \(such as as-)-.25 F .707 (signing to a readonly v)144 340.8 R .706(ariable\) occurs, or an in) -.25 F -.25(va)-.4 G .706(lid \214le descriptor is supplied as the ar) -.25 F .707(gument to)-.18 F F1144 352.8 Q F0(.)A F1 -.18(re)108 +.25 F .706(gument to)-.18 F F1144 352.8 Q F0(.)A F1 -.18(re)108 369.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 381.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.096 -(quent assignment.)144 393.6 R 1.096(If the)6.096 F F13.596 E F0 -1.097(option is supplied, the functions corresponding to the)3.596 F F2 -(names)3.597 E F0 1.097(are so)3.597 F(mark)144 405.6 Q 3.334(ed. The) +F F2(names)3.63 E F0 .77(may not be changed by subse-)3.54 F 1.097 +(quent assignment.)144 393.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 405.6 Q 3.334(ed. The) -.1 F F13.334 E F0 .834(option restricts the v)3.334 F .834 (ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the) -3.334 F F13.334 E F0 .834(option restricts the v)3.334 F(ari-) --.25 E .776(ables to associati)144 417.6 R 1.076 -.15(ve a)-.25 H 3.276 -(rrays. If).15 F .777(both options are supplied,)3.276 F F13.277 E -F0(tak)3.277 E .777(es precedence.)-.1 F .777(If no)5.777 F F2(name) -3.637 E F0(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 429.6 R -.15(ve) +-.25 E .777(ables to associati)144 417.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 429.6 R -.15(ve) -.25 G .521(n, or if the).15 F F13.021 E F0 .521 (option is supplied, a list of all readonly names is printed.)3.021 F -.521(The other)5.521 F .295(options may be used to restrict the output \ -to a subset of the set of readonly names.)144 441.6 R(The)5.296 E F1 -2.796 E F0(option)2.796 E .786 +.522(The other)5.521 F .295(options may be used to restrict the output \ +to a subset of the set of readonly names.)144 441.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 453.6 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144 -465.6 Q .717(wed by =)-.25 F F2(wor)A(d)-.37 E F0 3.218(,t)C .718(he v) +144 453.6 R .786(If a v)5.786 F .786(ariable name is fol-)-.25 F(lo)144 +465.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) @@ -8867,146 +8854,145 @@ to a subset of the set of readonly names.)144 441.6 R(The)5.296 E F1 -.25 F .26(ariable name, or)-.25 F F12.76 E F0 .26 (is supplied with a)2.76 F F2(name)144.36 489.6 Q F0 (that is not a function.)2.68 E F1 -.18(re)108 506.4 S(tur).18 E(n)-.15 -E F0([)2.5 E F2(n)A F0(])A .02(Causes a function to stop e)144 518.4 R --.15(xe)-.15 G .02(cuting and return the v).15 F .021 -(alue speci\214ed by)-.25 F F2(n)2.881 E F0 .021(to its caller)2.761 F -5.021(.I)-.55 G(f)-5.021 E F2(n)2.881 E F0 .021(is omitted,)2.761 F .597 +E F0([)2.5 E F2(n)A F0(])A .021(Causes a function to stop e)144 518.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 530.4 R -.15(xe) --.15 G .596(cuted in the function body).15 F 5.596(.I)-.65 G(f)-5.596 E -F1 -.18(re)3.096 G(tur).18 E(n)-.15 E F0 .596(is e)3.096 F -.15(xe)-.15 +-.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 .267(by a trap handler)144 542.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 .268(cuted be-).15 F .02(fore the trap handler) +-2.767 F -.15(xe)-.15 G .267(cuted be-).15 F .02(fore the trap handler) 144 554.4 R 5.02(.I)-.55 G(f)-5.02 E F1 -.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 -.885(mine the status is the last command e)144 566.4 R -.15(xe)-.15 G -.886(cuted by the trap handler before).15 F F1 -.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 F1 -.18(re)144 578.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 F1(.)3.127 E F0(\()5.627 E -F1(sour)A(ce)-.18 E F0 3.127(\)c)C .627(ommand, it)-3.127 F .588 -(causes the shell to stop e)144 590.4 R -.15(xe)-.15 G .588 -(cuting that script and return either).15 F F2(n)3.448 E F0 .589 -(or the e)3.329 F .589(xit status of the last com-)-.15 F .326(mand e) -144 602.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 F2(n)2.826 E F0 .325 -(is supplied, the return v)2.826 F .325(alue is)-.25 F .444 +.886(mine the status is the last command e)144 566.4 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 578.4 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 590.4 R -.15(xe)-.15 G .589 +(cuting that script and return either).15 F F2(n)3.448 E F0 .588 +(or the e)3.328 F .588(xit status of the last com-)-.15 F .325(mand e) +144 602.4 R -.15(xe)-.15 G .325(cuted within the script as the e).15 F +.326(xit status of the script.)-.15 F(If)5.326 E F2(n)2.826 E F0 .326 +(is supplied, the return v)2.826 F .326(alue is)-.25 F .445 (its least signi\214cant 8 bits.)144 614.4 R .444 -(The return status is non-zero if)5.444 F F1 -.18(re)2.945 G(tur).18 E -(n)-.15 E F0 .445(is supplied a non-numeric ar)2.945 F(gu-)-.18 E .381 +(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 626.4 R -.15 (xe)-.15 G .381(cution of a script by).15 F F1(.)2.881 E F0(or)3.714 E -F1(sour)2.881 E(ce)-.18 E F0 5.38(.A)C .68 -.15(ny c)-5.38 H(om-).15 E -.749(mand associated with the)144 638.4 R F1(RETURN)3.249 E F0 .749 +F1(sour)2.881 E(ce)-.18 E F0 5.381(.A)C .681 -.15(ny c)-5.381 H(om-).15 +E .75(mand associated with the)144 638.4 R F1(RETURN)3.249 E F0 .749 (trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15 -G .75(cution resumes after the function).15 F(or script.)144 650.4 Q F1 +G .749(cution resumes after the function).15 F(or script.)144 650.4 Q F1 (set)108 667.2 Q F0([)2.5 E F1(\255abefhkmnptuvxBCEHPT)A F0 2.5(][)C F1 -2.5 E F2(option\255name)2.5 E F0 2.5(][)C F1-2.5 E F0 2.5 (][)C F1-2.5 E F0 2.5(][)C F2(ar)-2.5 E(g)-.37 E F0(...])2.5 E F1 (set)108 679.2 Q F0([)2.5 E F1(+abefhkmnptuvxBCEHPT)A F0 2.5(][)C F1(+o) -2.5 E F2(option\255name)2.5 E F0 2.5(][)C F1-2.5 E F0 2.5(][)C F1 -2.5 E F0 2.5(][)C F2(ar)-2.5 E(g)-.37 E F0(...])2.5 E -.4(Wi)144 -691.2 S .574(thout options, display the name and v).4 F .574 -(alue of each shell v)-.25 F .573 +691.2 S .573(thout options, display the name and v).4 F .573 +(alue of each shell v)-.25 F .574 (ariable in a format that can be reused)-.25 F .113 (as input for setting or resetting the currently-set v)144 703.2 R 2.613 (ariables. Read-only)-.25 F -.25(va)2.613 G .113 -(riables cannot be reset.).25 F(In)5.113 E F2 1.032(posix mode)144 715.2 +(riables cannot be reset.).25 F(In)5.112 E F2 1.032(posix mode)144 715.2 R F0 3.532(,o)C 1.032(nly shell v)-3.532 F 1.032(ariables are listed.) -.25 F 1.032(The output is sorted according to the current locale.)6.032 F 1.843(When options are speci\214ed, the)144 727.2 R 4.343(ys)-.15 G 1.843(et or unset shell attrib)-4.343 F 4.343(utes. An)-.2 F 4.343(ya) -.15 G -.18(rg)-4.343 G 1.843(uments remaining after).18 F(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(72)185.545 E 0 -Cg EP +72 768 Q(2021 December 26)136.795 E(72)185.955 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 .505 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .504 (option processing are treated as v)144 84 R .505 (alues for the positional parameters and are assigned, in order)-.25 F -3.004(,t)-.4 G(o)-3.004 E/F1 10/Times-Bold@0 SF($1)144 96 Q F0(,)A F1 +3.005(,t)-.4 G(o)-3.005 E/F1 10/Times-Bold@0 SF($1)144 96 Q F0(,)A F1 ($2)2.5 E F0(,)A F1 2.5(... $)2.5 F/F2 10/Times-Italic@0 SF(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 108 Q F0 1.377(Each v)184 108 R 1.377 +(wing meanings:)-.25 E F1144 108 Q F0 1.378(Each v)184 108 R 1.377 (ariable or function that is created or modi\214ed is gi)-.25 F -.15(ve) --.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.378(xport attrib)-.15 F -1.378(ute and)-.2 F(mark)184 120 Q(ed for e)-.1 E(xport to the en)-.15 E -(vironment of subsequent commands.)-.4 E F1144 132 Q F0 .132 +-.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 120 Q(ed for e)-.1 E(xport to the en)-.15 E +(vironment of subsequent commands.)-.4 E F1144 132 Q F0 .131 (Report the status of terminated background jobs immediately)184 132 R -2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E +2.632(,r)-.65 G .132(ather than before the ne)-2.632 F(xt)-.15 E (primary prompt.)184 144 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o)-.25 -H(nly when job control is enabled.).15 E F1144 156 Q F0 .087 -(Exit immediately if a)184 156 R F2(pipeline)2.587 E F0 .087 -(\(which may consist of a single)2.587 F F2 .088(simple command)2.588 F -F0 .088(\), a)B F2(list)2.588 E F0 2.588(,o)C(r)-2.588 E(a)184 168 Q F2 -1.521(compound command)4.021 F F0(\(see)4.021 E/F3 9/Times-Bold@0 SF -1.521(SHELL GRAMMAR)4.021 F F0(abo)3.771 E -.15(ve)-.15 G 1.521(\), e) -.15 F 1.521(xits with a non-zero status.)-.15 F .079 -(The shell does not e)184 180 R .079(xit if the command that f)-.15 F -.08(ails is part of the command list immediately)-.1 F(follo)184 192 Q -1.655(wing a)-.25 F F1(while)4.155 E F0(or)4.155 E F1(until)4.155 E F0 --.1(ke)4.155 G(yw)-.05 E 1.655(ord, part of the test follo)-.1 F 1.654 -(wing the)-.25 F F1(if)4.154 E F0(or)4.154 E F1(elif)4.154 E F0(reserv) -4.154 E(ed)-.15 E -.1(wo)184 204 S .581(rds, part of an).1 F 3.081(yc) --.15 G .581(ommand e)-3.081 F -.15(xe)-.15 G .581(cuted in a).15 F F1 -(&&)3.081 E F0(or)3.081 E F1(||)3.081 E F0 .582(list e)3.082 F .582 -(xcept the command follo)-.15 F(wing)-.25 E .918(the \214nal)184 216 R -F1(&&)3.418 E F0(or)3.418 E F1(||)3.418 E F0 3.418(,a)C 1.218 -.15(ny c) --3.418 H .918(ommand in a pipeline b).15 F .917 -(ut the last, or if the command')-.2 F 3.417(sr)-.55 G(eturn)-3.417 E --.25(va)184 228 S .66(lue is being in).25 F -.15(ve)-.4 G .66(rted with) -.15 F F1(!)3.16 E F0 5.661(.I)C 3.161(fac)-5.661 G .661 -(ompound command other than a subshell returns a)-3.161 F 1.113 +H(nly when job control is enabled.).15 E F1144 156 Q F0 .088 +(Exit immediately if a)184 156 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 168 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 +180 R .079(xit if the command that f)-.15 F .079 +(ails is part of the command list immediately)-.1 F(follo)184 192 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 204 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 216 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 228 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 240 R 1.112(ailed while)-.1 F -F13.612 E F0 -.1(wa)3.612 G 3.612(sb).1 G 1.112 -(eing ignored, the shell does)-3.612 F .177(not e)184 252 R 2.677 -(xit. A)-.15 F .177(trap on)2.677 F F1(ERR)2.677 E F0 2.677(,i)C 2.678 -(fs)-2.677 G .178(et, is e)-2.678 F -.15(xe)-.15 G .178 -(cuted before the shell e).15 F 2.678(xits. This)-.15 F .178 -(option applies to)2.678 F .618(the shell en)184 264 R .617 +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 252 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 264 R .617 (vironment and each subshell en)-.4 F .617(vironment separately \(see) --.4 F F3 .617(COMMAND EXE-)3.117 F .642(CUTION ENVIR)184 276 R(ONMENT) +-.4 F F3 .618(COMMAND EXE-)3.118 F .643(CUTION ENVIR)184 276 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 288 Q -.999(If a compound command or shell function e)184 306 R -.15(xe)-.15 G -.999(cutes in a conte).15 F .998(xt where)-.15 F F13.498 E F0 .998 -(is being ig-)3.498 F .089(nored, none of the commands e)184 318 R -.15 +(xe)-.15 G .642(cuting all).15 F(the commands in the subshell.)184 288 Q +.998(If a compound command or shell function e)184 306 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 318 R -.15 (xe)-.15 G .089(cuted within the compound command or function body).15 F -.503(will be af)184 330 R .503(fected by the)-.25 F F13.002 E F0 +.502(will be af)184 330 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 .502 -(ailure sta-)-.1 F 4.183(tus. If)184 342 R 4.183(ac)4.183 G 1.683 -(ompound command or shell function sets)-4.183 F F14.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 354 Q F13.154 E F0 .654 -(is ignored, that setting will not ha)3.154 F .953 -.15(ve a)-.2 H .953 --.15(ny e).15 H -.25(ff).15 G .653(ect until the compound command).25 F +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 342 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 354 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 366 Q F1 144 378 Q F0(Disable pathname e)184 378 Q(xpansion.)-.15 E F1 144 390 Q F0 .988(Remember the location of commands as the)184 390 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 402 -Q(ault.)-.1 E F1144 414 Q F0 .514(All ar)184 414 R .514 +-.15 G 3.488(cution. This).15 F .987(is en-)3.487 F(abled by def)184 402 +Q(ault.)-.1 E F1144 414 Q F0 .513(All ar)184 414 R .514 (guments in the form of assignment statements are placed in the en)-.18 -F .513(vironment for a)-.4 F +F .514(vironment for a)-.4 F (command, not just those that precede the command name.)184 426 Q F1 -144 438 Q F0 .148(Monitor mode.)184 438 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 +144 438 Q F0 .149(Monitor mode.)184 438 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 450 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 .65 -(processes run in a separate)3.151 F .678(process group.)184 462 R .679 +(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 462 R .678 (When a background job completes, the shell prints a line containing it\ -s)5.678 F -.15(ex)184 474 S(it status.).15 E F1144 486 Q F0 .653 -(Read commands b)184 486 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 498 Q(This is ignored by interacti)5 E .3 +s)5.679 F -.15(ex)184 474 S(it status.).15 E F1144 486 Q F0 .652 +(Read commands b)184 486 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 498 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15 E F1144 510 Q F2(option\255name)2.5 E F0(The)184 522 Q F2(option\255name)2.5 E F0(can be one of the follo)2.5 E(wing:)-.25 E F1(allexport)184 534 Q F0(Same as)224 546 Q F12.5 E @@ -9023,22 +9009,21 @@ F0 2.5(option. This)224 606 R(also af)2.5 E(fects the editing interf) (functrace)184 642 Q F0(Same as)224 654 Q F12.5 E F0(.)A F1 (hashall)184 666 Q F0(Same as)224 666 Q F12.5 E F0(.)A F1 (histexpand)184 678 Q F0(Same as)224 690 Q F12.5 E F0(.)A F1 -(history)184 702 Q F0 .586(Enable command history)224 702 R 3.087(,a) +(history)184 702 Q F0 .587(Enable command history)224 702 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 F3(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 714 Q (ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E(GNU Bash 5.2) -72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(73)185.545 E 0 -Cg EP +72 768 Q(2021 December 26)136.795 E(73)185.955 E 0 Cg EP %%Page: 74 74 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF(ignor)184 84 Q(eeof)-.18 E F0 1.657(The ef)224 96 R 1.657 +SF(ignor)184 84 Q(eeof)-.18 E F0 1.656(The ef)224 96 R 1.656 (fect is as if the shell command)-.25 F/F2 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 +4.157 E F0 1.657(had been e)4.157 F -.15(xe)-.15 G(cuted).15 E(\(see)224 108 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 120 S(yw).1 E(ord)-.1 E F0(Same as)224 132 Q F1 2.5 E F0(.)A F1(monitor)184 144 Q F0(Same as)224 144 Q F12.5 @@ -9049,110 +9034,110 @@ F1(noglob)184 192 Q F0(Same as)224 192 Q F12.5 E F0(.)A F1(nolog) (Same as)224 216 Q F12.5 E F0(.)A F1(nounset)184 228 Q F0(Same as) 224 228 Q F12.5 E F0(.)A F1(onecmd)184 240 Q F0(Same as)224 240 Q F12.5 E F0(.)A F1(ph)184 252 Q(ysical)-.15 E F0(Same as)224 252 Q -F12.5 E F0(.)A F1(pipefail)184 264 Q F0 1.029 -(If set, the return v)224 264 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 276 -R 1.136 +F12.5 E F0(.)A F1(pipefail)184 264 Q F0 1.03(If set, the return v) +224 264 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 276 R +1.136 (xit with a non-zero status, or zero if all commands in the pipeline) -.15 F -.15(ex)224 288 S(it successfully).15 E 5(.T)-.65 G (his option is disabled by def)-5 E(ault.)-.1 E F1(posix)184 300 Q F0 -2.09(Change the beha)224 300 R 2.091(vior of)-.2 F F1(bash)4.591 E F0 +2.091(Change the beha)224 300 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 312 R/F3 10/Times-Italic@0 SF 1.212(posix mode)B F0 3.712(\). See)B/F4 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 324 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 336 Q(vior)-.2 E(.)-.55 E F1(pri)184 348 Q(vileged)-.1 E +/Times-Bold@0 SF 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 324 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 336 Q(vior)-.2 E(.)-.55 E F1(pri)184 348 Q(vileged)-.1 E F0(Same as)224 360 Q F12.5 E F0(.)A F1 -.1(ve)184 372 S(rbose).1 E F0(Same as)224 372 Q F12.5 E F0(.)A F1(vi)184 384 Q F0 .209 (Use a vi-style command line editing interf)224 384 R 2.709(ace. This) --.1 F .209(also af)2.709 F .209(fects the editing in-)-.25 F(terf)224 -396 Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1 -(xtrace)184 408 Q F0(Same as)224 408 Q F12.5 E F0(.)A(If)184 426 Q -F13.052 E F0 .552(is supplied with no)3.052 F F3(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 -438 Q F0 1.072(is supplied with no)3.572 F F3(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 +-.1 F .209(also af)2.709 F .21(fects the editing in-)-.25 F(terf)224 396 +Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1(xtrace) +184 408 Q F0(Same as)224 408 Q F12.5 E F0(.)A(If)184 426 Q F1 +3.053 E F0 .553(is supplied with no)3.053 F F3(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 +438 Q F0 1.071(is supplied with no)3.571 F F3(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 450 Q F1 -144 462 Q F0 -.45(Tu)184 462 S 1.071(rn on).45 F F3(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 -F4($ENV)3.572 E F0(and)3.322 E F4($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 474 R 1.5 -(vironment, and the)-.4 F F4(SHELLOPTS)4 E/F5 9/Times-Roman@0 SF(,)A F4 --.27(BA)184 486 S(SHOPTS).27 E F5(,)A F4(CDP)2.774 E -.855(AT)-.666 G(H) -.855 E F5(,)A F0(and)2.774 E F4(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 498 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 +144 462 Q F0 -.45(Tu)184 462 S 1.072(rn on).45 F F3(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 +F4($ENV)3.572 E F0(and)3.322 E F4($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 474 R 1.501 +(vironment, and the)-.4 F F4(SHELLOPTS)4.001 E/F5 9/Times-Roman@0 SF(,)A +F4 -.27(BA)184 486 S(SHOPTS).27 E F5(,)A F4(CDP)2.775 E -.855(AT)-.666 G +(H).855 E F5(,)A F0(and)2.775 E F4(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 498 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 510 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 522 Q .695 -.15(ve u)-.25 H .395 +(option is not supplied, these actions are tak)2.961 F .461 +(en and the ef)-.1 F(fec-)-.25 E(ti)184 522 Q .694 -.15(ve u)-.25 H .394 (ser id is set to the real user id.).15 F .395(If the)5.395 F F1 -2.895 E F0 .394(option is supplied at startup, the ef)2.895 F(fecti)-.25 -E -.15(ve)-.25 G .386(user id is not reset.)184 534 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 +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 534 R -.45(Tu)5.387 G +.387(rning this option of).45 F 2.886(fc)-.25 G .386(auses the ef)-2.886 +F(fecti)-.25 E .686 -.15(ve u)-.25 H .386(ser and group ids to be).15 F (set to the real user and group ids.)184 546 Q F1144 558 Q F0 (Enable restricted shell mode.)184 558 Q (This option cannot be unset once it has been set.)5 E F1144 570 Q F0(Exit after reading and e)184 570 Q -.15(xe)-.15 G -(cuting one command.).15 E F1144 582 Q F0 -.35(Tr)184 582 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 594 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 606 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 -618 Q F1144 630 Q F0(Print shell input lines as the)184 630 Q 2.5 -(ya)-.15 G(re read.)-2.5 E F1144 642 Q F0 .315(After e)184 642 R -.315(xpanding each)-.15 F F3 .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 -654 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 F4(PS4)3.736 E F5(,)A F0 -(follo)3.486 E 1.236(wed by the com-)-.25 F(mand and its e)184 666 Q -(xpanded ar)-.15 E(guments or associated w)-.18 E(ord list.)-.1 E F1 -144 678 Q F0 1.205(The shell performs brace e)184 678 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.706(\). This).15 F 1.206(is on by de-)3.706 F -.1(fa) -184 690 S(ult.).1 E F1144 702 Q F0 .214(If set,)184 702 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.713(,a)C(nd)-2.713 E F1(<>)2.713 E F0 .213(redirection opera-)2.713 F -3.053(tors. This)184 714 R .553(may be o)3.053 F -.15(ve)-.15 G .553 +(cuting one command.).15 E F1144 582 Q F0 -.35(Tr)184 582 S .773 +(eat unset v).35 F .773(ariables and parameters other than the special \ +parameters "@" and "*", or)-.25 F .46(array v)184 594 R .459(ariables s\ +ubscripted with "@" or "*", as an error when performing parameter e)-.25 +F(x-)-.15 E 2.89(pansion. If)184 606 R -.15(ex)2.89 G .391 +(pansion is attempted on an unset v).15 F .391(ariable or parameter)-.25 +F 2.891(,t)-.4 G .391(he shell prints an)-2.891 F +(error message, and, if not interacti)184 618 Q -.15(ve)-.25 G 2.5(,e) +.15 G(xits with a non-zero status.)-2.65 E F1144 630 Q F0 +(Print shell input lines as the)184 630 Q 2.5(ya)-.15 G(re read.)-2.5 E +F1144 642 Q F0 .315(After e)184 642 R .315(xpanding each)-.15 F F3 +.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 654 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 F4(PS4)3.736 E F5(,)A F0(follo)3.486 E 1.236 +(wed by the com-)-.25 F(mand and its e)184 666 Q(xpanded ar)-.15 E +(guments or associated w)-.18 E(ord list.)-.1 E F1144 678 Q F0 +1.206(The shell performs brace e)184 678 R 1.206(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 690 S(ult.).1 E F1 +144 702 Q F0 .213(If set,)184 702 R F1(bash)2.713 E F0 .213 +(does not o)2.713 F -.15(ve)-.15 G .214(rwrite an e).15 F .214 +(xisting \214le with the)-.15 F F1(>)2.714 E F0(,)A F1(>&)2.714 E F0 +2.714(,a)C(nd)-2.714 E F1(<>)2.714 E F0 .214(redirection opera-)2.714 F +3.054(tors. This)184 714 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 726 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(74)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(74)185.955 E 0 Cg EP %%Page: 75 75 %%BeginPageSetup BP %%EndPageSetup /F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F (Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 -SF144 84 Q F0 .104(If set, an)184 84 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 96 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 108 Q F1 -144 120 Q F0(Enable)184 120 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 132 Q -.15 -(ve)-.25 G(.).15 E F1144 144 Q F0 .959 +SF144 84 Q F0 .103(If set, an)184 84 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 96 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 108 Q F1 +144 120 Q F0(Enable)184 120 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 132 Q -.15 +(ve)-.25 G(.).15 E F1144 144 Q F0 .96 (If set, the shell does not resolv)184 144 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 156 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 168 R(def) -3.334 E(ault,)-.1 E F1(bash)3.334 E F0(follo)3.334 E .834 +(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 156 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 168 R(def) +3.335 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 180 Q(.)-.65 E F1144 192 Q F0 .89(If set, an)184 192 R 3.39(yt)-.15 G .89(raps on)-3.39 F F1 @@ -9162,52 +9147,52 @@ F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 132 Q -.15 (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 216 Q F0 (traps are normally not inherited in such cases.)2.5 E F1144 228 Q -F0 .401(If no ar)184 228 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 240 Q/F2 -10/Times-Italic@0 SF(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 252 Q F0 .796 +F0 .4(If no ar)184 228 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 240 Q +/F2 10/Times-Italic@0 SF(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 F1 +2.5 E F0(.)A F1144 252 Q F0 .797 (Signal the end of options, cause all remaining)184 252 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 3.022(rameters. The)184 264 R F1 -3.022 E F0(and)3.022 E F13.022 E F0 .522 +(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 264 R F1 +3.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 .521(s, the positional pa-)B +3.022 F F2(ar)3.022 E(g)-.37 E F0 .522(s, the positional pa-)B (rameters remain unchanged.)184 276 Q .425(The options are of)144 292.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 304.8 R 2.678(f. The)-.25 F .178 +(Using + rather than \255 causes these options)5.425 F .177 +(to be turned of)144 304.8 R 2.677(f. The)-.25 F .178 (options can also be speci\214ed as ar)2.678 F .178(guments to an in) --.18 F -.2(vo)-.4 G .177(cation of the shell.).2 F(The)5.177 E .066 +-.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 316.8 R F1<24ad>2.566 E F0 5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066 -(ys true unless an in).1 F -.25(va)-.4 G .067(lid option).25 F +(ys true unless an in).1 F -.25(va)-.4 G .066(lid option).25 F (is encountered.)144 328.8 Q F1(shift)108 345.6 Q F0([)2.5 E F2(n)A F0 -(])A .429(The positional parameters from)144 357.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 369.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 +(])A .428(The positional parameters from)144 357.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 369.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 381.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 393.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 +(,t)C(he)-2.56 E .144(positional parameters are not changed.)144 393.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 405.6 Q F1(shopt)108 422.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 434.4 S .64(ggle the v).8 F .639 +-2.5 E F0(...])2.5 E -.8(To)144 434.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 .639(he settings can be either those)-5.639 F .374 -(listed belo)144 446.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 +5.639(.T)-.55 G .64(he settings can be either those)-5.639 F .375 +(listed belo)144 446.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 .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 458.4 R .066 +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 458.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 470.4 R F2 @@ -9220,126 +9205,125 @@ E(options ha)144 494.4 Q .3 -.15(ve t)-.2 H(he follo).15 E 506.4 Q F2(optname)2.5 E F0(.)A F1144 518.4 Q F0 (Disable \(unset\) each)180 518.4 Q F2(optname)2.5 E F0(.)A F1144 530.4 Q F0 .003(Suppresses normal output \(quiet mode\); the return sta\ -tus indicates whether the)180 530.4 R F2(optname)2.504 E F0(is)2.504 E -.256(set or unset.)180 542.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 554.4 Q F2(optnames)2.5 E +tus indicates whether the)180 530.4 R F2(optname)2.503 E F0(is)2.503 E +.255(set or unset.)180 542.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(all)180 554.4 Q F2(optnames)2.5 E F0(are enabled; non-zero otherwise.)2.5 E F1144 566.4 Q F0 (Restricts the v)180 566.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 583.2 R F1 -3.124 E F0(or)3.124 E F13.124 E F0 .624(is used with no) +E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 583.2 R F1 +3.125 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 595.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 607.2 S(ult.) +E F0(sho)3.124 E .624(ws only those options which are)-.25 F .983 +(set or unset, respecti)144 595.2 R -.15(ve)-.25 G(ly).15 E 5.983(.U) +-.65 G .983(nless otherwise noted, the)-5.983 F F1(shopt)3.484 E F0 .984 +(options are disabled \(unset\) by de-)3.484 F -.1(fa)144 607.2 S(ult.) .1 E 1.544(The return status when listing options is zero if all)144 624 -R F2(optnames)4.044 E F0 1.545(are enabled, non-zero otherwise.)4.045 F +R F2(optnames)4.044 E F0 1.544(are enabled, non-zero otherwise.)4.044 F .696 (When setting or unsetting options, the return status is zero unless an) -144 636 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .695(alid shell) +144 636 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .696(alid shell) -.25 F(option.)144 648 Q(The list of)144 664.8 Q F1(shopt)2.5 E F0 -(options is:)2.5 E F1(assoc_expand_once)144 682.8 Q F0 1.944 +(options is:)2.5 E F1(assoc_expand_once)144 682.8 Q F0 1.945 (If set, the shell suppresses multiple e)184 694.8 R -.25(va)-.25 G -1.945(luation of associati).25 F 2.245 -.15(ve a)-.25 H 1.945 +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 706.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 718.8 Q -.15(xe)-.15 G (cuting b).15 E(uiltins that perform array dereferencing.)-.2 E -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(75)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(75)185.955 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(autocd)144 84 Q F0 .199 +SF(autocd)144 84 Q F0 .2 (If set, a command name that is the name of a directory is e)184 84 R --.15(xe)-.15 G .2(cuted as if it were the ar).15 F(gu-)-.18 E +-.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E (ment to the)184 96 Q F1(cd)2.5 E F0 2.5(command. This)2.5 F (option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E -F1(cdable_v)144 108 Q(ars)-.1 E F0 .156(If set, an ar)184 120 R .156 -(gument to the)-.18 F F1(cd)2.656 E F0 -.2(bu)2.656 G .155 +F1(cdable_v)144 108 Q(ars)-.1 E F0 .155(If set, an ar)184 120 R .155 +(gument to the)-.18 F F1(cd)2.655 E F0 -.2(bu)2.655 G .156 (iltin command that is not a directory is assumed to be the).2 F (name of a v)184 132 Q(ariable whose v)-.25 E (alue is the directory to change to.)-.25 E F1(cdspell)144 144 Q F0 1.055 (If set, minor errors in the spelling of a directory component in a)184 -144 R F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.988 -(corrected. The)184 156 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 168 R 4.57 -.65(y. I) +144 R F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.987 +(corrected. The)184 156 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 168 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 180 Q(This option is only used by interacti)5 -E .3 -.15(ve s)-.25 H(hells.).15 E F1(checkhash)144 192 Q F0 .737 -(If set,)184 204 R F1(bash)3.237 E F0 .736 -(checks that a command found in the hash table e)3.237 F .736 +E .3 -.15(ve s)-.25 H(hells.).15 E F1(checkhash)144 192 Q F0 .736 +(If set,)184 204 R F1(bash)3.236 E F0 .736 +(checks that a command found in the hash table e)3.236 F .737 (xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 216 Q(If a hashed command no longer e)5 E (xists, a normal path search is performed.)-.15 E F1(checkjobs)144 228 Q -F0 .448(If set,)184 240 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 252 R(an)2.662 E 2.661(yj)-.15 G +F0 .449(If set,)184 240 R F1(bash)2.949 E F0 .449 +(lists the status of an)2.949 F 2.949(ys)-.15 G .448 +(topped and running jobs before e)-2.949 F .448(xiting an interacti)-.15 +F -.15(ve)-.25 G 2.661(shell. If)184 252 R(an)2.661 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 .161(xit is at-)-.15 F 1.472 +(xit to be deferred until a second e)-.15 F .162(xit is at-)-.15 F 1.473 (tempted without an interv)184 264 R 1.473(ening command \(see)-.15 F/F2 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.473(shell al-)3.973 F -.1(wa)184 276 S +(ve)-.15 G 3.973(\). The).15 F 1.472(shell al-)3.972 F -.1(wa)184 276 S (ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G(obs are stopped.) -2.5 E F1(checkwinsize)144 288 Q F0 1.09(If set,)184 300 R F1(bash)3.59 E F0 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09(ize after each e) -3.59 F 1.09(xternal \(non-b)-.15 F 1.09(uiltin\) command and, if)-.2 F -(necessary)184 312 Q 3.35(,u)-.65 G .85(pdates the v)-3.35 F .85 +(necessary)184 312 Q 3.351(,u)-.65 G .851(pdates the v)-3.351 F .85 (alues of)-.25 F F2(LINES)3.35 E F0(and)3.1 E F2(COLUMNS)3.35 E/F3 9 /Times-Roman@0 SF(.)A F0 .85(This option is enabled by de-)5.35 F -.1 -(fa)184 324 S(ult.).1 E F1(cmdhist)144 336 Q F0 .173(If set,)184 336 R -F1(bash)2.673 E F0 .173(attempts to sa)2.673 F .473 -.15(ve a)-.2 H .172 +(fa)184 324 S(ult.).1 E F1(cmdhist)144 336 Q F0 .172(If set,)184 336 R +F1(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 348 Q 5.596(.T)-.65 G .597(his allo)-5.596 F .597 +184 348 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 360 S 1.288(ult, b).1 +(This option is enabled by de-)5.597 F -.1(fa)184 360 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.587 -.15 +(fect if command history is enabled, as described abo)-.25 F 1.588 -.15 (ve u)-.15 H(nder).15 E F2(HIST)184 372 Q(OR)-.162 E(Y)-.315 E F3(.)A F1 (compat31)144 384 Q(compat32)144 396 Q(compat40)144 408 Q(compat41)144 420 Q(compat42)144 432 Q(compat43)144 444 Q(compat44)144 456 Q(compat50) 144 468 Q F0 .889(These control aspects of the shell')184 480 R 3.389 (sc)-.55 G .889(ompatibility mode \(see)-3.389 F F2 .889(SHELL COMP) 3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 492 Q F0(belo)2.25 E -(w\).)-.25 E F1(complete_fullquote)144 508.8 Q F0 .654(If set,)184 520.8 +(w\).)-.25 E F1(complete_fullquote)144 508.8 Q F0 .653(If set,)184 520.8 R F1(bash)3.153 E F0 .653(quotes all shell metacharacters in \214lename\ -s and directory names when per)3.153 F(-)-.2 E 1.524 -(forming completion.)184 532.8 R 1.524(If not set,)6.524 F F1(bash)4.024 +s and directory names when per)3.153 F(-)-.2 E 1.525 +(forming completion.)184 532.8 R 1.524(If not set,)6.525 F F1(bash)4.024 E F0(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524 (etacharacters such as the dollar sign)-4.024 F 2.667(from the set of c\ haracters that will be quoted in completed \214lenames when these)184 -544.8 R .028(metacharacters appear in shell v)184 556.8 R .028 -(ariable references in w)-.25 F .029(ords to be completed.)-.1 F .029 -(This means)5.029 F 1.073(that dollar signs in v)184 568.8 R 1.073 +544.8 R .029(metacharacters appear in shell v)184 556.8 R .028 +(ariable references in w)-.25 F .028(ords to be completed.)-.1 F .028 +(This means)5.028 F 1.072(that dollar signs in v)184 568.8 R 1.073 (ariable names that e)-.25 F 1.073 (xpand to directories will not be quoted; ho)-.15 F(w-)-.25 E -2.15 -.25 -(ev e)184 580.8 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123 +(ev e)184 580.8 T 1.923 -.4(r, a).25 H 1.423 -.15(ny d).4 H 1.123 (ollar signs appearing in \214lenames will not be quoted, either).15 F -6.123(.T)-.55 G 1.123(his is acti)-6.123 F -.15(ve)-.25 G .59 +6.123(.T)-.55 G 1.122(his is acti)-6.123 F -.15(ve)-.25 G .59 (only when bash is using backslashes to quote completed \214lenames.)184 592.8 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 604.8 Q (ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E -(ersions through 4.2.)-.15 E F1(dir)144 621.6 Q(expand)-.18 E F0 .486 -(If set,)184 633.6 R F1(bash)2.986 E F0 .486 +(ersions through 4.2.)-.15 E F1(dir)144 621.6 Q(expand)-.18 E F0 .487 +(If set,)184 633.6 R F1(bash)2.987 E F0 .486 (replaces directory names with the results of w)2.986 F .486(ord e)-.1 F -.487(xpansion when perform-)-.15 F .18(ing \214lename completion.)184 -645.6 R .179(This changes the contents of the readline editing b)5.18 F -(uf)-.2 E(fer)-.25 E 5.179(.I)-.55 G 2.679(fn)-5.179 G(ot)-2.679 E(set,) -184 657.6 Q F1(bash)2.5 E F0(attempts to preserv)2.5 E 2.5(ew)-.15 G -(hat the user typed.)-2.5 E F1(dirspell)144 674.4 Q F0 .858(If set,)184 -674.4 R F1(bash)3.358 E F0 .858 -(attempts spelling correction on directory names during w)3.358 F .859 +.486(xpansion when perform-)-.15 F .179(ing \214lename completion.)184 +645.6 R .179(This changes the contents of the readline editing b)5.179 F +(uf)-.2 E(fer)-.25 E 5.18(.I)-.55 G 2.68(fn)-5.18 G(ot)-2.68 E(set,)184 +657.6 Q F1(bash)2.5 E F0(attempts to preserv)2.5 E 2.5(ew)-.15 G +(hat the user typed.)-2.5 E F1(dirspell)144 674.4 Q F0 .859(If set,)184 +674.4 R F1(bash)3.359 E F0 .858 +(attempts spelling correction on directory names during w)3.359 F .858 (ord completion if)-.1 F (the directory name initially supplied does not e)184 686.4 Q(xist.)-.15 E F1(dotglob)144 703.2 Q F0 .165(If set,)184 703.2 R F1(bash)2.665 E F0 @@ -9349,48 +9333,48 @@ E F1(dotglob)144 703.2 Q F0 .165(If set,)184 703.2 R F1(bash)2.665 E F0 .63 G(')-.08 E F0(and)5 E F1 -.63(``)2.5 G(..).63 E -.63('')-.55 G F0 (must al)5.63 E -.1(wa)-.1 G(ys be matched e).1 E(xplicitly)-.15 E 2.5 (,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E F1(dotglob)2.5 E F0 -(is set.)2.5 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(76)185.545 E 0 Cg EP +(is set.)2.5 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(76) +185.955 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(execfail)144 84 Q F0 .516(If set, a non-interacti)184 84 R .816 -.15 -(ve s)-.25 H .516(hell will not e).15 F .516(xit if it cannot e)-.15 F --.15(xe)-.15 G .517(cute the \214le speci\214ed as an ar).15 F(-)-.2 E +SF(execfail)144 84 Q F0 .517(If set, a non-interacti)184 84 R .817 -.15 +(ve s)-.25 H .517(hell will not e).15 F .516(xit if it cannot e)-.15 F +-.15(xe)-.15 G .516(cute the \214le speci\214ed as an ar).15 F(-)-.2 E (gument to the)184 96 Q F1(exec)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 E(An interacti)5 E .3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F1(exec)2.5 E F0 -.1(fa)2.5 G(ils.).1 E F1(expand_aliases)144 112.8 Q -F0 .717(If set, aliases are e)184 124.8 R .717(xpanded as described abo) +F0 .716(If set, aliases are e)184 124.8 R .717(xpanded as described abo) -.15 F 1.017 -.15(ve u)-.15 H(nder).15 E/F2 9/Times-Bold@0 SF(ALIASES) -3.217 E/F3 9/Times-Roman@0 SF(.)A F0 .716(This option is enabled)5.217 F +3.217 E/F3 9/Times-Roman@0 SF(.)A F0 .717(This option is enabled)5.217 F (by def)184 136.8 Q(ault for interacti)-.1 E .3 -.15(ve s)-.25 H(hells.) .15 E F1(extdeb)144 153.6 Q(ug)-.2 E F0 .17(If set at shell in)184 165.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 +F -.15(xe)-.15 G .17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.081 (before the shell starts, identical to the)184 177.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 189.6 Q +3.582 E(ugger)-.2 E F0 3.582(option. If)3.582 F 1.082(set after in)3.582 +F -.2(vo)-.4 G 1.082(cation, be-).2 F(ha)184 189.6 Q (vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F1(1.)184 -206.4 Q F0(The)220 206.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 +206.4 Q F0(The)220 206.4 Q F14.251 E F0 1.751(option to the)4.251 +F F1(declar)4.251 E(e)-.18 E F0 -.2(bu)4.251 G 1.751 (iltin displays the source \214le name and line).2 F (number corresponding to each function name supplied as an ar)220 218.4 Q(gument.)-.18 E F1(2.)184 235.2 Q F0 1.667(If the command run by the) 220 235.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 247.2 Q -.15(xe)-.15 G(cuted.).15 E F1 -(3.)184 264 Q F0 .84(If the command run by the)220 264 R F1(DEB)3.34 E -(UG)-.1 E F0 .841(trap returns a v)3.341 F .841 +(3.)184 264 Q F0 .841(If the command run by the)220 264 R F1(DEB)3.341 E +(UG)-.1 E F0 .841(trap returns a v)3.341 F .84 (alue of 2, and the shell is)-.25 F -.15(exe)220 276 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 288 Q(ce)-.18 E F0 -.2(bu)2.5 G (iltins\), the shell simulates a call to).2 E F1 -.18(re)2.5 G(tur).18 E (n)-.15 E F0(.)A F1(4.)184 304.8 Q F2 -.27(BA)220 304.8 S(SH_ARGC).27 E -F0(and)3.153 E F2 -.27(BA)3.403 G(SH_ARGV).27 E F0 .904 +F0(and)3.154 E F2 -.27(BA)3.404 G(SH_ARGV).27 E F0 .904 (are updated as described in their descriptions)3.154 F(abo)220 316.8 Q -.15(ve)-.15 G(.).15 E F1(5.)184 333.6 Q F0 1.637(Function tracing is e\ nabled: command substitution, shell functions, and sub-)220 333.6 R @@ -9410,977 +9394,977 @@ F0(are enabled.)2.5 E F1(extquote)144 420 Q F0 .86(If set,)184 432 R F1 (${)3.36 E F4(par)A(ameter)-.15 E F1(})A F0 -.15(ex)3.36 G .86 (pansions en-).15 F(closed in double quotes.)184 444 Q (This option is enabled by def)5 E(ault.)-.1 E F1(failglob)144 460.8 Q -F0 .243(If set, patterns which f)184 460.8 R .243 +F0 .242(If set, patterns which f)184 460.8 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 472.8 Q(.) -.55 E F1 -.25(fo)144 489.6 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 -.936(If set, the suf)184 501.6 R<8c78>-.25 E .936(es speci\214ed by the) +.937(If set, the suf)184 501.6 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 513.6 R +-.25 F .936(ords to be ignored)-.1 F .32(when performing w)184 513.6 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 525.6 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 F3(.)A F0 .448(This option is)4.948 F(enabled by def) -184 537.6 Q(ault.)-.1 E F1(globasciiranges)144 554.4 Q F0 2.519 +.32(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 2.948 +(pletions. See)184 525.6 R F2 .448(SHELL V)2.948 F(ARIABLES)-1.215 E F0 +(abo)2.698 E .748 -.15(ve f)-.15 H .448(or a description of).15 F F2 +(FIGNORE)2.947 E F3(.)A F0 .447(This option is)4.947 F(enabled by def) +184 537.6 Q(ault.)-.1 E F1(globasciiranges)144 554.4 Q F0 2.518 (If set, range e)184 566.4 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 578.4 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 +(xpressions used in pattern matching brack)-.15 F 2.519(et e)-.1 F 2.519 +(xpressions \(see)-.15 F F2 -.09(Pa)5.019 G(tter).09 E(n)-.135 E +(Matching)184 578.4 Q F0(abo)2.965 E -.15(ve)-.15 G 3.215(\)b).15 G(eha) +-3.215 E 1.015 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 G 3.214 (nt)-3.214 G .714(he traditional C locale when performing comparisons.) -3.214 F 1.02(That is, the current locale')184 590.4 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 602.4 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 +F1(b)3.52 E F0 1.02(will not)3.52 F .957(collate between)184 602.4 R F1 +(A)3.457 E F0(and)3.457 E F1(B)3.457 E F0 3.457(,a)C .957(nd upper) +-3.457 F .957(-case and lo)-.2 F(wer)-.25 E .956 (-case ASCII characters will collate)-.2 F(together)184 614.4 Q(.)-.55 E -F1(globstar)144 631.2 Q F0 .519(If set, the pattern)184 631.2 R F1(**) +F1(globskipdots)144 631.2 Q F0 .284(If set, pathname e)184 643.2 R .284 +(xpansion will ne)-.15 F -.15(ve)-.25 G 2.785(rm).15 G .285 +(atch the \214lenames)-2.785 F F1 -.63(``)2.785 G -.55(.').63 G(')-.08 E +F0(and)5.285 E F1 -.63(``)2.785 G(..).63 E -.63('')-.55 G F0 2.785(,e) +.63 G -.15(ve)-3.035 G 2.785(ni).15 G 2.785(ft)-2.785 G .285(he pat-) +-2.785 F(tern be)184 655.2 Q(gins with a)-.15 E F1 -.63(``)2.5 G -.55 +(.').63 G(')-.08 E F0 5(.T)C(his option is enabled by def)-5 E(ault.)-.1 +E F1(globstar)144 672 Q F0 .519(If set, the pattern)184 672 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 643.2 R .431 +(or more directories and subdirectories.)184 684 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 -655.2 Q F1(gnu_errfmt)144 672 Q F0(If set, shell error messages are wri\ -tten in the standard GNU error message format.)184 684 Q F1(histappend) -144 700.8 Q F0 .676 -(If set, the history list is appended to the \214le named by the v)184 -712.8 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 724.8 Q(xits, rather than o)-.15 E --.15(ve)-.15 G(rwriting the \214le.).15 E(GNU Bash 5.2)72 768 Q(2021 No) -136.385 E -.15(ve)-.15 G(mber 22).15 E(77)185.545 E 0 Cg EP +696 Q(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(77)185.955 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(histr)144 84 Q(eedit)-.18 E F0 .575(If set, and)184 96 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 108 Q F1(histv)144 124.8 Q -(erify)-.1 E F0 .403(If set, and)184 136.8 R F1 -.18(re)2.903 G(adline) -.18 E F0 .403 +SF(gnu_errfmt)144 84 Q F0(If set, shell error messages are written in t\ +he standard GNU error message format.)184 96 Q F1(histappend)144 112.8 Q +F0 .676 +(If set, the history list is appended to the \214le named by the v)184 +124.8 R .676(alue of the)-.25 F/F2 9/Times-Bold@0 SF(HISTFILE)3.176 E F0 +-.25(va)2.926 G(ri-).25 E(able when the shell e)184 136.8 Q +(xits, rather than o)-.15 E -.15(ve)-.15 G(rwriting the \214le.).15 E F1 +(histr)144 153.6 Q(eedit)-.18 E F0 .575(If set, and)184 165.6 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 177.6 Q F1(histv)144 +194.4 Q(erify)-.1 E F0 .403(If set, and)184 206.4 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 148.8 R 5.661(.I)-.55 G .662 +2.903 F .661(passed to the shell parser)184 218.4 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 160.8 S -.25(ff).2 G(er).25 +G(adline).18 E F0(editing)3.162 E -.2(bu)184 230.4 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 177.6 Q F0 1.182(If set, and)184 189.6 R F1 -.18(re) +(hostcomplete)144 247.2 Q F0 1.182(If set, and)184 259.2 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 201.6 R 1.38(ord containing a)-.1 F F1(@)3.881 E F0 1.381 +184 271.2 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 9/Times-Bold@0 SF(READLINE)3.881 E F0(abo)184 213.6 Q -.15(ve)-.15 G -2.5(\). This).15 F(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 -230.4 Q F0(If set,)184 242.4 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 259.2 Q(exit)-.18 E -F0 .22(If set, command substitution inherits the v)184 271.2 R .219 +F2(READLINE)3.881 E F0(abo)184 283.2 Q -.15(ve)-.15 G 2.5(\). This).15 F +(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 300 Q F0(If set,) +184 312 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 328.8 Q(exit)-.18 E F0 .22 +(If set, command substitution inherits the v)184 340.8 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 283.2 Q +(option, instead of unsetting)2.719 F(it in the subshell en)184 352.8 Q 2.5(vironment. This)-.4 F(option is enabled when)2.5 E/F3 10 /Times-Italic@0 SF(posix mode)2.5 E F0(is enabled.)2.5 E F1(interacti) -144 300 Q -.1(ve)-.1 G(_comments).1 E F0 .33(If set, allo)184 312 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 324 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 -336 Q(ault.)-.1 E F1(lastpipe)144 352.8 Q F0 .066 -(If set, and job control is not acti)184 352.8 R -.15(ve)-.25 G 2.566 +144 369.6 Q -.1(ve)-.1 G(_comments).1 E F0 .33(If set, allo)184 381.6 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 393.6 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 405.6 Q(ault.)-.1 E F1(lastpipe)144 422.4 Q F0 .066 +(If set, and job control is not acti)184 422.4 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 364.8 Q(vironment.) --.4 E F1(lithist)144 381.6 Q F0 .655(If set, and the)184 381.6 R F1 +(cuted in the background in the current shell en)184 434.4 Q(vironment.) +-.4 E F1(lithist)144 451.2 Q F0 .655(If set, and the)184 451.2 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 393.6 Q +-3.154 F(with embedded ne)184 463.2 Q (wlines rather than using semicolon separators where possible.)-.25 E F1 -(localv)144 410.4 Q(ar_inherit)-.1 E F0 .421(If set, local v)184 422.4 R +(localv)144 480 Q(ar_inherit)-.1 E F0 .421(If set, local v)184 492 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 -434.4 S .174(ists at a pre).15 F .174(vious scope before an)-.25 F 2.673 +504 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 446.4 Q -F1(localv)144 463.2 Q(ar_unset)-.1 E F0 .328(If set, calling)184 475.2 R +(The nameref attrib)5.173 F .173(ute is not)-.2 F(inherited.)184 516 Q +F1(localv)144 532.8 Q(ar_unset)-.1 E F0 .328(If set, calling)184 544.8 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 487.2 R(v-)-.2 E(ior of unsetting local v)184 499.2 Q -(ariables at the current function scope.)-.25 E F1(login_shell)144 516 Q -F0 .486 +the beha)184 556.8 R(v-)-.2 E(ior of unsetting local v)184 568.8 Q +(ariables at the current function scope.)-.25 E F1(login_shell)144 585.6 +Q F0 .486 (The shell sets this option if it is started as a login shell \(see)184 -528 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 540 S(lue may not be changed.).25 -E F1(mailwar)144 556.8 Q(n)-.15 E F0 .815(If set, and a \214le that)184 -568.8 R F1(bash)3.315 E F0 .814 +597.6 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 609.6 S(lue may not be changed.) +.25 E F1(mailwar)144 626.4 Q(n)-.15 E F0 .815(If set, and a \214le that) +184 638.4 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 580.8 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E +-.1(wa)184 650.4 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E (`The mail in)-.74 E F3(mail\214le)2.5 E F0(has been read')2.5 E 2.5('i) -.74 G 2.5(sd)-2.5 G(isplayed.)-2.5 E F1(no_empty_cmd_completion)144 -597.6 Q F0 .324(If set, and)184 609.6 R F1 -.18(re)2.824 G(adline).18 E +667.2 Q F0 .324(If set, and)184 679.2 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 621.6 Q -F1(nocaseglob)144 638.4 Q F0 .437(If set,)184 650.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 662.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 679.2 Q F0 1.193(If set,)184 -691.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 703.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 715.2 S .622(rd e).1 F .623(xpansions, or when \214ltering\ - possible completions as part of programmable com-)-.15 F(pletion.)184 -727.2 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22) -.15 E(78)185.545 E 0 Cg EP +(completions when completion is attempted on an empty line.)184 691.2 Q +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(78)185.955 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 -SF(noexpand_translation)144 84 Q F0 1.118(If set,)184 96 R F1(bash)3.618 -E F0 1.117(encloses the translated results of $"..." quoting in single \ -quotes instead of)3.617 F(double quotes.)184 108 Q +SF(nocaseglob)144 84 Q F0 .437(If set,)184 96 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 108 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 124.8 Q F0 1.193(If set,)184 +136.8 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 148.8 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 160.8 S .622(rd e).1 F .623(xpansions, or when \214ltering\ + possible completions as part of programmable com-)-.15 F(pletion.)184 +172.8 Q F1(noexpand_translation)144 189.6 Q F0 1.118(If set,)184 201.6 R +F1(bash)3.618 E F0 1.117(encloses the translated results of $"..." quot\ +ing in single quotes instead of)3.617 F(double quotes.)184 213.6 Q (If the string is not translated, this has no ef)5 E(fect.)-.25 E F1 -(nullglob)144 124.8 Q F0 .854(If set,)184 136.8 R F1(bash)3.354 E F0 +(nullglob)144 230.4 Q F0 .854(If set,)184 242.4 R F1(bash)3.354 E F0 (allo)3.354 E .855(ws patterns which match no \214les \(see)-.25 F F1 -.1(Pa)3.355 G .855(thname Expansion).1 F F0(abo)3.355 E -.15(ve)-.15 G -3.355(\)t).15 G(o)-3.355 E -.15(ex)184 148.8 S +3.355(\)t).15 G(o)-3.355 E -.15(ex)184 254.4 S (pand to a null string, rather than themselv).15 E(es.)-.15 E F1 -(patsub_r)144 165.6 Q(eplacement)-.18 E F0 .106(If set,)184 177.6 R F1 +(patsub_r)144 271.2 Q(eplacement)-.18 E F0 .106(If set,)184 283.2 R F1 (bash)2.606 E F0 -.15(ex)2.606 G .106(pands occurrences of).15 F F1(&) 2.606 E F0 .105(in the replacement string of pattern substitution to) -2.606 F .527(the te)184 189.6 R .527 +2.606 F .527(the te)184 295.2 R .527 (xt matched by the pattern, as described under)-.15 F F1 -.1(Pa)3.028 G .528(rameter Expansion).1 F F0(abo)3.028 E -.15(ve)-.15 G 5.528(.T).15 G -(his)-5.528 E(option is enabled by def)184 201.6 Q(ault.)-.1 E F1(pr)144 -218.4 Q(ogcomp)-.18 E F0 .677(If set, the programmable completion f)184 -230.4 R .677(acilities \(see)-.1 F F1(Pr)3.176 E .676 +(his)-5.528 E(option is enabled by def)184 307.2 Q(ault.)-.1 E F1(pr)144 +324 Q(ogcomp)-.18 E F0 .677(If set, the programmable completion f)184 +336 R .677(acilities \(see)-.1 F F1(Pr)3.176 E .676 (ogrammable Completion)-.18 F F0(abo)3.176 E -.15(ve)-.15 G(\)).15 E -(are enabled.)184 242.4 Q(This option is enabled by def)5 E(ault.)-.1 E -F1(pr)144 259.2 Q(ogcomp_alias)-.18 E F0 2.124 -(If set, and programmable completion is enabled,)184 271.2 R F1(bash) -4.624 E F0 2.124(treats a command name that)4.624 F(doesn')184 283.2 Q +(are enabled.)184 348 Q(This option is enabled by def)5 E(ault.)-.1 E F1 +(pr)144 364.8 Q(ogcomp_alias)-.18 E F0 2.124 +(If set, and programmable completion is enabled,)184 376.8 R F1(bash) +4.624 E F0 2.124(treats a command name that)4.624 F(doesn')184 388.8 Q 3.289(th)-.18 G -2.25 -.2(av e)-3.289 H(an)3.489 E 3.289(yc)-.15 G .789 (ompletions as a possible alias and attempts alias e)-3.289 F .788 -(xpansion. If it has)-.15 F 1.473(an alias,)184 295.2 R F1(bash)3.973 E +(xpansion. If it has)-.15 F 1.473(an alias,)184 400.8 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 307.2 Q(xpanded alias.)-.15 E -F1(pr)144 324 Q(omptv)-.18 E(ars)-.1 E F0 1.448 -(If set, prompt strings under)184 336 R 1.448(go parameter e)-.18 F -1.447(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 348 -S .17(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G .17 -(fter being e)-2.67 F .17(xpanded as described in)-.15 F/F2 9 +1.473(ord resulting)-.1 F(from the e)184 412.8 Q(xpanded alias.)-.15 E +F1(pr)144 429.6 Q(omptv)-.18 E(ars)-.1 E F0 1.448 +(If set, prompt strings under)184 441.6 R 1.448(go parameter e)-.18 F +1.447(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 +453.6 S .17(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G +.17(fter being e)-2.67 F .17(xpanded as described in)-.15 F/F2 9 /Times-Bold@0 SF(PR)2.671 E(OMPTING)-.27 E F0(abo)2.421 E -.15(ve)-.15 G -(.).15 E(This option is enabled by def)184 360 Q(ault.)-.1 E F1 -.18(re) -144 376.8 S(stricted_shell).18 E F0 1.069 +(.).15 E(This option is enabled by def)184 465.6 Q(ault.)-.1 E F1 -.18 +(re)144 482.4 S(stricted_shell).18 E F0 1.069 (The shell sets this option if it is started in restricted mode \(see) -184 388.8 R F2 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 400.8 Q 2.86 +184 494.4 R F2 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 506.4 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 412.8 Q(wing the startup \214les to disco)-.25 +(-).15 E(cuted, allo)184 518.4 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 429.6 Q(erbose)-.1 E F0 .502(If set, the)184 441.6 R F1 +E F1(shift_v)144 535.2 Q(erbose)-.1 E F0 .502(If set, the)184 547.2 R F1 (shift)3.002 E F0 -.2(bu)3.002 G .501 (iltin prints an error message when the shift count e).2 F .501 -(xceeds the number)-.15 F(of positional parameters.)184 453.6 Q F1(sour) -144 470.4 Q(cepath)-.18 E F0 .77(If set, the)184 482.4 R F1(.)3.27 E F0 -(\()3.27 E F1(sour)A(ce)-.18 E F0 3.27(\)b)C .77(uiltin uses the v)-3.47 -F .771(alue of)-.25 F F2 -.666(PA)3.271 G(TH)-.189 E F0 .771 +(xceeds the number)-.15 F(of positional parameters.)184 559.2 Q F1(sour) +144 576 Q(cepath)-.18 E F0 .77(If set, the)184 588 R F1(.)3.27 E F0(\() +3.27 E F1(sour)A(ce)-.18 E F0 3.27(\)b)C .77(uiltin uses the v)-3.47 F +.771(alue of)-.25 F F2 -.666(PA)3.271 G(TH)-.189 E F0 .771 (to \214nd the directory containing the)3.021 F -(\214le supplied as an ar)184 494.4 Q 2.5(gument. This)-.18 F -(option is enabled by def)2.5 E(ault.)-.1 E F1 -.1(va)144 511.2 S(rr).1 +(\214le supplied as an ar)184 600 Q 2.5(gument. This)-.18 F +(option is enabled by def)2.5 E(ault.)-.1 E F1 -.1(va)144 616.8 S(rr).1 E(edir_close)-.18 E F0 .74(If set, the shell automatically closes \214l\ -e descriptors assigned using the)184 523.2 R/F3 10/Times-Italic@0 SF -({varname})3.24 E F0(redi-)3.24 E .423(rection syntax \(see)184 535.2 R +e descriptors assigned using the)184 628.8 R/F3 10/Times-Italic@0 SF +({varname})3.24 E F0(redi-)3.24 E .423(rection syntax \(see)184 640.8 R F2(REDIRECTION)2.924 E F0(abo)2.674 E -.15(ve)-.15 G 2.924(\)i).15 G .424(nstead of lea)-2.924 F .424(ving them open when the com-)-.2 F -(mand completes.)184 547.2 Q F1(xpg_echo)144 564 Q F0(If set, the)184 -576 Q F1(echo)2.5 E F0 -.2(bu)2.5 G(iltin e).2 E +(mand completes.)184 652.8 Q F1(xpg_echo)144 669.6 Q F0(If set, the)184 +681.6 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 592.8 Q F0([)2.5 E F1A F0(])A 1.002(Suspend the e)144 604.8 R +108 698.4 Q F0([)2.5 E F1A F0(])A 1.002(Suspend the e)144 710.4 R -.15(xe)-.15 G 1.002(cution of this shell until it recei).15 F -.15(ve) -.25 G 3.501(sa).15 G F2(SIGCONT)A F0 3.501(signal. A)3.251 F 1.001 -(login shell cannot be)3.501 F .022(suspended; the)144 616.8 R F1 +(login shell cannot be)3.501 F .022(suspended; the)144 722.4 R F1 2.522 E F0 .022(option can be used to o)2.522 F -.15(ve)-.15 G .022 (rride this and force the suspension.).15 F .023(The return status is) -5.023 F 2.5(0u)144 628.8 S(nless the shell is a login shell and)-2.5 E -F12.5 E F0(is not supplied, or if job control is not enabled.)2.5 -E F1(test)108 645.6 Q F3 -.2(ex)2.5 G(pr).2 E F1([)108 657.6 Q F3 -.2 -(ex)2.5 G(pr).2 E F1(])2.5 E F0 .878 -(Return a status of 0 \(true\) or 1 \(f)144 657.6 R .877 -(alse\) depending on the e)-.1 F -.25(va)-.25 G .877 -(luation of the conditional e).25 F(xpression)-.15 E F3 -.2(ex)144 669.6 -S(pr).2 E F0 5.53(.E).73 G .53 -(ach operator and operand must be a separate ar)-5.53 F 3.03 -(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.361 -(primaries described abo)144 681.6 R 1.661 -.15(ve u)-.15 H(nder).15 E -F2(CONDITION)3.861 E 1.36(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF(.) -A F1(test)5.86 E F0 1.36(does not accept an)3.86 F 3.86(yo)-.15 G(p-) --3.86 E(tions, nor does it accept and ignore an ar)144 693.6 Q -(gument of)-.18 E F12.5 E F0(as signifying the end of options.)2.5 -E .785(Expressions may be combined using the follo)144 711.6 R .786 -(wing operators, listed in decreasing order of prece-)-.25 F 3.412 -(dence. The)144 723.6 R -.25(eva)3.412 G .912 -(luation depends on the number of ar).25 F .911(guments; see belo)-.18 F -4.711 -.65(w. O)-.25 H .911(perator precedence is).65 F(GNU Bash 5.2)72 -768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E(79)185.545 E 0 Cg -EP +5.023 F(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(79)185.955 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 -(used when there are \214v)144 84 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G(ore ar) --2.5 E(guments.)-.18 E/F1 10/Times-Bold@0 SF(!)144 96 Q/F2 10 -/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F0 -.35(Tr)180 96 S(ue if).35 E -F2 -.2(ex)2.5 G(pr).2 E F0(is f)3.23 E(alse.)-.1 E F1(\()144 108 Q F2 --.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 .26(Returns the v)180 108 R .26 -(alue of)-.25 F F2 -.2(ex)2.76 G(pr).2 E F0 5.26(.T)C .26 -(his may be used to o)-5.26 F -.15(ve)-.15 G .26 -(rride the normal precedence of opera-).15 F(tors.)180 120 Q F2 -.2(ex) -144 132 S(pr1).2 E F02.5 E F1(a)A F2 -.2(ex)2.5 G(pr2).2 E F0 -.35 -(Tr)180 144 S(ue if both).35 E F2 -.2(ex)2.5 G(pr1).2 E F0(and)2.5 E F2 --.2(ex)2.5 G(pr2).2 E F0(are true.)2.52 E F2 -.2(ex)144 156 S(pr1).2 E -F02.5 E F1(o)A F2 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 168 S -(ue if either).35 E F2 -.2(ex)2.5 G(pr1).2 E F0(or)2.5 E F2 -.2(ex)2.5 G -(pr2).2 E F0(is true.)2.52 E F1(test)144 184.8 Q F0(and)2.5 E F1([)2.5 E -F0 -.25(eva)2.5 G(luate conditional e).25 E +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.5(0u)144 84 S +(nless the shell is a login shell and)-2.5 E/F1 10/Times-Bold@0 SF +2.5 E F0(is not supplied, or if job control is not enabled.)2.5 E F1 +(test)108 100.8 Q/F2 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F1([)108 +112.8 Q F2 -.2(ex)2.5 G(pr).2 E F1(])2.5 E F0 .878 +(Return a status of 0 \(true\) or 1 \(f)144 112.8 R .877 +(alse\) depending on the e)-.1 F -.25(va)-.25 G .877 +(luation of the conditional e).25 F(xpression)-.15 E F2 -.2(ex)144 124.8 +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.361 +(primaries described abo)144 136.8 R 1.661 -.15(ve u)-.15 H(nder).15 E +/F3 9/Times-Bold@0 SF(CONDITION)3.861 E 1.36(AL EXPRESSIONS)-.18 F/F4 9 +/Times-Roman@0 SF(.)A F1(test)5.86 E F0 1.36(does not accept an)3.86 F +3.86(yo)-.15 G(p-)-3.86 E(tions, nor does it accept and ignore an ar)144 +148.8 Q(gument of)-.18 E F12.5 E F0 +(as signifying the end of options.)2.5 E .785 +(Expressions may be combined using the follo)144 166.8 R .786 +(wing operators, listed in decreasing order of prece-)-.25 F 3.412 +(dence. The)144 178.8 R -.25(eva)3.412 G .912 +(luation depends on the number of ar).25 F .911(guments; see belo)-.18 F +4.711 -.65(w. O)-.25 H .911(perator precedence is).65 F +(used when there are \214v)144 190.8 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G +(ore ar)-2.5 E(guments.)-.18 E F1(!)144 202.8 Q F2 -.2(ex)2.5 G(pr).2 E +F0 -.35(Tr)180 202.8 S(ue if).35 E F2 -.2(ex)2.5 G(pr).2 E F0(is f)3.23 +E(alse.)-.1 E F1(\()144 214.8 Q F2 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 +.26(Returns the v)180 214.8 R .26(alue of)-.25 F F2 -.2(ex)2.76 G(pr).2 +E F0 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26 +(rride the normal precedence of opera-).15 F(tors.)180 226.8 Q F2 -.2 +(ex)144 238.8 S(pr1).2 E F02.5 E F1(a)A F2 -.2(ex)2.5 G(pr2).2 E F0 +-.35(Tr)180 250.8 S(ue if both).35 E F2 -.2(ex)2.5 G(pr1).2 E F0(and)2.5 +E F2 -.2(ex)2.5 G(pr2).2 E F0(are true.)2.52 E F2 -.2(ex)144 262.8 S +(pr1).2 E F02.5 E F1(o)A F2 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 +274.8 S(ue if either).35 E F2 -.2(ex)2.5 G(pr1).2 E F0(or)2.5 E F2 -.2 +(ex)2.5 G(pr2).2 E F0(is true.)2.52 E F1(test)144 291.6 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 202.8 S -.18(rg)-2.5 G(uments).18 E(The e) -180 214.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 226.8 S -.18 -(rg)-2.5 G(ument).18 E(The e)180 238.8 Q +(guments.)-.18 E 2.5(0a)144 309.6 S -.18(rg)-2.5 G(uments).18 E(The e) +180 321.6 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 333.6 S -.18 +(rg)-2.5 G(ument).18 E(The e)180 345.6 Q (xpression is true if and only if the ar)-.15 E(gument is not null.)-.18 -E 2.5(2a)144 250.8 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) -180 262.8 R .37(gument is)-.18 F F1(!)2.87 E F0 2.87(,t)C .37(he e)-2.87 +E 2.5(2a)144 357.6 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) +180 369.6 R .37(gument is)-.18 F F1(!)2.87 E F0 2.87(,t)C .37(he e)-2.87 F .37(xpression is true if and only if the second ar)-.15 F .37 -(gument is null.)-.18 F .379(If the \214rst ar)180 274.8 R .38 +(gument is null.)-.18 F .379(If the \214rst ar)180 381.6 R .38 (gument is one of the unary conditional operators listed abo)-.18 F .68 --.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF(CONDI-)2.88 E(TION)180 -286.8 Q .553(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF(,)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 298.8 Q +-.15(ve u)-.15 H(nder).15 E F3(CONDI-)2.88 E(TION)180 393.6 Q .553 +(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 405.6 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 310.8 S -.18(rg)-2.5 G -(uments).18 E .236(The follo)180 322.8 R .236 +(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 417.6 S -.18(rg)-2.5 G +(uments).18 E .236(The follo)180 429.6 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 334.8 R 1.155 -.15 +(the binary conditional operators listed abo)180 441.6 R 1.155 -.15 (ve u)-.15 H(nder).15 E F3(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F -F4(,)A F0(the)3.104 E .578(result of the e)180 346.8 R .578(xpression i\ +F4(,)A F0(the)3.104 E .578(result of the e)180 453.6 R .578(xpression i\ s the result of the binary test using the \214rst and third ar)-.15 F -(guments)-.18 E 1.333(as operands.)180 358.8 R(The)6.333 E F13.833 +(guments)-.18 E 1.333(as operands.)180 465.6 R(The)6.333 E F13.833 E F0(and)3.833 E F13.832 E F0 1.332 (operators are considered binary operators when there are)3.832 F .558 -(three ar)180 370.8 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 +(three ar)180 477.6 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 F .558(gument is)-.18 F F1(!)3.058 E F0 3.058(,t)C .558(he v)-3.058 F .558(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F (o-ar)-.1 E(gument)-.18 E .521(test using the second and third ar)180 -382.8 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .52 +489.6 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .52 (gument is e)-.18 F(xactly)-.15 E F1(\()3.02 E F0 .52(and the third)3.02 -F(ar)180 394.8 Q .485(gument is e)-.18 F(xactly)-.15 E F1(\))2.985 E F0 +F(ar)180 501.6 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 406.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 -418.8 S -.18(rg)-2.5 G(uments).18 E .43(The follo)180 430.8 R .43 +(wise, the e)180 513.6 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 +525.6 S -.18(rg)-2.5 G(uments).18 E .43(The follo)180 537.6 R .43 (wing conditions are applied in the order listed.)-.25 F .429 (If the \214rst ar)5.429 F .429(gument is)-.18 F F1(!)2.929 E F0 2.929 -(,t)C .429(he re-)-2.929 F 1.314(sult is the ne)180 442.8 R -.05(ga)-.15 +(,t)C .429(he re-)-2.929 F 1.314(sult is the ne)180 549.6 R -.05(ga)-.15 G 1.314(tion of the three-ar).05 F 1.314(gument e)-.18 F 1.314 (xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.745 -(ments. the)180 454.8 R(tw)2.745 E(o-ar)-.1 E .245 +(ments. the)180 561.6 R(tw)2.745 E(o-ar)-.1 E .245 (gument test using the second and third ar)-.18 F 2.744(guments. If)-.18 -F .244(the \214rst ar)2.744 F(gument)-.18 E .309(is e)180 466.8 R +F .244(the \214rst ar)2.744 F(gument)-.18 E .309(is e)180 573.6 R (xactly)-.15 E F1(\()2.809 E F0 .309(and the fourth ar)2.809 F .309 (gument is e)-.18 F(xactly)-.15 E F1(\))2.809 E F0 2.809(,t)C .31 (he result is the tw)-2.809 F(o-ar)-.1 E .31(gument test of the)-.18 F -.184(second and third ar)180 478.8 R 2.684(guments. Otherwise,)-.18 F +.184(second and third ar)180 585.6 R 2.684(guments. Otherwise,)-.18 F .184(the e)2.684 F .183(xpression is parsed and e)-.15 F -.25(va)-.25 G .183(luated according).25 F(to precedence using the rules listed abo)180 -490.8 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 502.8 S 2.5(rm)-2.5 G(ore ar) --2.5 E(guments)-.18 E 1.635(The e)180 514.8 R 1.635 +597.6 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 609.6 S 2.5(rm)-2.5 G(ore ar) +-2.5 E(guments)-.18 E 1.635(The e)180 621.6 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 -526.8 Q -.15(ve)-.15 G(.).15 E(When used with)144 544.8 Q F1(test)2.5 E +633.6 Q -.15(ve)-.15 G(.).15 E(When used with)144 651.6 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 561.6 Q F0 +(xicographically using ASCII ordering.)-.15 E F1(times)108 668.4 Q F0 1.229(Print the accumulated user and system times for the shell and for\ - processes run from the shell.)144 561.6 R(The return status is 0.)144 -573.6 Q F1(trap)108 590.4 Q F0([)2.5 E F1(\255lp)A F0 2.5(][)C([)-2.5 E + processes run from the shell.)144 668.4 R(The return status is 0.)144 +680.4 Q F1(trap)108 697.2 Q F0([)2.5 E F1(\255lp)A F0 2.5(][)C([)-2.5 E F2(ar)A(g)-.37 E F0(])A F2(sigspec)2.5 E F0(...])2.5 E .682(The command) -144 602.4 R F2(ar)3.512 E(g)-.37 E F0 .682(is to be read and e)3.402 F +144 709.2 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 614.4 R F2(sigspec)3.108 E F0 3.108 +(absent \(and there is a single)144 721.2 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 626.4 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 638.4 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 650.4 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 662.4 R F13.36 -E F0 .86(is gi)3.36 F -.15(ve)-.25 G(n,).15 E F1(trap)3.36 E F0 .86 -(prints the list of commands associated with each)3.36 F 2.83 -(signal. The)144 674.4 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 686.4 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 698.4 Q .3 -.15(ve a)-.25 H(nd the).15 E -F3(SIG)2.5 E F0(pre\214x is optional.)2.25 E .666(If a)144 716.4 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 728.4 S(G).09 E F4(,)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 -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(80)185.545 E 0 Cg EP +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(80)185.955 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(select)144 84 Q F0 .562(command, e)3.062 F -.15(ve) --.25 G .563(ry arithmetic).15 F F1(for)3.063 E F0 .563 +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .658(\(the v)144 +84 R .658(alue it had upon entrance to the shell\).)-.25 F(If)5.658 E/F1 +10/Times-Italic@0 SF(ar)3.488 E(g)-.37 E F0 .659 +(is the null string the signal speci\214ed by each)3.378 F F1(sigspec) +144.34 96 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 F1(ar)3.41 E(g)-.37 E +F0 .58(is not present and)3.3 F/F2 10/Times-Bold@0 SF3.08 E F0 +(has)3.08 E 1.214 +(been supplied, then the trap commands associated with each)144 108 R F1 +(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 120 R F23.36 E +F0 .86(is gi)3.36 F -.15(ve)-.25 G(n,).15 E F2(trap)3.36 E F0 .86 +(prints the list of commands associated with each)3.36 F 2.83 +(signal. The)144 132 R F22.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 144 R F1(sigspec)4.651 E F0 1.811 +(is either a signal name de\214ned in <)4.621 F F1(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 156 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 174 R F1(sigspec)3.506 E F0(is)3.476 E F3(EXIT)3.166 E F0 .666 +(\(0\) the command)2.916 F F1(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 F1(sigspec)3.507 E F0(is)3.477 E F3(DE-)3.167 E -.09 +(BU)144 186 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F0 .484(the command) +2.734 F F1(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 F1 .483(simple command) +2.984 F F0(,)A F1(for)2.983 E F0(command,)2.983 E F1(case)2.983 E F0 +(command,)2.983 E F1(select)144 198 Q F0 .562(command, e)3.062 F -.15 +(ve)-.25 G .563(ry arithmetic).15 F F1(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 96 R/F2 9/Times-Bold@0 -SF .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/F3 10 -/Times-Bold@0 SF(extdeb)3.122 E(ug)-.2 E F0 .622(option to the)3.122 F -F3(shopt)144 108 Q F0 -.2(bu)2.996 G .496(iltin for details of its ef).2 -F .496(fect on the)-.25 F F3(DEB)2.996 E(UG)-.1 E F0 2.996(trap. If) -2.996 F(a)2.996 E F1(sigspec)3.336 E F0(is)3.306 E F2(RETURN)2.996 E/F4 -9/Times-Roman@0 SF(,)A F0 .496(the command)2.746 F F1(ar)144.33 120 Q(g) --.37 E F0 .18(is e)2.9 F -.15(xe)-.15 G .18 +(cutes in a shell).15 F .623(function \(see)144 210 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 F2(extdeb)3.122 E(ug)-.2 E F0 +.622(option to the)3.122 F F2(shopt)144 222 Q F0 -.2(bu)2.996 G .496 +(iltin for details of its ef).2 F .496(fect on the)-.25 F F2(DEB)2.996 E +(UG)-.1 E F0 2.996(trap. If)2.996 F(a)2.996 E F1(sigspec)3.336 E F0(is) +3.306 E F3(RETURN)2.996 E F4(,)A F0 .496(the command)2.746 F F1(ar) +144.33 234 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 F3(.)2.68 E F0(or)2.68 E F3(sour)2.68 E(ce)-.18 E -F0 -.2(bu)2.68 G .18(iltins \214nishes).2 F -.15(exe)144 132 S(cuting.) -.15 E .96(If a)144 150 R F1(sigspec)3.8 E F0(is)3.77 E F2(ERR)3.46 E F4 +(cuted with the).15 F F2(.)2.68 E F0(or)2.68 E F2(sour)2.68 E(ce)-.18 E +F0 -.2(bu)2.68 G .18(iltins \214nishes).2 F -.15(exe)144 246 S(cuting.) +.15 E .96(If a)144 264 R F1(sigspec)3.8 E F0(is)3.77 E F3(ERR)3.46 E F4 (,)A F0 .96(the command)3.21 F F1(ar)3.791 E(g)-.37 E F0 .961(is e)3.681 F -.15(xe)-.15 G .961(cuted whene).15 F -.15(ve)-.25 G 3.461(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 162 R -.184(xit status, subject to)-.15 F .451(the follo)144 174 R .451 -(wing conditions.)-.25 F(The)5.451 E F2(ERR)2.951 E F0 .451 +nd\), a list, or a compound command returns a non\255zero e)144 276 R +.184(xit status, subject to)-.15 F .451(the follo)144 288 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 186 R .388(wing a)-.25 F F3(while)2.888 -E F0(or)2.888 E F3(until)2.888 E F0 -.1(ke)2.888 G(yw)-.05 E .388 +(mand list immediately follo)144 300 R .388(wing a)-.25 F F2(while)2.888 +E F0(or)2.888 E F2(until)2.888 E F0 -.1(ke)2.888 G(yw)-.05 E .388 (ord, part of the test in an)-.1 F F1(if)2.897 E F0 .387 -(statement, part)4.847 F .777(of a command e)144 198 R -.15(xe)-.15 G -.778(cuted in a).15 F F3(&&)3.278 E F0(or)3.278 E F3(||)3.278 E F0 .778 +(statement, part)4.847 F .777(of a command e)144 312 R -.15(xe)-.15 G +.778(cuted in a).15 F F2(&&)3.278 E F0(or)3.278 E F2(||)3.278 E F0 .778 (list e)3.278 F .778(xcept the command follo)-.15 F .778 -(wing the \214nal)-.25 F F3(&&)3.278 E F0(or)3.278 E F3(||)3.278 E F0 -3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 210 R 1.28 +(wing the \214nal)-.25 F F2(&&)3.278 E F0(or)3.278 E F2(||)3.278 E F0 +3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 324 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 F3(!) -3.78 E F0(.)A(These are the same conditions obe)144 222 Q(yed by the) --.15 E F3(err)2.5 E(exit)-.18 E F0(\()2.5 E F3A F0 2.5(\)o)C +F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F F2(!) +3.78 E F0(.)A(These are the same conditions obe)144 336 Q(yed by the) +-.15 E F2(err)2.5 E(exit)-.18 E F0(\()2.5 E F2A F0 2.5(\)o)C (ption.)-2.5 E .132 (Signals ignored upon entry to the shell cannot be trapped or reset.)144 -240 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 252 R .117 +354 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 366 R .117 (alues in a subshell or subshell en)-.25 F .117 -(vironment when one is cre-)-.4 F 2.5(ated. The)144 264 R +(vironment when one is cre-)-.4 F 2.5(ated. The)144 378 R (return status is f)2.5 E(alse if an)-.1 E(y)-.15 E F1(sigspec)2.84 E F0 -(is in)2.81 E -.25(va)-.4 G(lid; otherwise).25 E F3(trap)2.5 E F0 -(returns true.)2.5 E F3(type)108 280.8 Q F0([)2.5 E F3(\255aftpP)A F0(]) -A F1(name)2.5 E F0([)2.5 E F1(name)A F0(...])2.5 E -.4(Wi)144 292.8 S +(is in)2.81 E -.25(va)-.4 G(lid; otherwise).25 E F2(trap)2.5 E F0 +(returns true.)2.5 E F2(type)108 394.8 Q F0([)2.5 E F2(\255aftpP)A F0(]) +A F1(name)2.5 E F0([)2.5 E F1(name)A F0(...])2.5 E -.4(Wi)144 406.8 S .173(th no options, indicate ho).4 F 2.673(we)-.25 G(ach)-2.673 E F1 (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 -F3144 304.8 Q F0 .715(option is used,)3.215 F F3(type)3.215 E F0 +F2144 418.8 Q F0 .715(option is used,)3.215 F F2(type)3.215 E F0 .715(prints a string which is one of)3.215 F F1(alias)3.545 E F0(,).27 E F1 -.1(ke)3.215 G(ywor)-.2 E(d)-.37 E F0(,).77 E F1(function)5.185 E F0 (,).24 E F1 -.2(bu)3.215 G(iltin).2 E F0 3.215(,o).24 G(r)-3.215 E F1 -(\214le)5.125 E F0(if)3.395 E F1(name)144.36 316.8 Q F0 .086 +(\214le)5.125 E F0(if)3.395 E F1(name)144.36 430.8 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 F1 (name)2.947 E F0 .087(is not)2.767 F .119 -(found, then nothing is printed, and an e)144 328.8 R .118 +(found, then nothing is printed, and an e)144 442.8 R .118 (xit status of f)-.15 F .118(alse is returned.)-.1 F .118(If the)5.118 F -F32.618 E F0 .118(option is used,)2.618 F F3(type)2.618 E F0 .855 -(either returns the name of the disk \214le that w)144 340.8 R .855 +F22.618 E F0 .118(option is used,)2.618 F F2(type)2.618 E F0 .855 +(either returns the name of the disk \214le that w)144 454.8 R .855 (ould be e)-.1 F -.15(xe)-.15 G .855(cuted if).15 F F1(name)3.715 E F0 .855(were speci\214ed as a com-)3.535 F .529(mand name, or nothing if) -144 352.8 R/F5 10/Courier@0 SF .528(type -t name)3.028 F F0 -.1(wo)3.028 +144 466.8 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 F1(\214le)4.938 E F0 5.528(.T).18 G(he)-5.528 -E F33.028 E F0 .528(option forces a)3.028 F F2 -.666(PA)3.028 G -(TH)-.189 E F0 .006(search for each)144 364.8 R F1(name)2.506 E F0 2.506 +E F23.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 478.8 R F1(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 F1(\214le)4.417 E F0 -5.007(.I).18 G 2.507(fac)-5.007 G .007(ommand is hashed,)-2.507 F F3 -2.507 E F0(and)144 376.8 Q F33.231 E F0 .731 +5.007(.I).18 G 2.507(fac)-5.007 G .007(ommand is hashed,)-2.507 F F2 +2.507 E F0(and)144 490.8 Q F23.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 F2 -.666(PA)3.23 G(TH)-.189 E F4(.)A F0 .73(If the)5.23 F F3144 -388.8 Q F0 .823(option is used,)3.323 F F3(type)3.323 E F0 .824 +F F3 -.666(PA)3.23 G(TH)-.189 E F4(.)A F0 .73(If the)5.23 F F2144 +502.8 Q F0 .823(option is used,)3.323 F F2(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 F1(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 -400.8 R F33.676 E F0 1.176(option is not also used.)3.676 F 1.176 +514.8 R F23.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 412.8 R F33.723 E F0 6.223(.T)C(he)-6.223 E F33.723 E F0 +144 526.8 R F23.723 E F0 6.223(.T)C(he)-6.223 E F23.723 E F0 1.223(option suppresses shell function lookup, as)3.723 F .326(with the) -144 424.8 R F3(command)2.826 E F0 -.2(bu)2.826 G(iltin.).2 E F3(type) +144 538.8 R F2(command)2.826 E F0 -.2(bu)2.826 G(iltin.).2 E F2(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 436.8 Q F3(ulimit)108 453.6 Q F0([)2.5 E F3 -(\255HS)A F0(])A F32.5 E(ulimit)108 465.6 Q F0([)2.5 E F3(\255HS)A -F0 2.5(][)C F3(\255bcde\214klmnpqrstuvxPR)-2.5 E(T)-.4 E F0([)2.5 E F1 -(limit)A F0(]])A(Pro)144 477.6 Q .243(vides control o)-.15 F -.15(ve) +(re not)-2.825 F(found.)144 550.8 Q F2(ulimit)108 567.6 Q F0([)2.5 E F2 +(\255HS)A F0(])A F22.5 E(ulimit)108 579.6 Q F0([)2.5 E F2(\255HS)A +F0 2.5(][)C F2(\255bcde\214klmnpqrstuvxPR)-2.5 E(T)-.4 E F0([)2.5 E F1 +(limit)A F0(]])A(Pro)144 591.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 489.6 R 3.444(ws)-.25 G .944(uch control.)-3.444 F -(The)5.944 E F33.444 E F0(and)3.444 E F33.444 E F0 .943 +.944(that allo)144 603.6 R 3.444(ws)-.25 G .944(uch control.)-3.444 F +(The)5.944 E F23.444 E F0(and)3.444 E F23.444 E F0 .943 (options specify that the hard or soft limit is set for the)3.444 F(gi) -144 501.6 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208 +144 615.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 513.6 R .426 -(alue of the hard limit.)-.25 F .425(If neither)5.426 F F32.925 E -F0(nor)2.925 E F32.925 E F0 .425 +ft limit may)2.708 F .426(be increased up to the v)144 627.6 R .426 +(alue of the hard limit.)-.25 F .425(If neither)5.426 F F22.925 E +F0(nor)2.925 E F22.925 E F0 .425 (is speci\214ed, both the soft and)2.925 F .139(hard limits are set.)144 -525.6 R .139(The v)5.139 F .139(alue of)-.25 F F1(limit)2.729 E F0 .139 +639.6 R .139(The v)5.139 F .139(alue of)-.25 F F1(limit)2.729 E F0 .139 (can be a number in the unit speci\214ed for the resource or one)3.319 F -.742(of the special v)144 537.6 R(alues)-.25 E F3(hard)3.242 E F0(,)A F3 -(soft)3.241 E F0 3.241(,o)C(r)-3.241 E F3(unlimited)3.241 E F0 3.241(,w) +.742(of the special v)144 651.6 R(alues)-.25 E F2(hard)3.242 E F0(,)A F2 +(soft)3.241 E F0 3.241(,o)C(r)-3.241 E F2(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 549.6 R -.15(ve)-.25 G(ly).15 E +(soft limit, and no limit, respecti)144 663.6 R -.15(ve)-.25 G(ly).15 E 5.023(.I)-.65 G(f)-5.023 E F1(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 561.6 R F33.485 E F0 .984 +(source is printed, unless the)144 675.6 R F23.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 .7 -(limit name and unit, if appropriate, are printed before the v)144 573.6 +(limit name and unit, if appropriate, are printed before the v)144 687.6 R 3.2(alue. Other)-.25 F .7(options are interpreted as)3.2 F(follo)144 -585.6 Q(ws:)-.25 E F3144 597.6 Q F0 -(All current limits are reported; no limits are set)180 597.6 Q F3 -144 609.6 Q F0(The maximum sock)180 609.6 Q(et b)-.1 E(uf)-.2 E -(fer size)-.25 E F3144 621.6 Q F0 -(The maximum size of core \214les created)180 621.6 Q F3144 633.6 -Q F0(The maximum size of a process')180 633.6 Q 2.5(sd)-.55 G(ata se) --2.5 E(gment)-.15 E F3144 645.6 Q F0 -(The maximum scheduling priority \("nice"\))180 645.6 Q F3144 -657.6 Q F0 -(The maximum size of \214les written by the shell and its children)180 -657.6 Q F3144 669.6 Q F0(The maximum number of pending signals)180 -669.6 Q F3144 681.6 Q F0 -(The maximum number of kqueues that may be allocated)180 681.6 Q F3 -144 693.6 Q F0(The maximum size that may be lock)180 693.6 Q -(ed into memory)-.1 E F3144 705.6 Q F0 -(The maximum resident set size \(man)180 705.6 Q 2.5(ys)-.15 G -(ystems do not honor this limit\))-2.5 E F3144 717.6 Q F0 .791(Th\ -e maximum number of open \214le descriptors \(most systems do not allo) -180 717.6 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F -(be set\))180 729.6 Q(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve) --.15 G(mber 22).15 E(81)185.545 E 0 Cg EP +699.6 Q(ws:)-.25 E F2144 711.6 Q F0 +(All current limits are reported; no limits are set)180 711.6 Q +(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(81)185.955 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/F1 10/Times-Bold@0 -SF144 84 Q F0 -(The pipe size in 512-byte blocks \(this may not be set\))180 84 Q F1 -144 96 Q F0(The maximum number of bytes in POSIX message queues) -180 96 Q F1144 108 Q F0(The maximum real-time scheduling priority) -180 108 Q F1144 120 Q F0(The maximum stack size)180 120 Q F1 -144 132 Q F0(The maximum amount of cpu time in seconds)180 132 Q F1 -144 144 Q F0(The maximum number of processes a)180 144 Q -.25(va) --.2 G(ilable to a single user).25 E F1144 156 Q F0 .47 -(The maximum amount of virtual memory a)180 156 R -.25(va)-.2 G .47 -(ilable to the shell and, on some systems, to).25 F(its children)180 168 -Q F1144 180 Q F0(The maximum number of \214le locks)180 180 Q F1 -144 192 Q F0(The maximum number of pseudoterminals)180 192 Q F1 -144 204 Q F0(The maximum time a real-time process can run before \ -blocking, in microseconds)180 204 Q F1144 216 Q F0 -(The maximum number of threads)180 216 Q(If)144 232.8 Q/F2 10 +SF144 84 Q F0(The maximum sock)180 84 Q(et b)-.1 E(uf)-.2 E +(fer size)-.25 E F1144 96 Q F0 +(The maximum size of core \214les created)180 96 Q F1144 108 Q F0 +(The maximum size of a process')180 108 Q 2.5(sd)-.55 G(ata se)-2.5 E +(gment)-.15 E F1144 120 Q F0 +(The maximum scheduling priority \("nice"\))180 120 Q F1144 132 Q +F0(The maximum size of \214les written by the shell and its children)180 +132 Q F1144 144 Q F0(The maximum number of pending signals)180 144 +Q F1144 156 Q F0 +(The maximum number of kqueues that may be allocated)180 156 Q F1 +144 168 Q F0(The maximum size that may be lock)180 168 Q(ed into memory) +-.1 E F1144 180 Q F0(The maximum resident set size \(man)180 180 Q +2.5(ys)-.15 G(ystems do not honor this limit\))-2.5 E F1144 192 Q +F0 .791(The maximum number of open \214le descriptors \(most systems do\ + not allo)180 192 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F +(be set\))180 204 Q F1144 216 Q F0 +(The pipe size in 512-byte blocks \(this may not be set\))180 216 Q F1 +144 228 Q F0(The maximum number of bytes in POSIX message queues) +180 228 Q F1144 240 Q F0 +(The maximum real-time scheduling priority)180 240 Q F1144 252 Q +F0(The maximum stack size)180 252 Q F1144 264 Q F0 +(The maximum amount of cpu time in seconds)180 264 Q F1144 276 Q +F0(The maximum number of processes a)180 276 Q -.25(va)-.2 G +(ilable to a single user).25 E F1144 288 Q F0 .47 +(The maximum amount of virtual memory a)180 288 R -.25(va)-.2 G .47 +(ilable to the shell and, on some systems, to).25 F(its children)180 300 +Q F1144 312 Q F0(The maximum number of \214le locks)180 312 Q F1 +144 324 Q F0(The maximum number of pseudoterminals)180 324 Q F1 +144 336 Q F0(The maximum time a real-time process can run before \ +blocking, in microseconds)180 336 Q F1144 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 .044 -(no option is gi)144 244.8 R -.15(ve)-.25 G .044(n, then).15 F F1 +(no option is gi)144 376.8 R -.15(ve)-.25 G .044(n, then).15 F F1 2.544 E F0 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045 (lues are in 1024-byte increments, e)1.11 F .045(xcept for)-.15 F F1 2.545 E F0 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144 -256.8 R F13.17 E F0 3.17(,w)C .67(hich is in microseconds;)-3.17 F +388.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 268.8 Q F0(,)A F13.736 E F0 3.736(,a)C(nd)-3.736 E +A F1144 400.8 Q F0(,)A F13.736 E F0 3.736(,a)C(nd)-3.736 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.237(hich are in)-3.736 F .239 -(512-byte increments.)144 280.8 R .238 +(512-byte increments.)144 412.8 R .238 (The return status is 0 unless an in)5.239 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 292.8 Q 2.5(wl)-.25 G(imit.)-2.5 E -F1(umask)108 309.6 Q F0([)2.5 E F1A F0 2.5(][)C F1-2.5 E F0 +(error occurs while setting a ne)144 424.8 Q 2.5(wl)-.25 G(imit.)-2.5 E +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 321.6 R F2(mode)3.06 E F0 +(The user \214le-creation mask is set to)144 453.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 333.6 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 -345.6 Q F2(mode)3.262 E F0 .382(is omitted, the current v)3.062 F .382 +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.262 E F0 .382(is omitted, the current v)3.062 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 357.6 R .547 +(printed in symbolic form; the def)144 489.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 369.6 Q F0 .551 +(mode)144.38 501.6 Q F0 .551 (is omitted, the output is in a form that may be reused as input.)3.231 -F .552(The return status is 0 if the)5.552 F(mode w)144 381.6 Q +F .552(The return status is 0 if the)5.552 F(mode w)144 513.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 398.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 410.4 Q 1.058 -.15(ve e)-.15 H(ach).15 E F2(name) +(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.058 -.15(ve e)-.15 H(ach).15 E F2(name) 3.258 E F0 .758(from the list of de\214ned aliases.)3.258 F(If)5.758 E F13.258 E F0 .757(is supplied, all alias de\214nitions are re-) -3.258 F(mo)144 422.4 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E +3.258 F(mo)144 554.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 439.2 Q F0<5bad>2.5 E F1 +(is not a de\214ned alias.)2.68 E F1(unset)108 571.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 451.2 S 3.803(re).15 G(ach)-3.803 E F2(name)4.163 E F0 +2.5 E -.15(Fo)144 583.2 S 3.803(re).15 G(ach)-3.803 E F2(name)4.163 E F0 3.803(,r).18 G(emo)-3.803 E 1.603 -.15(ve t)-.15 H 1.303 (he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303 (If the)6.303 F F13.804 E F0 1.304(option is gi)3.804 F -.15(ve) --.25 G 1.304(n, each).15 F F2(name)144.36 463.2 Q F0 .465 +-.25 G 1.304(n, each).15 F F2(name)144.36 595.2 Q F0 .465 (refers to a shell v)3.145 F .464(ariable, and that v)-.25 F .464 (ariable is remo)-.25 F -.15(ve)-.15 G 2.964(d. Read-only).15 F -.25(va) -2.964 G .464(riables may not be un-).25 F 2.768(set. If)144 475.2 R F1 +2.964 G .464(riables may not be un-).25 F 2.768(set. If)144 607.2 R F1 2.768 E F0 .269(is speci\214ed, each)2.768 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 .404(If the)144 487.2 R F12.904 E +2.949 F -.15(ve)-.15 G(d.).15 E .404(If the)144 619.2 R F12.904 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 .403(will be unset)2.904 F -.719(rather than the v)144 499.2 R .719(ariable it references.)-.25 F F1 +.719(rather than the v)144 631.2 R .719(ariable it references.)-.25 F F1 5.719 E F0 .719(has no ef)3.219 F .719(fect if the)-.25 F F1 3.22 E F0 .72(option is supplied.)3.22 F .72(If no options)5.72 F .737 -(are supplied, each)144 511.2 R F2(name)3.237 E F0 .737(refers to a v) +(are supplied, each)144 643.2 R F2(name)3.237 E F0 .737(refers to a v) 3.237 F .737(ariable; if there is no v)-.25 F .736 (ariable by that name, a function with)-.25 F 1.761(that name, if an)144 -523.2 R 3.061 -.65(y, i)-.15 H 4.261(su).65 G 4.261(nset. Each)-4.261 F +655.2 R 3.061 -.65(y, i)-.15 H 4.261(su).65 G 4.261(nset. Each)-4.261 F 1.761(unset v)4.261 F 1.761(ariable or function is remo)-.25 F -.15(ve) -.15 G 4.262(df).15 G 1.762(rom the en)-4.262 F(vironment)-.4 E 3.172 -(passed to subsequent commands.)144 535.2 R 3.172(If an)8.172 F 5.672 +(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.421 G(SH_ARGV0).27 E F4(,)A -F3 -.27(BA)5.421 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 547.2 S +F3 -.27(BA)5.421 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 679.2 S (SH_COMMAND).27 E F4(,)A F3 -.27(BA)11.481 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.482 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL) -144 559.2 Q(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN) +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 -571.2 Q F4(,)A F0(or)4.029 E F3(SRANDOM)4.279 E F0 1.779(are unset, the) +703.2 Q F4(,)A F0(or)4.029 E F3(SRANDOM)4.279 E F0 1.779(are unset, the) 4.029 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.28(ft)-4.279 G(he)-4.28 E 4.28(ya)-.15 G -1.78(re subse-)-4.28 F(quently reset.)144 583.2 Q(The e)5 E +1.78(re subse-)-4.28 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 or may not be unset.)2.68 E F1(wait)108 600 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 612 S .659(it for each speci\214ed chi\ -ld process and return its termination status.).8 F(Each)5.659 E F2(id) -3.169 E F0 .658(may be a process)3.928 F .008 -(ID or a job speci\214cation; if a job spec is gi)144 624 R -.15(ve)-.25 -G .009(n, all processes in that job').15 F 2.509(sp)-.55 G .009 -(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f)-5.009 E -F2(id)144.01 636 Q F0 .442(is not gi)3.712 F -.15(ve)-.25 G(n,).15 E F1 -(wait)2.942 E F0 -.1(wa)2.942 G .441 -(its for all running background jobs and the last-e).1 F -.15(xe)-.15 G -.441(cuted process substitu-).15 F .597 -(tion, if its process id is the same as)144 648 R F1($!)3.098 E F0 3.098 -(,a)C .598(nd the return status is zero.)-3.098 F .598(If the)5.598 F F1 -3.098 E F0 .598(option is supplied,)3.098 F F1(wait)144 660 Q F0 --.1(wa)3.083 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 .582(ob, to complete and)-3.083 F .403(returns its e)144 672 R .403 -(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 .573 -(are supplied and the shell has no unw)144 684 R .573 -(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .572 -(If the)5.573 F F13.072 E F0 .572(option is)3.072 F .39 -(supplied, the process or job identi\214er of the job for which the e) -144 696 R .39(xit status is returned is assigned to)-.15 F .905(the v) -144 708 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 720 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(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G -(mber 22).15 E(82)185.545 E 0 Cg EP +(is readonly or may not be unset.)2.68 E(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(82)185.955 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 .575 -(when job control is enabled, forces)144 84 R/F1 10/Times-Bold@0 SF -(wait)3.075 E F0 .575(to w)3.075 F .575(ait for)-.1 F/F2 10 -/Times-Italic@0 SF(id)3.075 E F0 .574 -(to terminate before returning its status, in-)3.075 F .635 -(stead of returning when it changes status.)144 96 R(If)5.635 E F2(id) +(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 .658 +(may be a process)3.928 F .008 +(ID or a job speci\214cation; if a job spec is gi)144 108 R -.15(ve)-.25 +G .009(n, all processes in that job').15 F 2.509(sp)-.55 G .009 +(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f)-5.009 E +F2(id)144.01 120 Q F0 .442(is not gi)3.712 F -.15(ve)-.25 G(n,).15 E F1 +(wait)2.942 E F0 -.1(wa)2.942 G .441 +(its for all running background jobs and the last-e).1 F -.15(xe)-.15 G +.441(cuted process substitu-).15 F .597 +(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 .598(If the)5.598 F F1 +3.098 E F0 .598(option is supplied,)3.098 F F1(wait)144 144 Q F0 +-.1(wa)3.083 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 .582(ob, to complete and)-3.083 F .403(returns its e)144 156 R .403 +(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 .573 +(are supplied and the shell has no unw)144 168 R .573 +(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .572 +(If the)5.573 F F13.072 E F0 .572(option is)3.072 F .39 +(supplied, the process or job identi\214er of the job for which the e) +144 180 R .39(xit status is returned is assigned to)-.15 F .905(the v) +144 192 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 204 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 .575(when job control is enabled, forces)144 216 R F1 +(wait)3.075 E F0 .575(to w)3.075 F .575(ait for)-.1 F F2(id)3.075 E F0 +.574(to terminate before returning its status, in-)3.075 F .635 +(stead of returning when it changes status.)144 228 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 108 Q +(xistent process or job, the return)-.15 F(status is 127.)144 240 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(SHELL COMP)72 124.8 Q -1.04(AT)-.81 G +/F3 10.95/Times-Bold@0 SF(SHELL COMP)72 256.8 Q -1.04(AT)-.81 G (IBILITY MODE)1.04 E F0 .912 -(Bash-4.0 introduced the concept of a `shell compatibility le)108 136.8 +(Bash-4.0 introduced the concept of a `shell compatibility le)108 268.8 R -.15(ve)-.25 G .912(l', speci\214ed as a set of options to the shopt) -.15 F -.2(bu)108 148.8 S(iltin).2 E F1(compat31)3.377 E F0(,)A F1 +.15 F -.2(bu)108 280.8 S(iltin).2 E F1(compat31)3.377 E F0(,)A F1 (compat32)3.377 E F0(,)A F1(compat40)3.377 E F0(,)A F1(compat41)3.377 E F0 3.378(,a)C .878(nd so on\).)-3.378 F .878 -(There is only one current compatibility)5.878 F(le)108 160.8 Q -.15(ve) +(There is only one current compatibility)5.878 F(le)108 292.8 Q -.15(ve) -.25 G 3.254(l-).15 G 3.254(-e)-3.254 G .754(ach option is mutually e) -3.254 F(xclusi)-.15 E -.15(ve)-.25 G 5.754(.T).15 G .754 (he compatibility le)-5.754 F -.15(ve)-.25 G 3.253(li).15 G 3.253(si) -3.253 G .753(ntended to allo)-3.253 F 3.253(wu)-.25 G .753 -(sers to select be-)-3.253 F(ha)108 172.8 Q 1.083(vior from pre)-.2 F +(sers to select be-)-3.253 F(ha)108 304.8 Q 1.083(vior from pre)-.2 F 1.083(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.584(ym)-.15 G 1.084 -(igrate scripts to use)-3.584 F(current features and beha)108 184.8 Q +(igrate scripts to use)-3.584 F(current features and beha)108 316.8 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.457 -(This section does not mention beha)108 201.6 R 1.457 +(This section does not mention beha)108 333.6 R 1.457 (vior that is standard for a particular v)-.2 F 1.456 (ersion \(e.g., setting)-.15 F F1(compat32)3.956 E F0 .886 -(means that quoting the rhs of the re)108 213.6 R(ge)-.15 E .886 +(means that quoting the rhs of the re)108 345.6 R(ge)-.15 E .886 (xp matching operator quotes special re)-.15 F(ge)-.15 E .887 -(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 225.6 Q +(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 357.6 Q (ault beha)-.1 E(vior in bash-3.2 and abo)-.2 E -.15(ve)-.15 G(\).).15 E -.523(If a user enables, say)108 242.4 R(,)-.65 E F1(compat32)3.023 E F0 +.523(If a user enables, say)108 374.4 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 .522 (ls up to and includ-).15 F .259(ing the current compatibility le)108 -254.4 R -.15(ve)-.25 G 2.759(l. The).15 F .259 +386.4 R -.15(ve)-.25 G 2.759(l. The).15 F .259 (idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.76(lc).15 G .26(ontrols beha)-2.76 F .26(vior that changed)-.2 F 1.646(in that v)108 -266.4 R 1.646(ersion of)-.15 F F1(bash)4.146 E F0 4.146(,b)C 1.646 +398.4 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.645 (or instance, the)-.15 F .76 -(change to use locale-based comparisons with the)108 278.4 R F1([[)3.261 +(change to use locale-based comparisons with the)108 410.4 R F1([[)3.261 E F0 .761(command came in bash-4.1, and earlier v)3.261 F .761 (ersions used)-.15 F 1.905(ASCII-based comparisons, so enabling)108 -290.4 R F1(compat32)4.405 E F0 1.904 +422.4 R F1(compat32)4.405 E F0 1.904 (will enable ASCII-based comparisons as well.)4.405 F(That)6.904 E .295 -(granularity may not be suf)108 302.4 R .296 +(granularity may not be suf)108 434.4 R .296 (\214cient for all uses, and as a result users should emplo)-.25 F 2.796 (yc)-.1 G .296(ompatibility le)-2.796 F -.15(ve)-.25 G .296(ls care-).15 -F(fully)108 314.4 Q 5(.R)-.65 G(ead the documentation for a particular \ +F(fully)108 446.4 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 .532 -(Bash-4.3 introduced a ne)108 331.2 R 3.032(ws)-.25 G .531(hell v)-3.032 +(Bash-4.3 introduced a ne)108 463.2 R 3.032(ws)-.25 G .531(hell v)-3.032 F(ariable:)-.25 E/F4 9/Times-Bold@0 SF -.27(BA)3.031 G(SH_COMP).27 E -.855(AT)-.666 G/F5 9/Times-Roman@0 SF(.).855 E F0 .531(The v)5.031 F .531(alue assigned to this v)-.25 F .531(ariable \(a decimal)-.25 F -.15 -(ve)108 343.2 S .107(rsion number lik).15 F 2.607(e4)-.1 G .107 +(ve)108 475.2 S .107(rsion number lik).15 F 2.607(e4)-.1 G .107 (.2, or an inte)-2.607 F .107(ger corresponding to the)-.15 F F1(compat) 2.608 E F2(NN)A F0 .108(option, lik)2.608 F 2.608(e4)-.1 G .108 -(2\) determines the com-)-2.608 F(patibility le)108 355.2 Q -.15(ve)-.25 -G(l.).15 E .388(Starting with bash-4.4, Bash has be)108 372 R .388 +(2\) determines the com-)-2.608 F(patibility le)108 487.2 Q -.15(ve)-.25 +G(l.).15 E .388(Starting with bash-4.4, Bash has be)108 504 R .388 (gun deprecating older compatibility le)-.15 F -.15(ve)-.25 G 2.887 (ls. Ev).15 F(entually)-.15 E 2.887(,t)-.65 G .387(he options will) --2.887 F(be remo)108 384 Q -.15(ve)-.15 G 2.5(di).15 G 2.5(nf)-2.5 G -.2 +-2.887 F(be remo)108 516 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 F4 -.27(BA)2.5 G(SH_COMP).27 E -.855 -(AT)-.666 G F5(.).855 E F0 1.163(Bash-5.0 is the \214nal v)108 400.8 R +(AT)-.666 G F5(.).855 E F0 1.163(Bash-5.0 is the \214nal v)108 532.8 R 1.163(ersion for which there will be an indi)-.15 F 1.164 (vidual shopt option for the pre)-.25 F 1.164(vious v)-.25 F(ersion.) --.15 E(Users should use)108 412.8 Q F4 -.27(BA)2.5 G(SH_COMP).27 E -.855 +-.15 E(Users should use)108 544.8 Q F4 -.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.614 -(The follo)108 429.6 R 1.613(wing table describes the beha)-.25 F 1.613 +(The follo)108 561.6 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.113(etting. The)-4.113 F F1(compat)108 441.6 Q F2(NN)A +4.113(ls).15 G 4.113(etting. The)-4.113 F F1(compat)108 573.6 Q F2(NN)A F0 1.186(tag is used as shorthand for setting the compatibility le)3.685 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.807(mechanisms. F)108 -453.6 R 1.307(or v)-.15 F 1.307 +585.6 R 1.307(or v)-.15 F 1.307 (ersions prior to bash-5.0, the compatibility le)-.15 F -.15(ve)-.25 G 3.806(lm).15 G 1.306(ay be set using the corresponding)-3.806 F F1 -(compat)108 465.6 Q F2(NN)A F0 .502(shopt option.)3.002 F -.15(Fo)5.502 +(compat)108 597.6 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 F4 -.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 -(is required for bash-5.1 and later v)108 477.6 Q(ersions.)-.15 E F1 -(compat31)108 494.4 Q F0<83>144 506.4 Q(quoting the rhs of the)180 506.4 +(is required for bash-5.1 and later v)108 609.6 Q(ersions.)-.15 E F1 +(compat31)108 626.4 Q F0<83>144 638.4 Q(quoting the rhs of the)180 638.4 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 523.2 Q F0<83>144 535.2 Q .35 -(interrupting a command list such as "a ; b ; c" causes the e)180 535.2 +-.25 E F1(compat32)108 655.2 Q F0<83>144 667.2 Q .35 +(interrupting a command list such as "a ; b ; c" causes the e)180 667.2 R -.15(xe)-.15 G .35(cution of the ne).15 F .35(xt command)-.15 F .017 -(in the list \(in bash-4.0 and later v)180 547.2 R .018 +(in the list \(in bash-4.0 and later v)180 679.2 R .018 (ersions, the shell acts as if it recei)-.15 F -.15(ve)-.25 G 2.518(dt) .15 G .018(he interrupt, so in-)-2.518 F -(terrupting one command in a list aborts the e)180 559.2 Q -.15(xe)-.15 -G(cution of the entire list\)).15 E F1(compat40)108 576 Q F0<83>144 588 -Q(the)180 588 Q F1(<)2.674 E F0(and)2.674 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 -.067(ing strings; the)180 600 R 2.567(yu)-.15 G .067(se ASCII ordering.) --2.567 F .068(Bash v)5.068 F .068 -(ersions prior to bash-4.1 use ASCII collation)-.15 F(and)180 612 Q F2 -(str)4.743 E(cmp)-.37 E F0 1.903 -(\(3\); bash-4.1 and later use the current locale').19 F 4.402(sc)-.55 G -1.902(ollation sequence and)-4.402 F F2(str)4.742 E(-)-.2 E(coll)180 624 -Q F0(\(3\).).51 E F1(compat41)108 640.8 Q F0<83>144 652.8 Q(in)180 652.8 -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 664.8 S(rd \(this is POSIX interpretation 267\)).1 -E<83>144 676.8 Q(in)180 676.8 Q F2(posix)2.709 E F0 .208 -(mode, the parser requires that an e)2.709 F -.15(ve)-.25 G 2.708(nn).15 -G .208(umber of single quotes occur in the)-2.708 F F2(wor)2.708 E(d) --.37 E F0 .281(portion of a double-quoted parameter e)180 688.8 R .282 -(xpansion and treats them specially)-.15 F 2.782(,s)-.65 G 2.782(ot) --2.782 G .282(hat charac-)-2.782 F(ters within the single quotes are co\ -nsidered quoted \(this is POSIX interpretation 221\))180 700.8 Q -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(83)185.545 E 0 Cg EP +(terrupting one command in a list aborts the e)180 691.2 Q -.15(xe)-.15 +G(cution of the entire list\)).15 E(GNU Bash 5.2)72 768 Q +(2021 December 26)136.795 E(83)185.955 E 0 Cg EP %%Page: 84 84 %%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(compat42)108 84 Q F0<83>144 96 Q 1.056(the replacement string in dou\ -ble-quoted pattern substitution does not under)180 96 R 1.055 -(go quote re-)-.18 F(mo)180 108 Q -.25(va)-.15 G(l, as it does in v).25 -E(ersions after bash-4.2)-.15 E<83>144 120 Q .021 -(in posix mode, single quotes are considered special when e)180 120 R -.021(xpanding the)-.15 F/F2 10/Times-Italic@0 SF(wor)2.521 E(d)-.37 E F0 -.021(portion of a)2.521 F .018(double-quoted parameter e)180 132 R .017 +SF(compat40)108 84 Q F0<83>144 96 Q(the)180 96 Q F1(<)2.674 E F0(and) +2.674 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 .067(ing strings; the)180 108 R 2.567(yu)-.15 G .067 +(se ASCII ordering.)-2.567 F .068(Bash v)5.068 F .068 +(ersions prior to bash-4.1 use ASCII collation)-.15 F(and)180 120 Q/F2 +10/Times-Italic@0 SF(str)4.743 E(cmp)-.37 E F0 1.903 +(\(3\); bash-4.1 and later use the current locale').19 F 4.402(sc)-.55 G +1.902(ollation sequence and)-4.402 F F2(str)4.742 E(-)-.2 E(coll)180 132 +Q F0(\(3\).).51 E F1(compat41)108 148.8 Q F0<83>144 160.8 Q(in)180 160.8 +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 172.8 S(rd \(this is POSIX interpretation 267\)).1 +E<83>144 184.8 Q(in)180 184.8 Q F2(posix)2.709 E F0 .208 +(mode, the parser requires that an e)2.709 F -.15(ve)-.25 G 2.708(nn).15 +G .208(umber of single quotes occur in the)-2.708 F F2(wor)2.708 E(d) +-.37 E F0 .281(portion of a double-quoted parameter e)180 196.8 R .282 +(xpansion and treats them specially)-.15 F 2.782(,s)-.65 G 2.782(ot) +-2.782 G .282(hat charac-)-2.782 F(ters within the single quotes are co\ +nsidered quoted \(this is POSIX interpretation 221\))180 208.8 Q F1 +(compat42)108 225.6 Q F0<83>144 237.6 Q 1.056(the replacement string in\ + double-quoted pattern substitution does not under)180 237.6 R 1.055 +(go quote re-)-.18 F(mo)180 249.6 Q -.25(va)-.15 G(l, as it does in v) +.25 E(ersions after bash-4.2)-.15 E<83>144 261.6 Q .021 +(in posix mode, single quotes are considered special when e)180 261.6 R +.021(xpanding the)-.15 F F2(wor)2.521 E(d)-.37 E F0 .021(portion of a) +2.521 F .018(double-quoted parameter e)180 273.6 R .017 (xpansion and can be used to quote a closing brace or other spe-)-.15 F .998(cial character \(this is part of POSIX interpretation 221\); in la\ -ter v)180 144 R .999(ersions, single quotes)-.15 F -(are not special within double-quoted w)180 156 Q(ord e)-.1 E(xpansions) --.15 E F1(compat43)108 172.8 Q F0<83>144 184.8 Q 1.071 -(the shell does not print a w)180 184.8 R 1.07 +ter v)180 285.6 R .999(ersions, single quotes)-.15 F +(are not special within double-quoted w)180 297.6 Q(ord e)-.1 E +(xpansions)-.15 E F1(compat43)108 314.4 Q F0<83>144 326.4 Q 1.071 +(the shell does not print a w)180 326.4 R 1.07 (arning message if an attempt is made to use a quoted com-)-.1 F .248 -(pound assignment as an ar)180 196.8 R .249 +(pound assignment as an ar)180 338.4 R .249 (gument to declare \(declare -a foo='\(1 2\)'\). Later v)-.18 F .249 -(ersions w)-.15 F(arn)-.1 E(that this usage is deprecated)180 208.8 Q -<83>144 220.8 Q -.1(wo)180 220.8 S .501(rd e).1 F .501 +(ersions w)-.15 F(arn)-.1 E(that this usage is deprecated)180 350.4 Q +<83>144 362.4 Q -.1(wo)180 362.4 S .501(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 232.8 S +(atal errors that cause the current command to)-.1 F -.1(fa)180 374.4 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 244.8 Q(xit\))-.15 E -<83>144 256.8 Q .355(when e)180 256.8 R -.15(xe)-.15 G .354 +(atal errors that cause the)-.1 F(shell to e)180 386.4 Q(xit\))-.15 E +<83>144 398.4 Q .355(when e)180 398.4 R -.15(xe)-.15 G .354 (cuting a shell function, the loop state \(while/until/etc.\)).15 F .354 (is not reset, so)5.354 F F1(br)2.854 E(eak)-.18 E F0(or)2.854 E F1 -(continue)180 268.8 Q F0 .052 +(continue)180 410.4 Q F0 .052 (in that function will break or continue loops in the calling conte) 2.552 F .053(xt. Bash-4.4 and)-.15 F(later reset the loop state to pre) -180 280.8 Q -.15(ve)-.25 G(nt this).15 E F1(compat44)108 297.6 Q F0<83> -144 309.6 Q .719(the shell sets up the v)180 309.6 R .719(alues used by) +180 422.4 Q -.15(ve)-.25 G(nt this).15 E F1(compat44)108 439.2 Q F0<83> +144 451.2 Q .719(the shell sets up the v)180 451.2 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.218(yc)-.15 G -.718(an e)-3.218 F(xpand)-.15 E(to the shell')180 321.6 Q 2.5(sp)-.55 G +.718(an e)-3.218 F(xpand)-.15 E(to the shell')180 463.2 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 333.6 Q -2.634(as)180 333.6 S .134(ubshell inherits loops from its parent conte) +(xtended deb)-2.65 E(ugging mode is not enabled)-.2 E<83>144 475.2 Q +2.634(as)180 475.2 S .134(ubshell inherits loops from its parent conte) -2.634 F .135(xt, so)-.15 F F1(br)2.635 E(eak)-.18 E F0(or)2.635 E F1 (continue)2.635 E F0 .135(will cause the sub-)2.635 F(shell to e)180 -345.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 357.6 Q -.25(va) -180 357.6 S .619(riable assignments preceding b).25 F .618(uiltins lik) +487.2 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 499.2 Q -.25(va) +180 499.2 S .619(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 .618(utes con-)-.2 F .119 -(tinue to af)180 369.6 R .119(fect v)-.25 F .119 +(tinue to af)180 511.2 R .119(fect v)-.25 F .119 (ariables with the same name in the calling en)-.25 F .12(vironment e) -.4 F -.15(ve)-.25 G 2.62(ni).15 G 2.62(ft)-2.62 G .12(he shell is)-2.62 -F(not in posix mode)180 381.6 Q F1(compat50)108 398.4 Q F0<83>144 410.4 -Q 1.209(Bash-5.1 changed the w)180 410.4 R(ay)-.1 E F3($RANDOM)3.709 E -F0 1.209(is generated to introduce slightly more random-)3.459 F 1.018 -(ness. If the shell compatibility le)180 422.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.019 -(rts to the method from).25 F .733(bash-5.0 and pre)180 434.4 R .733 +F(not in posix mode)180 523.2 Q F1(compat50)108 540 Q F0<83>144 552 Q +1.209(Bash-5.1 changed the w)180 552 R(ay)-.1 E F3($RANDOM)3.709 E F0 +1.209(is generated to introduce slightly more random-)3.459 F 1.018 +(ness. If the shell compatibility le)180 564 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.019 +(rts to the method from).25 F .733(bash-5.0 and pre)180 576 R .733 (vious v)-.25 F .732 (ersions, so seeding the random number generator by assigning a)-.15 F --.25(va)180 446.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<83>144 458.4 Q -.695(If the command hash table is empty)180 458.4 R 3.196(,b)-.65 G .696 +-.25(va)180 588 S(lue to).25 E F3(RANDOM)2.5 E F0 +(will produce the same sequence as in bash-5.0)2.25 E<83>144 600 Q .695 +(If the command hash table is empty)180 600 R 3.196(,b)-.65 G .696 (ash v)-3.196 F .696(ersions prior to bash-5.1 printed an informa-)-.15 -F 1.321(tional message to that ef)180 470.4 R 1.321(fect, e)-.25 F -.15 +F 1.321(tional message to that ef)180 612 R 1.321(fect, e)-.25 F -.15 (ve)-.25 G 3.821(nw).15 G 1.321 (hen producing output that can be reused as input.)-3.821 F -(Bash-5.1 suppresses that message when the)180 482.4 Q F12.5 E F0 -(option is supplied.)2.5 E F1(compat51)108 499.2 Q F0<83>144 511.2 Q -(The)180 511.2 Q F1(unset)2.954 E F0 -.2(bu)2.954 G .454 +(Bash-5.1 suppresses that message when the)180 624 Q F12.5 E F0 +(option is supplied.)2.5 E F1(compat51)108 640.8 Q F0<83>144 652.8 Q +(The)180 652.8 Q F1(unset)2.954 E F0 -.2(bu)2.954 G .454 (iltin treats attempts to unset array subscripts).2 F F1(@)2.955 E F0 (and)2.955 E F1(*)2.955 E F0(dif)2.955 E .455(ferently depending)-.25 F -(on whether the array is inde)180 523.2 Q -.15(xe)-.15 G 2.5(do).15 G +(on whether the array is inde)180 664.8 Q -.15(xe)-.15 G 2.5(do).15 G 2.5(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5(,a).15 G(nd dif)-2.5 E (ferently than in pre)-.25 E(vious v)-.25 E(ersions.)-.15 E/F4 10.95 -/Times-Bold@0 SF(RESTRICTED SHELL)72 540 Q F0(If)108 552 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 +/Times-Bold@0 SF(RESTRICTED SHELL)72 681.6 Q F0(If)108 693.6 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 2.976(stricted. A)108 564 R .476 +(cation, the shell becomes re-).2 F 2.976(stricted. A)108 705.6 R .476 (restricted shell is used to set up an en)2.976 F .476 (vironment more controlled than the standard shell.)-.4 F .477(It be-) -5.477 F(ha)108 576 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 592.8 Q -(changing directories with)144 592.8 Q F1(cd)2.5 E F0<83>108 609.6 Q -(setting or unsetting the v)144 609.6 Q(alues of)-.25 E F3(SHELL)2.5 E -/F5 9/Times-Roman@0 SF(,)A F3 -.666(PA)2.25 G(TH)-.189 E F5(,)A F3 -(HISTFILE)2.25 E F5(,)A F3(ENV)2.25 E F5(,)A F0(or)2.25 E F3 -.27(BA)2.5 -G(SH_ENV).27 E F0<83>108 626.4 Q(specifying command names containing)144 -626.4 Q F1(/)2.5 E F0<83>108 643.2 Q -(specifying a \214lename containing a)144 643.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 660 Q -(specifying a \214lename containing a slash as an ar)144 660 Q -(gument to the)-.18 E F1(history)2.5 E F0 -.2(bu)2.5 G(iltin command).2 -E<83>108 676.8 Q .45 -(specifying a \214lename containing a slash as an ar)144 676.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 688.8 Q -<83>108 705.6 Q(importing function de\214nitions from the shell en)144 -705.6 Q(vironment at startup)-.4 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 -E -.15(ve)-.15 G(mber 22).15 E(84)185.545 E 0 Cg EP +5.477 F(ha)108 717.6 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(GNU Bash 5.2)72 +768 Q(2021 December 26)136.795 E(84)185.955 E 0 Cg EP %%Page: 85 85 %%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 -(parsing the v)144 84 Q(alue of)-.25 E/F1 9/Times-Bold@0 SF(SHELLOPTS) -2.5 E F0(from the shell en)2.25 E(vironment at startup)-.4 E<83>108 -100.8 Q(redirecting output using the >, >|, <>, >&, &>, and >> redirect\ -ion operators)144 100.8 Q<83>108 117.6 Q(using the)144 117.6 Q/F2 10 -/Times-Bold@0 SF(exec)2.5 E F0 -.2(bu)2.5 G -(iltin command to replace the shell with another command).2 E<83>108 -134.4 Q(adding or deleting b)144 134.4 Q(uiltin commands with the)-.2 E -F22.5 E F0(and)2.5 E F22.5 E F0(options to the)2.5 E F2 -(enable)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 151.2 Q -(using the)144 151.2 Q F2(enable)2.5 E F0 -.2(bu)2.5 G -(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108 168 -Q(specifying the)144 168 Q F22.5 E F0(option to the)2.5 E F2 -(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E<83>108 184.8 Q -(turning of)144 184.8 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F2 -(set +r)2.5 E F0(or)2.5 E F2(shopt -u r)2.5 E(estricted_shell)-.18 E F0 -(.)A(These restrictions are enforced after an)108 201.6 Q 2.5(ys)-.15 G +(changing directories with)144 84 Q/F1 10/Times-Bold@0 SF(cd)2.5 E F0 +<83>108 100.8 Q(setting or unsetting the v)144 100.8 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 117.6 Q +(specifying command names containing)144 117.6 Q F1(/)2.5 E F0<83>108 +134.4 Q(specifying a \214lename containing a)144 134.4 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 151.2 Q +(specifying a \214lename containing a slash as an ar)144 151.2 Q +(gument to the)-.18 E F1(history)2.5 E F0 -.2(bu)2.5 G(iltin command).2 +E<83>108 168 Q .45(specifying a \214lename containing a slash as an ar) +144 168 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 180 Q<83>108 196.8 Q +(importing function de\214nitions from the shell en)144 196.8 Q +(vironment at startup)-.4 E<83>108 213.6 Q(parsing the v)144 213.6 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 230.4 Q(redirecting output using the\ + >, >|, <>, >&, &>, and >> redirection operators)144 230.4 Q<83>108 +247.2 Q(using the)144 247.2 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 264 +Q(adding or deleting b)144 264 Q(uiltin commands with the)-.2 E F1 +2.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 280.8 Q(using the)144 280.8 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 +297.6 Q(specifying the)144 297.6 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 314.4 Q +(turning of)144 314.4 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F1 +(set +r)2.5 E F0(or)2.5 E F1(shopt -u r)2.5 E(estricted_shell)-.18 E F0 +(.)A(These restrictions are enforced after an)108 331.2 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 218.4 R -.15 -(xe)-.15 G 1.567(cuted \(see).15 F F1 1.567(COMMAND EXECUTION)4.067 F F0 -(abo)3.817 E -.15(ve)-.15 G(\),).15 E F2(rbash)108 230.4 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 10.95 -/Times-Bold@0 SF(SEE ALSO)72 247.2 Q/F4 10/Times-Italic@0 SF(Bash Refer) -108 259.2 Q(ence Manual)-.37 E F0 2.5(,B)C(rian F)-2.5 E -(ox and Chet Rame)-.15 E(y)-.15 E F4(The Gnu Readline Libr)108 271.2 Q +(When a command that is found to be a shell script is e)108 348 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 360 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 376.8 Q/F5 10/Times-Italic@0 SF(Bash Refer) +108 388.8 Q(ence Manual)-.37 E F0 2.5(,B)C(rian F)-2.5 E +(ox and Chet Rame)-.15 E(y)-.15 E F5(The Gnu Readline Libr)108 400.8 Q (ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E -F4(The Gnu History Libr)108 283.2 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E -(ox and Chet Rame)-.15 E(y)-.15 E F4 -.8(Po)108 295.2 S(rtable Oper).8 E +F5(The Gnu History Libr)108 412.8 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E +(ox and Chet Rame)-.15 E(y)-.15 E F5 -.8(Po)108 424.8 S(rtable Oper).8 E (ating System Interface \(POSIX\) P)-.15 E(art 2: Shell and Utilities) --.8 E F0 2.5(,I)C(EEE --)-2.5 E(http://pubs.opengroup.or)144 307.2 Q -(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 319.2 Q -(.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F4(sh) -108 331.2 Q F0(\(1\),)A F4(ksh)2.5 E F0(\(1\),)A F4(csh)2.5 E F0(\(1\))A -F4(emacs)108 343.2 Q F0(\(1\),)A F4(vi)2.5 E F0(\(1\))A F4 -.37(re)108 -355.2 S(adline).37 E F0(\(3\))A F3(FILES)72 372 Q F4(/bin/bash)109.666 -384 Q F0(The)144 396 Q F2(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E F4 -(/etc/pr)109.666 408 Q(o\214le)-.45 E F0 -(The systemwide initialization \214le, e)144 420 Q -.15(xe)-.15 G -(cuted for login shells).15 E F4(~/.bash_pr)109.666 432 Q(o\214le)-.45 E -F0(The personal initialization \214le, e)144 444 Q -.15(xe)-.15 G -(cuted for login shells).15 E F4(~/.bashr)109.666 456 Q(c)-.37 E F0 -(The indi)144 468 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G -(-shell startup \214le).15 E F4(~/.bash_lo)109.666 480 Q(gout)-.1 E F0 -(The indi)144 492 Q(vidual login shell cleanup \214le, e)-.25 E -.15(xe) --.15 G(cuted when a login shell e).15 E(xits)-.15 E F4(~/.bash_history) -109.666 504 Q F0(The def)144 516 Q(ault v)-.1 E(alue of)-.25 E F2 -(HISTFILE)2.5 E F0 2.5(,t)C(he \214le in which bash sa)-2.5 E -.15(ve) --.2 G 2.5(st).15 G(he command history)-2.5 E F4(~/.inputr)109.666 528 Q -(c)-.37 E F0(Indi)144 540 Q(vidual)-.25 E F4 -.37(re)2.5 G(adline).37 E -F0(initialization \214le)2.5 E F3 -.548(AU)72 556.8 S(THORS).548 E F0 -(Brian F)108 568.8 Q(ox, Free Softw)-.15 E(are F)-.1 E(oundation)-.15 E -(bfox@gnu.or)108 580.8 Q(g)-.18 E(Chet Rame)108 597.6 Q 1.3 -.65(y, C) +-.8 E F0 2.5(,I)C(EEE --)-2.5 E(http://pubs.opengroup.or)144 436.8 Q +(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 448.8 Q +(.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F5(sh) +108 460.8 Q F0(\(1\),)A F5(ksh)2.5 E F0(\(1\),)A F5(csh)2.5 E F0(\(1\))A +F5(emacs)108 472.8 Q F0(\(1\),)A F5(vi)2.5 E F0(\(1\))A F5 -.37(re)108 +484.8 S(adline).37 E F0(\(3\))A F4(FILES)72 501.6 Q F5(/bin/bash)109.666 +513.6 Q F0(The)144 525.6 Q F1(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E +F5(/etc/pr)109.666 537.6 Q(o\214le)-.45 E F0 +(The systemwide initialization \214le, e)144 549.6 Q -.15(xe)-.15 G +(cuted for login shells).15 E F5(~/.bash_pr)109.666 561.6 Q(o\214le)-.45 +E F0(The personal initialization \214le, e)144 573.6 Q -.15(xe)-.15 G +(cuted for login shells).15 E F5(~/.bashr)109.666 585.6 Q(c)-.37 E F0 +(The indi)144 597.6 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G +(-shell startup \214le).15 E F5(~/.bash_lo)109.666 609.6 Q(gout)-.1 E F0 +(The indi)144 621.6 Q(vidual login shell cleanup \214le, e)-.25 E -.15 +(xe)-.15 G(cuted when a login shell e).15 E(xits)-.15 E F5 +(~/.bash_history)109.666 633.6 Q F0(The def)144 645.6 Q(ault v)-.1 E +(alue of)-.25 E F1(HISTFILE)2.5 E F0 2.5(,t)C +(he \214le in which bash sa)-2.5 E -.15(ve)-.2 G 2.5(st).15 G +(he command history)-2.5 E F5(~/.inputr)109.666 657.6 Q(c)-.37 E F0 +(Indi)144 669.6 Q(vidual)-.25 E F5 -.37(re)2.5 G(adline).37 E F0 +(initialization \214le)2.5 E F4 -.548(AU)72 686.4 S(THORS).548 E F0 +(Brian F)108 698.4 Q(ox, Free Softw)-.15 E(are F)-.1 E(oundation)-.15 E +(bfox@gnu.or)108 710.4 Q(g)-.18 E(Chet Rame)108 727.2 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 609.6 Q(y@case.edu)-.15 E F3 -.11(BU)72 -626.4 S 2.738(GR).11 G(EPOR)-2.738 E(TS)-.438 E F0 .568 -(If you \214nd a b)108 638.4 R .568(ug in)-.2 F F2(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 650.4 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 F4(ftp://ftp.gnu.or)108 662.4 Q(g/pub/gnu/bash/)-.37 -E F0(and)2.5 E F4(http://git.savannah.gnu.or)2.5 E -(g/cgit/bash.git/snapshot/bash-master)-.37 E(.tar)-1.11 E(.gz)-1.11 E F0 -(.)A .411(Once you ha)108 679.2 R .711 -.15(ve d)-.2 H .411 -(etermined that a b).15 F .411(ug actually e)-.2 F .411(xists, use the) --.15 F F4(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 691.2 R .894 -.15(ve a \214) --.2 H .595(x, you are encouraged to mail that as well!).15 F .595 -(Suggestions and `philosophical' b)5.595 F .595(ug reports may)-.2 F -(be mailed to)108 703.2 Q F4 -.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 720 Q(ug reports should include:)-.2 E -(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15(ve)-.15 G(mber 22).15 E -(85)185.545 E 0 Cg EP +-.25 G(rsity).15 E(GNU Bash 5.2)72 768 Q(2021 December 26)136.795 E(85) +185.955 E 0 Cg EP %%Page: 86 86 %%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 v)108 84 Q -(ersion number of)-.15 E/F1 10/Times-Bold@0 SF(bash)2.5 E F0(The hardw) -108 96 Q(are and operating system)-.1 E(The compiler used to compile)108 -108 Q 2.5(Ad)108 120 S(escription of the b)-2.5 E(ug beha)-.2 E(viour) --.2 E 2.5(As)108 132 S(hort script or `recipe' which e)-2.5 E -.15(xe) --.15 G(rcises the b).15 E(ug)-.2 E/F2 10/Times-Italic@0 SF(bashb)108.27 -148.8 Q(ug)-.2 E F0 +(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(and)2.5 E F3(http://git.savannah.gnu.or)2.5 E +(g/cgit/bash.git/snapshot/bash-master)-.37 E(.tar)-1.11 E(.gz)-1.11 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 -165.6 Q(ug reports concerning this manual page should be directed to)-.2 -E F2 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F0(.) -.25 E/F3 10.95/Times-Bold@0 SF -.11(BU)72 182.4 S(GS).11 E F0(It')108 -194.4 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 211.2 R 1.869(ferences between)-.25 F F1 +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 -F1(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 223.2 Q F0(speci\214cation.)2.25 E -(Aliases are confusing in some uses.)108 240 Q(Shell b)108 256.8 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 273.6 R .39 -(process suspension is attempted.)108 285.6 R .389 +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 297.6 R .192(It suf)5.192 F .192(\214ces to \ +(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 309.6 Q(Array v)108 -326.4 Q(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E -(There may be only one acti)108 343.2 Q .3 -.15(ve c)-.25 H -(oprocess at a time.).15 E(GNU Bash 5.2)72 768 Q(2021 No)136.385 E -.15 -(ve)-.15 G(mber 22).15 E(86)185.545 E 0 Cg EP +-.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.2)72 768 Q(2021 December 26) +136.795 E(86)185.955 E 0 Cg EP %%Trailer end %%EOF diff --git a/doc/bashref.aux b/doc/bashref.aux index e562eeb4..73d908f6 100644 --- a/doc/bashref.aux +++ b/doc/bashref.aux @@ -363,28 +363,28 @@ @xrdef{Optional Features-pg}{160} @xrdef{Reporting Bugs-title}{Reporting Bugs} @xrdef{Reporting Bugs-snt}{Appendix@tie @char65{}} -@xrdef{Reporting Bugs-pg}{165} +@xrdef{Reporting Bugs-pg}{166} @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}{166} +@xrdef{Major Differences From The Bourne Shell-pg}{167} @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}{172} +@xrdef{GNU Free Documentation License-pg}{173} @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}{180} -@xrdef{Builtin Index-pg}{180} +@xrdef{Indexes-pg}{181} +@xrdef{Builtin Index-pg}{181} @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}{181} -@xrdef{Variable Index-pg}{182} +@xrdef{Reserved Word Index-pg}{182} +@xrdef{Variable Index-pg}{183} @xrdef{Function Index-title}{Function Index} @xrdef{Function Index-snt}{Section@tie @char68.4} -@xrdef{Function Index-pg}{184} +@xrdef{Function Index-pg}{185} @xrdef{Concept Index-title}{Concept Index} @xrdef{Concept Index-snt}{Section@tie @char68.5} -@xrdef{Concept Index-pg}{186} +@xrdef{Concept Index-pg}{187} diff --git a/doc/bashref.dvi b/doc/bashref.dvi index 90deb6b8d6f68a2317914eceb7b19c71f57ea5aa..94e70660e5402c75eccc4e83d1a8b0ce4e066c2b 100644 GIT binary patch delta 7326 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 diff --git a/doc/bashref.html b/doc/bashref.html index 251eddac..8fd873fa 100644 --- a/doc/bashref.html +++ b/doc/bashref.html @@ -4,9 +4,9 @@