From 79eedac429c5112ae65a430674de5e4be1cd5444 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 29 Aug 2016 10:44:57 -0400 Subject: [PATCH] commit bash-20160826 snapshot --- CHANGES | 91 +- CHANGES-4.4 | 92 +- CWRU/CWRU.chlog | 48 + NEWS | 19 +- NEWS-4.4 | 42 +- braces.c | 51 +- builtins/declare.def | 2 +- configure | 27 +- configure.ac | 9 +- doc/bash.0 | 3109 ++++++++++++++++++++-------------------- doc/bash.1 | 8 +- doc/bash.html | 11 +- doc/bash.info | 279 ++-- doc/bash.pdf | Bin 362250 -> 362697 bytes doc/bash.ps | 1366 +++++++++--------- doc/bashref.aux | 2 +- doc/bashref.cp | 2 +- doc/bashref.cps | 2 +- doc/bashref.dvi | Bin 743852 -> 744160 bytes doc/bashref.html | 13 +- doc/bashref.info | 279 ++-- doc/bashref.log | 6 +- doc/bashref.pdf | Bin 733442 -> 733716 bytes doc/bashref.ps | 1227 ++++++++-------- doc/bashref.texi | 4 + doc/bashref.toc | 2 +- doc/builtins.ps | 2 +- doc/rbash.ps | 2 +- doc/version.texi | 4 +- execute_cmd.c | 6 +- jobs.c | 9 + lib/readline/input.c | 8 + lib/readline/signals.c | 8 + lib/sh/mktime.c | 21 +- subst.c | 47 +- tests/RUN-ONE-TEST | 2 +- tests/getopts5.sub | 1 - xmalloc.c | 6 +- 38 files changed, 3528 insertions(+), 3279 deletions(-) diff --git a/CHANGES b/CHANGES index 0a565b45..9cb92613 100644 --- a/CHANGES +++ b/CHANGES @@ -11,26 +11,26 @@ b. Fixed execution context so `until continue' doesn't disable execution for c. Fixed trap handling code so traps don't inherit a command's temporary environment. -d. Fixed a bug that resulted in incorrect line numbers when a function is defined - as part of another function's execution. +d. Fixed a bug that resulted in incorrect line numbers when a function is + defined as part of another function's execution. -e. Fixed a bug in the expansion of ${a[@]} in contexts where word splitting is not - performed and $IFS is not the default. +e. Fixed a bug in the expansion of ${a[@]} in contexts where word splitting + is not performed and $IFS is not the default. -f. Fixed a bug that caused ''"$@" to not expand to an empty argument when there are - no positional parameters. +f. Fixed a bug that caused ''"$@" to not expand to an empty argument when + there are no positional parameters. -g. Fixed a bug that caused a shell compiled without job control to use the incorrect - exit status for builtin commands preceded by a command executed from the file - system that causes the shell to call waitpid(). +g. Fixed a bug that caused a shell compiled without job control to use the + incorrect exit status for builtin commands preceded by a command executed + from the file system that causes the shell to call waitpid(). h. Improved word completion for quoted strings containing unterminated command substitutions with embedded double quotes. 2. Changes to Readline -a. Fixed a bug that caused mode strings to be displayed incorrectly if the prompt was - shorter than the mode string. +a. Fixed a bug that caused mode strings to be displayed incorrectly if the + prompt was shorter than the mode string. 3. New Features in Bash @@ -42,10 +42,11 @@ a. Using ${a[@]} or ${a[*]} with an array without any assigned elements when a. New application-callable function: rl_pending_signal(): returns the signal number of any signal readline has caught but not yet handled. -b. New application-settable variable: rl_persistent_signal_handlers: if set to a - non-zero value, readline will enable the readline-6.2 signal handler behavior - in callback mode: handlers are installed when rl_callback_handler_install is - called and removed removed when a complete line has been read. +b. New application-settable variable: rl_persistent_signal_handlers: if set + to a non-zero value, readline will enable the readline-6.2 signal handler + behavior in callback mode: handlers are installed when + rl_callback_handler_install is called and removed removed when a complete + line has been read. ------------------------------------------------------------------------------ This document details the changes between this version, bash-4.4-beta2, and @@ -188,8 +189,8 @@ b. Fixed a bug that caused the mapfile builtin to not create array variables c. Fixed a bug that caused prompt expansion to loop when PS1 contained a syntax error. -d. Fixed a bug that caused the ${array[@]@A} expansion to split the results even - when double-quoted. +d. Fixed a bug that caused the ${array[@]@A} expansion to split the results + even when double-quoted. e. There is a new implementation of the code that saves the last CHILD_MAX exited background pids so their status can be queried later. @@ -198,8 +199,8 @@ f. Bash-4.4 can now be configured and built on very old versions of Solaris 2. g. Fixed problems with --help support for several builtins. -h. Fixed values added to BASH_SOURCE and BASH_LINENO for functions inherited from - the environment. +h. Fixed values added to BASH_SOURCE and BASH_LINENO for functions inherited + from the environment. i. Fixed a bug that caused background processes run from non-interactive shells with job control enabled to place the terminal in the wrong process group @@ -208,8 +209,8 @@ i. Fixed a bug that caused background processes run from non-interactive shells j. Fixed a bug that caused `fc' to return an incorrect exit status when executing commands from the history list. -k. Fixed a bug that caused the shell to exit when a process substitution received - a SIGINT when run in certain terminal emulators. +k. Fixed a bug that caused the shell to exit when a process substitution + received a SIGINT when run in certain terminal emulators. l. EXECIGNORE now honors the setting of `extglob' when attempting to match executable names. @@ -226,11 +227,11 @@ o. Fixed a bug that caused set -e to be honored in cases of builtins invoking p. Fixed a bug that caused `readonly' and `export' to create local array variables when used within shell functions. -q. Fixed a bug that allowed subshells begun to execute process substitutions to - have access to the command's temporary environment. +q. Fixed a bug that allowed subshells begun to execute process substitutions + to have access to the command's temporary environment. -r. Fixed a bug that could cause the shell to dump core when receiving a SIGCHLD - for which a trap has been set while running in posix mode. +r. Fixed a bug that could cause the shell to dump core when receiving a + SIGCHLD for which a trap has been set while running in posix mode. s. Fixed a bug that caused bash to not restore BASH_ARGC, BASH_ARGV, BASH_SOURCE, BASH_LINENO, and FUNCNAME if the shell received a SIGINT while reading @@ -255,11 +256,12 @@ x. Fixed a bug that caused process and command substitution to inherit output y. Fixed a bug that caused a terminating signal received during `echo' to run an exit trap in a signal handler context. -z. Fixed a bug that caused a builtin command containing a process substitution to - return the wrong exit status. +z. Fixed a bug that caused a builtin command containing a process substitution + to return the wrong exit status. -aa. Fixed a bug that caused `()' subshells with piped input to incorrectly redirect - the standard input of some of the commands in the subshell from /dev/null. +aa. Fixed a bug that caused `()' subshells with piped input to incorrectly + redirect the standard input of some of the commands in the subshell from + /dev/null. bb. The history builtin now uses more descriptive error messages for missing or invalid timestamps. @@ -269,7 +271,8 @@ bb. The history builtin now uses more descriptive error messages for missing or a. The history file writing functions only attempt to create and use a backup history file if the history file exists and is a regular file. -b. Fixed an out-of-bounds read in readline's internal tilde expansion interface. +b. Fixed an out-of-bounds read in readline's internal tilde expansion + interface. c. Fixed several redisplay bugs with prompt strings containing multibyte and non-visible characters whose physical length is longer than the screen @@ -297,32 +300,34 @@ b. inherit_errexit: a new `shopt' option that, when set, causes command c. New prompt string: PS0. Expanded and displayed by interactive shells after reading a complete command but before executing it. -d. Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to SIG_DFL - when the shell is started, so they are set to SIG_DFL in child processes. +d. Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to + SIG_DFL when the shell is started, so they are set to SIG_DFL in child + processes. e. Posix-mode shells now allow double quotes to quote the history expansion character. f. OLDPWD can be inherited from the environment if it names a directory. -g. Shells running as root no longer inherit PS4 from the environment, closing a - security hole involving PS4 expansion performing command substitution. +g. Shells running as root no longer inherit PS4 from the environment, closing + a security hole involving PS4 expansion performing command substitution. -h. If executing an implicit `cd' when the `autocd' option is set, bash will now - invoke a function named `cd' if one exists before executing the `cd' builtin. +h. If executing an implicit `cd' when the `autocd' option is set, bash will + now invoke a function named `cd' if one exists before executing the `cd' + builtin. 4. New Features in Readline -a. If an incremental search string has its last character removed with DEL, the - resulting empty search string no longer matches the previous line. +a. If an incremental search string has its last character removed with DEL, + the resulting empty search string no longer matches the previous line. b. If readline reads a history file that begins with `#' (or the value of - the history comment character) and has enabled history timestamps, the history - entries are assumed to be delimited by timestamps. This allows multi-line - history entries. + the history comment character) and has enabled history timestamps, the + history entries are assumed to be delimited by timestamps. This allows + multi-line history entries. -c. Readline now throws an error if it parses a key binding without a terminating - `:' or whitespace. +c. Readline now throws an error if it parses a key binding without a + terminating `:' or whitespace. ------------------------------------------------------------------------------ This document details the changes between this version, bash-4.4-beta, and diff --git a/CHANGES-4.4 b/CHANGES-4.4 index 2349a429..488824fa 100644 --- a/CHANGES-4.4 +++ b/CHANGES-4.4 @@ -11,26 +11,26 @@ b. Fixed execution context so `until continue' doesn't disable execution for c. Fixed trap handling code so traps don't inherit a command's temporary environment. -d. Fixed a bug that resulted in incorrect line numbers when a function is defined - as part of another function's execution. +d. Fixed a bug that resulted in incorrect line numbers when a function is + defined as part of another function's execution. -e. Fixed a bug in the expansion of ${a[@]} in contexts where word splitting is not - performed and $IFS is not the default. +e. Fixed a bug in the expansion of ${a[@]} in contexts where word splitting + is not performed and $IFS is not the default. -f. Fixed a bug that caused ''"$@" to not expand to an empty argument when there are - no positional parameters. +f. Fixed a bug that caused ''"$@" to not expand to an empty argument when + there are no positional parameters. -g. Fixed a bug that caused a shell compiled without job control to use the incorrect - exit status for builtin commands preceded by a command executed from the file - system that causes the shell to call waitpid(). +g. Fixed a bug that caused a shell compiled without job control to use the + incorrect exit status for builtin commands preceded by a command executed + from the file system that causes the shell to call waitpid(). h. Improved word completion for quoted strings containing unterminated command substitutions with embedded double quotes. 2. Changes to Readline -a. Fixed a bug that caused mode strings to be displayed incorrectly if the prompt was - shorter than the mode string. +a. Fixed a bug that caused mode strings to be displayed incorrectly if the + prompt was shorter than the mode string. 3. New Features in Bash @@ -42,10 +42,11 @@ a. Using ${a[@]} or ${a[*]} with an array without any assigned elements when a. New application-callable function: rl_pending_signal(): returns the signal number of any signal readline has caught but not yet handled. -b. New application-settable variable: rl_persistent_signal_handlers: if set to a - non-zero value, readline will enable the readline-6.2 signal handler behavior - in callback mode: handlers are installed when rl_callback_handler_install is - called and removed removed when a complete line has been read. +b. New application-settable variable: rl_persistent_signal_handlers: if set + to a non-zero value, readline will enable the readline-6.2 signal handler + behavior in callback mode: handlers are installed when + rl_callback_handler_install is called and removed removed when a complete + line has been read. ------------------------------------------------------------------------------ This document details the changes between this version, bash-4.4-beta2, and @@ -188,8 +189,8 @@ b. Fixed a bug that caused the mapfile builtin to not create array variables c. Fixed a bug that caused prompt expansion to loop when PS1 contained a syntax error. -d. Fixed a bug that caused the ${array[@]@A} expansion to split the results even - when double-quoted. +d. Fixed a bug that caused the ${array[@]@A} expansion to split the results + even when double-quoted. e. There is a new implementation of the code that saves the last CHILD_MAX exited background pids so their status can be queried later. @@ -198,8 +199,8 @@ f. Bash-4.4 can now be configured and built on very old versions of Solaris 2. g. Fixed problems with --help support for several builtins. -h. Fixed values added to BASH_SOURCE and BASH_LINENO for functions inherited from - the environment. +h. Fixed values added to BASH_SOURCE and BASH_LINENO for functions inherited + from the environment. i. Fixed a bug that caused background processes run from non-interactive shells with job control enabled to place the terminal in the wrong process group @@ -208,8 +209,8 @@ i. Fixed a bug that caused background processes run from non-interactive shells j. Fixed a bug that caused `fc' to return an incorrect exit status when executing commands from the history list. -k. Fixed a bug that caused the shell to exit when a process substitution received - a SIGINT when run in certain terminal emulators. +k. Fixed a bug that caused the shell to exit when a process substitution + received a SIGINT when run in certain terminal emulators. l. EXECIGNORE now honors the setting of `extglob' when attempting to match executable names. @@ -226,11 +227,11 @@ o. Fixed a bug that caused set -e to be honored in cases of builtins invoking p. Fixed a bug that caused `readonly' and `export' to create local array variables when used within shell functions. -q. Fixed a bug that allowed subshells begun to execute process substitutions to - have access to the command's temporary environment. +q. Fixed a bug that allowed subshells begun to execute process substitutions + to have access to the command's temporary environment. -r. Fixed a bug that could cause the shell to dump core when receiving a SIGCHLD - for which a trap has been set while running in posix mode. +r. Fixed a bug that could cause the shell to dump core when receiving a + SIGCHLD for which a trap has been set while running in posix mode. s. Fixed a bug that caused bash to not restore BASH_ARGC, BASH_ARGV, BASH_SOURCE, BASH_LINENO, and FUNCNAME if the shell received a SIGINT while reading @@ -255,11 +256,12 @@ x. Fixed a bug that caused process and command substitution to inherit output y. Fixed a bug that caused a terminating signal received during `echo' to run an exit trap in a signal handler context. -z. Fixed a bug that caused a builtin command containing a process substitution to - return the wrong exit status. +z. Fixed a bug that caused a builtin command containing a process substitution + to return the wrong exit status. -aa. Fixed a bug that caused `()' subshells with piped input to incorrectly redirect - the standard input of some of the commands in the subshell from /dev/null. +aa. Fixed a bug that caused `()' subshells with piped input to incorrectly + redirect the standard input of some of the commands in the subshell from + /dev/null. bb. The history builtin now uses more descriptive error messages for missing or invalid timestamps. @@ -269,7 +271,8 @@ bb. The history builtin now uses more descriptive error messages for missing or a. The history file writing functions only attempt to create and use a backup history file if the history file exists and is a regular file. -b. Fixed an out-of-bounds read in readline's internal tilde expansion interface. +b. Fixed an out-of-bounds read in readline's internal tilde expansion + interface. c. Fixed several redisplay bugs with prompt strings containing multibyte and non-visible characters whose physical length is longer than the screen @@ -297,32 +300,34 @@ b. inherit_errexit: a new `shopt' option that, when set, causes command c. New prompt string: PS0. Expanded and displayed by interactive shells after reading a complete command but before executing it. -d. Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to SIG_DFL - when the shell is started, so they are set to SIG_DFL in child processes. +d. Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to + SIG_DFL when the shell is started, so they are set to SIG_DFL in child + processes. e. Posix-mode shells now allow double quotes to quote the history expansion character. f. OLDPWD can be inherited from the environment if it names a directory. -g. Shells running as root no longer inherit PS4 from the environment, closing a - security hole involving PS4 expansion performing command substitution. +g. Shells running as root no longer inherit PS4 from the environment, closing + a security hole involving PS4 expansion performing command substitution. -h. If executing an implicit `cd' when the `autocd' option is set, bash will now - invoke a function named `cd' if one exists before executing the `cd' builtin. +h. If executing an implicit `cd' when the `autocd' option is set, bash will + now invoke a function named `cd' if one exists before executing the `cd' + builtin. 4. New Features in Readline -a. If an incremental search string has its last character removed with DEL, the - resulting empty search string no longer matches the previous line. +a. If an incremental search string has its last character removed with DEL, + the resulting empty search string no longer matches the previous line. b. If readline reads a history file that begins with `#' (or the value of - the history comment character) and has enabled history timestamps, the history - entries are assumed to be delimited by timestamps. This allows multi-line - history entries. + the history comment character) and has enabled history timestamps, the + history entries are assumed to be delimited by timestamps. This allows + multi-line history entries. -c. Readline now throws an error if it parses a key binding without a terminating - `:' or whitespace. +c. Readline now throws an error if it parses a key binding without a + terminating `:' or whitespace. ------------------------------------------------------------------------------ This document details the changes between this version, bash-4.4-beta, and @@ -999,3 +1004,4 @@ h. The insert-char function attempts to batch-insert all pending typeahead i. rl_callback_sigcleanup: a new application function that can clean up and unset any state set by readline's callback mode. Intended to be used after a signal. + diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index 6cd92744..08c577ff 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -11601,3 +11601,51 @@ lib/sh/netopen.c doc/{bash.1,bashref.texi} - change conditional commands description to make it clearer that bash doesn't emulate /dev/fd if the OS provides it + + 8/22 + ---- +braces.c + - expand_amble: free partial and tem on failure to allocate memory + for merged partial+result strvec. Fix from Dmitry Goncharov + + + 8/23 + ---- +jobs.c + - wait_for: don't call get_tty_state when a job finishes if we're + running it as part of programmable completion. We test + rl_readline_state. Fixes bug reported by Jaro Punta + + + 8/24 + ---- +subst.c + - pat_subst: fix memory leak (mstr). Fix from Dmitry Goncharov + + - split_at_delims: fix memory leak (d2). Fix from Dmitry Goncharov + + + 8/26 + ---- +subst.c + - match_upattern,match_wpattern: make sure that a trailing `*' is + not escaped (preceded by an odd number of backslashes) before we + append a `*' when checking whether a pattern matches anywhere in + the string + +lib/readline/{input,signals}.c + - protect instances of SIGQUIT with #ifdef SIGQUIT; apparently + MinGW doesn't define it + - protect instances of SIGHUP with #ifdef SIGHUP; apparently + MinGW doesn't define it. From a report from Simon Sobisch + + +xmalloc.o + - allocerr: only try to find the break and report it if we're using + the bash malloc; there's no guarantee that any other malloc is + using sbrk() + +doc/{bash.1,bashref.texi} + - quote removal: add paragraph mentioning quote removal to beginning + of expansions section, referencing later paragraph. Report from + Michel Lanne diff --git a/NEWS b/NEWS index 138f1d7c..931dc846 100644 --- a/NEWS +++ b/NEWS @@ -186,12 +186,12 @@ j. If an incremental search string has its last character removed with DEL, the resulting empty search string no longer matches the previous line. k. If readline reads a history file that begins with `#' (or the value of - the history comment character) and has enabled history timestamps, the history - entries are assumed to be delimited by timestamps. This allows multi-line - history entries. + the history comment character) and has enabled history timestamps, the + history entries are assumed to be delimited by timestamps. This allows + multi-line history entries. -l. Readline now throws an error if it parses a key binding without a terminating - `:' or whitespace. +l. Readline now throws an error if it parses a key binding without a + terminating `:' or whitespace. m. The default binding for ^W in vi mode now uses word boundaries specified by Posix (vi-unix-word-rubout is bindable command name). @@ -212,6 +212,15 @@ q. Fixed a bug with displaying completions when the prefix display length r. The :p history modifier now applies to the entire line, so any expansion specifying :p causes the line to be printed instead of expanded. +s. New application-callable function: rl_pending_signal(): returns the signal + number of any signal readline has caught but not yet handled. + +t. New application-settable variable: rl_persistent_signal_handlers: if set + to a non-zero value, readline will enable the readline-6.2 signal handler + behavior in callback mode: handlers are installed when + rl_callback_handler_install is called and removed removed when a complete + line has been read. + ------------------------------------------------------------------------------- This is a terse description of the new features added to bash-4.3 since the release of bash-4.2. As always, the manual page (doc/bash.1) is diff --git a/NEWS-4.4 b/NEWS-4.4 index f0f95900..65ce53b8 100644 --- a/NEWS-4.4 +++ b/NEWS-4.4 @@ -178,17 +178,37 @@ j. If an incremental search string has its last character removed with DEL, the resulting empty search string no longer matches the previous line. k. If readline reads a history file that begins with `#' (or the value of - the history comment character) and has enabled history timestamps, the history - entries are assumed to be delimited by timestamps. This allows multi-line - history entries. + the history comment character) and has enabled history timestamps, the + history entries are assumed to be delimited by timestamps. This allows + multi-line history entries. -l. Readline now throws an error if it parses a key binding without a terminating - `:' or whitespace. +l. Readline now throws an error if it parses a key binding without a + terminating `:' or whitespace. -m. New application-callable function: rl_pending_signal(): returns the signal +m. The default binding for ^W in vi mode now uses word boundaries specified + by Posix (vi-unix-word-rubout is bindable command name). + +n. rl_clear_visible_line: new application-callable function; clears all + screen lines occupied by the current visible readline line. + +o. rl_tty_set_echoing: application-callable function that controls whether + or not readline thinks it is echoing terminal output. + +p. Handle >| and strings of digits preceding and following redirection + specifications as single tokens when tokenizing the line for history + expansion. + +q. Fixed a bug with displaying completions when the prefix display length + is greater than the length of the completions to be displayed. + +r. The :p history modifier now applies to the entire line, so any expansion + specifying :p causes the line to be printed instead of expanded. + +s. New application-callable function: rl_pending_signal(): returns the signal number of any signal readline has caught but not yet handled. - -n. New application-settable variable: rl_persistent_signal_handlers: if set to a - non-zero value, readline will enable the readline-6.2 signal handler behavior - in callback mode: handlers are installed when rl_callback_handler_install is - called and removed removed when a complete line has been read. + +t. New application-settable variable: rl_persistent_signal_handlers: if set + to a non-zero value, readline will enable the readline-6.2 signal handler + behavior in callback mode: handlers are installed when + rl_callback_handler_install is called and removed removed when a complete + line has been read. diff --git a/braces.c b/braces.c index 90773c87..7f31dd5e 100644 --- a/braces.c +++ b/braces.c @@ -38,6 +38,12 @@ #if defined (SHELL) # include "shell.h" +#else +# if defined (TEST) +typedef char *WORD_DESC; +typedef char **WORD_LIST; +#define _(X) X +# endif /* TEST */ #endif /* SHELL */ #include "typemax.h" /* INTMAX_MIN, INTMAX_MAX */ @@ -287,7 +293,9 @@ expand_amble (text, tlen, flags) char *tem; int start, i, c; +#if defined (SHELL) DECLARE_MBSTATE; +#endif result = (char **)NULL; @@ -301,7 +309,7 @@ expand_amble (text, tlen, flags) #else tem = (char *)xmalloc (1 + (i - start)); strncpy (tem, &text[start], (i - start)); - tem[i- start] = '\0'; + tem[i - start] = '\0'; #endif partial = brace_expand (tem); @@ -319,6 +327,8 @@ expand_amble (text, tlen, flags) if (tresult == 0) { internal_error (_("brace expansion: cannot allocate memory for %s"), tem); + free (tem); + strvec_dispose (partial); strvec_dispose (result); result = (char **)NULL; return result; @@ -333,7 +343,11 @@ expand_amble (text, tlen, flags) free (partial); } free (tem); +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif start = i; } return (result); @@ -623,7 +637,11 @@ brace_gobbler (text, tlen, indx, satisfy) if (pass_next) { pass_next = 0; +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif continue; } @@ -657,7 +675,11 @@ brace_gobbler (text, tlen, indx, satisfy) if (quoted == '"' && c == '$' && text[i+1] == '(') /*)*/ goto comsub; #endif +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif continue; } @@ -710,7 +732,11 @@ comsub: commas++; #endif +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif } *indx = i; @@ -789,20 +815,29 @@ array_concat (arr1, arr2) #if defined (TEST) #include -fatal_error (format, arg1, arg2) - char *format, *arg1, *arg2; +void * +xmalloc(n) + size_t n; { - report_error (format, arg1, arg2); - exit (1); + return (malloc (n)); } -report_error (format, arg1, arg2) +void * +xrealloc(p, n) + void *p; + size_t n; +{ + return (realloc (p, n)); +} + +int +internal_error (format, arg1, arg2) char *format, *arg1, *arg2; { fprintf (stderr, format, arg1, arg2); fprintf (stderr, "\n"); } - + main () { char example[256]; @@ -826,7 +861,7 @@ main () for (i = 0; result[i]; i++) printf ("%s\n", result[i]); - free_array (result); + strvec_dispose (result); } } diff --git a/builtins/declare.def b/builtins/declare.def index 5f92f9f5..f4819b42 100644 --- a/builtins/declare.def +++ b/builtins/declare.def @@ -357,8 +357,8 @@ declare_internal (list, local_var) #endif } -#if defined (ARRAY_VARS) restart_new_var_name: +#if defined (ARRAY_VARS) var_exists = array_exists = creating_array = 0; compound_array_assign = simple_array_assign = 0; array_subscript_assignment = 0; diff --git a/configure b/configure index 1a8ac3d9..dec48fc6 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac for Bash 4.4, version 4.080. +# From configure.ac for Bash 4.4, version 4.081. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for bash 4.4-rc2. +# Generated by GNU Autoconf 2.69 for bash 4.4-releng. # # Report bugs to . # @@ -581,8 +581,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bash' PACKAGE_TARNAME='bash' -PACKAGE_VERSION='4.4-rc2' -PACKAGE_STRING='bash 4.4-rc2' +PACKAGE_VERSION='4.4-releng' +PACKAGE_STRING='bash 4.4-releng' PACKAGE_BUGREPORT='bug-bash@gnu.org' PACKAGE_URL='' @@ -1393,7 +1393,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 4.4-rc2 to adapt to many kinds of systems. +\`configure' configures bash 4.4-releng to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1458,7 +1458,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bash 4.4-rc2:";; + short | recursive ) echo "Configuration of bash 4.4-releng:";; esac cat <<\_ACEOF @@ -1651,7 +1651,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bash configure 4.4-rc2 +bash configure 4.4-releng generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2360,7 +2360,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 4.4-rc2, which was +It was created by bash $as_me 4.4-releng, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2754,10 +2754,10 @@ ac_config_headers="$ac_config_headers config.h" BASHVERS=4.4 -RELSTATUS=rc2 +RELSTATUS=releng case "$RELSTATUS" in -alp*|bet*|dev*|rc*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; +alp*|bet*|dev*|rc*|releng*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; *) DEBUG= MALLOC_DEBUG= ;; esac @@ -4916,7 +4916,8 @@ CFLAGS=${CFLAGS-"$AUTO_CFLAGS"} # LDFLAGS=${LDFLAGS="$AUTO_LDFLAGS"} # XXX # turn off paren warnings in gcc -if test "$GCC" = yes && test -n "$DEBUG"; then +if test "$GCC" = yes # && test -n "$DEBUG" +then CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" fi @@ -16704,7 +16705,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 4.4-rc2, which was +This file was extended by bash $as_me 4.4-releng, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16770,7 +16771,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -bash config.status 4.4-rc2 +bash config.status 4.4-releng configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 83c7fcad..dd7bd52a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 4.4, version 4.080])dnl +AC_REVISION([for Bash 4.4, version 4.081])dnl define(bashvers, 4.4) -define(relstatus, rc2) +define(relstatus, releng) AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org]) @@ -42,7 +42,7 @@ RELSTATUS=relstatus dnl defaults for debug settings case "$RELSTATUS" in -alp*|bet*|dev*|rc*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; +alp*|bet*|dev*|rc*|releng*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; *) DEBUG= MALLOC_DEBUG= ;; esac @@ -462,7 +462,8 @@ CFLAGS=${CFLAGS-"$AUTO_CFLAGS"} # LDFLAGS=${LDFLAGS="$AUTO_LDFLAGS"} # XXX # turn off paren warnings in gcc -if test "$GCC" = yes && test -n "$DEBUG"; then +if test "$GCC" = yes # && test -n "$DEBUG" +then CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" fi diff --git a/doc/bash.0 b/doc/bash.0 index 38b70e44..94e766b4 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -2362,17 +2362,20 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS Conditional expressions are used by the [[[[ compound command and the tteesstt and [[ builtin commands to test file attributes and perform string and arithmetic comparisons. Expressions are formed from the following - unary or binary primaries. If any _f_i_l_e argument to one of the pri- - maries is of the form _/_d_e_v_/_f_d_/_n, then file descriptor _n is checked. If - the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, - _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, 1, or 2, respectively, - is checked. + unary or binary primaries. BBaasshh handles several filenames specially + when they are used in expressions. If the operating system on which + bbaasshh is running provides these special files, bash will use them; oth- + erwise it will emulate them internally with this behavior: If any _f_i_l_e + argument to one of the primaries is of the form _/_d_e_v_/_f_d_/_n, then file + descriptor _n is checked. If the _f_i_l_e argument to one of the primaries + is one of _/_d_e_v_/_s_t_d_i_n, _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, + 1, or 2, respectively, is checked. Unless otherwise specified, primaries that operate on files follow sym- bolic links and operate on the target of the link, rather than the link itself. - When used with [[[[, the << and >> operators sort lexicographically using + When used with [[[[, the << and >> operators sort lexicographically using the current locale. The tteesstt command sorts using ASCII ordering. --aa _f_i_l_e @@ -2411,30 +2414,30 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS --LL _f_i_l_e True if _f_i_l_e exists and is a symbolic link. --NN _f_i_l_e - True if _f_i_l_e exists and has been modified since it was last + True if _f_i_l_e exists and has been modified since it was last read. --OO _f_i_l_e True if _f_i_l_e exists and is owned by the effective user id. --SS _f_i_l_e True if _f_i_l_e exists and is a socket. _f_i_l_e_1 --eeff _f_i_l_e_2 - True if _f_i_l_e_1 and _f_i_l_e_2 refer to the same device and inode num- + True if _f_i_l_e_1 and _f_i_l_e_2 refer to the same device and inode num- bers. _f_i_l_e_1 -nntt _f_i_l_e_2 - True if _f_i_l_e_1 is newer (according to modification date) than + True if _f_i_l_e_1 is newer (according to modification date) than _f_i_l_e_2, or if _f_i_l_e_1 exists and _f_i_l_e_2 does not. _f_i_l_e_1 -oott _f_i_l_e_2 - True if _f_i_l_e_1 is older than _f_i_l_e_2, or if _f_i_l_e_2 exists and _f_i_l_e_1 + True if _f_i_l_e_1 is older than _f_i_l_e_2, or if _f_i_l_e_2 exists and _f_i_l_e_1 does not. --oo _o_p_t_n_a_m_e - True if the shell option _o_p_t_n_a_m_e is enabled. See the list of - options under the description of the --oo option to the sseett + True if the shell option _o_p_t_n_a_m_e is enabled. See the list of + options under the description of the --oo option to the sseett builtin below. --vv _v_a_r_n_a_m_e - True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a + True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a value). --RR _v_a_r_n_a_m_e - True if the shell variable _v_a_r_n_a_m_e is set and is a name refer- + True if the shell variable _v_a_r_n_a_m_e is set and is a name refer- ence. --zz _s_t_r_i_n_g True if the length of _s_t_r_i_n_g is zero. @@ -2444,8 +2447,8 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS _s_t_r_i_n_g_1 ==== _s_t_r_i_n_g_2 _s_t_r_i_n_g_1 == _s_t_r_i_n_g_2 - True if the strings are equal. == should be used with the tteesstt - command for POSIX conformance. When used with the [[[[ command, + True if the strings are equal. == should be used with the tteesstt + command for POSIX conformance. When used with the [[[[ command, this performs pattern matching as described above (CCoommppoouunndd CCoomm-- mmaannddss). @@ -2459,106 +2462,106 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS True if _s_t_r_i_n_g_1 sorts after _s_t_r_i_n_g_2 lexicographically. _a_r_g_1 OOPP _a_r_g_2 - OOPP is one of --eeqq, --nnee, --lltt, --llee, --ggtt, or --ggee. These arithmetic - binary operators return true if _a_r_g_1 is equal to, not equal to, - less than, less than or equal to, greater than, or greater than - or equal to _a_r_g_2, respectively. _A_r_g_1 and _a_r_g_2 may be positive + OOPP is one of --eeqq, --nnee, --lltt, --llee, --ggtt, or --ggee. These arithmetic + binary operators return true if _a_r_g_1 is equal to, not equal to, + less than, less than or equal to, greater than, or greater than + or equal to _a_r_g_2, respectively. _A_r_g_1 and _a_r_g_2 may be positive or negative integers. SSIIMMPPLLEE CCOOMMMMAANNDD EEXXPPAANNSSIIOONN - When a simple command is executed, the shell performs the following + When a simple command is executed, the shell performs the following expansions, assignments, and redirections, from left to right. - 1. The words that the parser has marked as variable assignments - (those preceding the command name) and redirections are saved + 1. The words that the parser has marked as variable assignments + (those preceding the command name) and redirections are saved for later processing. - 2. The words that are not variable assignments or redirections are - expanded. If any words remain after expansion, the first word - is taken to be the name of the command and the remaining words + 2. The words that are not variable assignments or redirections are + expanded. If any words remain after expansion, the first word + is taken to be the name of the command and the remaining words are the arguments. 3. Redirections are performed as described above under RREEDDIIRREECCTTIIOONN. 4. The text after the == in each variable assignment undergoes tilde expansion, parameter expansion, command substitution, arithmetic - expansion, and quote removal before being assigned to the vari- + expansion, and quote removal before being assigned to the vari- able. If no command name results, the variable assignments affect the current - shell environment. Otherwise, the variables are added to the environ- - ment of the executed command and do not affect the current shell envi- - ronment. If any of the assignments attempts to assign a value to a - readonly variable, an error occurs, and the command exits with a non- + shell environment. Otherwise, the variables are added to the environ- + ment of the executed command and do not affect the current shell envi- + ronment. If any of the assignments attempts to assign a value to a + readonly variable, an error occurs, and the command exits with a non- zero status. - If no command name results, redirections are performed, but do not - affect the current shell environment. A redirection error causes the + If no command name results, redirections are performed, but do not + affect the current shell environment. A redirection error causes the command to exit with a non-zero status. - If there is a command name left after expansion, execution proceeds as - described below. Otherwise, the command exits. If one of the expan- - sions contained a command substitution, the exit status of the command - is the exit status of the last command substitution performed. If + If there is a command name left after expansion, execution proceeds as + described below. Otherwise, the command exits. If one of the expan- + sions contained a command substitution, the exit status of the command + is the exit status of the last command substitution performed. If there were no command substitutions, the command exits with a status of zero. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN - After a command has been split into words, if it results in a simple - command and an optional list of arguments, the following actions are + After a command has been split into words, if it results in a simple + command and an optional list of arguments, the following actions are taken. - If the command name contains no slashes, the shell attempts to locate - it. If there exists a shell function by that name, that function is - invoked as described above in FFUUNNCCTTIIOONNSS. If the name does not match a - function, the shell searches for it in the list of shell builtins. If + If the command name contains no slashes, the shell attempts to locate + it. If there exists a shell function by that name, that function is + invoked as described above in FFUUNNCCTTIIOONNSS. If the name does not match a + function, the shell searches for it in the list of shell builtins. If a match is found, that builtin is invoked. - If the name is neither a shell function nor a builtin, and contains no - slashes, bbaasshh searches each element of the PPAATTHH for a directory con- - taining an executable file by that name. BBaasshh uses a hash table to - remember the full pathnames of executable files (see hhaasshh under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is - performed only if the command is not found in the hash table. If the + If the name is neither a shell function nor a builtin, and contains no + slashes, bbaasshh searches each element of the PPAATTHH for a directory con- + taining an executable file by that name. BBaasshh uses a hash table to + remember the full pathnames of executable files (see hhaasshh under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is + performed only if the command is not found in the hash table. If the search is unsuccessful, the shell searches for a defined shell function named ccoommmmaanndd__nnoott__ffoouunndd__hhaannddllee. If that function exists, it is invoked - with the original command and the original command's arguments as its - arguments, and the function's exit status becomes the exit status of - the shell. If that function is not defined, the shell prints an error + with the original command and the original command's arguments as its + arguments, and the function's exit status becomes the exit status of + the shell. If that function is not defined, the shell prints an error message and returns an exit status of 127. - If the search is successful, or if the command name contains one or + If the search is successful, or if the command name contains one or more slashes, the shell executes the named program in a separate execu- tion environment. Argument 0 is set to the name given, and the remain- ing arguments to the command are set to the arguments given, if any. - If this execution fails because the file is not in executable format, - and the file is not a directory, it is assumed to be a _s_h_e_l_l _s_c_r_i_p_t, a - file containing shell commands. A subshell is spawned to execute it. - This subshell reinitializes itself, so that the effect is as if a new - shell had been invoked to handle the script, with the exception that - the locations of commands remembered by the parent (see hhaasshh below + If this execution fails because the file is not in executable format, + and the file is not a directory, it is assumed to be a _s_h_e_l_l _s_c_r_i_p_t, a + file containing shell commands. A subshell is spawned to execute it. + This subshell reinitializes itself, so that the effect is as if a new + shell had been invoked to handle the script, with the exception that + the locations of commands remembered by the parent (see hhaasshh below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS) are retained by the child. - If the program is a file beginning with ##!!, the remainder of the first - line specifies an interpreter for the program. The shell executes the + If the program is a file beginning with ##!!, the remainder of the first + line specifies an interpreter for the program. The shell executes the specified interpreter on operating systems that do not handle this exe- cutable format themselves. The arguments to the interpreter consist of - a single optional argument following the interpreter name on the first - line of the program, followed by the name of the program, followed by + a single optional argument following the interpreter name on the first + line of the program, followed by the name of the program, followed by the command arguments, if any. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT - The shell has an _e_x_e_c_u_t_i_o_n _e_n_v_i_r_o_n_m_e_n_t, which consists of the follow- + The shell has an _e_x_e_c_u_t_i_o_n _e_n_v_i_r_o_n_m_e_n_t, which consists of the follow- ing: - +o open files inherited by the shell at invocation, as modified by + +o open files inherited by the shell at invocation, as modified by redirections supplied to the eexxeecc builtin - +o the current working directory as set by ccdd, ppuusshhdd, or ppooppdd, or + +o the current working directory as set by ccdd, ppuusshhdd, or ppooppdd, or inherited by the shell at invocation - +o the file creation mode mask as set by uummaasskk or inherited from + +o the file creation mode mask as set by uummaasskk or inherited from the shell's parent +o current traps set by ttrraapp @@ -2566,244 +2569,244 @@ CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENN +o shell parameters that are set by variable assignment or with sseett or inherited from the shell's parent in the environment - +o shell functions defined during execution or inherited from the + +o shell functions defined during execution or inherited from the shell's parent in the environment - +o options enabled at invocation (either by default or with com- + +o options enabled at invocation (either by default or with com- mand-line arguments) or by sseett +o options enabled by sshhoopptt +o shell aliases defined with aalliiaass - +o various process IDs, including those of background jobs, the + +o various process IDs, including those of background jobs, the value of $$$$, and the value of PPPPIIDD - When a simple command other than a builtin or shell function is to be - executed, it is invoked in a separate execution environment that con- - sists of the following. Unless otherwise noted, the values are inher- + When a simple command other than a builtin or shell function is to be + executed, it is invoked in a separate execution environment that con- + sists of the following. Unless otherwise noted, the values are inher- ited from the shell. - +o the shell's open files, plus any modifications and additions + +o the shell's open files, plus any modifications and additions specified by redirections to the command +o the current working directory +o the file creation mode mask - +o shell variables and functions marked for export, along with + +o shell variables and functions marked for export, along with variables exported for the command, passed in the environment +o traps caught by the shell are reset to the values inherited from the shell's parent, and traps ignored by the shell are ignored - A command invoked in this separate environment cannot affect the + A command invoked in this separate environment cannot affect the shell's execution environment. - Command substitution, commands grouped with parentheses, and asynchro- + Command substitution, commands grouped with parentheses, and asynchro- nous commands are invoked in a subshell environment that is a duplicate - of the shell environment, except that traps caught by the shell are + of the shell environment, except that traps caught by the shell are reset to the values that the shell inherited from its parent at invoca- tion. Builtin commands that are invoked as part of a pipeline are also executed in a subshell environment. Changes made to the subshell envi- ronment cannot affect the shell's execution environment. Subshells spawned to execute command substitutions inherit the value of - the --ee option from the parent shell. When not in _p_o_s_i_x mode, bbaasshh + the --ee option from the parent shell. When not in _p_o_s_i_x mode, bbaasshh clears the --ee option in such subshells. - If a command is followed by a && and job control is not active, the - default standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. - Otherwise, the invoked command inherits the file descriptors of the + If a command is followed by a && and job control is not active, the + default standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. + Otherwise, the invoked command inherits the file descriptors of the calling shell as modified by redirections. EENNVVIIRROONNMMEENNTT - When a program is invoked it is given an array of strings called the + When a program is invoked it is given an array of strings called the _e_n_v_i_r_o_n_m_e_n_t. This is a list of _n_a_m_e-_v_a_l_u_e pairs, of the form _n_a_m_e=_v_a_l_u_e. - The shell provides several ways to manipulate the environment. On + The shell provides several ways to manipulate the environment. On invocation, the shell scans its own environment and creates a parameter - for each name found, automatically marking it for _e_x_p_o_r_t to child pro- - cesses. Executed commands inherit the environment. The eexxppoorrtt and - ddeeccllaarree --xx commands allow parameters and functions to be added to and + for each name found, automatically marking it for _e_x_p_o_r_t to child pro- + cesses. Executed commands inherit the environment. The eexxppoorrtt and + ddeeccllaarree --xx commands allow parameters and functions to be added to and deleted from the environment. If the value of a parameter in the envi- - ronment is modified, the new value becomes part of the environment, - replacing the old. The environment inherited by any executed command - consists of the shell's initial environment, whose values may be modi- - fied in the shell, less any pairs removed by the uunnsseett command, plus + ronment is modified, the new value becomes part of the environment, + replacing the old. The environment inherited by any executed command + consists of the shell's initial environment, whose values may be modi- + fied in the shell, less any pairs removed by the uunnsseett command, plus any additions via the eexxppoorrtt and ddeeccllaarree --xx commands. - The environment for any _s_i_m_p_l_e _c_o_m_m_a_n_d or function may be augmented - temporarily by prefixing it with parameter assignments, as described + The environment for any _s_i_m_p_l_e _c_o_m_m_a_n_d or function may be augmented + temporarily by prefixing it with parameter assignments, as described above in PPAARRAAMMEETTEERRSS. These assignment statements affect only the envi- ronment seen by that command. - If the --kk option is set (see the sseett builtin command below), then _a_l_l - parameter assignments are placed in the environment for a command, not + If the --kk option is set (see the sseett builtin command below), then _a_l_l + parameter assignments are placed in the environment for a command, not just those that precede the command name. - When bbaasshh invokes an external command, the variable __ is set to the + When bbaasshh invokes an external command, the variable __ is set to the full filename of the command and passed to that command in its environ- ment. EEXXIITT SSTTAATTUUSS - The exit status of an executed command is the value returned by the + The exit status of an executed command is the value returned by the _w_a_i_t_p_i_d system call or equivalent function. Exit statuses fall between - 0 and 255, though, as explained below, the shell may use values above + 0 and 255, though, as explained below, the shell may use values above 125 specially. Exit statuses from shell builtins and compound commands are also limited to this range. Under certain circumstances, the shell will use special values to indicate specific failure modes. For the shell's purposes, a command which exits with a zero exit status - has succeeded. An exit status of zero indicates success. A non-zero - exit status indicates failure. When a command terminates on a fatal + has succeeded. An exit status of zero indicates success. A non-zero + exit status indicates failure. When a command terminates on a fatal signal _N, bbaasshh uses the value of 128+_N as the exit status. - If a command is not found, the child process created to execute it - returns a status of 127. If a command is found but is not executable, + If a command is not found, the child process created to execute it + returns a status of 127. If a command is found but is not executable, the return status is 126. If a command fails because of an error during expansion or redirection, the exit status is greater than zero. - Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and - non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins - return an exit status of 2 to indicate incorrect usage, generally + Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and + non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins + return an exit status of 2 to indicate incorrect usage, generally invalid options or missing arguments. - BBaasshh itself returns the exit status of the last command executed, - unless a syntax error occurs, in which case it exits with a non-zero + BBaasshh itself returns the exit status of the last command executed, + unless a syntax error occurs, in which case it exits with a non-zero value. See also the eexxiitt builtin command below. SSIIGGNNAALLSS - When bbaasshh is interactive, in the absence of any traps, it ignores + When bbaasshh is interactive, in the absence of any traps, it ignores SSIIGGTTEERRMM (so that kkiillll 00 does not kill an interactive shell), and SSIIGGIINNTT - is caught and handled (so that the wwaaiitt builtin is interruptible). In - all cases, bbaasshh ignores SSIIGGQQUUIITT. If job control is in effect, bbaasshh + is caught and handled (so that the wwaaiitt builtin is interruptible). In + all cases, bbaasshh ignores SSIIGGQQUUIITT. If job control is in effect, bbaasshh ignores SSIIGGTTTTIINN, SSIIGGTTTTOOUU, and SSIIGGTTSSTTPP. Non-builtin commands run by bbaasshh have signal handlers set to the values - inherited by the shell from its parent. When job control is not in - effect, asynchronous commands ignore SSIIGGIINNTT and SSIIGGQQUUIITT in addition to - these inherited handlers. Commands run as a result of command substi- + inherited by the shell from its parent. When job control is not in + effect, asynchronous commands ignore SSIIGGIINNTT and SSIIGGQQUUIITT in addition to + these inherited handlers. Commands run as a result of command substi- tution ignore the keyboard-generated job control signals SSIIGGTTTTIINN, SSIIGGTT-- TTOOUU, and SSIIGGTTSSTTPP. - The shell exits by default upon receipt of a SSIIGGHHUUPP. Before exiting, - an interactive shell resends the SSIIGGHHUUPP to all jobs, running or + The shell exits by default upon receipt of a SSIIGGHHUUPP. Before exiting, + an interactive shell resends the SSIIGGHHUUPP to all jobs, running or stopped. Stopped jobs are sent SSIIGGCCOONNTT to ensure that they receive the - SSIIGGHHUUPP. To prevent the shell from sending the signal to a particular - job, it should be removed from the jobs table with the ddiissoowwnn builtin - (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) or marked to not receive SSIIGGHHUUPP + SSIIGGHHUUPP. To prevent the shell from sending the signal to a particular + job, it should be removed from the jobs table with the ddiissoowwnn builtin + (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) or marked to not receive SSIIGGHHUUPP using ddiissoowwnn --hh. - If the hhuuppoonneexxiitt shell option has been set with sshhoopptt, bbaasshh sends a + If the hhuuppoonneexxiitt shell option has been set with sshhoopptt, bbaasshh sends a SSIIGGHHUUPP to all jobs when an interactive login shell exits. - If bbaasshh is waiting for a command to complete and receives a signal for + If bbaasshh is waiting for a command to complete and receives a signal for which a trap has been set, the trap will not be executed until the com- - mand completes. When bbaasshh is waiting for an asynchronous command via - the wwaaiitt builtin, the reception of a signal for which a trap has been + mand completes. When bbaasshh is waiting for an asynchronous command via + the wwaaiitt builtin, the reception of a signal for which a trap has been set will cause the wwaaiitt builtin to return immediately with an exit sta- tus greater than 128, immediately after which the trap is executed. JJOOBB CCOONNTTRROOLL - _J_o_b _c_o_n_t_r_o_l refers to the ability to selectively stop (_s_u_s_p_e_n_d) the + _J_o_b _c_o_n_t_r_o_l refers to the ability to selectively stop (_s_u_s_p_e_n_d) the execution of processes and continue (_r_e_s_u_m_e) their execution at a later - point. A user typically employs this facility via an interactive - interface supplied jointly by the operating system kernel's terminal + point. A user typically employs this facility via an interactive + interface supplied jointly by the operating system kernel's terminal driver and bbaasshh. - The shell associates a _j_o_b with each pipeline. It keeps a table of - currently executing jobs, which may be listed with the jjoobbss command. - When bbaasshh starts a job asynchronously (in the _b_a_c_k_g_r_o_u_n_d), it prints a + The shell associates a _j_o_b with each pipeline. It keeps a table of + currently executing jobs, which may be listed with the jjoobbss command. + When bbaasshh starts a job asynchronously (in the _b_a_c_k_g_r_o_u_n_d), it prints a line that looks like: [1] 25647 indicating that this job is job number 1 and that the process ID of the last process in the pipeline associated with this job is 25647. All of - the processes in a single pipeline are members of the same job. BBaasshh + the processes in a single pipeline are members of the same job. BBaasshh uses the _j_o_b abstraction as the basis for job control. - To facilitate the implementation of the user interface to job control, + To facilitate the implementation of the user interface to job control, the operating system maintains the notion of a _c_u_r_r_e_n_t _t_e_r_m_i_n_a_l _p_r_o_c_e_s_s _g_r_o_u_p _I_D. Members of this process group (processes whose process group ID is equal to the current terminal process group ID) receive keyboard- - generated signals such as SSIIGGIINNTT. These processes are said to be in - the _f_o_r_e_g_r_o_u_n_d. _B_a_c_k_g_r_o_u_n_d processes are those whose process group ID + generated signals such as SSIIGGIINNTT. These processes are said to be in + the _f_o_r_e_g_r_o_u_n_d. _B_a_c_k_g_r_o_u_n_d processes are those whose process group ID differs from the terminal's; such processes are immune to keyboard-gen- erated signals. Only foreground processes are allowed to read from or, - if the user so specifies with stty tostop, write to the terminal. - Background processes which attempt to read from (write to when stty - tostop is in effect) the terminal are sent a SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) signal - by the kernel's terminal driver, which, unless caught, suspends the + if the user so specifies with stty tostop, write to the terminal. + Background processes which attempt to read from (write to when stty + tostop is in effect) the terminal are sent a SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) signal + by the kernel's terminal driver, which, unless caught, suspends the process. - If the operating system on which bbaasshh is running supports job control, + If the operating system on which bbaasshh is running supports job control, bbaasshh contains facilities to use it. Typing the _s_u_s_p_e_n_d character (typ- ically ^^ZZ, Control-Z) while a process is running causes that process to - be stopped and returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d - character (typically ^^YY, Control-Y) causes the process to be stopped - when it attempts to read input from the terminal, and control to be - returned to bbaasshh. The user may then manipulate the state of this job, - using the bbgg command to continue it in the background, the ffgg command + be stopped and returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d + character (typically ^^YY, Control-Y) causes the process to be stopped + when it attempts to read input from the terminal, and control to be + returned to bbaasshh. The user may then manipulate the state of this job, + using the bbgg command to continue it in the background, the ffgg command to continue it in the foreground, or the kkiillll command to kill it. A ^^ZZ takes effect immediately, and has the additional side effect of causing pending output and typeahead to be discarded. There are a number of ways to refer to a job in the shell. The charac- - ter %% introduces a job specification (_j_o_b_s_p_e_c). Job number _n may be + ter %% introduces a job specification (_j_o_b_s_p_e_c). Job number _n may be referred to as %%nn. A job may also be referred to using a prefix of the name used to start it, or using a substring that appears in its command - line. For example, %%ccee refers to a stopped ccee job. If a prefix - matches more than one job, bbaasshh reports an error. Using %%??ccee, on the - other hand, refers to any job containing the string ccee in its command - line. If the substring matches more than one job, bbaasshh reports an - error. The symbols %%%% and %%++ refer to the shell's notion of the _c_u_r_- - _r_e_n_t _j_o_b, which is the last job stopped while it was in the foreground + line. For example, %%ccee refers to a stopped ccee job. If a prefix + matches more than one job, bbaasshh reports an error. Using %%??ccee, on the + other hand, refers to any job containing the string ccee in its command + line. If the substring matches more than one job, bbaasshh reports an + error. The symbols %%%% and %%++ refer to the shell's notion of the _c_u_r_- + _r_e_n_t _j_o_b, which is the last job stopped while it was in the foreground or started in the background. The _p_r_e_v_i_o_u_s _j_o_b may be referenced using %%--. If there is only a single job, %%++ and %%-- can both be used to refer - to that job. In output pertaining to jobs (e.g., the output of the + to that job. In output pertaining to jobs (e.g., the output of the jjoobbss command), the current job is always flagged with a ++, and the pre- - vious job with a --. A single % (with no accompanying job specifica- + vious job with a --. A single % (with no accompanying job specifica- tion) also refers to the current job. - Simply naming a job can be used to bring it into the foreground: %%11 is - a synonym for ````ffgg %%11'''', bringing job 1 from the background into the - foreground. Similarly, ````%%11 &&'''' resumes job 1 in the background, + Simply naming a job can be used to bring it into the foreground: %%11 is + a synonym for ````ffgg %%11'''', bringing job 1 from the background into the + foreground. Similarly, ````%%11 &&'''' resumes job 1 in the background, equivalent to ````bbgg %%11''''. - The shell learns immediately whenever a job changes state. Normally, + The shell learns immediately whenever a job changes state. Normally, bbaasshh waits until it is about to print a prompt before reporting changes - in a job's status so as to not interrupt any other output. If the --bb + in a job's status so as to not interrupt any other output. If the --bb option to the sseett builtin command is enabled, bbaasshh reports such changes - immediately. Any trap on SSIIGGCCHHLLDD is executed for each child that + immediately. Any trap on SSIIGGCCHHLLDD is executed for each child that exits. - If an attempt to exit bbaasshh is made while jobs are stopped (or, if the - cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- + If an attempt to exit bbaasshh is made while jobs are stopped (or, if the + cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- ning), the shell prints a warning message, and, if the cchheecckkjjoobbss option - is enabled, lists the jobs and their statuses. The jjoobbss command may - then be used to inspect their status. If a second attempt to exit is - made without an intervening command, the shell does not print another + is enabled, lists the jobs and their statuses. The jjoobbss command may + then be used to inspect their status. If a second attempt to exit is + made without an intervening command, the shell does not print another warning, and any stopped jobs are terminated. PPRROOMMPPTTIINNGG When executing interactively, bbaasshh displays the primary prompt PPSS11 when - it is ready to read a command, and the secondary prompt PPSS22 when it - needs more input to complete a command. BBaasshh displays PPSS00 after it - reads a command but before executing it. BBaasshh allows these prompt - strings to be customized by inserting a number of backslash-escaped + it is ready to read a command, and the secondary prompt PPSS22 when it + needs more input to complete a command. BBaasshh displays PPSS00 after it + reads a command but before executing it. BBaasshh allows these prompt + strings to be customized by inserting a number of backslash-escaped special characters that are decoded as follows: \\aa an ASCII bell character (07) - \\dd the date in "Weekday Month Date" format (e.g., "Tue May + \\dd the date in "Weekday Month Date" format (e.g., "Tue May 26") \\DD{{_f_o_r_m_a_t}} - the _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is - inserted into the prompt string; an empty _f_o_r_m_a_t results + the _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is + inserted into the prompt string; an empty _f_o_r_m_a_t results in a locale-specific time representation. The braces are required \\ee an ASCII escape character (033) @@ -2813,7 +2816,7 @@ PPRROOMMPPTTIINNGG \\ll the basename of the shell's terminal device name \\nn newline \\rr carriage return - \\ss the name of the shell, the basename of $$00 (the portion + \\ss the name of the shell, the basename of $$00 (the portion following the final slash) \\tt the current time in 24-hour HH:MM:SS format \\TT the current time in 12-hour HH:MM:SS format @@ -2822,8 +2825,8 @@ PPRROOMMPPTTIINNGG \\uu the username of the current user \\vv the version of bbaasshh (e.g., 2.00) \\VV the release of bbaasshh, version + patch level (e.g., 2.00.0) - \\ww the current working directory, with $$HHOOMMEE abbreviated - with a tilde (uses the value of the PPRROOMMPPTT__DDIIRRTTRRIIMM vari- + \\ww the current working directory, with $$HHOOMMEE abbreviated + with a tilde (uses the value of the PPRROOMMPPTT__DDIIRRTTRRIIMM vari- able) \\WW the basename of the current working directory, with $$HHOOMMEE abbreviated with a tilde @@ -2832,66 +2835,66 @@ PPRROOMMPPTTIINNGG \\$$ if the effective UID is 0, a ##, otherwise a $$ \\_n_n_n the character corresponding to the octal number _n_n_n \\\\ a backslash - \\[[ begin a sequence of non-printing characters, which could - be used to embed a terminal control sequence into the + \\[[ begin a sequence of non-printing characters, which could + be used to embed a terminal control sequence into the prompt \\]] end a sequence of non-printing characters - The command number and the history number are usually different: the - history number of a command is its position in the history list, which - may include commands restored from the history file (see HHIISSTTOORRYY - below), while the command number is the position in the sequence of - commands executed during the current shell session. After the string - is decoded, it is expanded via parameter expansion, command substitu- - tion, arithmetic expansion, and quote removal, subject to the value of - the pprroommppttvvaarrss shell option (see the description of the sshhoopptt command + The command number and the history number are usually different: the + history number of a command is its position in the history list, which + may include commands restored from the history file (see HHIISSTTOORRYY + below), while the command number is the position in the sequence of + commands executed during the current shell session. After the string + is decoded, it is expanded via parameter expansion, command substitu- + tion, arithmetic expansion, and quote removal, subject to the value of + the pprroommppttvvaarrss shell option (see the description of the sshhoopptt command under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). RREEAADDLLIINNEE - This is the library that handles reading input when using an interac- + This is the library that handles reading input when using an interac- tive shell, unless the ----nnooeeddiittiinngg option is given at shell invocation. Line editing is also used when using the --ee option to the rreeaadd builtin. By default, the line editing commands are similar to those of Emacs. A vi-style line editing interface is also available. Line editing can be - enabled at any time using the --oo eemmaaccss or --oo vvii options to the sseett - builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). To turn off line editing - after the shell is running, use the ++oo eemmaaccss or ++oo vvii options to the + enabled at any time using the --oo eemmaaccss or --oo vvii options to the sseett + builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). To turn off line editing + after the shell is running, use the ++oo eemmaaccss or ++oo vvii options to the sseett builtin. RReeaaddlliinnee NNoottaattiioonn In this section, the Emacs-style notation is used to denote keystrokes. - Control keys are denoted by C-_k_e_y, e.g., C-n means Control-N. Simi- - larly, _m_e_t_a keys are denoted by M-_k_e_y, so M-x means Meta-X. (On key- - boards without a _m_e_t_a key, M-_x means ESC _x, i.e., press the Escape key + Control keys are denoted by C-_k_e_y, e.g., C-n means Control-N. Simi- + larly, _m_e_t_a keys are denoted by M-_k_e_y, so M-x means Meta-X. (On key- + boards without a _m_e_t_a key, M-_x means ESC _x, i.e., press the Escape key then the _x key. This makes ESC the _m_e_t_a _p_r_e_f_i_x. The combination M-C-_x - means ESC-Control-_x, or press the Escape key then hold the Control key + means ESC-Control-_x, or press the Escape key then hold the Control key while pressing the _x key.) Readline commands may be given numeric _a_r_g_u_m_e_n_t_s, which normally act as - a repeat count. Sometimes, however, it is the sign of the argument - that is significant. Passing a negative argument to a command that - acts in the forward direction (e.g., kkiillll--lliinnee) causes that command to - act in a backward direction. Commands whose behavior with arguments + a repeat count. Sometimes, however, it is the sign of the argument + that is significant. Passing a negative argument to a command that + acts in the forward direction (e.g., kkiillll--lliinnee) causes that command to + act in a backward direction. Commands whose behavior with arguments deviates from this are noted below. - When a command is described as _k_i_l_l_i_n_g text, the text deleted is saved + When a command is described as _k_i_l_l_i_n_g text, the text deleted is saved for possible future retrieval (_y_a_n_k_i_n_g). The killed text is saved in a _k_i_l_l _r_i_n_g. Consecutive kills cause the text to be accumulated into one unit, which can be yanked all at once. Commands which do not kill text separate the chunks of text on the kill ring. RReeaaddlliinnee IInniittiiaalliizzaattiioonn - Readline is customized by putting commands in an initialization file - (the _i_n_p_u_t_r_c file). The name of this file is taken from the value of - the IINNPPUUTTRRCC variable. If that variable is unset, the default is - _~_/_._i_n_p_u_t_r_c. When a program which uses the readline library starts up, + Readline is customized by putting commands in an initialization file + (the _i_n_p_u_t_r_c file). The name of this file is taken from the value of + the IINNPPUUTTRRCC variable. If that variable is unset, the default is + _~_/_._i_n_p_u_t_r_c. When a program which uses the readline library starts up, the initialization file is read, and the key bindings and variables are - set. There are only a few basic constructs allowed in the readline - initialization file. Blank lines are ignored. Lines beginning with a - ## are comments. Lines beginning with a $$ indicate conditional con- + set. There are only a few basic constructs allowed in the readline + initialization file. Blank lines are ignored. Lines beginning with a + ## are comments. Lines beginning with a $$ indicate conditional con- structs. Other lines denote key bindings and variable settings. - The default key-bindings may be changed with an _i_n_p_u_t_r_c file. Other + The default key-bindings may be changed with an _i_n_p_u_t_r_c file. Other programs that use this library may add their own commands and bindings. For example, placing @@ -2899,18 +2902,18 @@ RREEAADDLLIINNEE M-Control-u: universal-argument or C-Meta-u: universal-argument - into the _i_n_p_u_t_r_c would make M-C-u execute the readline command _u_n_i_v_e_r_- + into the _i_n_p_u_t_r_c would make M-C-u execute the readline command _u_n_i_v_e_r_- _s_a_l_-_a_r_g_u_m_e_n_t. - The following symbolic character names are recognized: _R_U_B_O_U_T, _D_E_L, + The following symbolic character names are recognized: _R_U_B_O_U_T, _D_E_L, _E_S_C, _L_F_D, _N_E_W_L_I_N_E, _R_E_T, _R_E_T_U_R_N, _S_P_C, _S_P_A_C_E, and _T_A_B. - In addition to command names, readline allows keys to be bound to a + In addition to command names, readline allows keys to be bound to a string that is inserted when the key is pressed (a _m_a_c_r_o). RReeaaddlliinnee KKeeyy BBiinnddiinnggss - The syntax for controlling key bindings in the _i_n_p_u_t_r_c file is simple. - All that is required is the name of the command or the text of a macro + The syntax for controlling key bindings in the _i_n_p_u_t_r_c file is simple. + All that is required is the name of the command or the text of a macro and a key sequence to which it should be bound. The name may be speci- fied in one of two ways: as a symbolic key name, possibly with _M_e_t_a_- or _C_o_n_t_r_o_l_- prefixes, or as a key sequence. @@ -2922,15 +2925,15 @@ RREEAADDLLIINNEE Meta-Rubout: backward-kill-word Control-o: "> output" - In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, - _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to - run the macro expressed on the right hand side (that is, to insert the + In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, + _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to + run the macro expressed on the right hand side (that is, to insert the text ``> output'' into the line). - In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs - from kkeeyynnaammee above in that strings denoting an entire key sequence may - be specified by placing the sequence within double quotes. Some GNU - Emacs style key escapes can be used, as in the following example, but + In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs + from kkeeyynnaammee above in that strings denoting an entire key sequence may + be specified by placing the sequence within double quotes. Some GNU + Emacs style key escapes can be used, as in the following example, but the symbolic character names are not recognized. "\C-u": universal-argument @@ -2938,7 +2941,7 @@ RREEAADDLLIINNEE "\e[11~": "Function Key 1" In this example, _C_-_u is again bound to the function uunniivveerrssaall--aarrgguummeenntt. - _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is + _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is bound to insert the text ``Function Key 1''. The full set of GNU Emacs style escape sequences is @@ -2949,7 +2952,7 @@ RREEAADDLLIINNEE \\"" literal " \\'' literal ' - In addition to the GNU Emacs style escape sequences, a second set of + In addition to the GNU Emacs style escape sequences, a second set of backslash escapes is available: \\aa alert (bell) \\bb backspace @@ -2959,20 +2962,20 @@ RREEAADDLLIINNEE \\rr carriage return \\tt horizontal tab \\vv vertical tab - \\_n_n_n the eight-bit character whose value is the octal value + \\_n_n_n the eight-bit character whose value is the octal value _n_n_n (one to three digits) - \\xx_H_H the eight-bit character whose value is the hexadecimal + \\xx_H_H the eight-bit character whose value is the hexadecimal value _H_H (one or two hex digits) When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a func- - tion name. In the macro body, the backslash escapes described above - are expanded. Backslash will quote any other character in the macro + tion name. In the macro body, the backslash escapes described above + are expanded. Backslash will quote any other character in the macro text, including " and '. - BBaasshh allows the current readline key bindings to be displayed or modi- - fied with the bbiinndd builtin command. The editing mode may be switched - during interactive use by using the --oo option to the sseett builtin com- + BBaasshh allows the current readline key bindings to be displayed or modi- + fied with the bbiinndd builtin command. The editing mode may be switched + during interactive use by using the --oo option to the sseett builtin com- mand (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). RReeaaddlliinnee VVaarriiaabblleess @@ -2982,77 +2985,77 @@ RREEAADDLLIINNEE sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e - Except where noted, readline variables can take the values OOnn or OOffff - (without regard to case). Unrecognized variable names are ignored. - When a variable value is read, empty or null values, "on" (case-insen- + Except where noted, readline variables can take the values OOnn or OOffff + (without regard to case). Unrecognized variable names are ignored. + When a variable value is read, empty or null values, "on" (case-insen- sitive), and "1" are equivalent to OOnn. All other values are equivalent to OOffff. The variables and their default values are: bbeellll--ssttyyllee ((aauuddiibbllee)) - Controls what happens when readline wants to ring the terminal + Controls what happens when readline wants to ring the terminal bell. If set to nnoonnee, readline never rings the bell. If set to - vviissiibbllee, readline uses a visible bell if one is available. If + vviissiibbllee, readline uses a visible bell if one is available. If set to aauuddiibbllee, readline attempts to ring the terminal's bell. bbiinndd--ttttyy--ssppeecciiaall--cchhaarrss ((OOnn)) - If set to OOnn, readline attempts to bind the control characters + If set to OOnn, readline attempts to bind the control characters treated specially by the kernel's terminal driver to their read- line equivalents. bblliinnkk--mmaattcchhiinngg--ppaarreenn ((OOffff)) If set to OOnn, readline attempts to briefly move the cursor to an opening parenthesis when a closing parenthesis is inserted. ccoolloorreedd--ccoommpplleettiioonn--pprreeffiixx ((OOffff)) - If set to OOnn, when listing completions, readline displays the + If set to OOnn, when listing completions, readline displays the common prefix of the set of possible completions using a differ- - ent color. The color definitions are taken from the value of + ent color. The color definitions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoolloorreedd--ssttaattss ((OOffff)) - If set to OOnn, readline displays possible completions using dif- - ferent colors to indicate their file type. The color defini- - tions are taken from the value of the LLSS__CCOOLLOORRSS environment + If set to OOnn, readline displays possible completions using dif- + ferent colors to indicate their file type. The color defini- + tions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoommmmeenntt--bbeeggiinn ((````##'''')) - The string that is inserted when the readline iinnsseerrtt--ccoommmmeenntt + The string that is inserted when the readline iinnsseerrtt--ccoommmmeenntt command is executed. This command is bound to MM--## in emacs mode and to ## in vi command mode. ccoommpplleettiioonn--ddiissppllaayy--wwiiddtthh ((--11)) - The number of screen columns used to display possible matches - when performing completion. The value is ignored if it is less - than 0 or greater than the terminal screen width. A value of 0 - will cause matches to be displayed one per line. The default + The number of screen columns used to display possible matches + when performing completion. The value is ignored if it is less + than 0 or greater than the terminal screen width. A value of 0 + will cause matches to be displayed one per line. The default value is -1. ccoommpplleettiioonn--iiggnnoorree--ccaassee ((OOffff)) If set to OOnn, readline performs filename matching and completion in a case-insensitive fashion. ccoommpplleettiioonn--mmaapp--ccaassee ((OOffff)) - If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, readline - treats hyphens (_-) and underscores (__) as equivalent when per- + If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, readline + treats hyphens (_-) and underscores (__) as equivalent when per- forming case-insensitive filename matching and completion. ccoommpplleettiioonn--pprreeffiixx--ddiissppllaayy--lleennggtthh ((00)) - The length in characters of the common prefix of a list of pos- - sible completions that is displayed without modification. When - set to a value greater than zero, common prefixes longer than - this value are replaced with an ellipsis when displaying possi- + The length in characters of the common prefix of a list of pos- + sible completions that is displayed without modification. When + set to a value greater than zero, common prefixes longer than + this value are replaced with an ellipsis when displaying possi- ble completions. ccoommpplleettiioonn--qquueerryy--iitteemmss ((110000)) - This determines when the user is queried about viewing the num- - ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- - ttiioonnss command. It may be set to any integer value greater than - or equal to zero. If the number of possible completions is + This determines when the user is queried about viewing the num- + ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- + ttiioonnss command. It may be set to any integer value greater than + or equal to zero. If the number of possible completions is greater than or equal to the value of this variable, the user is - asked whether or not he wishes to view them; otherwise they are + asked whether or not he wishes to view them; otherwise they are simply listed on the terminal. ccoonnvveerrtt--mmeettaa ((OOnn)) - If set to OOnn, readline will convert characters with the eighth + If set to OOnn, readline will convert characters with the eighth bit set to an ASCII key sequence by stripping the eighth bit and - prefixing an escape character (in effect, using escape as the - _m_e_t_a _p_r_e_f_i_x). The default is _O_n, but readline will set it to + prefixing an escape character (in effect, using escape as the + _m_e_t_a _p_r_e_f_i_x). The default is _O_n, but readline will set it to _O_f_f if the locale contains eight-bit characters. ddiissaabbllee--ccoommpplleettiioonn ((OOffff)) If set to OOnn, readline will inhibit word completion. Completion - characters will be inserted into the line as if they had been + characters will be inserted into the line as if they had been mapped to sseellff--iinnsseerrtt. eecchhoo--ccoonnttrrooll--cchhaarraacctteerrss ((OOnn)) - When set to OOnn, on operating systems that indicate they support + When set to OOnn, on operating systems that indicate they support it, readline echoes a character corresponding to a signal gener- ated from the keyboard. eeddiittiinngg--mmooddee ((eemmaaccss)) @@ -3060,192 +3063,192 @@ RREEAADDLLIINNEE ilar to _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or vvii. eennaabbllee--bbrraacckkeetteedd--ppaassttee ((OOffff)) - When set to OOnn, readline will configure the terminal in a way + When set to OOnn, readline will configure the terminal in a way that will enable it to insert each paste into the editing buffer as a single string of characters, instead of treating each char- - acter as if it had been read from the keyboard. This can pre- - vent pasted characters from being interpreted as editing com- + acter as if it had been read from the keyboard. This can pre- + vent pasted characters from being interpreted as editing com- mands. eennaabbllee--kkeeyyppaadd ((OOffff)) When set to OOnn, readline will try to enable the application key- - pad when it is called. Some systems need this to enable the + pad when it is called. Some systems need this to enable the arrow keys. eennaabbllee--mmeettaa--kkeeyy ((OOnn)) - When set to OOnn, readline will try to enable any meta modifier - key the terminal claims to support when it is called. On many + When set to OOnn, readline will try to enable any meta modifier + key the terminal claims to support when it is called. On many terminals, the meta key is used to send eight-bit characters. eexxppaanndd--ttiillddee ((OOffff)) - If set to OOnn, tilde expansion is performed when readline + If set to OOnn, tilde expansion is performed when readline attempts word completion. hhiissttoorryy--pprreesseerrvvee--ppooiinntt ((OOffff)) - If set to OOnn, the history code attempts to place point at the - same location on each history line retrieved with pprreevviioouuss--hhiiss-- + If set to OOnn, the history code attempts to place point at the + same location on each history line retrieved with pprreevviioouuss--hhiiss-- ttoorryy or nneexxtt--hhiissttoorryy. hhiissttoorryy--ssiizzee ((uunnsseett)) - Set the maximum number of history entries saved in the history - list. If set to zero, any existing history entries are deleted + Set the maximum number of history entries saved in the history + list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, - the number of history entries is not limited. By default, the - number of history entries is set to the value of the HHIISSTTSSIIZZEE - shell variable. If an attempt is made to set _h_i_s_t_o_r_y_-_s_i_z_e to a + the number of history entries is not limited. By default, the + number of history entries is set to the value of the HHIISSTTSSIIZZEE + shell variable. If an attempt is made to set _h_i_s_t_o_r_y_-_s_i_z_e to a non-numeric value, the maximum number of history entries will be set to 500. hhoorriizzoonnttaall--ssccrroollll--mmooddee ((OOffff)) - When set to OOnn, makes readline use a single line for display, + When set to OOnn, makes readline use a single line for display, scrolling the input horizontally on a single screen line when it - becomes longer than the screen width rather than wrapping to a + becomes longer than the screen width rather than wrapping to a new line. iinnppuutt--mmeettaa ((OOffff)) - If set to OOnn, readline will enable eight-bit input (that is, it - will not strip the eighth bit from the characters it reads), + If set to OOnn, readline will enable eight-bit input (that is, it + will not strip the eighth bit from the characters it reads), regardless of what the terminal claims it can support. The name - mmeettaa--ffllaagg is a synonym for this variable. The default is _O_f_f, - but readline will set it to _O_n if the locale contains eight-bit + mmeettaa--ffllaagg is a synonym for this variable. The default is _O_f_f, + but readline will set it to _O_n if the locale contains eight-bit characters. iisseeaarrcchh--tteerrmmiinnaattoorrss ((````CC--[[CC--JJ'''')) - The string of characters that should terminate an incremental - search without subsequently executing the character as a com- - mand. If this variable has not been given a value, the charac- + The string of characters that should terminate an incremental + search without subsequently executing the character as a com- + mand. If this variable has not been given a value, the charac- ters _E_S_C and _C_-_J will terminate an incremental search. kkeeyymmaapp ((eemmaaccss)) - Set the current readline keymap. The set of valid keymap names - is _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_c_o_m_- - _m_a_n_d, and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is - equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the + Set the current readline keymap. The set of valid keymap names + is _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_c_o_m_- + _m_a_n_d, and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is + equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the value of eeddiittiinngg--mmooddee also affects the default keymap. eemmaaccss--mmooddee--ssttrriinngg ((@@)) This string is displayed immediately before the last line of the - primary prompt when emacs editing mode is active. The value is - expanded like a key binding, so the standard set of meta- and - control prefixes and backslash escape sequences is available. - Use the \1 and \2 escapes to begin and end sequences of non- - printing characters, which can be used to embed a terminal con- + primary prompt when emacs editing mode is active. The value is + expanded like a key binding, so the standard set of meta- and + control prefixes and backslash escape sequences is available. + Use the \1 and \2 escapes to begin and end sequences of non- + printing characters, which can be used to embed a terminal con- trol sequence into the mode string. kkeeyysseeqq--ttiimmeeoouutt ((550000)) - Specifies the duration _r_e_a_d_l_i_n_e will wait for a character when - reading an ambiguous key sequence (one that can form a complete + Specifies the duration _r_e_a_d_l_i_n_e will wait for a character when + reading an ambiguous key sequence (one that can form a complete key sequence using the input read so far, or can take additional - input to complete a longer key sequence). If no input is - received within the timeout, _r_e_a_d_l_i_n_e will use the shorter but - complete key sequence. The value is specified in milliseconds, - so a value of 1000 means that _r_e_a_d_l_i_n_e will wait one second for - additional input. If this variable is set to a value less than - or equal to zero, or to a non-numeric value, _r_e_a_d_l_i_n_e will wait - until another key is pressed to decide which key sequence to + input to complete a longer key sequence). If no input is + received within the timeout, _r_e_a_d_l_i_n_e will use the shorter but + complete key sequence. The value is specified in milliseconds, + so a value of 1000 means that _r_e_a_d_l_i_n_e will wait one second for + additional input. If this variable is set to a value less than + or equal to zero, or to a non-numeric value, _r_e_a_d_l_i_n_e will wait + until another key is pressed to decide which key sequence to complete. mmaarrkk--ddiirreeccttoorriieess ((OOnn)) If set to OOnn, completed directory names have a slash appended. mmaarrkk--mmooddiiffiieedd--lliinneess ((OOffff)) - If set to OOnn, history lines that have been modified are dis- + If set to OOnn, history lines that have been modified are dis- played with a preceding asterisk (**). mmaarrkk--ssyymmlliinnkkeedd--ddiirreeccttoorriieess ((OOffff)) If set to OOnn, completed names which are symbolic links to direc- - tories have a slash appended (subject to the value of + tories have a slash appended (subject to the value of mmaarrkk--ddiirreeccttoorriieess). mmaattcchh--hhiiddddeenn--ffiilleess ((OOnn)) - This variable, when set to OOnn, causes readline to match files - whose names begin with a `.' (hidden files) when performing - filename completion. If set to OOffff, the leading `.' must be + This variable, when set to OOnn, causes readline to match files + whose names begin with a `.' (hidden files) when performing + filename completion. If set to OOffff, the leading `.' must be supplied by the user in the filename to be completed. mmeennuu--ccoommpplleettee--ddiissppllaayy--pprreeffiixx ((OOffff)) - If set to OOnn, menu completion displays the common prefix of the + If set to OOnn, menu completion displays the common prefix of the list of possible completions (which may be empty) before cycling through the list. oouuttppuutt--mmeettaa ((OOffff)) - If set to OOnn, readline will display characters with the eighth + If set to OOnn, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. The default is _O_f_f, but readline will set it to _O_n if the locale contains eight-bit characters. ppaaggee--ccoommpplleettiioonnss ((OOnn)) - If set to OOnn, readline uses an internal _m_o_r_e-like pager to dis- + If set to OOnn, readline uses an internal _m_o_r_e-like pager to dis- play a screenful of possible completions at a time. pprriinntt--ccoommpplleettiioonnss--hhoorriizzoonnttaallllyy ((OOffff)) - If set to OOnn, readline will display completions with matches - sorted horizontally in alphabetical order, rather than down the + If set to OOnn, readline will display completions with matches + sorted horizontally in alphabetical order, rather than down the screen. rreevveerrtt--aallll--aatt--nneewwlliinnee ((OOffff)) - If set to OOnn, readline will undo all changes to history lines + If set to OOnn, readline will undo all changes to history lines before returning when aacccceepptt--lliinnee is executed. By default, his- - tory lines may be modified and retain individual undo lists + tory lines may be modified and retain individual undo lists across calls to rreeaaddlliinnee. sshhooww--aallll--iiff--aammbbiigguuoouuss ((OOffff)) - This alters the default behavior of the completion functions. + This alters the default behavior of the completion functions. If set to OOnn, words which have more than one possible completion - cause the matches to be listed immediately instead of ringing + cause the matches to be listed immediately instead of ringing the bell. sshhooww--aallll--iiff--uunnmmooddiiffiieedd ((OOffff)) - This alters the default behavior of the completion functions in + This alters the default behavior of the completion functions in a fashion similar to sshhooww--aallll--iiff--aammbbiigguuoouuss. If set to OOnn, words - which have more than one possible completion without any possi- - ble partial completion (the possible completions don't share a - common prefix) cause the matches to be listed immediately + which have more than one possible completion without any possi- + ble partial completion (the possible completions don't share a + common prefix) cause the matches to be listed immediately instead of ringing the bell. sshhooww--mmooddee--iinn--pprroommpptt ((OOffff)) - If set to OOnn, add a character to the beginning of the prompt - indicating the editing mode: emacs (@), vi command (:) or vi + If set to OOnn, add a character to the beginning of the prompt + indicating the editing mode: emacs (@), vi command (:) or vi insertion (+). sskkiipp--ccoommpplleetteedd--tteexxtt ((OOffff)) - If set to OOnn, this alters the default completion behavior when - inserting a single match into the line. It's only active when - performing completion in the middle of a word. If enabled, - readline does not insert characters from the completion that - match characters after point in the word being completed, so + If set to OOnn, this alters the default completion behavior when + inserting a single match into the line. It's only active when + performing completion in the middle of a word. If enabled, + readline does not insert characters from the completion that + match characters after point in the word being completed, so portions of the word following the cursor are not duplicated. vvii--ccmmdd--mmooddee--ssttrriinngg ((((ccmmdd)))) This string is displayed immediately before the last line of the - primary prompt when vi editing mode is active and in command + primary prompt when vi editing mode is active and in command mode. The value is expanded like a key binding, so the standard set of meta- and control prefixes and backslash escape sequences - is available. Use the \1 and \2 escapes to begin and end + is available. Use the \1 and \2 escapes to begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. vvii--iinnss--mmooddee--ssttrriinngg ((((iinnss)))) This string is displayed immediately before the last line of the - primary prompt when vi editing mode is active and in insertion + primary prompt when vi editing mode is active and in insertion mode. The value is expanded like a key binding, so the standard set of meta- and control prefixes and backslash escape sequences - is available. Use the \1 and \2 escapes to begin and end + is available. Use the \1 and \2 escapes to begin and end sequences of non-printing characters, which can be used to embed a terminal control sequence into the mode string. vviissiibbllee--ssttaattss ((OOffff)) - If set to OOnn, a character denoting a file's type as reported by - _s_t_a_t(2) is appended to the filename when listing possible com- + If set to OOnn, a character denoting a file's type as reported by + _s_t_a_t(2) is appended to the filename when listing possible com- pletions. RReeaaddlliinnee CCoonnddiittiioonnaall CCoonnssttrruuccttss - Readline implements a facility similar in spirit to the conditional - compilation features of the C preprocessor which allows key bindings - and variable settings to be performed as the result of tests. There + Readline implements a facility similar in spirit to the conditional + compilation features of the C preprocessor which allows key bindings + and variable settings to be performed as the result of tests. There are four parser directives used. - $$iiff The $$iiff construct allows bindings to be made based on the edit- - ing mode, the terminal being used, or the application using - readline. The text of the test extends to the end of the line; + $$iiff The $$iiff construct allows bindings to be made based on the edit- + ing mode, the terminal being used, or the application using + readline. The text of the test extends to the end of the line; no characters are required to isolate it. - mmooddee The mmooddee== form of the $$iiff directive is used to test - whether readline is in emacs or vi mode. This may be - used in conjunction with the sseett kkeeyymmaapp command, for - instance, to set bindings in the _e_m_a_c_s_-_s_t_a_n_d_a_r_d and - _e_m_a_c_s_-_c_t_l_x keymaps only if readline is starting out in + mmooddee The mmooddee== form of the $$iiff directive is used to test + whether readline is in emacs or vi mode. This may be + used in conjunction with the sseett kkeeyymmaapp command, for + instance, to set bindings in the _e_m_a_c_s_-_s_t_a_n_d_a_r_d and + _e_m_a_c_s_-_c_t_l_x keymaps only if readline is starting out in emacs mode. - tteerrmm The tteerrmm== form may be used to include terminal-specific + tteerrmm The tteerrmm== form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the terminal's function keys. The word on the right side of the == is tested against both the full name of the ter- - minal and the portion of the terminal name before the - first --. This allows _s_u_n to match both _s_u_n and _s_u_n_-_c_m_d, + minal and the portion of the terminal name before the + first --. This allows _s_u_n to match both _s_u_n and _s_u_n_-_c_m_d, for instance. aapppplliiccaattiioonn The aapppplliiccaattiioonn construct is used to include application- specific settings. Each program using the readline - library sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization + library sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization file can test for a particular value. This could be used - to bind key sequences to functions useful for a specific - program. For instance, the following command adds a key - sequence that quotes the current or previous word in + to bind key sequences to functions useful for a specific + program. For instance, the following command adds a key + sequence that quotes the current or previous word in bbaasshh: $$iiff Bash @@ -3260,51 +3263,51 @@ RREEAADDLLIINNEE test fails. $$iinncclluuddee - This directive takes a single filename as an argument and reads - commands and bindings from that file. For example, the follow- + This directive takes a single filename as an argument and reads + commands and bindings from that file. For example, the follow- ing directive would read _/_e_t_c_/_i_n_p_u_t_r_c: $$iinncclluuddee _/_e_t_c_/_i_n_p_u_t_r_c SSeeaarrcchhiinngg - Readline provides commands for searching through the command history + Readline provides commands for searching through the command history (see HHIISSTTOORRYY below) for lines containing a specified string. There are two search modes: _i_n_c_r_e_m_e_n_t_a_l and _n_o_n_-_i_n_c_r_e_m_e_n_t_a_l. - Incremental searches begin before the user has finished typing the - search string. As each character of the search string is typed, read- + Incremental searches begin before the user has finished typing the + search string. As each character of the search string is typed, read- line displays the next entry from the history matching the string typed - so far. An incremental search requires only as many characters as - needed to find the desired history entry. The characters present in - the value of the iisseeaarrcchh--tteerrmmiinnaattoorrss variable are used to terminate an + so far. An incremental search requires only as many characters as + needed to find the desired history entry. The characters present in + the value of the iisseeaarrcchh--tteerrmmiinnaattoorrss variable are used to terminate an incremental search. If that variable has not been assigned a value the - Escape and Control-J characters will terminate an incremental search. - Control-G will abort an incremental search and restore the original - line. When the search is terminated, the history entry containing the + Escape and Control-J characters will terminate an incremental search. + Control-G will abort an incremental search and restore the original + line. When the search is terminated, the history entry containing the search string becomes the current line. - To find other matching entries in the history list, type Control-S or - Control-R as appropriate. This will search backward or forward in the - history for the next entry matching the search string typed so far. - Any other key sequence bound to a readline command will terminate the - search and execute that command. For instance, a _n_e_w_l_i_n_e will termi- + To find other matching entries in the history list, type Control-S or + Control-R as appropriate. This will search backward or forward in the + history for the next entry matching the search string typed so far. + Any other key sequence bound to a readline command will terminate the + search and execute that command. For instance, a _n_e_w_l_i_n_e will termi- nate the search and accept the line, thereby executing the command from the history list. Readline remembers the last incremental search string. If two Control- - Rs are typed without any intervening characters defining a new search + Rs are typed without any intervening characters defining a new search string, any remembered search string is used. - Non-incremental searches read the entire search string before starting - to search for matching history lines. The search string may be typed + Non-incremental searches read the entire search string before starting + to search for matching history lines. The search string may be typed by the user or be part of the contents of the current line. RReeaaddlliinnee CCoommmmaanndd NNaammeess - The following is a list of the names of the commands and the default + The following is a list of the names of the commands and the default key sequences to which they are bound. Command names without an accom- panying key sequence are unbound by default. In the following descrip- - tions, _p_o_i_n_t refers to the current cursor position, and _m_a_r_k refers to - a cursor position saved by the sseett--mmaarrkk command. The text between the + tions, _p_o_i_n_t refers to the current cursor position, and _m_a_r_k refers to + a cursor position saved by the sseett--mmaarrkk command. The text between the point and mark is referred to as the _r_e_g_i_o_n. CCoommmmaannddss ffoorr MMoovviinngg @@ -3320,17 +3323,17 @@ RREEAADDLLIINNEE Move forward to the end of the next word. Words are composed of alphanumeric characters (letters and digits). bbaacckkwwaarrdd--wwoorrdd ((MM--bb)) - Move back to the start of the current or previous word. Words + Move back to the start of the current or previous word. Words are composed of alphanumeric characters (letters and digits). sshheellll--ffoorrwwaarrdd--wwoorrdd - Move forward to the end of the next word. Words are delimited + Move forward to the end of the next word. Words are delimited by non-quoted shell metacharacters. sshheellll--bbaacckkwwaarrdd--wwoorrdd - Move back to the start of the current or previous word. Words + Move back to the start of the current or previous word. Words are delimited by non-quoted shell metacharacters. cclleeaarr--ssccrreeeenn ((CC--ll)) - Clear the screen leaving the current line at the top of the - screen. With an argument, refresh the current line without + Clear the screen leaving the current line at the top of the + screen. With an argument, refresh the current line without clearing the screen. rreeddrraaww--ccuurrrreenntt--lliinnee Refresh the current line. @@ -3338,60 +3341,60 @@ RREEAADDLLIINNEE CCoommmmaannddss ffoorr MMaanniippuullaattiinngg tthhee HHiissttoorryy aacccceepptt--lliinnee ((NNeewwlliinnee,, RReettuurrnn)) Accept the line regardless of where the cursor is. If this line - is non-empty, add it to the history list according to the state - of the HHIISSTTCCOONNTTRROOLL variable. If the line is a modified history + is non-empty, add it to the history list according to the state + of the HHIISSTTCCOONNTTRROOLL variable. If the line is a modified history line, then restore the history line to its original state. pprreevviioouuss--hhiissttoorryy ((CC--pp)) Fetch the previous command from the history list, moving back in the list. nneexxtt--hhiissttoorryy ((CC--nn)) - Fetch the next command from the history list, moving forward in + Fetch the next command from the history list, moving forward in the list. bbeeggiinnnniinngg--ooff--hhiissttoorryy ((MM--<<)) Move to the first line in the history. eenndd--ooff--hhiissttoorryy ((MM-->>)) - Move to the end of the input history, i.e., the line currently + Move to the end of the input history, i.e., the line currently being entered. rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((CC--rr)) - Search backward starting at the current line and moving `up' - through the history as necessary. This is an incremental + Search backward starting at the current line and moving `up' + through the history as necessary. This is an incremental search. ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((CC--ss)) - Search forward starting at the current line and moving `down' - through the history as necessary. This is an incremental + Search forward starting at the current line and moving `down' + through the history as necessary. This is an incremental search. nnoonn--iinnccrreemmeennttaall--rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((MM--pp)) Search backward through the history starting at the current line - using a non-incremental search for a string supplied by the + using a non-incremental search for a string supplied by the user. nnoonn--iinnccrreemmeennttaall--ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((MM--nn)) - Search forward through the history using a non-incremental + Search forward through the history using a non-incremental search for a string supplied by the user. hhiissttoorryy--sseeaarrcchh--ffoorrwwaarrdd - Search forward through the history for the string of characters - between the start of the current line and the point. This is a + Search forward through the history for the string of characters + between the start of the current line and the point. This is a non-incremental search. hhiissttoorryy--sseeaarrcchh--bbaacckkwwaarrdd Search backward through the history for the string of characters - between the start of the current line and the point. This is a + between the start of the current line and the point. This is a non-incremental search. yyaannkk--nntthh--aarrgg ((MM--CC--yy)) - Insert the first argument to the previous command (usually the + Insert the first argument to the previous command (usually the second word on the previous line) at point. With an argument _n, - insert the _nth word from the previous command (the words in the - previous command begin with word 0). A negative argument + insert the _nth word from the previous command (the words in the + previous command begin with word 0). A negative argument inserts the _nth word from the end of the previous command. Once - the argument _n is computed, the argument is extracted as if the + the argument _n is computed, the argument is extracted as if the "!_n" history expansion had been specified. yyaannkk--llaasstt--aarrgg ((MM--..,, MM--__)) - Insert the last argument to the previous command (the last word + Insert the last argument to the previous command (the last word of the previous history entry). With a numeric argument, behave - exactly like yyaannkk--nntthh--aarrgg. Successive calls to yyaannkk--llaasstt--aarrgg - move back through the history list, inserting the last word (or - the word specified by the argument to the first call) of each + exactly like yyaannkk--nntthh--aarrgg. Successive calls to yyaannkk--llaasstt--aarrgg + move back through the history list, inserting the last word (or + the word specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive - calls determines the direction to move through the history. A - negative argument switches the direction through the history + calls determines the direction to move through the history. A + negative argument switches the direction through the history (back or forward). The history expansion facilities are used to extract the last word, as if the "!$" history expansion had been specified. @@ -3400,79 +3403,79 @@ RREEAADDLLIINNEE tory expansion as well as all of the shell word expansions. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. hhiissttoorryy--eexxppaanndd--lliinnee ((MM--^^)) - Perform history expansion on the current line. See HHIISSTTOORRYY + Perform history expansion on the current line. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. mmaaggiicc--ssppaaccee - Perform history expansion on the current line and insert a + Perform history expansion on the current line and insert a space. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. aalliiaass--eexxppaanndd--lliinnee - Perform alias expansion on the current line. See AALLIIAASSEESS above + Perform alias expansion on the current line. See AALLIIAASSEESS above for a description of alias expansion. hhiissttoorryy--aanndd--aalliiaass--eexxppaanndd--lliinnee Perform history and alias expansion on the current line. iinnsseerrtt--llaasstt--aarrgguummeenntt ((MM--..,, MM--__)) A synonym for yyaannkk--llaasstt--aarrgg. ooppeerraattee--aanndd--ggeett--nneexxtt ((CC--oo)) - Accept the current line for execution and fetch the next line - relative to the current line from the history for editing. Any + Accept the current line for execution and fetch the next line + relative to the current line from the history for editing. Any argument is ignored. eeddiitt--aanndd--eexxeeccuuttee--ccoommmmaanndd ((CC--xxCC--ee)) - Invoke an editor on the current command line, and execute the - result as shell commands. BBaasshh attempts to invoke $$VVIISSUUAALL, + Invoke an editor on the current command line, and execute the + result as shell commands. BBaasshh attempts to invoke $$VVIISSUUAALL, $$EEDDIITTOORR, and _e_m_a_c_s as the editor, in that order. CCoommmmaannddss ffoorr CChhaannggiinngg TTeexxtt _e_n_d_-_o_f_-_f_i_l_e ((uussuuaallllyy CC--dd)) - The character indicating end-of-file as set, for example, by - ``stty''. If this character is read when there are no charac- - ters on the line, and point is at the beginning of the line, + The character indicating end-of-file as set, for example, by + ``stty''. If this character is read when there are no charac- + ters on the line, and point is at the beginning of the line, Readline interprets it as the end of input and returns EEOOFF. ddeelleettee--cchhaarr ((CC--dd)) Delete the character at point. If this function is bound to the same character as the tty EEOOFF character, as CC--dd commonly is, see above for the effects. bbaacckkwwaarrdd--ddeelleettee--cchhaarr ((RRuubboouutt)) - Delete the character behind the cursor. When given a numeric + Delete the character behind the cursor. When given a numeric argument, save the deleted text on the kill ring. ffoorrwwaarrdd--bbaacckkwwaarrdd--ddeelleettee--cchhaarr - Delete the character under the cursor, unless the cursor is at + Delete the character under the cursor, unless the cursor is at the end of the line, in which case the character behind the cur- sor is deleted. qquuootteedd--iinnsseerrtt ((CC--qq,, CC--vv)) - Add the next character typed to the line verbatim. This is how + Add the next character typed to the line verbatim. This is how to insert characters like CC--qq, for example. ttaabb--iinnsseerrtt ((CC--vv TTAABB)) Insert a tab character. sseellff--iinnsseerrtt ((aa,, bb,, AA,, 11,, !!,, ......)) Insert the character typed. ttrraannssppoossee--cchhaarrss ((CC--tt)) - Drag the character before point forward over the character at - point, moving point forward as well. If point is at the end of - the line, then this transposes the two characters before point. + Drag the character before point forward over the character at + point, moving point forward as well. If point is at the end of + the line, then this transposes the two characters before point. Negative arguments have no effect. ttrraannssppoossee--wwoorrddss ((MM--tt)) - Drag the word before point past the word after point, moving - point over that word as well. If point is at the end of the + Drag the word before point past the word after point, moving + point over that word as well. If point is at the end of the line, this transposes the last two words on the line. uuppccaassee--wwoorrdd ((MM--uu)) - Uppercase the current (or following) word. With a negative + Uppercase the current (or following) word. With a negative argument, uppercase the previous word, but do not move point. ddoowwnnccaassee--wwoorrdd ((MM--ll)) - Lowercase the current (or following) word. With a negative + Lowercase the current (or following) word. With a negative argument, lowercase the previous word, but do not move point. ccaappiittaalliizzee--wwoorrdd ((MM--cc)) - Capitalize the current (or following) word. With a negative + Capitalize the current (or following) word. With a negative argument, capitalize the previous word, but do not move point. oovveerrwwrriittee--mmooddee - Toggle overwrite mode. With an explicit positive numeric argu- + Toggle overwrite mode. With an explicit positive numeric argu- ment, switches to overwrite mode. With an explicit non-positive numeric argument, switches to insert mode. This command affects - only eemmaaccss mode; vvii mode does overwrite differently. Each call + only eemmaaccss mode; vvii mode does overwrite differently. Each call to _r_e_a_d_l_i_n_e_(_) starts in insert mode. In overwrite mode, charac- - ters bound to sseellff--iinnsseerrtt replace the text at point rather than - pushing the text to the right. Characters bound to bbaacckk-- - wwaarrdd--ddeelleettee--cchhaarr replace the character before point with a + ters bound to sseellff--iinnsseerrtt replace the text at point rather than + pushing the text to the right. Characters bound to bbaacckk-- + wwaarrdd--ddeelleettee--cchhaarr replace the character before point with a space. By default, this command is unbound. KKiilllliinngg aanndd YYaannkkiinngg @@ -3481,31 +3484,31 @@ RREEAADDLLIINNEE bbaacckkwwaarrdd--kkiillll--lliinnee ((CC--xx RRuubboouutt)) Kill backward to the beginning of the line. uunniixx--lliinnee--ddiissccaarrdd ((CC--uu)) - Kill backward from point to the beginning of the line. The + Kill backward from point to the beginning of the line. The killed text is saved on the kill-ring. kkiillll--wwhhoollee--lliinnee - Kill all characters on the current line, no matter where point + Kill all characters on the current line, no matter where point is. kkiillll--wwoorrdd ((MM--dd)) - Kill from point to the end of the current word, or if between - words, to the end of the next word. Word boundaries are the - same as those used by ffoorrwwaarrdd--wwoorrdd. - bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) - Kill the word behind point. Word boundaries are the same as - those used by bbaacckkwwaarrdd--wwoorrdd. - sshheellll--kkiillll--wwoorrdd Kill from point to the end of the current word, or if between words, to the end of the next word. Word boundaries are the + same as those used by ffoorrwwaarrdd--wwoorrdd. + bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) + Kill the word behind point. Word boundaries are the same as + those used by bbaacckkwwaarrdd--wwoorrdd. + sshheellll--kkiillll--wwoorrdd + Kill from point to the end of the current word, or if between + words, to the end of the next word. Word boundaries are the same as those used by sshheellll--ffoorrwwaarrdd--wwoorrdd. sshheellll--bbaacckkwwaarrdd--kkiillll--wwoorrdd - Kill the word behind point. Word boundaries are the same as + Kill the word behind point. Word boundaries are the same as those used by sshheellll--bbaacckkwwaarrdd--wwoorrdd. uunniixx--wwoorrdd--rruubboouutt ((CC--ww)) - Kill the word behind point, using white space as a word bound- + Kill the word behind point, using white space as a word bound- ary. The killed text is saved on the kill-ring. uunniixx--ffiilleennaammee--rruubboouutt - Kill the word behind point, using white space and the slash - character as the word boundaries. The killed text is saved on + Kill the word behind point, using white space and the slash + character as the word boundaries. The killed text is saved on the kill-ring. ddeelleettee--hhoorriizzoonnttaall--ssppaaccee ((MM--\\)) Delete all spaces and tabs around point. @@ -3514,65 +3517,65 @@ RREEAADDLLIINNEE ccooppyy--rreeggiioonn--aass--kkiillll Copy the text in the region to the kill buffer. ccooppyy--bbaacckkwwaarrdd--wwoorrdd - Copy the word before point to the kill buffer. The word bound- + Copy the word before point to the kill buffer. The word bound- aries are the same as bbaacckkwwaarrdd--wwoorrdd. ccooppyy--ffoorrwwaarrdd--wwoorrdd - Copy the word following point to the kill buffer. The word + Copy the word following point to the kill buffer. The word boundaries are the same as ffoorrwwaarrdd--wwoorrdd. yyaannkk ((CC--yy)) Yank the top of the kill ring into the buffer at point. yyaannkk--ppoopp ((MM--yy)) - Rotate the kill ring, and yank the new top. Only works follow- + Rotate the kill ring, and yank the new top. Only works follow- ing yyaannkk or yyaannkk--ppoopp. NNuummeerriicc AArrgguummeennttss ddiiggiitt--aarrgguummeenntt ((MM--00,, MM--11,, ......,, MM----)) - Add this digit to the argument already accumulating, or start a + Add this digit to the argument already accumulating, or start a new argument. M-- starts a negative argument. uunniivveerrssaall--aarrgguummeenntt - This is another way to specify an argument. If this command is - followed by one or more digits, optionally with a leading minus - sign, those digits define the argument. If the command is fol- - lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt again ends the - numeric argument, but is otherwise ignored. As a special case, - if this command is immediately followed by a character that is - neither a digit nor minus sign, the argument count for the next - command is multiplied by four. The argument count is initially - one, so executing this function the first time makes the argu- + This is another way to specify an argument. If this command is + followed by one or more digits, optionally with a leading minus + sign, those digits define the argument. If the command is fol- + lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt again ends the + numeric argument, but is otherwise ignored. As a special case, + if this command is immediately followed by a character that is + neither a digit nor minus sign, the argument count for the next + command is multiplied by four. The argument count is initially + one, so executing this function the first time makes the argu- ment count four, a second time makes the argument count sixteen, and so on. CCoommpplleettiinngg ccoommpplleettee ((TTAABB)) - Attempt to perform completion on the text before point. BBaasshh + Attempt to perform completion on the text before point. BBaasshh attempts completion treating the text as a variable (if the text - begins with $$), username (if the text begins with ~~), hostname - (if the text begins with @@), or command (including aliases and + begins with $$), username (if the text begins with ~~), hostname + (if the text begins with @@), or command (including aliases and functions) in turn. If none of these produces a match, filename completion is attempted. ppoossssiibbllee--ccoommpplleettiioonnss ((MM--??)) List the possible completions of the text before point. iinnsseerrtt--ccoommpplleettiioonnss ((MM--**)) - Insert all completions of the text before point that would have + Insert all completions of the text before point that would have been generated by ppoossssiibbllee--ccoommpplleettiioonnss. mmeennuu--ccoommpplleettee - Similar to ccoommpplleettee, but replaces the word to be completed with - a single match from the list of possible completions. Repeated - execution of mmeennuu--ccoommpplleettee steps through the list of possible - completions, inserting each match in turn. At the end of the + Similar to ccoommpplleettee, but replaces the word to be completed with + a single match from the list of possible completions. Repeated + execution of mmeennuu--ccoommpplleettee steps through the list of possible + completions, inserting each match in turn. At the end of the list of completions, the bell is rung (subject to the setting of bbeellll--ssttyyllee) and the original text is restored. An argument of _n - moves _n positions forward in the list of matches; a negative - argument may be used to move backward through the list. This - command is intended to be bound to TTAABB, but is unbound by + moves _n positions forward in the list of matches; a negative + argument may be used to move backward through the list. This + command is intended to be bound to TTAABB, but is unbound by default. mmeennuu--ccoommpplleettee--bbaacckkwwaarrdd - Identical to mmeennuu--ccoommpplleettee, but moves backward through the list - of possible completions, as if mmeennuu--ccoommpplleettee had been given a + Identical to mmeennuu--ccoommpplleettee, but moves backward through the list + of possible completions, as if mmeennuu--ccoommpplleettee had been given a negative argument. This command is unbound by default. ddeelleettee--cchhaarr--oorr--lliisstt - Deletes the character under the cursor if not at the beginning - or end of the line (like ddeelleettee--cchhaarr). If at the end of the + Deletes the character under the cursor if not at the beginning + or end of the line (like ddeelleettee--cchhaarr). If at the end of the line, behaves identically to ppoossssiibbllee--ccoommpplleettiioonnss. This command is unbound by default. ccoommpplleettee--ffiilleennaammee ((MM--//)) @@ -3581,263 +3584,263 @@ RREEAADDLLIINNEE List the possible completions of the text before point, treating it as a filename. ccoommpplleettee--uusseerrnnaammee ((MM--~~)) - Attempt completion on the text before point, treating it as a + Attempt completion on the text before point, treating it as a username. ppoossssiibbllee--uusseerrnnaammee--ccoommpplleettiioonnss ((CC--xx ~~)) List the possible completions of the text before point, treating it as a username. ccoommpplleettee--vvaarriiaabbllee ((MM--$$)) - Attempt completion on the text before point, treating it as a + Attempt completion on the text before point, treating it as a shell variable. ppoossssiibbllee--vvaarriiaabbllee--ccoommpplleettiioonnss ((CC--xx $$)) List the possible completions of the text before point, treating it as a shell variable. ccoommpplleettee--hhoossttnnaammee ((MM--@@)) - Attempt completion on the text before point, treating it as a + Attempt completion on the text before point, treating it as a hostname. ppoossssiibbllee--hhoossttnnaammee--ccoommpplleettiioonnss ((CC--xx @@)) List the possible completions of the text before point, treating it as a hostname. ccoommpplleettee--ccoommmmaanndd ((MM--!!)) - Attempt completion on the text before point, treating it as a - command name. Command completion attempts to match the text - against aliases, reserved words, shell functions, shell + Attempt completion on the text before point, treating it as a + command name. Command completion attempts to match the text + against aliases, reserved words, shell functions, shell builtins, and finally executable filenames, in that order. ppoossssiibbllee--ccoommmmaanndd--ccoommpplleettiioonnss ((CC--xx !!)) List the possible completions of the text before point, treating it as a command name. ddyynnaammiicc--ccoommpplleettee--hhiissttoorryy ((MM--TTAABB)) - Attempt completion on the text before point, comparing the text - against lines from the history list for possible completion + Attempt completion on the text before point, comparing the text + against lines from the history list for possible completion matches. ddaabbbbrreevv--eexxppaanndd - Attempt menu completion on the text before point, comparing the + Attempt menu completion on the text before point, comparing the text against lines from the history list for possible completion matches. ccoommpplleettee--iinnttoo--bbrraacceess ((MM--{{)) Perform filename completion and insert the list of possible com- - pletions enclosed within braces so the list is available to the + pletions enclosed within braces so the list is available to the shell (see BBrraaccee EExxppaannssiioonn above). KKeeyybbooaarrdd MMaaccrrooss ssttaarrtt--kkbbdd--mmaaccrroo ((CC--xx (()) - Begin saving the characters typed into the current keyboard + Begin saving the characters typed into the current keyboard macro. eenndd--kkbbdd--mmaaccrroo ((CC--xx )))) Stop saving the characters typed into the current keyboard macro and store the definition. ccaallll--llaasstt--kkbbdd--mmaaccrroo ((CC--xx ee)) - Re-execute the last keyboard macro defined, by making the char- + Re-execute the last keyboard macro defined, by making the char- acters in the macro appear as if typed at the keyboard. pprriinntt--llaasstt--kkbbdd--mmaaccrroo (()) - Print the last keyboard macro defined in a format suitable for + Print the last keyboard macro defined in a format suitable for the _i_n_p_u_t_r_c file. MMiisscceellllaanneeoouuss rree--rreeaadd--iinniitt--ffiillee ((CC--xx CC--rr)) - Read in the contents of the _i_n_p_u_t_r_c file, and incorporate any + Read in the contents of the _i_n_p_u_t_r_c file, and incorporate any bindings or variable assignments found there. aabboorrtt ((CC--gg)) - Abort the current editing command and ring the terminal's bell + Abort the current editing command and ring the terminal's bell (subject to the setting of bbeellll--ssttyyllee). ddoo--uuppppeerrccaassee--vveerrssiioonn ((MM--aa,, MM--bb,, MM--_x,, ......)) - If the metafied character _x is lowercase, run the command that + If the metafied character _x is lowercase, run the command that is bound to the corresponding uppercase character. pprreeffiixx--mmeettaa ((EESSCC)) Metafy the next character typed. EESSCC ff is equivalent to MMeettaa--ff. uunnddoo ((CC--__,, CC--xx CC--uu)) Incremental undo, separately remembered for each line. rreevveerrtt--lliinnee ((MM--rr)) - Undo all changes made to this line. This is like executing the - uunnddoo command enough times to return the line to its initial + Undo all changes made to this line. This is like executing the + uunnddoo command enough times to return the line to its initial state. ttiillddee--eexxppaanndd ((MM--&&)) Perform tilde expansion on the current word. sseett--mmaarrkk ((CC--@@,, MM--<>)) - Set the mark to the point. If a numeric argument is supplied, + Set the mark to the point. If a numeric argument is supplied, the mark is set to that position. eexxcchhaannggee--ppooiinntt--aanndd--mmaarrkk ((CC--xx CC--xx)) - Swap the point with the mark. The current cursor position is - set to the saved position, and the old cursor position is saved + Swap the point with the mark. The current cursor position is + set to the saved position, and the old cursor position is saved as the mark. cchhaarraacctteerr--sseeaarrcchh ((CC--]])) A character is read and point is moved to the next occurrence of - that character. A negative count searches for previous occur- + that character. A negative count searches for previous occur- rences. cchhaarraacctteerr--sseeaarrcchh--bbaacckkwwaarrdd ((MM--CC--]])) - A character is read and point is moved to the previous occur- - rence of that character. A negative count searches for subse- + A character is read and point is moved to the previous occur- + rence of that character. A negative count searches for subse- quent occurrences. sskkiipp--ccssii--sseeqquueennccee - Read enough characters to consume a multi-key sequence such as - those defined for keys like Home and End. Such sequences begin + Read enough characters to consume a multi-key sequence such as + those defined for keys like Home and End. Such sequences begin with a Control Sequence Indicator (CSI), usually ESC-[. If this - sequence is bound to "\[", keys producing such sequences will - have no effect unless explicitly bound to a readline command, - instead of inserting stray characters into the editing buffer. + sequence is bound to "\[", keys producing such sequences will + have no effect unless explicitly bound to a readline command, + instead of inserting stray characters into the editing buffer. This is unbound by default, but usually bound to ESC-[. iinnsseerrtt--ccoommmmeenntt ((MM--##)) - Without a numeric argument, the value of the readline ccoomm-- - mmeenntt--bbeeggiinn variable is inserted at the beginning of the current + Without a numeric argument, the value of the readline ccoomm-- + mmeenntt--bbeeggiinn variable is inserted at the beginning of the current line. If a numeric argument is supplied, this command acts as a - toggle: if the characters at the beginning of the line do not - match the value of ccoommmmeenntt--bbeeggiinn, the value is inserted, other- + toggle: if the characters at the beginning of the line do not + match the value of ccoommmmeenntt--bbeeggiinn, the value is inserted, other- wise the characters in ccoommmmeenntt--bbeeggiinn are deleted from the begin- - ning of the line. In either case, the line is accepted as if a - newline had been typed. The default value of ccoommmmeenntt--bbeeggiinn - causes this command to make the current line a shell comment. - If a numeric argument causes the comment character to be + ning of the line. In either case, the line is accepted as if a + newline had been typed. The default value of ccoommmmeenntt--bbeeggiinn + causes this command to make the current line a shell comment. + If a numeric argument causes the comment character to be removed, the line will be executed by the shell. gglloobb--ccoommpplleettee--wwoorrdd ((MM--gg)) - The word before point is treated as a pattern for pathname - expansion, with an asterisk implicitly appended. This pattern - is used to generate a list of matching filenames for possible + The word before point is treated as a pattern for pathname + expansion, with an asterisk implicitly appended. This pattern + is used to generate a list of matching filenames for possible completions. gglloobb--eexxppaanndd--wwoorrdd ((CC--xx **)) - The word before point is treated as a pattern for pathname - expansion, and the list of matching filenames is inserted, - replacing the word. If a numeric argument is supplied, an + The word before point is treated as a pattern for pathname + expansion, and the list of matching filenames is inserted, + replacing the word. If a numeric argument is supplied, an asterisk is appended before pathname expansion. gglloobb--lliisstt--eexxppaannssiioonnss ((CC--xx gg)) - The list of expansions that would have been generated by - gglloobb--eexxppaanndd--wwoorrdd is displayed, and the line is redrawn. If a - numeric argument is supplied, an asterisk is appended before + The list of expansions that would have been generated by + gglloobb--eexxppaanndd--wwoorrdd is displayed, and the line is redrawn. If a + numeric argument is supplied, an asterisk is appended before pathname expansion. dduummpp--ffuunnccttiioonnss - Print all of the functions and their key bindings to the read- + Print all of the functions and their key bindings to the read- line output stream. If a numeric argument is supplied, the out- - put is formatted in such a way that it can be made part of an + put is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. dduummpp--vvaarriiaabblleess Print all of the settable readline variables and their values to - the readline output stream. If a numeric argument is supplied, - the output is formatted in such a way that it can be made part + the readline output stream. If a numeric argument is supplied, + the output is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. dduummpp--mmaaccrrooss - Print all of the readline key sequences bound to macros and the - strings they output. If a numeric argument is supplied, the + Print all of the readline key sequences bound to macros and the + strings they output. If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. ddiissppllaayy--sshheellll--vveerrssiioonn ((CC--xx CC--vv)) Display version information about the current instance of bbaasshh. PPrrooggrraammmmaabbllee CCoommpplleettiioonn - When word completion is attempted for an argument to a command for - which a completion specification (a _c_o_m_p_s_p_e_c) has been defined using - the ccoommpplleettee builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the program- + When word completion is attempted for an argument to a command for + which a completion specification (a _c_o_m_p_s_p_e_c) has been defined using + the ccoommpplleettee builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the program- mable completion facilities are invoked. - First, the command name is identified. If the command word is the - empty string (completion attempted at the beginning of an empty line), - any compspec defined with the --EE option to ccoommpplleettee is used. If a - compspec has been defined for that command, the compspec is used to + First, the command name is identified. If the command word is the + empty string (completion attempted at the beginning of an empty line), + any compspec defined with the --EE option to ccoommpplleettee is used. If a + compspec has been defined for that command, the compspec is used to generate the list of possible completions for the word. If the command - word is a full pathname, a compspec for the full pathname is searched - for first. If no compspec is found for the full pathname, an attempt - is made to find a compspec for the portion following the final slash. - If those searches do not result in a compspec, any compspec defined + word is a full pathname, a compspec for the full pathname is searched + for first. If no compspec is found for the full pathname, an attempt + is made to find a compspec for the portion following the final slash. + If those searches do not result in a compspec, any compspec defined with the --DD option to ccoommpplleettee is used as the default. - Once a compspec has been found, it is used to generate the list of - matching words. If a compspec is not found, the default bbaasshh comple- + Once a compspec has been found, it is used to generate the list of + matching words. If a compspec is not found, the default bbaasshh comple- tion as described above under CCoommpplleettiinngg is performed. - First, the actions specified by the compspec are used. Only matches - which are prefixed by the word being completed are returned. When the - --ff or --dd option is used for filename or directory name completion, the + First, the actions specified by the compspec are used. Only matches + which are prefixed by the word being completed are returned. When the + --ff or --dd option is used for filename or directory name completion, the shell variable FFIIGGNNOORREE is used to filter the matches. - Any completions specified by a pathname expansion pattern to the --GG + Any completions specified by a pathname expansion pattern to the --GG option are generated next. The words generated by the pattern need not - match the word being completed. The GGLLOOBBIIGGNNOORREE shell variable is not + match the word being completed. The GGLLOOBBIIGGNNOORREE shell variable is not used to filter the matches, but the FFIIGGNNOORREE variable is used. - Next, the string specified as the argument to the --WW option is consid- - ered. The string is first split using the characters in the IIFFSS spe- - cial variable as delimiters. Shell quoting is honored. Each word is - then expanded using brace expansion, tilde expansion, parameter and - variable expansion, command substitution, and arithmetic expansion, as + Next, the string specified as the argument to the --WW option is consid- + ered. The string is first split using the characters in the IIFFSS spe- + cial variable as delimiters. Shell quoting is honored. Each word is + then expanded using brace expansion, tilde expansion, parameter and + variable expansion, command substitution, and arithmetic expansion, as described above under EEXXPPAANNSSIIOONN. The results are split using the rules described above under WWoorrdd SSpplliittttiinngg. The results of the expansion are prefix-matched against the word being completed, and the matching words become the possible completions. - After these matches have been generated, any shell function or command - specified with the --FF and --CC options is invoked. When the command or + After these matches have been generated, any shell function or command + specified with the --FF and --CC options is invoked. When the command or function is invoked, the CCOOMMPP__LLIINNEE, CCOOMMPP__PPOOIINNTT, CCOOMMPP__KKEEYY, and CCOOMMPP__TTYYPPEE variables are assigned values as described above under SShheellll VVaarriiaabblleess. - If a shell function is being invoked, the CCOOMMPP__WWOORRDDSS and CCOOMMPP__CCWWOORRDD - variables are also set. When the function or command is invoked, the - first argument ($$11) is the name of the command whose arguments are - being completed, the second argument ($$22) is the word being completed, - and the third argument ($$33) is the word preceding the word being com- + If a shell function is being invoked, the CCOOMMPP__WWOORRDDSS and CCOOMMPP__CCWWOORRDD + variables are also set. When the function or command is invoked, the + first argument ($$11) is the name of the command whose arguments are + being completed, the second argument ($$22) is the word being completed, + and the third argument ($$33) is the word preceding the word being com- pleted on the current command line. No filtering of the generated com- pletions against the word being completed is performed; the function or command has complete freedom in generating the matches. - Any function specified with --FF is invoked first. The function may use - any of the shell facilities, including the ccoommppggeenn builtin described - below, to generate the matches. It must put the possible completions + Any function specified with --FF is invoked first. The function may use + any of the shell facilities, including the ccoommppggeenn builtin described + below, to generate the matches. It must put the possible completions in the CCOOMMPPRREEPPLLYY array variable, one per array element. - Next, any command specified with the --CC option is invoked in an envi- - ronment equivalent to command substitution. It should print a list of - completions, one per line, to the standard output. Backslash may be + Next, any command specified with the --CC option is invoked in an envi- + ronment equivalent to command substitution. It should print a list of + completions, one per line, to the standard output. Backslash may be used to escape a newline, if necessary. - After all of the possible completions are generated, any filter speci- - fied with the --XX option is applied to the list. The filter is a pat- - tern as used for pathname expansion; a && in the pattern is replaced - with the text of the word being completed. A literal && may be escaped - with a backslash; the backslash is removed before attempting a match. - Any completion that matches the pattern will be removed from the list. + After all of the possible completions are generated, any filter speci- + fied with the --XX option is applied to the list. The filter is a pat- + tern as used for pathname expansion; a && in the pattern is replaced + with the text of the word being completed. A literal && may be escaped + with a backslash; the backslash is removed before attempting a match. + Any completion that matches the pattern will be removed from the list. A leading !! negates the pattern; in this case any completion not match- - ing the pattern will be removed. If the nnooccaasseemmaattcchh shell option is - enabled, the match is performed without regard to the case of alpha- + ing the pattern will be removed. If the nnooccaasseemmaattcchh shell option is + enabled, the match is performed without regard to the case of alpha- betic characters. Finally, any prefix and suffix specified with the --PP and --SS options are added to each member of the completion list, and the result is returned to the readline completion code as the list of possible completions. - If the previously-applied actions do not generate any matches, and the - --oo ddiirrnnaammeess option was supplied to ccoommpplleettee when the compspec was + If the previously-applied actions do not generate any matches, and the + --oo ddiirrnnaammeess option was supplied to ccoommpplleettee when the compspec was defined, directory name completion is attempted. - If the --oo pplluussddiirrss option was supplied to ccoommpplleettee when the compspec + If the --oo pplluussddiirrss option was supplied to ccoommpplleettee when the compspec was defined, directory name completion is attempted and any matches are added to the results of the other actions. - By default, if a compspec is found, whatever it generates is returned - to the completion code as the full set of possible completions. The + By default, if a compspec is found, whatever it generates is returned + to the completion code as the full set of possible completions. The default bbaasshh completions are not attempted, and the readline default of filename completion is disabled. If the --oo bbaasshhddeeffaauulltt option was sup- - plied to ccoommpplleettee when the compspec was defined, the bbaasshh default com- + plied to ccoommpplleettee when the compspec was defined, the bbaasshh default com- pletions are attempted if the compspec generates no matches. If the --oo - ddeeffaauulltt option was supplied to ccoommpplleettee when the compspec was defined, - readline's default completion will be performed if the compspec (and, + ddeeffaauulltt option was supplied to ccoommpplleettee when the compspec was defined, + readline's default completion will be performed if the compspec (and, if attempted, the default bbaasshh completions) generate no matches. - When a compspec indicates that directory name completion is desired, - the programmable completion functions force readline to append a slash - to completed names which are symbolic links to directories, subject to - the value of the mmaarrkk--ddiirreeccttoorriieess readline variable, regardless of the + When a compspec indicates that directory name completion is desired, + the programmable completion functions force readline to append a slash + to completed names which are symbolic links to directories, subject to + the value of the mmaarrkk--ddiirreeccttoorriieess readline variable, regardless of the setting of the mmaarrkk--ssyymmlliinnkkeedd--ddiirreeccttoorriieess readline variable. - There is some support for dynamically modifying completions. This is - most useful when used in combination with a default completion speci- - fied with ccoommpplleettee --DD. It's possible for shell functions executed as - completion handlers to indicate that completion should be retried by - returning an exit status of 124. If a shell function returns 124, and + There is some support for dynamically modifying completions. This is + most useful when used in combination with a default completion speci- + fied with ccoommpplleettee --DD. It's possible for shell functions executed as + completion handlers to indicate that completion should be retried by + returning an exit status of 124. If a shell function returns 124, and changes the compspec associated with the command on which completion is - being attempted (supplied as the first argument when the function is + being attempted (supplied as the first argument when the function is executed), programmable completion restarts from the beginning, with an - attempt to find a new compspec for that command. This allows a set of - completions to be built dynamically as completion is attempted, rather + attempt to find a new compspec for that command. This allows a set of + completions to be built dynamically as completion is attempted, rather than being loaded all at once. - For instance, assuming that there is a library of compspecs, each kept - in a file corresponding to the name of the command, the following + For instance, assuming that there is a library of compspecs, each kept + in a file corresponding to the name of the command, the following default completion function would load completions dynamically: _completion_loader() @@ -3848,161 +3851,161 @@ RREEAADDLLIINNEE HHIISSTTOORRYY - When the --oo hhiissttoorryy option to the sseett builtin is enabled, the shell + When the --oo hhiissttoorryy option to the sseett builtin is enabled, the shell provides access to the _c_o_m_m_a_n_d _h_i_s_t_o_r_y, the list of commands previously - typed. The value of the HHIISSTTSSIIZZEE variable is used as the number of + typed. The value of the HHIISSTTSSIIZZEE variable is used as the number of commands to save in a history list. The text of the last HHIISSTTSSIIZZEE com- - mands (default 500) is saved. The shell stores each command in the - history list prior to parameter and variable expansion (see EEXXPPAANNSSIIOONN - above) but after history expansion is performed, subject to the values + mands (default 500) is saved. The shell stores each command in the + history list prior to parameter and variable expansion (see EEXXPPAANNSSIIOONN + above) but after history expansion is performed, subject to the values of the shell variables HHIISSTTIIGGNNOORREE and HHIISSTTCCOONNTTRROOLL. On startup, the history is initialized from the file named by the vari- - able HHIISSTTFFIILLEE (default _~_/_._b_a_s_h___h_i_s_t_o_r_y). The file named by the value - of HHIISSTTFFIILLEE is truncated, if necessary, to contain no more than the - number of lines specified by the value of HHIISSTTFFIILLEESSIIZZEE. If HHIISSTTFFIILLEE-- - SSIIZZEE is unset, or set to null, a non-numeric value, or a numeric value - less than zero, the history file is not truncated. When the history - file is read, lines beginning with the history comment character fol- + able HHIISSTTFFIILLEE (default _~_/_._b_a_s_h___h_i_s_t_o_r_y). The file named by the value + of HHIISSTTFFIILLEE is truncated, if necessary, to contain no more than the + number of lines specified by the value of HHIISSTTFFIILLEESSIIZZEE. If HHIISSTTFFIILLEE-- + SSIIZZEE is unset, or set to null, a non-numeric value, or a numeric value + less than zero, the history file is not truncated. When the history + file is read, lines beginning with the history comment character fol- lowed immediately by a digit are interpreted as timestamps for the pre- ceding history line. These timestamps are optionally displayed depend- - ing on the value of the HHIISSTTTTIIMMEEFFOORRMMAATT variable. When a shell with - history enabled exits, the last $$HHIISSTTSSIIZZEE lines are copied from the - history list to $$HHIISSTTFFIILLEE. If the hhiissttaappppeenndd shell option is enabled - (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the - lines are appended to the history file, otherwise the history file is + ing on the value of the HHIISSTTTTIIMMEEFFOORRMMAATT variable. When a shell with + history enabled exits, the last $$HHIISSTTSSIIZZEE lines are copied from the + history list to $$HHIISSTTFFIILLEE. If the hhiissttaappppeenndd shell option is enabled + (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the + lines are appended to the history file, otherwise the history file is overwritten. If HHIISSTTFFIILLEE is unset, or if the history file is - unwritable, the history is not saved. If the HHIISSTTTTIIMMEEFFOORRMMAATT variable - is set, time stamps are written to the history file, marked with the - history comment character, so they may be preserved across shell ses- - sions. This uses the history comment character to distinguish time- + unwritable, the history is not saved. If the HHIISSTTTTIIMMEEFFOORRMMAATT variable + is set, time stamps are written to the history file, marked with the + history comment character, so they may be preserved across shell ses- + sions. This uses the history comment character to distinguish time- stamps from other history lines. After saving the history, the history file is truncated to contain no more than HHIISSTTFFIILLEESSIIZZEE lines. If HHIISSTT-- - FFIILLEESSIIZZEE is unset, or set to null, a non-numeric value, or a numeric + FFIILLEESSIIZZEE is unset, or set to null, a non-numeric value, or a numeric value less than zero, the history file is not truncated. - The builtin command ffcc (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) may be used + The builtin command ffcc (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) may be used to list or edit and re-execute a portion of the history list. The hhiiss-- - ttoorryy builtin may be used to display or modify the history list and - manipulate the history file. When using command-line editing, search - commands are available in each editing mode that provide access to the + ttoorryy builtin may be used to display or modify the history list and + manipulate the history file. When using command-line editing, search + commands are available in each editing mode that provide access to the history list. - The shell allows control over which commands are saved on the history + The shell allows control over which commands are saved on the history list. The HHIISSTTCCOONNTTRROOLL and HHIISSTTIIGGNNOORREE variables may be set to cause the shell to save only a subset of the commands entered. The ccmmddhhiisstt shell - option, if enabled, causes the shell to attempt to save each line of a - multi-line command in the same history entry, adding semicolons where - necessary to preserve syntactic correctness. The lliitthhiisstt shell option - causes the shell to save the command with embedded newlines instead of + option, if enabled, causes the shell to attempt to save each line of a + multi-line command in the same history entry, adding semicolons where + necessary to preserve syntactic correctness. The lliitthhiisstt shell option + causes the shell to save the command with embedded newlines instead of semicolons. See the description of the sshhoopptt builtin below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS for information on setting and unsetting shell options. HHIISSTTOORRYY EEXXPPAANNSSIIOONN - The shell supports a history expansion feature that is similar to the - history expansion in ccsshh.. This section describes what syntax features - are available. This feature is enabled by default for interactive + The shell supports a history expansion feature that is similar to the + history expansion in ccsshh.. This section describes what syntax features + are available. This feature is enabled by default for interactive shells, and can be disabled using the ++HH option to the sseett builtin com- mand (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). Non-interactive shells do not perform history expansion by default. History expansions introduce words from the history list into the input - stream, making it easy to repeat commands, insert the arguments to a + stream, making it easy to repeat commands, insert the arguments to a previous command into the current input line, or fix errors in previous commands quickly. - History expansion is performed immediately after a complete line is - read, before the shell breaks it into words. It takes place in two - parts. The first is to determine which line from the history list to + History expansion is performed immediately after a complete line is + read, before the shell breaks it into words. It takes place in two + parts. The first is to determine which line from the history list to use during substitution. The second is to select portions of that line for inclusion into the current one. The line selected from the history - is the _e_v_e_n_t, and the portions of that line that are acted upon are - _w_o_r_d_s. Various _m_o_d_i_f_i_e_r_s are available to manipulate the selected + is the _e_v_e_n_t, and the portions of that line that are acted upon are + _w_o_r_d_s. Various _m_o_d_i_f_i_e_r_s are available to manipulate the selected words. The line is broken into words in the same fashion as when read- - ing input, so that several _m_e_t_a_c_h_a_r_a_c_t_e_r-separated words surrounded by - quotes are considered one word. History expansions are introduced by - the appearance of the history expansion character, which is !! by - default. Only backslash (\\) and single quotes can quote the history - expansion character, but the history expansion character is also - treated as quoted if it immediately precedes the closing double quote + ing input, so that several _m_e_t_a_c_h_a_r_a_c_t_e_r-separated words surrounded by + quotes are considered one word. History expansions are introduced by + the appearance of the history expansion character, which is !! by + default. Only backslash (\\) and single quotes can quote the history + expansion character, but the history expansion character is also + treated as quoted if it immediately precedes the closing double quote in a double-quoted string. - Several characters inhibit history expansion if found immediately fol- - lowing the history expansion character, even if it is unquoted: space, - tab, newline, carriage return, and ==. If the eexxttgglloobb shell option is + Several characters inhibit history expansion if found immediately fol- + lowing the history expansion character, even if it is unquoted: space, + tab, newline, carriage return, and ==. If the eexxttgglloobb shell option is enabled, (( will also inhibit expansion. - Several shell options settable with the sshhoopptt builtin may be used to - tailor the behavior of history expansion. If the hhiissttvveerriiffyy shell + Several shell options settable with the sshhoopptt builtin may be used to + tailor the behavior of history expansion. If the hhiissttvveerriiffyy shell option is enabled (see the description of the sshhoopptt builtin below), and - rreeaaddlliinnee is being used, history substitutions are not immediately - passed to the shell parser. Instead, the expanded line is reloaded + rreeaaddlliinnee is being used, history substitutions are not immediately + passed to the shell parser. Instead, the expanded line is reloaded into the rreeaaddlliinnee editing buffer for further modification. If rreeaaddlliinnee - is being used, and the hhiissttrreeeeddiitt shell option is enabled, a failed - history substitution will be reloaded into the rreeaaddlliinnee editing buffer - for correction. The --pp option to the hhiissttoorryy builtin command may be - used to see what a history expansion will do before using it. The --ss + is being used, and the hhiissttrreeeeddiitt shell option is enabled, a failed + history substitution will be reloaded into the rreeaaddlliinnee editing buffer + for correction. The --pp option to the hhiissttoorryy builtin command may be + used to see what a history expansion will do before using it. The --ss option to the hhiissttoorryy builtin may be used to add commands to the end of - the history list without actually executing them, so that they are + the history list without actually executing them, so that they are available for subsequent recall. - The shell allows control of the various characters used by the history + The shell allows control of the various characters used by the history expansion mechanism (see the description of hhiissttcchhaarrss above under SShheellll - VVaarriiaabblleess). The shell uses the history comment character to mark his- + VVaarriiaabblleess). The shell uses the history comment character to mark his- tory timestamps when writing the history file. EEvveenntt DDeessiiggnnaattoorrss - An event designator is a reference to a command line entry in the his- - tory list. Unless the reference is absolute, events are relative to + An event designator is a reference to a command line entry in the his- + tory list. Unless the reference is absolute, events are relative to the current position in the history list. - !! Start a history substitution, except when followed by a bbllaannkk, - newline, carriage return, = or ( (when the eexxttgglloobb shell option + !! Start a history substitution, except when followed by a bbllaannkk, + newline, carriage return, = or ( (when the eexxttgglloobb shell option is enabled using the sshhoopptt builtin). !!_n Refer to command line _n. !!--_n Refer to the current command minus _n. !!!! Refer to the previous command. This is a synonym for `!-1'. !!_s_t_r_i_n_g - Refer to the most recent command preceding the current position + Refer to the most recent command preceding the current position in the history list starting with _s_t_r_i_n_g. !!??_s_t_r_i_n_g[[??]] - Refer to the most recent command preceding the current position - in the history list containing _s_t_r_i_n_g. The trailing ?? may be + Refer to the most recent command preceding the current position + in the history list containing _s_t_r_i_n_g. The trailing ?? may be omitted if _s_t_r_i_n_g is followed immediately by a newline. ^^_s_t_r_i_n_g_1^^_s_t_r_i_n_g_2^^ - Quick substitution. Repeat the previous command, replacing - _s_t_r_i_n_g_1 with _s_t_r_i_n_g_2. Equivalent to ``!!:s/_s_t_r_i_n_g_1/_s_t_r_i_n_g_2/'' + Quick substitution. Repeat the previous command, replacing + _s_t_r_i_n_g_1 with _s_t_r_i_n_g_2. Equivalent to ``!!:s/_s_t_r_i_n_g_1/_s_t_r_i_n_g_2/'' (see MMooddiiffiieerrss below). !!## The entire command line typed so far. WWoorrdd DDeessiiggnnaattoorrss - Word designators are used to select desired words from the event. A :: - separates the event specification from the word designator. It may be - omitted if the word designator begins with a ^^, $$, **, --, or %%. Words - are numbered from the beginning of the line, with the first word being - denoted by 0 (zero). Words are inserted into the current line sepa- + Word designators are used to select desired words from the event. A :: + separates the event specification from the word designator. It may be + omitted if the word designator begins with a ^^, $$, **, --, or %%. Words + are numbered from the beginning of the line, with the first word being + denoted by 0 (zero). Words are inserted into the current line sepa- rated by single spaces. 00 ((zzeerroo)) The zeroth word. For the shell, this is the command word. _n The _nth word. ^^ The first argument. That is, word 1. - $$ The last word. This is usually the last argument, but will + $$ The last word. This is usually the last argument, but will expand to the zeroth word if there is only one word in the line. %% The word matched by the most recent `?_s_t_r_i_n_g?' search. _x--_y A range of words; `-_y' abbreviates `0-_y'. - ** All of the words but the zeroth. This is a synonym for `_1_-_$'. - It is not an error to use ** if there is just one word in the + ** All of the words but the zeroth. This is a synonym for `_1_-_$'. + It is not an error to use ** if there is just one word in the event; the empty string is returned in that case. xx** Abbreviates _x_-_$. xx-- Abbreviates _x_-_$ like xx**, but omits the last word. - If a word designator is supplied without an event specification, the + If a word designator is supplied without an event specification, the previous command is used as the event. MMooddiiffiieerrss - After the optional word designator, there may appear a sequence of one + After the optional word designator, there may appear a sequence of one or more of the following modifiers, each preceded by a `:'. hh Remove a trailing filename component, leaving only the head. @@ -4011,80 +4014,80 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN ee Remove all but the trailing suffix. pp Print the new command but do not execute it. qq Quote the substituted words, escaping further substitutions. - xx Quote the substituted words as with qq, but break into words at + xx Quote the substituted words as with qq, but break into words at bbllaannkkss and newlines. ss//_o_l_d//_n_e_w// - Substitute _n_e_w for the first occurrence of _o_l_d in the event - line. Any delimiter can be used in place of /. The final - delimiter is optional if it is the last character of the event - line. The delimiter may be quoted in _o_l_d and _n_e_w with a single - backslash. If & appears in _n_e_w, it is replaced by _o_l_d. A sin- - gle backslash will quote the &. If _o_l_d is null, it is set to - the last _o_l_d substituted, or, if no previous history substitu- + Substitute _n_e_w for the first occurrence of _o_l_d in the event + line. Any delimiter can be used in place of /. The final + delimiter is optional if it is the last character of the event + line. The delimiter may be quoted in _o_l_d and _n_e_w with a single + backslash. If & appears in _n_e_w, it is replaced by _o_l_d. A sin- + gle backslash will quote the &. If _o_l_d is null, it is set to + the last _o_l_d substituted, or, if no previous history substitu- tions took place, the last _s_t_r_i_n_g in a !!??_s_t_r_i_n_g[[??]] search. && Repeat the previous substitution. gg Cause changes to be applied over the entire event line. This is - used in conjunction with `::ss' (e.g., `::ggss//_o_l_d//_n_e_w//') or `::&&'. - If used with `::ss', any delimiter can be used in place of /, and - the final delimiter is optional if it is the last character of + used in conjunction with `::ss' (e.g., `::ggss//_o_l_d//_n_e_w//') or `::&&'. + If used with `::ss', any delimiter can be used in place of /, and + the final delimiter is optional if it is the last character of the event line. An aa may be used as a synonym for gg. - GG Apply the following `ss' modifier once to each word in the event + GG Apply the following `ss' modifier once to each word in the event line. SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Unless otherwise noted, each builtin command documented in this section as accepting options preceded by -- accepts ---- to signify the end of the - options. The ::, ttrruuee, ffaallssee, and tteesstt builtins do not accept options - and do not treat ---- specially. The eexxiitt, llooggoouutt, rreettuurrnn, bbrreeaakk, ccoonn-- - ttiinnuuee, lleett, and sshhiifftt builtins accept and process arguments beginning - with -- without requiring ----. Other builtins that accept arguments but - are not specified as accepting options interpret arguments beginning - with -- as invalid options and require ---- to prevent this interpreta- + options. The ::, ttrruuee, ffaallssee, and tteesstt builtins do not accept options + and do not treat ---- specially. The eexxiitt, llooggoouutt, rreettuurrnn, bbrreeaakk, ccoonn-- + ttiinnuuee, lleett, and sshhiifftt builtins accept and process arguments beginning + with -- without requiring ----. Other builtins that accept arguments but + are not specified as accepting options interpret arguments beginning + with -- as invalid options and require ---- to prevent this interpreta- tion. :: [_a_r_g_u_m_e_n_t_s] - No effect; the command does nothing beyond expanding _a_r_g_u_m_e_n_t_s + No effect; the command does nothing beyond expanding _a_r_g_u_m_e_n_t_s and performing any specified redirections. The return status is zero. .. _f_i_l_e_n_a_m_e [_a_r_g_u_m_e_n_t_s] ssoouurrccee _f_i_l_e_n_a_m_e [_a_r_g_u_m_e_n_t_s] - Read and execute commands from _f_i_l_e_n_a_m_e in the current shell - environment and return the exit status of the last command exe- - cuted from _f_i_l_e_n_a_m_e. If _f_i_l_e_n_a_m_e does not contain a slash, - filenames in PPAATTHH are used to find the directory containing + Read and execute commands from _f_i_l_e_n_a_m_e in the current shell + environment and return the exit status of the last command exe- + cuted from _f_i_l_e_n_a_m_e. If _f_i_l_e_n_a_m_e does not contain a slash, + filenames in PPAATTHH are used to find the directory containing _f_i_l_e_n_a_m_e. The file searched for in PPAATTHH need not be executable. - When bbaasshh is not in _p_o_s_i_x _m_o_d_e, the current directory is - searched if no file is found in PPAATTHH. If the ssoouurrcceeppaatthh option - to the sshhoopptt builtin command is turned off, the PPAATTHH is not - searched. If any _a_r_g_u_m_e_n_t_s are supplied, they become the posi- - tional parameters when _f_i_l_e_n_a_m_e is executed. Otherwise the - positional parameters are unchanged. If the --TT option is - enabled, ssoouurrccee inherits any trap on DDEEBBUUGG; if it is not, any - DDEEBBUUGG trap string is saved and restored around the call to - ssoouurrccee, and ssoouurrccee unsets the DDEEBBUUGG trap while it executes. If - --TT is not set, and the sourced file changes the DDEEBBUUGG trap, the - new value is retained when ssoouurrccee completes. The return status + When bbaasshh is not in _p_o_s_i_x _m_o_d_e, the current directory is + searched if no file is found in PPAATTHH. If the ssoouurrcceeppaatthh option + to the sshhoopptt builtin command is turned off, the PPAATTHH is not + searched. If any _a_r_g_u_m_e_n_t_s are supplied, they become the posi- + tional parameters when _f_i_l_e_n_a_m_e is executed. Otherwise the + positional parameters are unchanged. If the --TT option is + enabled, ssoouurrccee inherits any trap on DDEEBBUUGG; if it is not, any + DDEEBBUUGG trap string is saved and restored around the call to + ssoouurrccee, and ssoouurrccee unsets the DDEEBBUUGG trap while it executes. If + --TT is not set, and the sourced file changes the DDEEBBUUGG trap, the + new value is retained when ssoouurrccee completes. The return status is the status of the last command exited within the script (0 if no commands are executed), and false if _f_i_l_e_n_a_m_e is not found or cannot be read. aalliiaass [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] AAlliiaass with no arguments or with the --pp option prints the list of - aliases in the form aalliiaass _n_a_m_e=_v_a_l_u_e on standard output. When - arguments are supplied, an alias is defined for each _n_a_m_e whose - _v_a_l_u_e is given. A trailing space in _v_a_l_u_e causes the next word + aliases in the form aalliiaass _n_a_m_e=_v_a_l_u_e on standard output. When + arguments are supplied, an alias is defined for each _n_a_m_e whose + _v_a_l_u_e is given. A trailing space in _v_a_l_u_e causes the next word to be checked for alias substitution when the alias is expanded. - For each _n_a_m_e in the argument list for which no _v_a_l_u_e is sup- - plied, the name and value of the alias is printed. AAlliiaass - returns true unless a _n_a_m_e is given for which no alias has been + For each _n_a_m_e in the argument list for which no _v_a_l_u_e is sup- + plied, the name and value of the alias is printed. AAlliiaass + returns true unless a _n_a_m_e is given for which no alias has been defined. bbgg [_j_o_b_s_p_e_c ...] - Resume each suspended job _j_o_b_s_p_e_c in the background, as if it + Resume each suspended job _j_o_b_s_p_e_c in the background, as if it had been started with &&. If _j_o_b_s_p_e_c is not present, the shell's - notion of the _c_u_r_r_e_n_t _j_o_b is used. bbgg _j_o_b_s_p_e_c returns 0 unless - run when job control is disabled or, when run with job control - enabled, any specified _j_o_b_s_p_e_c was not found or was started + notion of the _c_u_r_r_e_n_t _j_o_b is used. bbgg _j_o_b_s_p_e_c returns 0 unless + run when job control is disabled or, when run with job control + enabled, any specified _j_o_b_s_p_e_c was not found or was started without job control. bbiinndd [--mm _k_e_y_m_a_p] [--llppssvvPPSSVVXX] @@ -4093,29 +4096,29 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS bbiinndd [--mm _k_e_y_m_a_p] --xx _k_e_y_s_e_q:_s_h_e_l_l_-_c_o_m_m_a_n_d bbiinndd [--mm _k_e_y_m_a_p] _k_e_y_s_e_q:_f_u_n_c_t_i_o_n_-_n_a_m_e bbiinndd [--mm _k_e_y_m_a_p] _k_e_y_s_e_q:_r_e_a_d_l_i_n_e_-_c_o_m_m_a_n_d - Display current rreeaaddlliinnee key and function bindings, bind a key - sequence to a rreeaaddlliinnee function or macro, or set a rreeaaddlliinnee - variable. Each non-option argument is a command as it would - appear in _._i_n_p_u_t_r_c, but each binding or command must be passed - as a separate argument; e.g., '"\C-x\C-r": re-read-init-file'. + Display current rreeaaddlliinnee key and function bindings, bind a key + sequence to a rreeaaddlliinnee function or macro, or set a rreeaaddlliinnee + variable. Each non-option argument is a command as it would + appear in _._i_n_p_u_t_r_c, but each binding or command must be passed + as a separate argument; e.g., '"\C-x\C-r": re-read-init-file'. Options, if supplied, have the following meanings: --mm _k_e_y_m_a_p Use _k_e_y_m_a_p as the keymap to be affected by the subsequent bindings. Acceptable _k_e_y_m_a_p names are _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_- - _d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_m_o_v_e_, _v_i_-_c_o_m_m_a_n_d, - and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d (_v_i_-_m_o_v_e - is also a synonym); _e_m_a_c_s is equivalent to _e_m_a_c_s_-_s_t_a_n_- + _d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_m_o_v_e_, _v_i_-_c_o_m_m_a_n_d, + and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d (_v_i_-_m_o_v_e + is also a synonym); _e_m_a_c_s is equivalent to _e_m_a_c_s_-_s_t_a_n_- _d_a_r_d. --ll List the names of all rreeaaddlliinnee functions. - --pp Display rreeaaddlliinnee function names and bindings in such a + --pp Display rreeaaddlliinnee function names and bindings in such a way that they can be re-read. --PP List current rreeaaddlliinnee function names and bindings. - --ss Display rreeaaddlliinnee key sequences bound to macros and the - strings they output in such a way that they can be re- + --ss Display rreeaaddlliinnee key sequences bound to macros and the + strings they output in such a way that they can be re- read. - --SS Display rreeaaddlliinnee key sequences bound to macros and the + --SS Display rreeaaddlliinnee key sequences bound to macros and the strings they output. - --vv Display rreeaaddlliinnee variable names and values in such a way + --vv Display rreeaaddlliinnee variable names and values in such a way that they can be re-read. --VV List current rreeaaddlliinnee variable names and values. --ff _f_i_l_e_n_a_m_e @@ -4127,174 +4130,174 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --rr _k_e_y_s_e_q Remove any current binding for _k_e_y_s_e_q. --xx _k_e_y_s_e_q::_s_h_e_l_l_-_c_o_m_m_a_n_d - Cause _s_h_e_l_l_-_c_o_m_m_a_n_d to be executed whenever _k_e_y_s_e_q is - entered. When _s_h_e_l_l_-_c_o_m_m_a_n_d is executed, the shell sets - the RREEAADDLLIINNEE__LLIINNEE variable to the contents of the rreeaadd-- - lliinnee line buffer and the RREEAADDLLIINNEE__PPOOIINNTT variable to the + Cause _s_h_e_l_l_-_c_o_m_m_a_n_d to be executed whenever _k_e_y_s_e_q is + entered. When _s_h_e_l_l_-_c_o_m_m_a_n_d is executed, the shell sets + the RREEAADDLLIINNEE__LLIINNEE variable to the contents of the rreeaadd-- + lliinnee line buffer and the RREEAADDLLIINNEE__PPOOIINNTT variable to the current location of the insertion point. If the executed - command changes the value of RREEAADDLLIINNEE__LLIINNEE or RREEAADD-- - LLIINNEE__PPOOIINNTT, those new values will be reflected in the + command changes the value of RREEAADDLLIINNEE__LLIINNEE or RREEAADD-- + LLIINNEE__PPOOIINNTT, those new values will be reflected in the editing state. - --XX List all key sequences bound to shell commands and the - associated commands in a format that can be reused as + --XX List all key sequences bound to shell commands and the + associated commands in a format that can be reused as input. - The return value is 0 unless an unrecognized option is given or + The return value is 0 unless an unrecognized option is given or an error occurred. bbrreeaakk [_n] - Exit from within a ffoorr, wwhhiillee, uunnttiill, or sseelleecctt loop. If _n is - specified, break _n levels. _n must be >= 1. If _n is greater - than the number of enclosing loops, all enclosing loops are - exited. The return value is 0 unless _n is not greater than or + Exit from within a ffoorr, wwhhiillee, uunnttiill, or sseelleecctt loop. If _n is + specified, break _n levels. _n must be >= 1. If _n is greater + than the number of enclosing loops, all enclosing loops are + exited. The return value is 0 unless _n is not greater than or equal to 1. bbuuiillttiinn _s_h_e_l_l_-_b_u_i_l_t_i_n [_a_r_g_u_m_e_n_t_s] - Execute the specified shell builtin, passing it _a_r_g_u_m_e_n_t_s, and + Execute the specified shell builtin, passing it _a_r_g_u_m_e_n_t_s, and return its exit status. This is useful when defining a function - whose name is the same as a shell builtin, retaining the func- + whose name is the same as a shell builtin, retaining the func- tionality of the builtin within the function. The ccdd builtin is - commonly redefined this way. The return status is false if + commonly redefined this way. The return status is false if _s_h_e_l_l_-_b_u_i_l_t_i_n is not a shell builtin command. ccaalllleerr [_e_x_p_r] Returns the context of any active subroutine call (a shell func- tion or a script executed with the .. or ssoouurrccee builtins). With- out _e_x_p_r, ccaalllleerr displays the line number and source filename of - the current subroutine call. If a non-negative integer is sup- + the current subroutine call. If a non-negative integer is sup- plied as _e_x_p_r, ccaalllleerr displays the line number, subroutine name, - and source file corresponding to that position in the current - execution call stack. This extra information may be used, for - example, to print a stack trace. The current frame is frame 0. - The return value is 0 unless the shell is not executing a sub- - routine call or _e_x_p_r does not correspond to a valid position in + and source file corresponding to that position in the current + execution call stack. This extra information may be used, for + example, to print a stack trace. The current frame is frame 0. + The return value is 0 unless the shell is not executing a sub- + routine call or _e_x_p_r does not correspond to a valid position in the call stack. ccdd [--LL|[--PP [--ee]] [-@]] [_d_i_r] - Change the current directory to _d_i_r. if _d_i_r is not supplied, - the value of the HHOOMMEE shell variable is the default. Any addi- + Change the current directory to _d_i_r. if _d_i_r is not supplied, + the value of the HHOOMMEE shell variable is the default. Any addi- tional arguments following _d_i_r are ignored. The variable CCDDPPAATTHH - defines the search path for the directory containing _d_i_r: each - directory name in CCDDPPAATTHH is searched for _d_i_r. Alternative - directory names in CCDDPPAATTHH are separated by a colon (:). A null - directory name in CCDDPPAATTHH is the same as the current directory, + defines the search path for the directory containing _d_i_r: each + directory name in CCDDPPAATTHH is searched for _d_i_r. Alternative + directory names in CCDDPPAATTHH are separated by a colon (:). A null + directory name in CCDDPPAATTHH is the same as the current directory, i.e., ``..''. If _d_i_r begins with a slash (/), then CCDDPPAATTHH is not - used. The --PP option causes ccdd to use the physical directory - structure by resolving symbolic links while traversing _d_i_r and + used. The --PP option causes ccdd to use the physical directory + structure by resolving symbolic links while traversing _d_i_r and before processing instances of _._. in _d_i_r (see also the --PP option to the sseett builtin command); the --LL option forces symbolic links - to be followed by resolving the link after processing instances + to be followed by resolving the link after processing instances of _._. in _d_i_r. If _._. appears in _d_i_r, it is processed by removing - the immediately previous pathname component from _d_i_r, back to a - slash or the beginning of _d_i_r. If the --ee option is supplied - with --PP, and the current working directory cannot be success- - fully determined after a successful directory change, ccdd will - return an unsuccessful status. On systems that support it, the - --@@ option presents the extended attributes associated with a - file as a directory. An argument of -- is converted to $$OOLLDDPPWWDD + the immediately previous pathname component from _d_i_r, back to a + slash or the beginning of _d_i_r. If the --ee option is supplied + with --PP, and the current working directory cannot be success- + fully determined after a successful directory change, ccdd will + return an unsuccessful status. On systems that support it, the + --@@ option presents the extended attributes associated with a + file as a directory. An argument of -- is converted to $$OOLLDDPPWWDD before the directory change is attempted. If a non-empty direc- - tory name from CCDDPPAATTHH is used, or if -- is the first argument, + tory name from CCDDPPAATTHH is used, or if -- is the first argument, and the directory change is successful, the absolute pathname of - the new working directory is written to the standard output. - The return value is true if the directory was successfully + the new working directory is written to the standard output. + The return value is true if the directory was successfully changed; false otherwise. ccoommmmaanndd [--ppVVvv] _c_o_m_m_a_n_d [_a_r_g ...] - Run _c_o_m_m_a_n_d with _a_r_g_s suppressing the normal shell function + Run _c_o_m_m_a_n_d with _a_r_g_s suppressing the normal shell function lookup. Only builtin commands or commands found in the PPAATTHH are - executed. If the --pp option is given, the search for _c_o_m_m_a_n_d is - performed using a default value for PPAATTHH that is guaranteed to - find all of the standard utilities. If either the --VV or --vv + executed. If the --pp option is given, the search for _c_o_m_m_a_n_d is + performed using a default value for PPAATTHH that is guaranteed to + find all of the standard utilities. If either the --VV or --vv option is supplied, a description of _c_o_m_m_a_n_d is printed. The --vv - option causes a single word indicating the command or filename + option causes a single word indicating the command or filename used to invoke _c_o_m_m_a_n_d to be displayed; the --VV option produces a - more verbose description. If the --VV or --vv option is supplied, - the exit status is 0 if _c_o_m_m_a_n_d was found, and 1 if not. If + more verbose description. If the --VV or --vv option is supplied, + the exit status is 0 if _c_o_m_m_a_n_d was found, and 1 if not. If neither option is supplied and an error occurred or _c_o_m_m_a_n_d can- - not be found, the exit status is 127. Otherwise, the exit sta- + not be found, the exit status is 127. Otherwise, the exit sta- tus of the ccoommmmaanndd builtin is the exit status of _c_o_m_m_a_n_d. ccoommppggeenn [_o_p_t_i_o_n] [_w_o_r_d] - Generate possible completion matches for _w_o_r_d according to the - _o_p_t_i_o_ns, which may be any option accepted by the ccoommpplleettee - builtin with the exception of --pp and --rr, and write the matches - to the standard output. When using the --FF or --CC options, the - various shell variables set by the programmable completion + Generate possible completion matches for _w_o_r_d according to the + _o_p_t_i_o_ns, which may be any option accepted by the ccoommpplleettee + builtin with the exception of --pp and --rr, and write the matches + to the standard output. When using the --FF or --CC options, the + various shell variables set by the programmable completion facilities, while available, will not have useful values. The matches will be generated in the same way as if the program- mable completion code had generated them directly from a comple- - tion specification with the same flags. If _w_o_r_d is specified, + tion specification with the same flags. If _w_o_r_d is specified, only those completions matching _w_o_r_d will be displayed. - The return value is true unless an invalid option is supplied, + The return value is true unless an invalid option is supplied, or no matches were generated. - ccoommpplleettee [--aabbccddeeffggjjkkssuuvv] [--oo _c_o_m_p_-_o_p_t_i_o_n] [--DDEE] [--AA _a_c_t_i_o_n] [--GG _g_l_o_b_- + ccoommpplleettee [--aabbccddeeffggjjkkssuuvv] [--oo _c_o_m_p_-_o_p_t_i_o_n] [--DDEE] [--AA _a_c_t_i_o_n] [--GG _g_l_o_b_- _p_a_t] [--WW _w_o_r_d_l_i_s_t] [--FF _f_u_n_c_t_i_o_n] [--CC _c_o_m_m_a_n_d] [--XX _f_i_l_t_e_r_p_a_t] [--PP _p_r_e_f_i_x] [--SS _s_u_f_f_i_x] _n_a_m_e [_n_a_m_e _._._.] ccoommpplleettee --pprr [--DDEE] [_n_a_m_e ...] - Specify how arguments to each _n_a_m_e should be completed. If the - --pp option is supplied, or if no options are supplied, existing - completion specifications are printed in a way that allows them + Specify how arguments to each _n_a_m_e should be completed. If the + --pp option is supplied, or if no options are supplied, existing + completion specifications are printed in a way that allows them to be reused as input. The --rr option removes a completion spec- - ification for each _n_a_m_e, or, if no _n_a_m_es are supplied, all com- + ification for each _n_a_m_e, or, if no _n_a_m_es are supplied, all com- pletion specifications. The --DD option indicates that the - remaining options and actions should apply to the ``default'' - command completion; that is, completion attempted on a command - for which no completion has previously been defined. The --EE - option indicates that the remaining options and actions should - apply to ``empty'' command completion; that is, completion + remaining options and actions should apply to the ``default'' + command completion; that is, completion attempted on a command + for which no completion has previously been defined. The --EE + option indicates that the remaining options and actions should + apply to ``empty'' command completion; that is, completion attempted on a blank line. - The process of applying these completion specifications when - word completion is attempted is described above under PPrrooggrraamm-- + The process of applying these completion specifications when + word completion is attempted is described above under PPrrooggrraamm-- mmaabbllee CCoommpplleettiioonn. - Other options, if specified, have the following meanings. The - arguments to the --GG, --WW, and --XX options (and, if necessary, the - --PP and --SS options) should be quoted to protect them from expan- + Other options, if specified, have the following meanings. The + arguments to the --GG, --WW, and --XX options (and, if necessary, the + --PP and --SS options) should be quoted to protect them from expan- sion before the ccoommpplleettee builtin is invoked. --oo _c_o_m_p_-_o_p_t_i_o_n - The _c_o_m_p_-_o_p_t_i_o_n controls several aspects of the comp- - spec's behavior beyond the simple generation of comple- + The _c_o_m_p_-_o_p_t_i_o_n controls several aspects of the comp- + spec's behavior beyond the simple generation of comple- tions. _c_o_m_p_-_o_p_t_i_o_n may be one of: bbaasshhddeeffaauulltt Perform the rest of the default bbaasshh completions if the compspec generates no matches. - ddeeffaauulltt Use readline's default filename completion if + ddeeffaauulltt Use readline's default filename completion if the compspec generates no matches. ddiirrnnaammeess - Perform directory name completion if the comp- + Perform directory name completion if the comp- spec generates no matches. ffiilleennaammeess - Tell readline that the compspec generates file- - names, so it can perform any filename-specific - processing (like adding a slash to directory - names, quoting special characters, or suppress- - ing trailing spaces). Intended to be used with + Tell readline that the compspec generates file- + names, so it can perform any filename-specific + processing (like adding a slash to directory + names, quoting special characters, or suppress- + ing trailing spaces). Intended to be used with shell functions. - nnooqquuoottee Tell readline not to quote the completed words - if they are filenames (quoting filenames is the + nnooqquuoottee Tell readline not to quote the completed words + if they are filenames (quoting filenames is the default). - nnoossoorrtt Tell readline not to sort the list of possible + nnoossoorrtt Tell readline not to sort the list of possible completions alphabetically. - nnoossppaaccee Tell readline not to append a space (the - default) to words completed at the end of the + nnoossppaaccee Tell readline not to append a space (the + default) to words completed at the end of the line. pplluussddiirrss - After any matches defined by the compspec are - generated, directory name completion is - attempted and any matches are added to the + After any matches defined by the compspec are + generated, directory name completion is + attempted and any matches are added to the results of the other actions. --AA _a_c_t_i_o_n - The _a_c_t_i_o_n may be one of the following to generate a + The _a_c_t_i_o_n may be one of the following to generate a list of possible completions: aalliiaass Alias names. May also be specified as --aa. aarrrraayyvvaarr Array variable names. bbiinnddiinngg RReeaaddlliinnee key binding names. - bbuuiillttiinn Names of shell builtin commands. May also be + bbuuiillttiinn Names of shell builtin commands. May also be specified as --bb. ccoommmmaanndd Command names. May also be specified as --cc. ddiirreeccttoorryy @@ -4302,7 +4305,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ddiissaabblleedd Names of disabled shell builtins. eennaabblleedd Names of enabled shell builtins. - eexxppoorrtt Names of exported shell variables. May also be + eexxppoorrtt Names of exported shell variables. May also be specified as --ee. ffiillee File names. May also be specified as --ff. ffuunnccttiioonn @@ -4311,17 +4314,17 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hheellppttooppiicc Help topics as accepted by the hheellpp builtin. hhoossttnnaammee - Hostnames, as taken from the file specified by + Hostnames, as taken from the file specified by the HHOOSSTTFFIILLEE shell variable. - jjoobb Job names, if job control is active. May also + jjoobb Job names, if job control is active. May also be specified as --jj. - kkeeyywwoorrdd Shell reserved words. May also be specified as + kkeeyywwoorrdd Shell reserved words. May also be specified as --kk. rruunnnniinngg Names of running jobs, if job control is active. sseerrvviiccee Service names. May also be specified as --ss. - sseettoopptt Valid arguments for the --oo option to the sseett + sseettoopptt Valid arguments for the --oo option to the sseett builtin. - sshhoopptt Shell option names as accepted by the sshhoopptt + sshhoopptt Shell option names as accepted by the sshhoopptt builtin. ssiiggnnaall Signal names. ssttooppppeedd Names of stopped jobs, if job control is active. @@ -4330,188 +4333,188 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Names of all shell variables. May also be spec- ified as --vv. --CC _c_o_m_m_a_n_d - _c_o_m_m_a_n_d is executed in a subshell environment, and its + _c_o_m_m_a_n_d is executed in a subshell environment, and its output is used as the possible completions. --FF _f_u_n_c_t_i_o_n - The shell function _f_u_n_c_t_i_o_n is executed in the current - shell environment. When the function is executed, the - first argument ($$11) is the name of the command whose - arguments are being completed, the second argument ($$22) + The shell function _f_u_n_c_t_i_o_n is executed in the current + shell environment. When the function is executed, the + first argument ($$11) is the name of the command whose + arguments are being completed, the second argument ($$22) is the word being completed, and the third argument ($$33) - is the word preceding the word being completed on the - current command line. When it finishes, the possible - completions are retrieved from the value of the CCOOMMPPRREE-- + is the word preceding the word being completed on the + current command line. When it finishes, the possible + completions are retrieved from the value of the CCOOMMPPRREE-- PPLLYY array variable. --GG _g_l_o_b_p_a_t - The pathname expansion pattern _g_l_o_b_p_a_t is expanded to + The pathname expansion pattern _g_l_o_b_p_a_t is expanded to generate the possible completions. --PP _p_r_e_f_i_x - _p_r_e_f_i_x is added at the beginning of each possible com- + _p_r_e_f_i_x is added at the beginning of each possible com- pletion after all other options have been applied. --SS _s_u_f_f_i_x _s_u_f_f_i_x is appended to each possible completion after all other options have been applied. --WW _w_o_r_d_l_i_s_t - The _w_o_r_d_l_i_s_t is split using the characters in the IIFFSS - special variable as delimiters, and each resultant word - is expanded. The possible completions are the members - of the resultant list which match the word being com- + The _w_o_r_d_l_i_s_t is split using the characters in the IIFFSS + special variable as delimiters, and each resultant word + is expanded. The possible completions are the members + of the resultant list which match the word being com- pleted. --XX _f_i_l_t_e_r_p_a_t - _f_i_l_t_e_r_p_a_t is a pattern as used for pathname expansion. + _f_i_l_t_e_r_p_a_t is a pattern as used for pathname expansion. It is applied to the list of possible completions gener- - ated by the preceding options and arguments, and each - completion matching _f_i_l_t_e_r_p_a_t is removed from the list. - A leading !! in _f_i_l_t_e_r_p_a_t negates the pattern; in this + ated by the preceding options and arguments, and each + completion matching _f_i_l_t_e_r_p_a_t is removed from the list. + A leading !! in _f_i_l_t_e_r_p_a_t negates the pattern; in this case, any completion not matching _f_i_l_t_e_r_p_a_t is removed. - The return value is true unless an invalid option is supplied, - an option other than --pp or --rr is supplied without a _n_a_m_e argu- - ment, an attempt is made to remove a completion specification + The return value is true unless an invalid option is supplied, + an option other than --pp or --rr is supplied without a _n_a_m_e argu- + ment, an attempt is made to remove a completion specification for a _n_a_m_e for which no specification exists, or an error occurs adding a completion specification. ccoommppoopptt [--oo _o_p_t_i_o_n] [--DDEE] [++oo _o_p_t_i_o_n] [_n_a_m_e] Modify completion options for each _n_a_m_e according to the - _o_p_t_i_o_ns, or for the currently-executing completion if no _n_a_m_es - are supplied. If no _o_p_t_i_o_ns are given, display the completion - options for each _n_a_m_e or the current completion. The possible - values of _o_p_t_i_o_n are those valid for the ccoommpplleettee builtin - described above. The --DD option indicates that the remaining + _o_p_t_i_o_ns, or for the currently-executing completion if no _n_a_m_es + are supplied. If no _o_p_t_i_o_ns are given, display the completion + options for each _n_a_m_e or the current completion. The possible + values of _o_p_t_i_o_n are those valid for the ccoommpplleettee builtin + described above. The --DD option indicates that the remaining options should apply to the ``default'' command completion; that - is, completion attempted on a command for which no completion - has previously been defined. The --EE option indicates that the - remaining options should apply to ``empty'' command completion; + is, completion attempted on a command for which no completion + has previously been defined. The --EE option indicates that the + remaining options should apply to ``empty'' command completion; that is, completion attempted on a blank line. - The return value is true unless an invalid option is supplied, + The return value is true unless an invalid option is supplied, an attempt is made to modify the options for a _n_a_m_e for which no completion specification exists, or an output error occurs. ccoonnttiinnuuee [_n] Resume the next iteration of the enclosing ffoorr, wwhhiillee, uunnttiill, or - sseelleecctt loop. If _n is specified, resume at the _nth enclosing - loop. _n must be >= 1. If _n is greater than the number of - enclosing loops, the last enclosing loop (the ``top-level'' + sseelleecctt loop. If _n is specified, resume at the _nth enclosing + loop. _n must be >= 1. If _n is greater than the number of + enclosing loops, the last enclosing loop (the ``top-level'' loop) is resumed. The return value is 0 unless _n is not greater than or equal to 1. ddeeccllaarree [--aaAAffFFggiillnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] ttyyppeesseett [--aaAAffFFggiillnnrrttuuxx] [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] - Declare variables and/or give them attributes. If no _n_a_m_es are - given then display the values of variables. The --pp option will + Declare variables and/or give them attributes. If no _n_a_m_es are + given then display the values of variables. The --pp option will display the attributes and values of each _n_a_m_e. When --pp is used - with _n_a_m_e arguments, additional options, other than --ff and --FF, - are ignored. When --pp is supplied without _n_a_m_e arguments, it - will display the attributes and values of all variables having + with _n_a_m_e arguments, additional options, other than --ff and --FF, + are ignored. When --pp is supplied without _n_a_m_e arguments, it + will display the attributes and values of all variables having the attributes specified by the additional options. If no other - options are supplied with --pp, ddeeccllaarree will display the - attributes and values of all shell variables. The --ff option - will restrict the display to shell functions. The --FF option - inhibits the display of function definitions; only the function - name and attributes are printed. If the eexxttddeebbuugg shell option - is enabled using sshhoopptt, the source file name and line number + options are supplied with --pp, ddeeccllaarree will display the + attributes and values of all shell variables. The --ff option + will restrict the display to shell functions. The --FF option + inhibits the display of function definitions; only the function + name and attributes are printed. If the eexxttddeebbuugg shell option + is enabled using sshhoopptt, the source file name and line number where each _n_a_m_e is defined are displayed as well. The --FF option - implies --ff. The --gg option forces variables to be created or + implies --ff. The --gg option forces variables to be created or modified at the global scope, even when ddeeccllaarree is executed in a - shell function. It is ignored in all other cases. The follow- + shell function. It is ignored in all other cases. The follow- ing options can be used to restrict output to variables with the specified attribute or to give variables attributes: - --aa Each _n_a_m_e is an indexed array variable (see AArrrraayyss + --aa Each _n_a_m_e is an indexed array variable (see AArrrraayyss above). - --AA Each _n_a_m_e is an associative array variable (see AArrrraayyss + --AA Each _n_a_m_e is an associative array variable (see AArrrraayyss above). --ff Use function names only. --ii The variable is treated as an integer; arithmetic evalua- - tion (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN above) is performed when + tion (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN above) is performed when the variable is assigned a value. - --ll When the variable is assigned a value, all upper-case - characters are converted to lower-case. The upper-case + --ll When the variable is assigned a value, all upper-case + characters are converted to lower-case. The upper-case attribute is disabled. - --nn Give each _n_a_m_e the _n_a_m_e_r_e_f attribute, making it a name - reference to another variable. That other variable is - defined by the value of _n_a_m_e. All references, assign- - ments, and attribute modifications to _n_a_m_e, except those - using or changing the --nn attribute itself, are performed - on the variable referenced by _n_a_m_e's value. The nameref + --nn Give each _n_a_m_e the _n_a_m_e_r_e_f attribute, making it a name + reference to another variable. That other variable is + defined by the value of _n_a_m_e. All references, assign- + ments, and attribute modifications to _n_a_m_e, except those + using or changing the --nn attribute itself, are performed + on the variable referenced by _n_a_m_e's value. The nameref attribute cannot be applied to array variables. --rr Make _n_a_m_es readonly. These names cannot then be assigned values by subsequent assignment statements or unset. - --tt Give each _n_a_m_e the _t_r_a_c_e attribute. Traced functions - inherit the DDEEBBUUGG and RREETTUURRNN traps from the calling - shell. The trace attribute has no special meaning for + --tt Give each _n_a_m_e the _t_r_a_c_e attribute. Traced functions + inherit the DDEEBBUUGG and RREETTUURRNN traps from the calling + shell. The trace attribute has no special meaning for variables. - --uu When the variable is assigned a value, all lower-case - characters are converted to upper-case. The lower-case + --uu When the variable is assigned a value, all lower-case + characters are converted to upper-case. The lower-case attribute is disabled. - --xx Mark _n_a_m_es for export to subsequent commands via the + --xx Mark _n_a_m_es for export to subsequent commands via the environment. - Using `+' instead of `-' turns off the attribute instead, with + Using `+' instead of `-' turns off the attribute instead, with the exceptions that ++aa may not be used to destroy an array vari- - able and ++rr will not remove the readonly attribute. When used + able and ++rr will not remove the readonly attribute. When used in a function, ddeeccllaarree and ttyyppeesseett make each _n_a_m_e local, as with the llooccaall command, unless the --gg option is supplied. If a vari- - able name is followed by =_v_a_l_u_e, the value of the variable is - set to _v_a_l_u_e. When using --aa or --AA and the compound assignment - syntax to create array variables, additional attributes do not + able name is followed by =_v_a_l_u_e, the value of the variable is + set to _v_a_l_u_e. When using --aa or --AA and the compound assignment + syntax to create array variables, additional attributes do not take effect until subsequent assignments. The return value is 0 - unless an invalid option is encountered, an attempt is made to - define a function using ``-f foo=bar'', an attempt is made to - assign a value to a readonly variable, an attempt is made to - assign a value to an array variable without using the compound - assignment syntax (see AArrrraayyss above), one of the _n_a_m_e_s is not a - valid shell variable name, an attempt is made to turn off read- - only status for a readonly variable, an attempt is made to turn + unless an invalid option is encountered, an attempt is made to + define a function using ``-f foo=bar'', an attempt is made to + assign a value to a readonly variable, an attempt is made to + assign a value to an array variable without using the compound + assignment syntax (see AArrrraayyss above), one of the _n_a_m_e_s is not a + valid shell variable name, an attempt is made to turn off read- + only status for a readonly variable, an attempt is made to turn off array status for an array variable, or an attempt is made to display a non-existent function with --ff. ddiirrss [[--ccllppvv]] [[++_n]] [[--_n]] - Without options, displays the list of currently remembered - directories. The default display is on a single line with - directory names separated by spaces. Directories are added to - the list with the ppuusshhdd command; the ppooppdd command removes - entries from the list. The current directory is always the + Without options, displays the list of currently remembered + directories. The default display is on a single line with + directory names separated by spaces. Directories are added to + the list with the ppuusshhdd command; the ppooppdd command removes + entries from the list. The current directory is always the first directory in the stack. --cc Clears the directory stack by deleting all of the entries. - --ll Produces a listing using full pathnames; the default + --ll Produces a listing using full pathnames; the default listing format uses a tilde to denote the home directory. --pp Print the directory stack with one entry per line. - --vv Print the directory stack with one entry per line, pre- + --vv Print the directory stack with one entry per line, pre- fixing each entry with its index in the stack. ++_n Displays the _nth entry counting from the left of the list shown by ddiirrss when invoked without options, starting with zero. - --_n Displays the _nth entry counting from the right of the + --_n Displays the _nth entry counting from the right of the list shown by ddiirrss when invoked without options, starting with zero. - The return value is 0 unless an invalid option is supplied or _n + The return value is 0 unless an invalid option is supplied or _n indexes beyond the end of the directory stack. ddiissoowwnn [--aarr] [--hh] [_j_o_b_s_p_e_c ... | _p_i_d ... ] - Without options, remove each _j_o_b_s_p_e_c from the table of active - jobs. If _j_o_b_s_p_e_c is not present, and neither the --aa nor the --rr - option is supplied, the _c_u_r_r_e_n_t _j_o_b is used. If the --hh option - is given, each _j_o_b_s_p_e_c is not removed from the table, but is - marked so that SSIIGGHHUUPP is not sent to the job if the shell - receives a SSIIGGHHUUPP. If no _j_o_b_s_p_e_c is supplied, the --aa option - means to remove or mark all jobs; the --rr option without a _j_o_b_- - _s_p_e_c argument restricts operation to running jobs. The return + Without options, remove each _j_o_b_s_p_e_c from the table of active + jobs. If _j_o_b_s_p_e_c is not present, and neither the --aa nor the --rr + option is supplied, the _c_u_r_r_e_n_t _j_o_b is used. If the --hh option + is given, each _j_o_b_s_p_e_c is not removed from the table, but is + marked so that SSIIGGHHUUPP is not sent to the job if the shell + receives a SSIIGGHHUUPP. If no _j_o_b_s_p_e_c is supplied, the --aa option + means to remove or mark all jobs; the --rr option without a _j_o_b_- + _s_p_e_c argument restricts operation to running jobs. The return value is 0 unless a _j_o_b_s_p_e_c does not specify a valid job. eecchhoo [--nneeEE] [_a_r_g ...] - Output the _a_r_gs, separated by spaces, followed by a newline. - The return status is 0 unless a write error occurs. If --nn is + Output the _a_r_gs, separated by spaces, followed by a newline. + The return status is 0 unless a write error occurs. If --nn is specified, the trailing newline is suppressed. If the --ee option - is given, interpretation of the following backslash-escaped - characters is enabled. The --EE option disables the interpreta- - tion of these escape characters, even on systems where they are - interpreted by default. The xxppgg__eecchhoo shell option may be used - to dynamically determine whether or not eecchhoo expands these - escape characters by default. eecchhoo does not interpret ---- to - mean the end of options. eecchhoo interprets the following escape + is given, interpretation of the following backslash-escaped + characters is enabled. The --EE option disables the interpreta- + tion of these escape characters, even on systems where they are + interpreted by default. The xxppgg__eecchhoo shell option may be used + to dynamically determine whether or not eecchhoo expands these + escape characters by default. eecchhoo does not interpret ---- to + mean the end of options. eecchhoo interprets the following escape sequences: \\aa alert (bell) \\bb backspace @@ -4524,189 +4527,189 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS \\tt horizontal tab \\vv vertical tab \\\\ backslash - \\00_n_n_n the eight-bit character whose value is the octal value + \\00_n_n_n the eight-bit character whose value is the octal value _n_n_n (zero to three octal digits) - \\xx_H_H the eight-bit character whose value is the hexadecimal + \\xx_H_H the eight-bit character whose value is the hexadecimal value _H_H (one or two hex digits) - \\uu_H_H_H_H the Unicode (ISO/IEC 10646) character whose value is the + \\uu_H_H_H_H the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value _H_H_H_H (one to four hex digits) \\UU_H_H_H_H_H_H_H_H - the Unicode (ISO/IEC 10646) character whose value is the + the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value _H_H_H_H_H_H_H_H (one to eight hex digits) eennaabbllee [--aa] [--ddnnppss] [--ff _f_i_l_e_n_a_m_e] [_n_a_m_e ...] - Enable and disable builtin shell commands. Disabling a builtin + Enable and disable builtin shell commands. Disabling a builtin allows a disk command which has the same name as a shell builtin - to be executed without specifying a full pathname, even though - the shell normally searches for builtins before disk commands. - If --nn is used, each _n_a_m_e is disabled; otherwise, _n_a_m_e_s are + to be executed without specifying a full pathname, even though + the shell normally searches for builtins before disk commands. + If --nn is used, each _n_a_m_e is disabled; otherwise, _n_a_m_e_s are enabled. For example, to use the tteesstt binary found via the PPAATTHH - instead of the shell builtin version, run ``enable -n test''. - The --ff option means to load the new builtin command _n_a_m_e from + instead of the shell builtin version, run ``enable -n test''. + The --ff option means to load the new builtin command _n_a_m_e from shared object _f_i_l_e_n_a_m_e, on systems that support dynamic loading. - The --dd option will delete a builtin previously loaded with --ff. + The --dd option will delete a builtin previously loaded with --ff. If no _n_a_m_e arguments are given, or if the --pp option is supplied, a list of shell builtins is printed. With no other option argu- - ments, the list consists of all enabled shell builtins. If --nn - is supplied, only disabled builtins are printed. If --aa is sup- - plied, the list printed includes all builtins, with an indica- - tion of whether or not each is enabled. If --ss is supplied, the - output is restricted to the POSIX _s_p_e_c_i_a_l builtins. The return - value is 0 unless a _n_a_m_e is not a shell builtin or there is an + ments, the list consists of all enabled shell builtins. If --nn + is supplied, only disabled builtins are printed. If --aa is sup- + plied, the list printed includes all builtins, with an indica- + tion of whether or not each is enabled. If --ss is supplied, the + output is restricted to the POSIX _s_p_e_c_i_a_l builtins. The return + value is 0 unless a _n_a_m_e is not a shell builtin or there is an error loading a new builtin from a shared object. eevvaall [_a_r_g ...] - The _a_r_gs are read and concatenated together into a single com- - mand. This command is then read and executed by the shell, and - its exit status is returned as the value of eevvaall. If there are + The _a_r_gs are read and concatenated together into a single com- + mand. This command is then read and executed by the shell, and + its exit status is returned as the value of eevvaall. If there are no _a_r_g_s, or only null arguments, eevvaall returns 0. eexxeecc [--ccll] [--aa _n_a_m_e] [_c_o_m_m_a_n_d [_a_r_g_u_m_e_n_t_s]] - If _c_o_m_m_a_n_d is specified, it replaces the shell. No new process - is created. The _a_r_g_u_m_e_n_t_s become the arguments to _c_o_m_m_a_n_d. If + If _c_o_m_m_a_n_d is specified, it replaces the shell. No new process + is created. The _a_r_g_u_m_e_n_t_s become the arguments to _c_o_m_m_a_n_d. If the --ll option is supplied, the shell places a dash at the begin- - ning of the zeroth argument passed to _c_o_m_m_a_n_d. This is what + ning of the zeroth argument passed to _c_o_m_m_a_n_d. This is what _l_o_g_i_n(1) does. The --cc option causes _c_o_m_m_a_n_d to be executed with - an empty environment. If --aa is supplied, the shell passes _n_a_m_e + an empty environment. If --aa is supplied, the shell passes _n_a_m_e as the zeroth argument to the executed command. If _c_o_m_m_a_n_d can- - not be executed for some reason, a non-interactive shell exits, - unless the eexxeeccffaaiill shell option is enabled. In that case, it - returns failure. An interactive shell returns failure if the + not be executed for some reason, a non-interactive shell exits, + unless the eexxeeccffaaiill shell option is enabled. In that case, it + returns failure. An interactive shell returns failure if the file cannot be executed. If _c_o_m_m_a_n_d is not specified, any redi- rections take effect in the current shell, and the return status is 0. If there is a redirection error, the return status is 1. eexxiitt [_n] - Cause the shell to exit with a status of _n. If _n is omitted, + Cause the shell to exit with a status of _n. If _n is omitted, the exit status is that of the last command executed. A trap on EEXXIITT is executed before the shell terminates. eexxppoorrtt [--ffnn] [_n_a_m_e[=_w_o_r_d]] ... eexxppoorrtt --pp - The supplied _n_a_m_e_s are marked for automatic export to the envi- - ronment of subsequently executed commands. If the --ff option is - given, the _n_a_m_e_s refer to functions. If no _n_a_m_e_s are given, or - if the --pp option is supplied, a list of names of all exported - variables is printed. The --nn option causes the export property + The supplied _n_a_m_e_s are marked for automatic export to the envi- + ronment of subsequently executed commands. If the --ff option is + given, the _n_a_m_e_s refer to functions. If no _n_a_m_e_s are given, or + if the --pp option is supplied, a list of names of all exported + variables is printed. The --nn option causes the export property to be removed from each _n_a_m_e. If a variable name is followed by =_w_o_r_d, the value of the variable is set to _w_o_r_d. eexxppoorrtt returns an exit status of 0 unless an invalid option is encountered, one - of the _n_a_m_e_s is not a valid shell variable name, or --ff is sup- + of the _n_a_m_e_s is not a valid shell variable name, or --ff is sup- plied with a _n_a_m_e that is not a function. ffcc [--ee _e_n_a_m_e] [--llnnrr] [_f_i_r_s_t] [_l_a_s_t] ffcc --ss [_p_a_t=_r_e_p] [_c_m_d] - The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t - from the history list and displays or edits and re-executes - them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate - the last command beginning with that string) or as a number (an - index into the history list, where a negative number is used as - an offset from the current command number). If _l_a_s_t is not - specified it is set to the current command for listing (so that - ``fc -l -10'' prints the last 10 commands) and to _f_i_r_s_t other- - wise. If _f_i_r_s_t is not specified it is set to the previous com- + The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t + from the history list and displays or edits and re-executes + them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate + the last command beginning with that string) or as a number (an + index into the history list, where a negative number is used as + an offset from the current command number). If _l_a_s_t is not + specified it is set to the current command for listing (so that + ``fc -l -10'' prints the last 10 commands) and to _f_i_r_s_t other- + wise. If _f_i_r_s_t is not specified it is set to the previous com- mand for editing and -16 for listing. - The --nn option suppresses the command numbers when listing. The - --rr option reverses the order of the commands. If the --ll option - is given, the commands are listed on standard output. Other- - wise, the editor given by _e_n_a_m_e is invoked on a file containing - those commands. If _e_n_a_m_e is not given, the value of the FFCCEEDDIITT - variable is used, and the value of EEDDIITTOORR if FFCCEEDDIITT is not set. - If neither variable is set, _v_i is used. When editing is com- + The --nn option suppresses the command numbers when listing. The + --rr option reverses the order of the commands. If the --ll option + is given, the commands are listed on standard output. Other- + wise, the editor given by _e_n_a_m_e is invoked on a file containing + those commands. If _e_n_a_m_e is not given, the value of the FFCCEEDDIITT + variable is used, and the value of EEDDIITTOORR if FFCCEEDDIITT is not set. + If neither variable is set, _v_i is used. When editing is com- plete, the edited commands are echoed and executed. - In the second form, _c_o_m_m_a_n_d is re-executed after each instance - of _p_a_t is replaced by _r_e_p. _C_o_m_m_a_n_d is intepreted the same as - _f_i_r_s_t above. A useful alias to use with this is ``r="fc -s"'', - so that typing ``r cc'' runs the last command beginning with + In the second form, _c_o_m_m_a_n_d is re-executed after each instance + of _p_a_t is replaced by _r_e_p. _C_o_m_m_a_n_d is intepreted the same as + _f_i_r_s_t above. A useful alias to use with this is ``r="fc -s"'', + so that typing ``r cc'' runs the last command beginning with ``cc'' and typing ``r'' re-executes the last command. - If the first form is used, the return value is 0 unless an - invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history - lines out of range. If the --ee option is supplied, the return + If the first form is used, the return value is 0 unless an + invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history + lines out of range. If the --ee option is supplied, the return value is the value of the last command executed or failure if an error occurs with the temporary file of commands. If the second - form is used, the return status is that of the command re-exe- - cuted, unless _c_m_d does not specify a valid history line, in + form is used, the return status is that of the command re-exe- + cuted, unless _c_m_d does not specify a valid history line, in which case ffcc returns failure. ffgg [_j_o_b_s_p_e_c] - Resume _j_o_b_s_p_e_c in the foreground, and make it the current job. + Resume _j_o_b_s_p_e_c in the foreground, and make it the current job. If _j_o_b_s_p_e_c is not present, the shell's notion of the _c_u_r_r_e_n_t _j_o_b - is used. The return value is that of the command placed into - the foreground, or failure if run when job control is disabled + is used. The return value is that of the command placed into + the foreground, or failure if run when job control is disabled or, when run with job control enabled, if _j_o_b_s_p_e_c does not spec- - ify a valid job or _j_o_b_s_p_e_c specifies a job that was started + ify a valid job or _j_o_b_s_p_e_c specifies a job that was started without job control. ggeettooppttss _o_p_t_s_t_r_i_n_g _n_a_m_e [_a_r_g_s] - ggeettooppttss is used by shell procedures to parse positional parame- - ters. _o_p_t_s_t_r_i_n_g contains the option characters to be recog- - nized; if a character is followed by a colon, the option is - expected to have an argument, which should be separated from it - by white space. The colon and question mark characters may not - be used as option characters. Each time it is invoked, ggeettooppttss - places the next option in the shell variable _n_a_m_e, initializing + ggeettooppttss is used by shell procedures to parse positional parame- + ters. _o_p_t_s_t_r_i_n_g contains the option characters to be recog- + nized; if a character is followed by a colon, the option is + expected to have an argument, which should be separated from it + by white space. The colon and question mark characters may not + be used as option characters. Each time it is invoked, ggeettooppttss + places the next option in the shell variable _n_a_m_e, initializing _n_a_m_e if it does not exist, and the index of the next argument to be processed into the variable OOPPTTIINNDD. OOPPTTIINNDD is initialized to - 1 each time the shell or a shell script is invoked. When an - option requires an argument, ggeettooppttss places that argument into - the variable OOPPTTAARRGG. The shell does not reset OOPPTTIINNDD automati- - cally; it must be manually reset between multiple calls to + 1 each time the shell or a shell script is invoked. When an + option requires an argument, ggeettooppttss places that argument into + the variable OOPPTTAARRGG. The shell does not reset OOPPTTIINNDD automati- + cally; it must be manually reset between multiple calls to ggeettooppttss within the same shell invocation if a new set of parame- ters is to be used. - When the end of options is encountered, ggeettooppttss exits with a - return value greater than zero. OOPPTTIINNDD is set to the index of + When the end of options is encountered, ggeettooppttss exits with a + return value greater than zero. OOPPTTIINNDD is set to the index of the first non-option argument, and _n_a_m_e is set to ?. - ggeettooppttss normally parses the positional parameters, but if more + ggeettooppttss normally parses the positional parameters, but if more arguments are given in _a_r_g_s, ggeettooppttss parses those instead. - ggeettooppttss can report errors in two ways. If the first character - of _o_p_t_s_t_r_i_n_g is a colon, _s_i_l_e_n_t error reporting is used. In - normal operation, diagnostic messages are printed when invalid - options or missing option arguments are encountered. If the - variable OOPPTTEERRRR is set to 0, no error messages will be dis- + ggeettooppttss can report errors in two ways. If the first character + of _o_p_t_s_t_r_i_n_g is a colon, _s_i_l_e_n_t error reporting is used. In + normal operation, diagnostic messages are printed when invalid + options or missing option arguments are encountered. If the + variable OOPPTTEERRRR is set to 0, no error messages will be dis- played, even if the first character of _o_p_t_s_t_r_i_n_g is not a colon. If an invalid option is seen, ggeettooppttss places ? into _n_a_m_e and, if - not silent, prints an error message and unsets OOPPTTAARRGG. If - ggeettooppttss is silent, the option character found is placed in + not silent, prints an error message and unsets OOPPTTAARRGG. If + ggeettooppttss is silent, the option character found is placed in OOPPTTAARRGG and no diagnostic message is printed. - If a required argument is not found, and ggeettooppttss is not silent, - a question mark (??) is placed in _n_a_m_e, OOPPTTAARRGG is unset, and a - diagnostic message is printed. If ggeettooppttss is silent, then a - colon (::) is placed in _n_a_m_e and OOPPTTAARRGG is set to the option + If a required argument is not found, and ggeettooppttss is not silent, + a question mark (??) is placed in _n_a_m_e, OOPPTTAARRGG is unset, and a + diagnostic message is printed. If ggeettooppttss is silent, then a + colon (::) is placed in _n_a_m_e and OOPPTTAARRGG is set to the option character found. - ggeettooppttss returns true if an option, specified or unspecified, is + ggeettooppttss returns true if an option, specified or unspecified, is found. It returns false if the end of options is encountered or an error occurs. hhaasshh [--llrr] [--pp _f_i_l_e_n_a_m_e] [--ddtt] [_n_a_m_e] Each time hhaasshh is invoked, the full pathname of the command _n_a_m_e - is determined by searching the directories in $$PPAATTHH and remem- + is determined by searching the directories in $$PPAATTHH and remem- bered. Any previously-remembered pathname is discarded. If the --pp option is supplied, no path search is performed, and _f_i_l_e_n_a_m_e - is used as the full filename of the command. The --rr option - causes the shell to forget all remembered locations. The --dd - option causes the shell to forget the remembered location of - each _n_a_m_e. If the --tt option is supplied, the full pathname to - which each _n_a_m_e corresponds is printed. If multiple _n_a_m_e argu- - ments are supplied with --tt, the _n_a_m_e is printed before the - hashed full pathname. The --ll option causes output to be dis- + is used as the full filename of the command. The --rr option + causes the shell to forget all remembered locations. The --dd + option causes the shell to forget the remembered location of + each _n_a_m_e. If the --tt option is supplied, the full pathname to + which each _n_a_m_e corresponds is printed. If multiple _n_a_m_e argu- + ments are supplied with --tt, the _n_a_m_e is printed before the + hashed full pathname. The --ll option causes output to be dis- played in a format that may be reused as input. If no arguments - are given, or if only --ll is supplied, information about remem- - bered commands is printed. The return status is true unless a + are given, or if only --ll is supplied, information about remem- + bered commands is printed. The return status is true unless a _n_a_m_e is not found or an invalid option is supplied. hheellpp [--ddmmss] [_p_a_t_t_e_r_n] - Display helpful information about builtin commands. If _p_a_t_t_e_r_n - is specified, hheellpp gives detailed help on all commands matching - _p_a_t_t_e_r_n; otherwise help for all the builtins and shell control + Display helpful information about builtin commands. If _p_a_t_t_e_r_n + is specified, hheellpp gives detailed help on all commands matching + _p_a_t_t_e_r_n; otherwise help for all the builtins and shell control structures is printed. --dd Display a short description of each _p_a_t_t_e_r_n --mm Display the description of each _p_a_t_t_e_r_n in a manpage-like @@ -4723,45 +4726,45 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hhiissttoorryy --ss _a_r_g [_a_r_g _._._.] With no options, display the command history list with line num- bers. Lines listed with a ** have been modified. An argument of - _n lists only the last _n lines. If the shell variable HHIISSTTTTIIMMEE-- - FFOORRMMAATT is set and not null, it is used as a format string for - _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- - played history entry. No intervening blank is printed between - the formatted time stamp and the history line. If _f_i_l_e_n_a_m_e is - supplied, it is used as the name of the history file; if not, - the value of HHIISSTTFFIILLEE is used. Options, if supplied, have the + _n lists only the last _n lines. If the shell variable HHIISSTTTTIIMMEE-- + FFOORRMMAATT is set and not null, it is used as a format string for + _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- + played history entry. No intervening blank is printed between + the formatted time stamp and the history line. If _f_i_l_e_n_a_m_e is + supplied, it is used as the name of the history file; if not, + the value of HHIISSTTFFIILLEE is used. Options, if supplied, have the following meanings: --cc Clear the history list by deleting all the entries. --dd _o_f_f_s_e_t Delete the history entry at position _o_f_f_s_e_t. - --aa Append the ``new'' history lines to the history file. - These are history lines entered since the beginning of + --aa Append the ``new'' history lines to the history file. + These are history lines entered since the beginning of the current bbaasshh session, but not already appended to the history file. - --nn Read the history lines not already read from the history - file into the current history list. These are lines - appended to the history file since the beginning of the + --nn Read the history lines not already read from the history + file into the current history list. These are lines + appended to the history file since the beginning of the current bbaasshh session. - --rr Read the contents of the history file and append them to + --rr Read the contents of the history file and append them to the current history list. --ww Write the current history list to the history file, over- writing the history file's contents. - --pp Perform history substitution on the following _a_r_g_s and - display the result on the standard output. Does not - store the results in the history list. Each _a_r_g must be + --pp Perform history substitution on the following _a_r_g_s and + display the result on the standard output. Does not + store the results in the history list. Each _a_r_g must be quoted to disable normal history expansion. - --ss Store the _a_r_g_s in the history list as a single entry. - The last command in the history list is removed before + --ss Store the _a_r_g_s in the history list as a single entry. + The last command in the history list is removed before the _a_r_g_s are added. - If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the time stamp informa- - tion associated with each history entry is written to the his- - tory file, marked with the history comment character. When the - history file is read, lines beginning with the history comment - character followed immediately by a digit are interpreted as + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the time stamp informa- + tion associated with each history entry is written to the his- + tory file, marked with the history comment character. When the + history file is read, lines beginning with the history comment + character followed immediately by a digit are interpreted as timestamps for the following history entry. The return value is 0 unless an invalid option is encountered, an error occurs while - reading or writing the history file, an invalid _o_f_f_s_e_t is sup- + reading or writing the history file, an invalid _o_f_f_s_e_t is sup- plied as an argument to --dd, or the history expansion supplied as an argument to --pp fails. @@ -4770,208 +4773,208 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS The first form lists the active jobs. The options have the fol- lowing meanings: --ll List process IDs in addition to the normal information. - --nn Display information only about jobs that have changed + --nn Display information only about jobs that have changed status since the user was last notified of their status. - --pp List only the process ID of the job's process group + --pp List only the process ID of the job's process group leader. --rr Display only running jobs. --ss Display only stopped jobs. - If _j_o_b_s_p_e_c is given, output is restricted to information about - that job. The return status is 0 unless an invalid option is + If _j_o_b_s_p_e_c is given, output is restricted to information about + that job. The return status is 0 unless an invalid option is encountered or an invalid _j_o_b_s_p_e_c is supplied. If the --xx option is supplied, jjoobbss replaces any _j_o_b_s_p_e_c found in - _c_o_m_m_a_n_d or _a_r_g_s with the corresponding process group ID, and + _c_o_m_m_a_n_d or _a_r_g_s with the corresponding process group ID, and executes _c_o_m_m_a_n_d passing it _a_r_g_s, returning its exit status. kkiillll [--ss _s_i_g_s_p_e_c | --nn _s_i_g_n_u_m | --_s_i_g_s_p_e_c] [_p_i_d | _j_o_b_s_p_e_c] ... kkiillll --ll|--LL [_s_i_g_s_p_e_c | _e_x_i_t___s_t_a_t_u_s] - Send the signal named by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes - named by _p_i_d or _j_o_b_s_p_e_c. _s_i_g_s_p_e_c is either a case-insensitive - signal name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or - a signal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not - present, then SSIIGGTTEERRMM is assumed. An argument of --ll lists the - signal names. If any arguments are supplied when --ll is given, - the names of the signals corresponding to the arguments are + Send the signal named by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes + named by _p_i_d or _j_o_b_s_p_e_c. _s_i_g_s_p_e_c is either a case-insensitive + signal name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or + a signal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not + present, then SSIIGGTTEERRMM is assumed. An argument of --ll lists the + signal names. If any arguments are supplied when --ll is given, + the names of the signals corresponding to the arguments are listed, and the return status is 0. The _e_x_i_t___s_t_a_t_u_s argument to - --ll is a number specifying either a signal number or the exit - status of a process terminated by a signal. The --LL option is - equivalent to --ll. kkiillll returns true if at least one signal was - successfully sent, or false if an error occurs or an invalid + --ll is a number specifying either a signal number or the exit + status of a process terminated by a signal. The --LL option is + equivalent to --ll. kkiillll returns true if at least one signal was + successfully sent, or false if an error occurs or an invalid option is encountered. lleett _a_r_g [_a_r_g ...] Each _a_r_g is an arithmetic expression to be evaluated (see AARRIITTHH-- - MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett + MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett returns 1; 0 is returned otherwise. llooccaall [_o_p_t_i_o_n] [_n_a_m_e[=_v_a_l_u_e] ... | - ] - For each argument, a local variable named _n_a_m_e is created, and - assigned _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted + For each argument, a local variable named _n_a_m_e is created, and + assigned _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddeeccllaarree. When llooccaall is used within a function, it causes the - variable _n_a_m_e to have a visible scope restricted to that func- - tion and its children. If _n_a_m_e is -, the set of shell options - is made local to the function in which llooccaall is invoked: shell - options changed using the sseett builtin inside the function are - restored to their original values when the function returns. - With no operands, llooccaall writes a list of local variables to the - standard output. It is an error to use llooccaall when not within a + variable _n_a_m_e to have a visible scope restricted to that func- + tion and its children. If _n_a_m_e is -, the set of shell options + is made local to the function in which llooccaall is invoked: shell + options changed using the sseett builtin inside the function are + restored to their original values when the function returns. + With no operands, llooccaall writes a list of local variables to the + standard output. It is an error to use llooccaall when not within a function. The return status is 0 unless llooccaall is used outside a - function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly + function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly variable. llooggoouutt Exit a login shell. - mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC + mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] rreeaaddaarrrraayy [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] - Read lines from the standard input into the indexed array vari- - able _a_r_r_a_y, or from file descriptor _f_d if the --uu option is sup- - plied. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if + Read lines from the standard input into the indexed array vari- + able _a_r_r_a_y, or from file descriptor _f_d if the --uu option is sup- + plied. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if supplied, have the following meanings: - --dd The first character of _d_e_l_i_m is used to terminate each + --dd The first character of _d_e_l_i_m is used to terminate each input line, rather than newline. - --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, all lines are + --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, all lines are copied. - --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default + --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default index is 0. --ss Discard the first _c_o_u_n_t lines read. - --tt Remove a trailing _d_e_l_i_m (default newline) from each line + --tt Remove a trailing _d_e_l_i_m (default newline) from each line read. - --uu Read lines from file descriptor _f_d instead of the stan- + --uu Read lines from file descriptor _f_d instead of the stan- dard input. - --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The + --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The --cc option specifies _q_u_a_n_t_u_m. - --cc Specify the number of lines read between each call to + --cc Specify the number of lines read between each call to _c_a_l_l_b_a_c_k. - If --CC is specified without --cc, the default quantum is 5000. + If --CC is specified without --cc, the default quantum is 5000. When _c_a_l_l_b_a_c_k is evaluated, it is supplied the index of the next array element to be assigned and the line to be assigned to that - element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after + element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after the line is read but before the array element is assigned. - If not supplied with an explicit origin, mmaappffiillee will clear + If not supplied with an explicit origin, mmaappffiillee will clear _a_r_r_a_y before assigning to it. - mmaappffiillee returns successfully unless an invalid option or option - argument is supplied, _a_r_r_a_y is invalid or unassignable, or if + mmaappffiillee returns successfully unless an invalid option or option + argument is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is not an indexed array. ppooppdd [-nn] [+_n] [-_n] - Removes entries from the directory stack. With no arguments, - removes the top directory from the stack, and performs a ccdd to + Removes entries from the directory stack. With no arguments, + removes the top directory from the stack, and performs a ccdd to the new top directory. Arguments, if supplied, have the follow- ing meanings: - --nn Suppresses the normal change of directory when removing - directories from the stack, so that only the stack is + --nn Suppresses the normal change of directory when removing + directories from the stack, so that only the stack is manipulated. - ++_n Removes the _nth entry counting from the left of the list - shown by ddiirrss, starting with zero. For example: ``popd + ++_n Removes the _nth entry counting from the left of the list + shown by ddiirrss, starting with zero. For example: ``popd +0'' removes the first directory, ``popd +1'' the second. --_n Removes the _nth entry counting from the right of the list - shown by ddiirrss, starting with zero. For example: ``popd - -0'' removes the last directory, ``popd -1'' the next to + shown by ddiirrss, starting with zero. For example: ``popd + -0'' removes the last directory, ``popd -1'' the next to last. - If the ppooppdd command is successful, a ddiirrss is performed as well, - and the return status is 0. ppooppdd returns false if an invalid + If the ppooppdd command is successful, a ddiirrss is performed as well, + and the return status is 0. ppooppdd returns false if an invalid option is encountered, the directory stack is empty, a non-exis- tent directory stack entry is specified, or the directory change fails. pprriinnttff [--vv _v_a_r] _f_o_r_m_a_t [_a_r_g_u_m_e_n_t_s] - Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the - control of the _f_o_r_m_a_t. The --vv option causes the output to be - assigned to the variable _v_a_r rather than being printed to the + Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the + control of the _f_o_r_m_a_t. The --vv option causes the output to be + assigned to the variable _v_a_r rather than being printed to the standard output. - The _f_o_r_m_a_t is a character string which contains three types of - objects: plain characters, which are simply copied to standard - output, character escape sequences, which are converted and - copied to the standard output, and format specifications, each - of which causes printing of the next successive _a_r_g_u_m_e_n_t. In + The _f_o_r_m_a_t is a character string which contains three types of + objects: plain characters, which are simply copied to standard + output, character escape sequences, which are converted and + copied to the standard output, and format specifications, each + of which causes printing of the next successive _a_r_g_u_m_e_n_t. In addition to the standard _p_r_i_n_t_f(1) format specifications, pprriinnttff interprets the following extensions: %%bb causes pprriinnttff to expand backslash escape sequences in the corresponding _a_r_g_u_m_e_n_t in the same way as eecchhoo --ee. - %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a + %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a format that can be reused as shell input. %%((_d_a_t_e_f_m_t))TT - causes pprriinnttff to output the date-time string resulting - from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). + causes pprriinnttff to output the date-time string resulting + from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). The corresponding _a_r_g_u_m_e_n_t is an integer representing the - number of seconds since the epoch. Two special argument - values may be used: -1 represents the current time, and - -2 represents the time the shell was invoked. If no - argument is specified, conversion behaves as if -1 had - been given. This is an exception to the usual pprriinnttff + number of seconds since the epoch. Two special argument + values may be used: -1 represents the current time, and + -2 represents the time the shell was invoked. If no + argument is specified, conversion behaves as if -1 had + been given. This is an exception to the usual pprriinnttff behavior. - Arguments to non-string format specifiers are treated as C con- + Arguments to non-string format specifiers are treated as C con- stants, except that a leading plus or minus sign is allowed, and - if the leading character is a single or double quote, the value + if the leading character is a single or double quote, the value is the ASCII value of the following character. - The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- + The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- _m_e_n_t_s. If the _f_o_r_m_a_t requires more _a_r_g_u_m_e_n_t_s than are supplied, - the extra format specifications behave as if a zero value or - null string, as appropriate, had been supplied. The return + the extra format specifications behave as if a zero value or + null string, as appropriate, had been supplied. The return value is zero on success, non-zero on failure. ppuusshhdd [--nn] [+_n] [-_n] ppuusshhdd [--nn] [_d_i_r] - Adds a directory to the top of the directory stack, or rotates - the stack, making the new top of the stack the current working - directory. With no arguments, ppuusshhdd exchanges the top two - directories and returns 0, unless the directory stack is empty. + Adds a directory to the top of the directory stack, or rotates + the stack, making the new top of the stack the current working + directory. With no arguments, ppuusshhdd exchanges the top two + directories and returns 0, unless the directory stack is empty. Arguments, if supplied, have the following meanings: - --nn Suppresses the normal change of directory when rotating - or adding directories to the stack, so that only the + --nn Suppresses the normal change of directory when rotating + or adding directories to the stack, so that only the stack is manipulated. - ++_n Rotates the stack so that the _nth directory (counting - from the left of the list shown by ddiirrss, starting with + ++_n Rotates the stack so that the _nth directory (counting + from the left of the list shown by ddiirrss, starting with zero) is at the top. - --_n Rotates the stack so that the _nth directory (counting - from the right of the list shown by ddiirrss, starting with + --_n Rotates the stack so that the _nth directory (counting + from the right of the list shown by ddiirrss, starting with zero) is at the top. _d_i_r Adds _d_i_r to the directory stack at the top, making it the - new current working directory as if it had been supplied + new current working directory as if it had been supplied as the argument to the ccdd builtin. If the ppuusshhdd command is successful, a ddiirrss is performed as well. - If the first form is used, ppuusshhdd returns 0 unless the cd to _d_i_r - fails. With the second form, ppuusshhdd returns 0 unless the direc- - tory stack is empty, a non-existent directory stack element is - specified, or the directory change to the specified new current + If the first form is used, ppuusshhdd returns 0 unless the cd to _d_i_r + fails. With the second form, ppuusshhdd returns 0 unless the direc- + tory stack is empty, a non-existent directory stack element is + specified, or the directory change to the specified new current directory fails. ppwwdd [--LLPP] - Print the absolute pathname of the current working directory. + Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the --PP option is supplied or the --oo pphhyyssiiccaall option to the sseett builtin command - is enabled. If the --LL option is used, the pathname printed may - contain symbolic links. The return status is 0 unless an error - occurs while reading the name of the current directory or an + is enabled. If the --LL option is used, the pathname printed may + contain symbolic links. The return status is 0 unless an error + occurs while reading the name of the current directory or an invalid option is supplied. rreeaadd [--eerrss] [--aa _a_n_a_m_e] [--dd _d_e_l_i_m] [--ii _t_e_x_t] [--nn _n_c_h_a_r_s] [--NN _n_c_h_a_r_s] [--pp _p_r_o_m_p_t] [--tt _t_i_m_e_o_u_t] [--uu _f_d] [_n_a_m_e ...] - One line is read from the standard input, or from the file - descriptor _f_d supplied as an argument to the --uu option, split - into words as described above under WWoorrdd SSpplliittttiinngg, and the + One line is read from the standard input, or from the file + descriptor _f_d supplied as an argument to the --uu option, split + into words as described above under WWoorrdd SSpplliittttiinngg, and the first word is assigned to the first _n_a_m_e, the second word to the second _n_a_m_e, and so on. If there are more words than names, the remaining words and their intervening delimiters are assigned to - the last _n_a_m_e. If there are fewer words read from the input - stream than names, the remaining names are assigned empty val- - ues. The characters in IIFFSS are used to split the line into + the last _n_a_m_e. If there are fewer words read from the input + stream than names, the remaining names are assigned empty val- + ues. The characters in IIFFSS are used to split the line into words using the same rules the shell uses for expansion (described above under WWoorrdd SSpplliittttiinngg). The backslash character (\\) may be used to remove any special meaning for the next char- - acter read and for line continuation. Options, if supplied, + acter read and for line continuation. Options, if supplied, have the following meanings: --aa _a_n_a_m_e The words are assigned to sequential indices of the array @@ -4979,28 +4982,28 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS new values are assigned. Other _n_a_m_e arguments are ignored. --dd _d_e_l_i_m - The first character of _d_e_l_i_m is used to terminate the + The first character of _d_e_l_i_m is used to terminate the input line, rather than newline. --ee If the standard input is coming from a terminal, rreeaaddlliinnee - (see RREEAADDLLIINNEE above) is used to obtain the line. Read- - line uses the current (or default, if line editing was + (see RREEAADDLLIINNEE above) is used to obtain the line. Read- + line uses the current (or default, if line editing was not previously active) editing settings. --ii _t_e_x_t - If rreeaaddlliinnee is being used to read the line, _t_e_x_t is + If rreeaaddlliinnee is being used to read the line, _t_e_x_t is placed into the editing buffer before editing begins. --nn _n_c_h_a_r_s - rreeaadd returns after reading _n_c_h_a_r_s characters rather than + rreeaadd returns after reading _n_c_h_a_r_s characters rather than waiting for a complete line of input, but honors a delim- - iter if fewer than _n_c_h_a_r_s characters are read before the + iter if fewer than _n_c_h_a_r_s characters are read before the delimiter. --NN _n_c_h_a_r_s - rreeaadd returns after reading exactly _n_c_h_a_r_s characters - rather than waiting for a complete line of input, unless - EOF is encountered or rreeaadd times out. Delimiter charac- - ters encountered in the input are not treated specially - and do not cause rreeaadd to return until _n_c_h_a_r_s characters - are read. The result is not split on the characters in - IIFFSS; the intent is that the variable is assigned exactly + rreeaadd returns after reading exactly _n_c_h_a_r_s characters + rather than waiting for a complete line of input, unless + EOF is encountered or rreeaadd times out. Delimiter charac- + ters encountered in the input are not treated specially + and do not cause rreeaadd to return until _n_c_h_a_r_s characters + are read. The result is not split on the characters in + IIFFSS; the intent is that the variable is assigned exactly the characters read (with the exception of backslash; see the --rr option below). --pp _p_r_o_m_p_t @@ -5008,131 +5011,131 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS line, before attempting to read any input. The prompt is displayed only if input is coming from a terminal. --rr Backslash does not act as an escape character. The back- - slash is considered to be part of the line. In particu- - lar, a backslash-newline pair may not be used as a line + slash is considered to be part of the line. In particu- + lar, a backslash-newline pair may not be used as a line continuation. --ss Silent mode. If input is coming from a terminal, charac- ters are not echoed. --tt _t_i_m_e_o_u_t - Cause rreeaadd to time out and return failure if a complete - line of input (or a specified number of characters) is - not read within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a deci- - mal number with a fractional portion following the deci- - mal point. This option is only effective if rreeaadd is - reading input from a terminal, pipe, or other special - file; it has no effect when reading from regular files. + Cause rreeaadd to time out and return failure if a complete + line of input (or a specified number of characters) is + not read within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a deci- + mal number with a fractional portion following the deci- + mal point. This option is only effective if rreeaadd is + reading input from a terminal, pipe, or other special + file; it has no effect when reading from regular files. If rreeaadd times out, rreeaadd saves any partial input read into - the specified variable _n_a_m_e. If _t_i_m_e_o_u_t is 0, rreeaadd - returns immediately, without trying to read any data. - The exit status is 0 if input is available on the speci- - fied file descriptor, non-zero otherwise. The exit sta- + the specified variable _n_a_m_e. If _t_i_m_e_o_u_t is 0, rreeaadd + returns immediately, without trying to read any data. + The exit status is 0 if input is available on the speci- + fied file descriptor, non-zero otherwise. The exit sta- tus is greater than 128 if the timeout is exceeded. --uu _f_d Read input from file descriptor _f_d. If no _n_a_m_e_s are supplied, the line read is assigned to the vari- - able RREEPPLLYY. The exit status is zero, unless end-of-file is + able RREEPPLLYY. The exit status is zero, unless end-of-file is encountered, rreeaadd times out (in which case the status is greater - than 128), a variable assignment error (such as assigning to a + than 128), a variable assignment error (such as assigning to a readonly variable) occurs, or an invalid file descriptor is sup- plied as the argument to --uu. rreeaaddoonnllyy [--aaAAff] [--pp] [_n_a_m_e[=_w_o_r_d] ...] - The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s - may not be changed by subsequent assignment. If the --ff option - is supplied, the functions corresponding to the _n_a_m_e_s are so - marked. The --aa option restricts the variables to indexed - arrays; the --AA option restricts the variables to associative - arrays. If both options are supplied, --AA takes precedence. If - no _n_a_m_e arguments are given, or if the --pp option is supplied, a + The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s + may not be changed by subsequent assignment. If the --ff option + is supplied, the functions corresponding to the _n_a_m_e_s are so + marked. The --aa option restricts the variables to indexed + arrays; the --AA option restricts the variables to associative + arrays. If both options are supplied, --AA takes precedence. If + no _n_a_m_e arguments are given, or if the --pp option is supplied, a list of all readonly names is printed. The other options may be - used to restrict the output to a subset of the set of readonly - names. The --pp option causes output to be displayed in a format - that may be reused as input. If a variable name is followed by - =_w_o_r_d, the value of the variable is set to _w_o_r_d. The return - status is 0 unless an invalid option is encountered, one of the + used to restrict the output to a subset of the set of readonly + names. The --pp option causes output to be displayed in a format + that may be reused as input. If a variable name is followed by + =_w_o_r_d, the value of the variable is set to _w_o_r_d. The return + status is 0 unless an invalid option is encountered, one of the _n_a_m_e_s is not a valid shell variable name, or --ff is supplied with a _n_a_m_e that is not a function. rreettuurrnn [_n] - Causes a function to stop executing and return the value speci- - fied by _n to its caller. If _n is omitted, the return status is - that of the last command executed in the function body. If - rreettuurrnn is executed by a trap handler, the last command used to - determine the status is the last command executed before the - trap handler. if rreettuurrnn is executed during a DDEEBBUUGG trap, the - last command used to determine the status is the last command - executed by the trap handler before rreettuurrnn was invoked. If - rreettuurrnn is used outside a function, but during execution of a - script by the .. (ssoouurrccee) command, it causes the shell to stop - executing that script and return either _n or the exit status of - the last command executed within the script as the exit status - of the script. If _n is supplied, the return value is its least - significant 8 bits. The return status is non-zero if rreettuurrnn is - supplied a non-numeric argument, or is used outside a function - and not during execution of a script by .. or ssoouurrccee. Any com- - mand associated with the RREETTUURRNN trap is executed before execu- + Causes a function to stop executing and return the value speci- + fied by _n to its caller. If _n is omitted, the return status is + that of the last command executed in the function body. If + rreettuurrnn is executed by a trap handler, the last command used to + determine the status is the last command executed before the + trap handler. if rreettuurrnn is executed during a DDEEBBUUGG trap, the + last command used to determine the status is the last command + executed by the trap handler before rreettuurrnn was invoked. If + rreettuurrnn is used outside a function, but during execution of a + script by the .. (ssoouurrccee) command, it causes the shell to stop + executing that script and return either _n or the exit status of + the last command executed within the script as the exit status + of the script. If _n is supplied, the return value is its least + significant 8 bits. The return status is non-zero if rreettuurrnn is + supplied a non-numeric argument, or is used outside a function + and not during execution of a script by .. or ssoouurrccee. Any com- + mand associated with the RREETTUURRNN trap is executed before execu- tion resumes after the function or script. sseett [----aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [--oo _o_p_t_i_o_n_-_n_a_m_e] [_a_r_g ...] sseett [++aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [++oo _o_p_t_i_o_n_-_n_a_m_e] [_a_r_g ...] - Without options, the name and value of each shell variable are + Without options, the name and value of each shell variable are displayed in a format that can be reused as input for setting or resetting the currently-set variables. Read-only variables can- - not be reset. In _p_o_s_i_x mode, only shell variables are listed. - The output is sorted according to the current locale. When - options are specified, they set or unset shell attributes. Any - arguments remaining after option processing are treated as val- + not be reset. In _p_o_s_i_x mode, only shell variables are listed. + The output is sorted according to the current locale. When + options are specified, they set or unset shell attributes. Any + arguments remaining after option processing are treated as val- ues for the positional parameters and are assigned, in order, to - $$11, $$22, ...... $$_n. Options, if specified, have the following + $$11, $$22, ...... $$_n. Options, if specified, have the following meanings: --aa Each variable or function that is created or modified is - given the export attribute and marked for export to the + given the export attribute and marked for export to the environment of subsequent commands. - --bb Report the status of terminated background jobs immedi- + --bb Report the status of terminated background jobs immedi- ately, rather than before the next primary prompt. This is effective only when job control is enabled. - --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a - single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d + --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a + single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d (see SSHHEELLLL GGRRAAMMMMAARR above), exits with a non-zero status. - The shell does not exit if the command that fails is - part of the command list immediately following a wwhhiillee - or uunnttiill keyword, part of the test following the iiff or - eelliiff reserved words, part of any command executed in a - &&&& or |||| list except the command following the final &&&& + The shell does not exit if the command that fails is + part of the command list immediately following a wwhhiillee + or uunnttiill keyword, part of the test following the iiff or + eelliiff reserved words, part of any command executed in a + &&&& or |||| list except the command following the final &&&& or ||||, any command in a pipeline but the last, or if the - command's return value is being inverted with !!. If a - compound command other than a subshell returns a non- - zero status because a command failed while --ee was being - ignored, the shell does not exit. A trap on EERRRR, if - set, is executed before the shell exits. This option + command's return value is being inverted with !!. If a + compound command other than a subshell returns a non- + zero status because a command failed while --ee was being + ignored, the shell does not exit. A trap on EERRRR, if + set, is executed before the shell exits. This option applies to the shell environment and each subshell envi- - ronment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT + ronment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT above), and may cause subshells to exit before executing all the commands in the subshell. - If a compound command or shell function executes in a - context where --ee is being ignored, none of the commands - executed within the compound command or function body - will be affected by the --ee setting, even if --ee is set - and a command returns a failure status. If a compound - command or shell function sets --ee while executing in a - context where --ee is ignored, that setting will not have - any effect until the compound command or the command + If a compound command or shell function executes in a + context where --ee is being ignored, none of the commands + executed within the compound command or function body + will be affected by the --ee setting, even if --ee is set + and a command returns a failure status. If a compound + command or shell function sets --ee while executing in a + context where --ee is ignored, that setting will not have + any effect until the compound command or the command containing the function call completes. --ff Disable pathname expansion. - --hh Remember the location of commands as they are looked up + --hh Remember the location of commands as they are looked up for execution. This is enabled by default. - --kk All arguments in the form of assignment statements are - placed in the environment for a command, not just those + --kk All arguments in the form of assignment statements are + placed in the environment for a command, not just those that precede the command name. - --mm Monitor mode. Job control is enabled. This option is - on by default for interactive shells on systems that - support it (see JJOOBB CCOONNTTRROOLL above). All processes run + --mm Monitor mode. Job control is enabled. This option is + on by default for interactive shells on systems that + support it (see JJOOBB CCOONNTTRROOLL above). All processes run in a separate process group. When a background job com- pletes, the shell prints a line containing its exit sta- tus. --nn Read commands but do not execute them. This may be used - to check a shell script for syntax errors. This is + to check a shell script for syntax errors. This is ignored by interactive shells. --oo _o_p_t_i_o_n_-_n_a_m_e The _o_p_t_i_o_n_-_n_a_m_e can be one of the following: @@ -5140,10 +5143,10 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Same as --aa. bbrraacceeeexxppaanndd Same as --BB. - eemmaaccss Use an emacs-style command line editing inter- + eemmaaccss Use an emacs-style command line editing inter- face. This is enabled by default when the shell is interactive, unless the shell is started with - the ----nnooeeddiittiinngg option. This also affects the + the ----nnooeeddiittiinngg option. This also affects the editing interface used for rreeaadd --ee. eerrrreexxiitt Same as --ee. eerrrrttrraaccee @@ -5157,8 +5160,8 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS HHIISSTTOORRYY. This option is on by default in inter- active shells. iiggnnoorreeeeooff - The effect is as if the shell command - ``IGNOREEOF=10'' had been executed (see SShheellll + The effect is as if the shell command + ``IGNOREEOF=10'' had been executed (see SShheellll VVaarriiaabblleess above). kkeeyywwoorrdd Same as --kk. mmoonniittoorr Same as --mm. @@ -5173,365 +5176,365 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS pphhyyssiiccaall Same as --PP. ppiippeeffaaiill - If set, the return value of a pipeline is the - value of the last (rightmost) command to exit - with a non-zero status, or zero if all commands - in the pipeline exit successfully. This option + If set, the return value of a pipeline is the + value of the last (rightmost) command to exit + with a non-zero status, or zero if all commands + in the pipeline exit successfully. This option is disabled by default. - ppoossiixx Change the behavior of bbaasshh where the default - operation differs from the POSIX standard to - match the standard (_p_o_s_i_x _m_o_d_e). See SSEEEE AALLSSOO + ppoossiixx Change the behavior of bbaasshh where the default + operation differs from the POSIX standard to + match the standard (_p_o_s_i_x _m_o_d_e). See SSEEEE AALLSSOO below for a reference to a document that details how posix mode affects bash's behavior. pprriivviilleeggeedd Same as --pp. vveerrbboossee Same as --vv. - vvii Use a vi-style command line editing interface. + vvii Use a vi-style command line editing interface. This also affects the editing interface used for rreeaadd --ee. xxttrraaccee Same as --xx. If --oo is supplied with no _o_p_t_i_o_n_-_n_a_m_e, the values of the - current options are printed. If ++oo is supplied with no - _o_p_t_i_o_n_-_n_a_m_e, a series of sseett commands to recreate the - current option settings is displayed on the standard + current options are printed. If ++oo is supplied with no + _o_p_t_i_o_n_-_n_a_m_e, a series of sseett commands to recreate the + current option settings is displayed on the standard output. - --pp Turn on _p_r_i_v_i_l_e_g_e_d mode. In this mode, the $$EENNVV and - $$BBAASSHH__EENNVV files are not processed, shell functions are - not inherited from the environment, and the SSHHEELLLLOOPPTTSS, - BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if they + --pp Turn on _p_r_i_v_i_l_e_g_e_d mode. In this mode, the $$EENNVV and + $$BBAASSHH__EENNVV files are not processed, shell functions are + not inherited from the environment, and the SSHHEELLLLOOPPTTSS, + BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if they appear in the environment, are ignored. If the shell is - started with the effective user (group) id not equal to - the real user (group) id, and the --pp option is not sup- + started with the effective user (group) id not equal to + the real user (group) id, and the --pp option is not sup- plied, these actions are taken and the effective user id - is set to the real user id. If the --pp option is sup- - plied at startup, the effective user id is not reset. - Turning this option off causes the effective user and + is set to the real user id. If the --pp option is sup- + plied at startup, the effective user id is not reset. + Turning this option off causes the effective user and group ids to be set to the real user and group ids. --tt Exit after reading and executing one command. --uu Treat unset variables and parameters other than the spe- - cial parameters "@" and "*" as an error when performing - parameter expansion. If expansion is attempted on an - unset variable or parameter, the shell prints an error - message, and, if not interactive, exits with a non-zero + cial parameters "@" and "*" as an error when performing + parameter expansion. If expansion is attempted on an + unset variable or parameter, the shell prints an error + message, and, if not interactive, exits with a non-zero status. --vv Print shell input lines as they are read. - --xx After expanding each _s_i_m_p_l_e _c_o_m_m_a_n_d, ffoorr command, ccaassee + --xx After expanding each _s_i_m_p_l_e _c_o_m_m_a_n_d, ffoorr command, ccaassee command, sseelleecctt command, or arithmetic ffoorr command, dis- - play the expanded value of PPSS44, followed by the command + play the expanded value of PPSS44, followed by the command and its expanded arguments or associated word list. - --BB The shell performs brace expansion (see BBrraaccee EExxppaannssiioonn + --BB The shell performs brace expansion (see BBrraaccee EExxppaannssiioonn above). This is on by default. - --CC If set, bbaasshh does not overwrite an existing file with - the >>, >>&&, and <<>> redirection operators. This may be + --CC If set, bbaasshh does not overwrite an existing file with + the >>, >>&&, and <<>> redirection operators. This may be overridden when creating output files by using the redi- rection operator >>|| instead of >>. --EE If set, any trap on EERRRR is inherited by shell functions, - command substitutions, and commands executed in a sub- - shell environment. The EERRRR trap is normally not inher- + command substitutions, and commands executed in a sub- + shell environment. The EERRRR trap is normally not inher- ited in such cases. --HH Enable !! style history substitution. This option is on by default when the shell is interactive. - --PP If set, the shell does not resolve symbolic links when - executing commands such as ccdd that change the current + --PP If set, the shell does not resolve symbolic links when + executing commands such as ccdd that change the current working directory. It uses the physical directory structure instead. By default, bbaasshh follows the logical - chain of directories when performing commands which + chain of directories when performing commands which change the current directory. - --TT If set, any traps on DDEEBBUUGG and RREETTUURRNN are inherited by - shell functions, command substitutions, and commands - executed in a subshell environment. The DDEEBBUUGG and + --TT If set, any traps on DDEEBBUUGG and RREETTUURRNN are inherited by + shell functions, command substitutions, and commands + executed 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 - options can also be specified as arguments to an invocation of - the shell. The current set of options may be found in $$--. The + The options are off by default unless otherwise noted. Using + + rather than - causes these options to be turned off. The + options can also be specified as arguments to an invocation of + the shell. The current set of options may be found in $$--. The return 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 - unset. _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 - parameters are not changed. The return status is greater than + The positional parameters from _n+1 ... are renamed to $$11 ........ + Parameters represented by the numbers $$## down to $$##-_n+1 are + unset. _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 + parameters 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 - whether or not each is set. The --pp option causes output to be - displayed in a form that may be reused as input. Other options + of all settable options is displayed, with an indication of + whether or not each is set. The --pp option causes output to be + displayed in a form that may be reused as input. Other options have the following meanings: --ss Enable (set) each _o_p_t_n_a_m_e. --uu Disable (unset) each _o_p_t_n_a_m_e. - --qq Suppresses normal output (quiet mode); the return status + --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 - options, 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 + options, 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: - 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 - (see JJOOBB CCOONNTTRROOLL above). The shell always postpones + second exit is attempted without an intervening command + (see JJOOBB CCOONNTTRROOLL above). The shell always postpones exiting if any jobs are stopped. cchheecckkwwiinnssiizzee - If set, bbaasshh checks the window size after each command - and, if necessary, updates the values of LLIINNEESS and CCOOLL-- + If set, bbaasshh checks the window size after each command + and, if necessary, updates the values of LLIINNEESS and CCOOLL-- UUMMNNSS. - ccmmddhhiisstt If set, bbaasshh attempts to save all lines of a multiple- - line command in the same history entry. This allows + 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. ccoommppaatt3311 If set, bbaasshh changes its behavior to that of version 3.1 - with respect to quoted arguments to the [[[[ conditional + with respect to quoted arguments to the [[[[ conditional command's ==~~ operator and locale-specific string compar- - ison when using the [[[[ conditional command's << and >> - operators. Bash versions prior to bash-4.1 use ASCII + ison when using the [[[[ conditional command's << and >> + operators. Bash versions prior to bash-4.1 use ASCII collation and _s_t_r_c_m_p(3); bash-4.1 and later use the cur- rent locale's collation sequence and _s_t_r_c_o_l_l(3). ccoommppaatt3322 If set, bbaasshh changes its behavior to that of version 3.2 - with respect to locale-specific string comparison when - using the [[[[ conditional command's << and >> operators - (see previous item) and the effect of interrupting a - command list. Bash versions 3.2 and earlier continue - with the next command in the list after one terminates + with respect to locale-specific string comparison when + using the [[[[ conditional command's << and >> operators + (see previous item) and the effect of interrupting a + command list. Bash versions 3.2 and earlier continue + with the next command in the list after one terminates due to an interrupt. ccoommppaatt4400 If set, bbaasshh changes its behavior to that of version 4.0 - with respect to locale-specific string comparison when - using the [[[[ conditional command's << and >> operators - (see description of ccoommppaatt3311) and the effect of inter- - rupting a command list. Bash versions 4.0 and later - interrupt the list as if the shell received the inter- - rupt; previous versions continue with the next command + with respect to locale-specific string comparison when + using the [[[[ conditional command's << and >> operators + (see description of ccoommppaatt3311) and the effect of inter- + rupting a command list. Bash versions 4.0 and later + interrupt the list as if the shell received the inter- + rupt; previous versions continue with the next command in the list. ccoommppaatt4411 - If set, bbaasshh, when in _p_o_s_i_x mode, treats a single quote - in a double-quoted parameter expansion as a special - character. The single quotes must match (an even num- - ber) and the characters between the single quotes are - considered quoted. This is the behavior of posix mode - through version 4.1. The default bash behavior remains + If set, bbaasshh, when in _p_o_s_i_x mode, treats a single quote + in a double-quoted parameter expansion as a special + character. The single quotes must match (an even num- + ber) and the characters between the single quotes are + considered quoted. This is the behavior of posix mode + through version 4.1. The default bash behavior remains as in previous versions. ccoommppaatt4422 - If set, bbaasshh does not process the replacement string in - the pattern substitution word expansion using quote + If set, bbaasshh does not process the replacement string in + the pattern substitution word expansion using quote removal. ccoommppaatt4433 - If set, bbaasshh does not print a warning message if an - attempt is made to use a quoted compound array assign- - ment as an argument to ddeeccllaarree, makes word expansion - errors non-fatal errors that cause the current command - to fail (the default behavior is to make them fatal + If set, bbaasshh does not print a warning message if an + attempt is made to use a quoted compound array assign- + ment as an argument to ddeeccllaarree, makes word expansion + errors non-fatal errors that cause the current command + to fail (the default behavior is to make them fatal errors that cause the shell to exit), and does not reset - the loop state when a shell function is executed (this - allows bbrreeaakk or ccoonnttiinnuuee in a shell function to affect + the loop state when a shell function is executed (this + allows bbrreeaakk or ccoonnttiinnuuee in a shell function to affect loops in the caller's context). 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 - expand 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 + expand 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 + ddoottgglloobb If set, bbaasshh includes filenames beginning with a `.' in the results of pathname expansion. 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, arrange to execute the - debugger profile before the shell starts, identical to - the ----ddeebbuuggggeerr option. If set after invocation, behav- + If set at shell invocation, arrange to execute the + debugger profile before the shell starts, identical to + the ----ddeebbuuggggeerr option. If set after invocation, behav- ior 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 - description of FFIIGGNNOORREE. This option is enabled by + description of FFIIGGNNOORREE. This option is enabled by default. 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- + 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 - sequence is not taken into account, so bb will not col- - late between AA and BB, and upper-case and lower-case + sequence is not taken into account, so bb will not col- + late between AA and BB, and upper-case and lower-case ASCII characters will collate together. 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 If set, shell error messages are written in the standard GNU error message format. hhiissttaappppeenndd - If set, the history list is appended to the file named - by the value of the HHIISSTTFFIILLEE variable when the shell + If set, the history list is appended to the file named + by the value of the HHIISSTTFFIILLEE variable when the shell exits, 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 If set, bbaasshh will send SSIIGGHHUUPP to all jobs when an inter- active login shell exits. iinnhheerriitt__eerrrreexxiitt - If set, command substitution inherits the value of the - eerrrreexxiitt option, instead of unsetting it in the subshell - environment. This option is enabled when _p_o_s_i_x _m_o_d_e is + 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 + and all remaining characters on that line to be ignored + in an interactive shell (see CCOOMMMMEENNTTSS above). This option 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. 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 + If set, and rreeaaddlliinnee is being used, bbaasshh will not attempt 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. 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. pprrooggccoommpp If set, the programmable completion facilities (see PPrroo-- @@ -5539,50 +5542,50 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS enabled by default. pprroommppttvvaarrss If set, prompt strings undergo parameter expansion, com- - mand substitution, arithmetic expansion, and quote - removal after being expanded as described in PPRROOMMPPTTIINNGG + mand substitution, arithmetic expansion, and quote + removal 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 + The shell sets this option if it is started in restricted 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- + 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. xxppgg__eecchhoo - If set, the eecchhoo builtin expands backslash-escape + If set, the eecchhoo builtin expands backslash-escape sequences 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, + Expressions may be combined using the following operators, listed in decreasing order of precedence. The evaluation - depends on the number of arguments; see below. Operator prece- + depends 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. @@ -5599,120 +5602,120 @@ 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 If the first argument is !!, the result is the negation of - the three-argument expression composed of the remaining + the three-argument expression composed of the remaining arguments. Otherwise, the expression is parsed and eval- - uated according to precedence using the rules listed + uated 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 - receives signal(s) _s_i_g_s_p_e_c. If _a_r_g is absent (and there is a - single _s_i_g_s_p_e_c) or --, each specified signal is reset to its - original 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 commands associated with each signal. The --ll option - causes the shell to print a list of signal names and their cor- - responding 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 + The command _a_r_g is to be read and executed when the shell + receives signal(s) _s_i_g_s_p_e_c. If _a_r_g is absent (and there is a + single _s_i_g_s_p_e_c) or --, each specified signal is reset to its + original 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 commands associated with each signal. The --ll option + causes the shell to print a list of signal names and their cor- + responding 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 - !!. These are the same conditions obeyed by the eerrrreexxiitt (--ee) + 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) option. - Signals ignored upon entry to the shell cannot be trapped or - reset. Trapped signals that are not being ignored are reset to + Signals ignored upon entry to the shell cannot be trapped or + reset. 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 - returned. If the --pp option is used, ttyyppee either returns the + 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 + returned. 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 speci- fied as a command name, or nothing if ``type -t name'' would not - return _f_i_l_e. The --PP option forces a PPAATTHH search for each _n_a_m_e, + return _f_i_l_e. The --PP option forces a PPAATTHH search for each _n_a_m_e, even if ``type -t name'' would not return _f_i_l_e. If a command is hashed, --pp and --PP print the hashed value, which is not necessar- - ily the file that appears first in PPAATTHH. If the --aa option is - used, ttyyppee prints all of the places that contain an executable + ily the file that appears first in PPAATTHH. If the --aa option is + used, ttyyppee prints all of the places that contain an executable named _n_a_m_e. This includes aliases and functions, if and only if the --pp option is not also used. The table of hashed commands is - not consulted when using --aa. The --ff option suppresses shell + not consulted when using --aa. The --ff option suppresses shell function lookup, as with the ccoommmmaanndd builtin. ttyyppee returns true if all of the arguments are found, false if any are not found. uulliimmiitt [--HHSSaabbccddeeffiikkllmmnnppqqrrssttuuvvxxPPTT [_l_i_m_i_t]] - Provides control over the resources available to the shell and - to processes started by it, on systems that allow such control. + 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, - respectively. 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 + current hard limit, the current soft limit, and no limit, + respectively. If _l_i_m_i_t is omitted, the current value of the + soft limit of the resource is printed, unless the --HH option is given. When more than one resource is specified, the limit name and unit are printed before the value. Other options are inter- preted as follows: @@ -5721,12 +5724,12 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --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) @@ -5735,53 +5738,53 @@ 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 --TT The maximum number of threads - If _l_i_m_i_t is given, and the --aa option is not used, _l_i_m_i_t is the - new value of the specified resource. If no option is given, - then --ff is assumed. Values are in 1024-byte increments, except - for --tt, which is in seconds; --pp, which is in units of 512-byte - blocks; --PP, --TT, --bb, --kk, --nn, and --uu, which are unscaled values; + If _l_i_m_i_t is given, and the --aa option is not used, _l_i_m_i_t is the + new value of the specified resource. If no option is given, + then --ff is assumed. Values are in 1024-byte increments, except + for --tt, which is in seconds; --pp, which is in units of 512-byte + blocks; --PP, --TT, --bb, --kk, --nn, and --uu, which are unscaled values; and, when in Posix mode, --cc and --ff, which are in 512-byte incre- ments. The return status is 0 unless an invalid option or argu- ment is supplied, or an error occurs while setting a new limit. 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, any function with that name is unset. Each - unset variable or function is removed from the environment - passed to subsequent commands. If any of CCOOMMPP__WWOORRDDBBRREEAAKKSS, RRAANN-- + 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, any function with that name is unset. Each + unset variable or function is removed from the environment + passed to subsequent commands. If any of CCOOMMPP__WWOORRDDBBRREEAAKKSS, RRAANN-- DDOOMM, SSEECCOONNDDSS, LLIINNEENNOO, HHIISSTTCCMMDD, FFUUNNCCNNAAMMEE, GGRROOUUPPSS, or DDIIRRSSTTAACCKK 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- @@ -5790,19 +5793,19 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS wwaaiitt [--nn] [_n _._._.] Wait for each specified child process and return its termination status. Each _n 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 _n is not given, all currently active child pro- + job spec is given, all processes in that job's pipeline are + waited for. If _n is not given, all currently active child pro- cesses are waited for, and the return status is zero. If the --nn - option is supplied, wwaaiitt waits for any job to terminate and - returns its exit status. If _n specifies a non-existent process - or job, the return status is 127. Otherwise, the return status + option is supplied, wwaaiitt waits for any job to terminate and + returns its exit status. If _n 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. 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 @@ -5811,16 +5814,16 @@ RREESSTTRRIICCTTEEDD SSHHEELLLL +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 --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- @@ -5829,10 +5832,10 @@ 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 @@ -5842,14 +5845,14 @@ RREESSTTRRIICCTTEEDD 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 @@ -5867,7 +5870,7 @@ 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 _~_/_._i_n_p_u_t_r_c Individual _r_e_a_d_l_i_n_e initialization file @@ -5881,14 +5884,14 @@ 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_/. - 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: @@ -5899,7 +5902,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 @@ -5916,10 +5919,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. @@ -5928,4 +5931,4 @@ BBUUGGSS -GNU Bash 4.4 2016 May 29 BASH(1) +GNU Bash 4.4 2016 August 21 BASH(1) diff --git a/doc/bash.1 b/doc/bash.1 index 62ba8db7..9a7a384a 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -5,12 +5,12 @@ .\" Case Western Reserve University .\" chet.ramey@case.edu .\" -.\" Last Change: Sun Aug 21 14:47:11 EDT 2016 +.\" Last Change: Fri Aug 26 09:45:10 EDT 2016 .\" .\" bash_builtins, strip all but Built-Ins section .if \n(zZ=1 .ig zZ .if \n(zY=1 .ig zY -.TH BASH 1 "2016 August 21" "GNU Bash 4.4" +.TH BASH 1 "2016 August 26" "GNU Bash 4.4" .\" .\" There's some problem with having a `@' .\" in a tagged paragraph with the BSD man macros. @@ -2681,6 +2681,10 @@ This is performed at the same time as tilde, parameter, variable, and arithmetic expansion and command substitution. .PP +After these expansions are performed, quote characters present in the +original word are removed unless they have been quoted themselves +(\fIquote removal\fP). +.PP Only brace expansion, word splitting, and pathname expansion can change the number of words of the expansion; other expansions expand a single word to a single word. diff --git a/doc/bash.html b/doc/bash.html index e90cf967..a2f06d8a 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2016 May 29BASH(1) +BASH(1)2016 August 21BASH(1)

Index @@ -5533,6 +5533,11 @@ Conditional expressions are used by the [[ compound command and the test and [ builtin commands to test file attributes and perform string and arithmetic comparisons. Expressions are formed from the following unary or binary primaries. +Bash handles several filenames specially when they are used in +expressions. +If the operating system on which bash is running provides these +special files, bash will use them; otherwise it will emulate them +internally with this behavior: If any file argument to one of the primaries is of the form /dev/fd/n, then file descriptor n is checked. If the file argument to one of the primaries is one of @@ -13519,7 +13524,7 @@ There may be only one active coprocess at a time.
-
GNU Bash 4.42016 May 29BASH(1) +GNU Bash 4.42016 August 21BASH(1)

@@ -13625,6 +13630,6 @@ There may be only one active coprocess at a time.
This document was created by man2html from bash.1.
-Time: 14 July 2016 11:48:02 EDT +Time: 22 August 2016 09:44:22 EDT diff --git a/doc/bash.info b/doc/bash.info index 07637915..7fd65707 100644 --- a/doc/bash.info +++ b/doc/bash.info @@ -2,9 +2,9 @@ This is bash.info, produced by makeinfo version 6.1 from bashref.texi. This text is a brief description of the features that are present in the -Bash shell (version 4.4, 29 May 2016). +Bash shell (version 4.4, 21 August 2016). - This is Edition 4.4, last updated 29 May 2016, of 'The GNU Bash + This is Edition 4.4, last updated 21 August 2016, of 'The GNU Bash Reference Manual', for 'Bash', Version 4.4. Copyright (C) 1988-2016 Free Software Foundation, Inc. @@ -27,10 +27,10 @@ Bash Features ************* This text is a brief description of the features that are present in the -Bash shell (version 4.4, 29 May 2016). The Bash home page is +Bash shell (version 4.4, 21 August 2016). The Bash home page is . - This is Edition 4.4, last updated 29 May 2016, of 'The GNU Bash + This is Edition 4.4, last updated 21 August 2016, of 'The GNU Bash Reference Manual', for 'Bash', Version 4.4. Bash contains features that appear in other popular shells, and some @@ -5749,11 +5749,14 @@ Conditional expressions are used by the '[[' compound command and the Expressions may be unary or binary. Unary expressions are often used to examine the status of a file. There are string operators and numeric -comparison operators as well. If the FILE argument to one of the -primaries is of the form '/dev/fd/N', then file descriptor N is checked. -If the FILE argument to one of the primaries is one of '/dev/stdin', -'/dev/stdout', or '/dev/stderr', file descriptor 0, 1, or 2, -respectively, is checked. +comparison operators as well. Bash handles several filenames specially +when they are used in expressions. If the operating system on which +Bash is running provides these special files, Bash will use them; +otherwise it will emulate them internally with this behavior: If the +FILE argument to one of the primaries is of the form '/dev/fd/N', then +file descriptor N is checked. If the FILE argument to one of the +primaries is one of '/dev/stdin', '/dev/stdout', or '/dev/stderr', file +descriptor 0, 1, or 2, respectively, is checked. When used with '[[', the '<' and '>' operators sort lexicographically using the current locale. The 'test' command uses ASCII ordering. @@ -11337,134 +11340,134 @@ D.5 Concept Index  Tag Table: -Node: Top887 -Node: Introduction2797 -Node: What is Bash?3013 -Node: What is a shell?4127 -Node: Definitions6665 -Node: Basic Shell Features9616 -Node: Shell Syntax10835 -Node: Shell Operation11861 -Node: Quoting13154 -Node: Escape Character14454 -Node: Single Quotes14939 -Node: Double Quotes15287 -Node: ANSI-C Quoting16565 -Node: Locale Translation17818 -Node: Comments18714 -Node: Shell Commands19332 -Node: Simple Commands20204 -Node: Pipelines20835 -Node: Lists23578 -Node: Compound Commands25307 -Node: Looping Constructs26310 -Node: Conditional Constructs28773 -Node: Command Grouping39695 -Node: Coprocesses41174 -Node: GNU Parallel43006 -Node: Shell Functions46979 -Node: Shell Parameters52185 -Node: Positional Parameters56598 -Node: Special Parameters57498 -Node: Shell Expansions60835 -Node: Brace Expansion62772 -Node: Tilde Expansion65553 -Node: Shell Parameter Expansion67901 -Node: Command Substitution82033 -Node: Arithmetic Expansion83388 -Node: Process Substitution84320 -Node: Word Splitting85440 -Node: Filename Expansion87384 -Node: Pattern Matching89668 -Node: Quote Removal93366 -Node: Redirections93661 -Node: Executing Commands103081 -Node: Simple Command Expansion103751 -Node: Command Search and Execution105681 -Node: Command Execution Environment108017 -Node: Environment111001 -Node: Exit Status112660 -Node: Signals114330 -Node: Shell Scripts116297 -Node: Shell Builtin Commands118812 -Node: Bourne Shell Builtins120846 -Node: Bash Builtins141446 -Node: Modifying Shell Behavior170091 -Node: The Set Builtin170436 -Node: The Shopt Builtin180849 -Node: Special Builtins196648 -Node: Shell Variables197627 -Node: Bourne Shell Variables198064 -Node: Bash Variables200095 -Node: Bash Features228475 -Node: Invoking Bash229374 -Node: Bash Startup Files235323 -Node: Interactive Shells240426 -Node: What is an Interactive Shell?240836 -Node: Is this Shell Interactive?241485 -Node: Interactive Shell Behavior242300 -Node: Bash Conditional Expressions245675 -Node: Shell Arithmetic249676 -Node: Aliases252493 -Node: Arrays255041 -Node: The Directory Stack260125 -Node: Directory Stack Builtins260909 -Node: Controlling the Prompt263877 -Node: The Restricted Shell266623 -Node: Bash POSIX Mode268448 -Node: Job Control278501 -Node: Job Control Basics278961 -Node: Job Control Builtins283680 -Node: Job Control Variables288210 -Node: Command Line Editing289366 -Node: Introduction and Notation291037 -Node: Readline Interaction292660 -Node: Readline Bare Essentials293851 -Node: Readline Movement Commands295634 -Node: Readline Killing Commands296594 -Node: Readline Arguments298512 -Node: Searching299556 -Node: Readline Init File301742 -Node: Readline Init File Syntax302889 -Node: Conditional Init Constructs323076 -Node: Sample Init File325601 -Node: Bindable Readline Commands328718 -Node: Commands For Moving329922 -Node: Commands For History331065 -Node: Commands For Text335354 -Node: Commands For Killing338743 -Node: Numeric Arguments341224 -Node: Commands For Completion342363 -Node: Keyboard Macros346554 -Node: Miscellaneous Commands347241 -Node: Readline vi Mode353045 -Node: Programmable Completion353952 -Node: Programmable Completion Builtins361413 -Node: A Programmable Completion Example371299 -Node: Using History Interactively376551 -Node: Bash History Facilities377235 -Node: Bash History Builtins380236 -Node: History Interaction384233 -Node: Event Designators387197 -Node: Word Designators388416 -Node: Modifiers390053 -Node: Installing Bash391455 -Node: Basic Installation392592 -Node: Compilers and Options395283 -Node: Compiling For Multiple Architectures396024 -Node: Installation Names397687 -Node: Specifying the System Type398505 -Node: Sharing Defaults399221 -Node: Operation Controls399894 -Node: Optional Features400852 -Node: Reporting Bugs411109 -Node: Major Differences From The Bourne Shell412303 -Node: GNU Free Documentation License429155 -Node: Indexes454332 -Node: Builtin Index454786 -Node: Reserved Word Index461613 -Node: Variable Index464061 -Node: Function Index479520 -Node: Concept Index492677 +Node: Top893 +Node: Introduction2809 +Node: What is Bash?3025 +Node: What is a shell?4139 +Node: Definitions6677 +Node: Basic Shell Features9628 +Node: Shell Syntax10847 +Node: Shell Operation11873 +Node: Quoting13166 +Node: Escape Character14466 +Node: Single Quotes14951 +Node: Double Quotes15299 +Node: ANSI-C Quoting16577 +Node: Locale Translation17830 +Node: Comments18726 +Node: Shell Commands19344 +Node: Simple Commands20216 +Node: Pipelines20847 +Node: Lists23590 +Node: Compound Commands25319 +Node: Looping Constructs26322 +Node: Conditional Constructs28785 +Node: Command Grouping39707 +Node: Coprocesses41186 +Node: GNU Parallel43018 +Node: Shell Functions46991 +Node: Shell Parameters52197 +Node: Positional Parameters56610 +Node: Special Parameters57510 +Node: Shell Expansions60847 +Node: Brace Expansion62784 +Node: Tilde Expansion65565 +Node: Shell Parameter Expansion67913 +Node: Command Substitution82045 +Node: Arithmetic Expansion83400 +Node: Process Substitution84332 +Node: Word Splitting85452 +Node: Filename Expansion87396 +Node: Pattern Matching89680 +Node: Quote Removal93378 +Node: Redirections93673 +Node: Executing Commands103093 +Node: Simple Command Expansion103763 +Node: Command Search and Execution105693 +Node: Command Execution Environment108029 +Node: Environment111013 +Node: Exit Status112672 +Node: Signals114342 +Node: Shell Scripts116309 +Node: Shell Builtin Commands118824 +Node: Bourne Shell Builtins120858 +Node: Bash Builtins141458 +Node: Modifying Shell Behavior170103 +Node: The Set Builtin170448 +Node: The Shopt Builtin180861 +Node: Special Builtins196660 +Node: Shell Variables197639 +Node: Bourne Shell Variables198076 +Node: Bash Variables200107 +Node: Bash Features228487 +Node: Invoking Bash229386 +Node: Bash Startup Files235335 +Node: Interactive Shells240438 +Node: What is an Interactive Shell?240848 +Node: Is this Shell Interactive?241497 +Node: Interactive Shell Behavior242312 +Node: Bash Conditional Expressions245687 +Node: Shell Arithmetic249927 +Node: Aliases252744 +Node: Arrays255292 +Node: The Directory Stack260376 +Node: Directory Stack Builtins261160 +Node: Controlling the Prompt264128 +Node: The Restricted Shell266874 +Node: Bash POSIX Mode268699 +Node: Job Control278752 +Node: Job Control Basics279212 +Node: Job Control Builtins283931 +Node: Job Control Variables288461 +Node: Command Line Editing289617 +Node: Introduction and Notation291288 +Node: Readline Interaction292911 +Node: Readline Bare Essentials294102 +Node: Readline Movement Commands295885 +Node: Readline Killing Commands296845 +Node: Readline Arguments298763 +Node: Searching299807 +Node: Readline Init File301993 +Node: Readline Init File Syntax303140 +Node: Conditional Init Constructs323327 +Node: Sample Init File325852 +Node: Bindable Readline Commands328969 +Node: Commands For Moving330173 +Node: Commands For History331316 +Node: Commands For Text335605 +Node: Commands For Killing338994 +Node: Numeric Arguments341475 +Node: Commands For Completion342614 +Node: Keyboard Macros346805 +Node: Miscellaneous Commands347492 +Node: Readline vi Mode353296 +Node: Programmable Completion354203 +Node: Programmable Completion Builtins361664 +Node: A Programmable Completion Example371550 +Node: Using History Interactively376802 +Node: Bash History Facilities377486 +Node: Bash History Builtins380487 +Node: History Interaction384484 +Node: Event Designators387448 +Node: Word Designators388667 +Node: Modifiers390304 +Node: Installing Bash391706 +Node: Basic Installation392843 +Node: Compilers and Options395534 +Node: Compiling For Multiple Architectures396275 +Node: Installation Names397938 +Node: Specifying the System Type398756 +Node: Sharing Defaults399472 +Node: Operation Controls400145 +Node: Optional Features401103 +Node: Reporting Bugs411360 +Node: Major Differences From The Bourne Shell412554 +Node: GNU Free Documentation License429406 +Node: Indexes454583 +Node: Builtin Index455037 +Node: Reserved Word Index461864 +Node: Variable Index464312 +Node: Function Index479771 +Node: Concept Index492928  End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index e45a3375c31accfcae4d2aeee8371f8928de2693..ee5e134a36baa153ba55e3d59c3ec8c473dcee0d 100644 GIT binary patch delta 229710 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